DatadogHostMetadata Class
- java.
lang. Object - com.
azure. resourcemanager. datadog. models. DatadogHostMetadata
- com.
public final class DatadogHostMetadata
The DatadogHostMetadata model.
Constructor Summary
| Constructor | Description |
|---|---|
| DatadogHostMetadata() |
Creates an instance of Datadog |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
agentVersion()
Get the agent |
|
Datadog |
installMethod()
Get the install |
|
Datadog |
logsAgent()
Get the logs |
| void |
validate()
Validates the instance. |
|
Datadog |
withAgentVersion(String agentVersion)
Set the agent |
|
Datadog |
withInstallMethod(DatadogInstallMethod installMethod)
Set the install |
|
Datadog |
withLogsAgent(DatadogLogsAgent logsAgent)
Set the logs |
Methods inherited from java.lang.Object
Constructor Details
DatadogHostMetadata
public DatadogHostMetadata()
Creates an instance of DatadogHostMetadata class.
Method Details
agentVersion
public String agentVersion()
Get the agentVersion property: The agent version.
Returns:
installMethod
public DatadogInstallMethod installMethod()
Get the installMethod property: The installMethod property.
Returns:
logsAgent
public DatadogLogsAgent logsAgent()
Get the logsAgent property: The logsAgent property.
Returns:
validate
public void validate()
Validates the instance.
withAgentVersion
public DatadogHostMetadata withAgentVersion(String agentVersion)
Set the agentVersion property: The agent version.
Parameters:
Returns:
withInstallMethod
public DatadogHostMetadata withInstallMethod(DatadogInstallMethod installMethod)
Set the installMethod property: The installMethod property.
Parameters:
Returns:
withLogsAgent
public DatadogHostMetadata withLogsAgent(DatadogLogsAgent logsAgent)
Set the logsAgent property: The logsAgent property.
Parameters:
Returns: