@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CsmAgentsAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_AGENT_VERSION |
static String |
JSON_PROPERTY_AWS_FARGATE |
static String |
JSON_PROPERTY_CLUSTER_NAME |
static String |
JSON_PROPERTY_DATADOG_AGENT |
static String |
JSON_PROPERTY_ECS_FARGATE_TASK_ARN |
static String |
JSON_PROPERTY_ENVS |
static String |
JSON_PROPERTY_HOST_ID |
static String |
JSON_PROPERTY_HOSTNAME |
static String |
JSON_PROPERTY_INSTALL_METHOD_INSTALLER_VERSION |
static String |
JSON_PROPERTY_INSTALL_METHOD_TOOL |
static String |
JSON_PROPERTY_IS_CSM_VM_CONTAINERS_ENABLED |
static String |
JSON_PROPERTY_IS_CSM_VM_HOSTS_ENABLED |
static String |
JSON_PROPERTY_IS_CSPM_ENABLED |
static String |
JSON_PROPERTY_IS_CWS_ENABLED |
static String |
JSON_PROPERTY_IS_CWS_REMOTE_CONFIGURATION_ENABLED |
static String |
JSON_PROPERTY_IS_REMOTE_CONFIGURATION_ENABLED |
static String |
JSON_PROPERTY_OS |
boolean |
unparsed |
| Constructor and Description |
|---|
CsmAgentsAttributes() |
| Modifier and Type | Method and Description |
|---|---|
CsmAgentsAttributes |
addClusterNameItem(String clusterNameItem) |
CsmAgentsAttributes |
addEnvsItem(String envsItem) |
CsmAgentsAttributes |
agentVersion(String agentVersion) |
CsmAgentsAttributes |
awsFargate(String awsFargate) |
CsmAgentsAttributes |
clusterName(List<String> clusterName) |
CsmAgentsAttributes |
datadogAgent(String datadogAgent) |
CsmAgentsAttributes |
ecsFargateTaskArn(String ecsFargateTaskArn) |
CsmAgentsAttributes |
envs(List<String> envs) |
boolean |
equals(Object o)
Return true if this CsmAgentsAttributes object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getAgentVersion()
Version of the Datadog Agent.
|
String |
getAwsFargate()
AWS Fargate details.
|
List<String> |
getClusterName()
List of cluster names associated with the Agent.
|
String |
getDatadogAgent()
Unique identifier for the Datadog Agent.
|
String |
getEcsFargateTaskArn()
ARN of the ECS Fargate task.
|
org.openapitools.jackson.nullable.JsonNullable<List<String>> |
getEnvs_JsonNullable() |
List<String> |
getEnvs()
List of environments associated with the Agent.
|
Long |
getHostId()
ID of the host.
|
String |
getHostname()
Name of the host.
|
String |
getInstallMethodInstallerVersion()
Version of the installer used for installing the Datadog Agent.
|
String |
getInstallMethodTool()
Tool used for installing the Datadog Agent.
|
org.openapitools.jackson.nullable.JsonNullable<Boolean> |
getIsCsmVmContainersEnabled_JsonNullable() |
Boolean |
getIsCsmVmContainersEnabled()
Indicates if CSM VM Containers is enabled.
|
org.openapitools.jackson.nullable.JsonNullable<Boolean> |
getIsCsmVmHostsEnabled_JsonNullable() |
Boolean |
getIsCsmVmHostsEnabled()
Indicates if CSM VM Hosts is enabled.
|
org.openapitools.jackson.nullable.JsonNullable<Boolean> |
getIsCspmEnabled_JsonNullable() |
Boolean |
getIsCspmEnabled()
Indicates if CSPM is enabled.
|
org.openapitools.jackson.nullable.JsonNullable<Boolean> |
getIsCwsEnabled_JsonNullable() |
Boolean |
getIsCwsEnabled()
Indicates if CWS is enabled.
|
org.openapitools.jackson.nullable.JsonNullable<Boolean> |
getIsCwsRemoteConfigurationEnabled_JsonNullable() |
Boolean |
getIsCwsRemoteConfigurationEnabled()
Indicates if CWS Remote Configuration is enabled.
|
org.openapitools.jackson.nullable.JsonNullable<Boolean> |
getIsRemoteConfigurationEnabled_JsonNullable() |
Boolean |
getIsRemoteConfigurationEnabled()
Indicates if Remote Configuration is enabled.
|
String |
getOs()
Operating system of the host.
|
int |
hashCode() |
CsmAgentsAttributes |
hostId(Long hostId) |
CsmAgentsAttributes |
hostname(String hostname) |
CsmAgentsAttributes |
installMethodInstallerVersion(String installMethodInstallerVersion) |
CsmAgentsAttributes |
installMethodTool(String installMethodTool) |
CsmAgentsAttributes |
isCsmVmContainersEnabled(Boolean isCsmVmContainersEnabled) |
CsmAgentsAttributes |
isCsmVmHostsEnabled(Boolean isCsmVmHostsEnabled) |
CsmAgentsAttributes |
isCspmEnabled(Boolean isCspmEnabled) |
CsmAgentsAttributes |
isCwsEnabled(Boolean isCwsEnabled) |
CsmAgentsAttributes |
isCwsRemoteConfigurationEnabled(Boolean isCwsRemoteConfigurationEnabled) |
CsmAgentsAttributes |
isRemoteConfigurationEnabled(Boolean isRemoteConfigurationEnabled) |
CsmAgentsAttributes |
os(String os) |
CsmAgentsAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAgentVersion(String agentVersion) |
void |
setAwsFargate(String awsFargate) |
void |
setClusterName(List<String> clusterName) |
void |
setDatadogAgent(String datadogAgent) |
void |
setEcsFargateTaskArn(String ecsFargateTaskArn) |
void |
setEnvs_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<String>> envs) |
void |
setEnvs(List<String> envs) |
void |
setHostId(Long hostId) |
void |
setHostname(String hostname) |
void |
setInstallMethodInstallerVersion(String installMethodInstallerVersion) |
void |
setInstallMethodTool(String installMethodTool) |
void |
setIsCsmVmContainersEnabled_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> isCsmVmContainersEnabled) |
void |
setIsCsmVmContainersEnabled(Boolean isCsmVmContainersEnabled) |
void |
setIsCsmVmHostsEnabled_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> isCsmVmHostsEnabled) |
void |
setIsCsmVmHostsEnabled(Boolean isCsmVmHostsEnabled) |
void |
setIsCspmEnabled_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> isCspmEnabled) |
void |
setIsCspmEnabled(Boolean isCspmEnabled) |
void |
setIsCwsEnabled_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> isCwsEnabled) |
void |
setIsCwsEnabled(Boolean isCwsEnabled) |
void |
setIsCwsRemoteConfigurationEnabled_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> isCwsRemoteConfigurationEnabled) |
void |
setIsCwsRemoteConfigurationEnabled(Boolean isCwsRemoteConfigurationEnabled) |
void |
setIsRemoteConfigurationEnabled_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> isRemoteConfigurationEnabled) |
void |
setIsRemoteConfigurationEnabled(Boolean isRemoteConfigurationEnabled) |
void |
setOs(String os) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_AGENT_VERSION
public static final String JSON_PROPERTY_AWS_FARGATE
public static final String JSON_PROPERTY_CLUSTER_NAME
public static final String JSON_PROPERTY_DATADOG_AGENT
public static final String JSON_PROPERTY_ECS_FARGATE_TASK_ARN
public static final String JSON_PROPERTY_ENVS
public static final String JSON_PROPERTY_HOST_ID
public static final String JSON_PROPERTY_HOSTNAME
public static final String JSON_PROPERTY_INSTALL_METHOD_INSTALLER_VERSION
public static final String JSON_PROPERTY_INSTALL_METHOD_TOOL
public static final String JSON_PROPERTY_IS_CSM_VM_CONTAINERS_ENABLED
public static final String JSON_PROPERTY_IS_CSM_VM_HOSTS_ENABLED
public static final String JSON_PROPERTY_IS_CSPM_ENABLED
public static final String JSON_PROPERTY_IS_CWS_ENABLED
public static final String JSON_PROPERTY_IS_CWS_REMOTE_CONFIGURATION_ENABLED
public static final String JSON_PROPERTY_IS_REMOTE_CONFIGURATION_ENABLED
public static final String JSON_PROPERTY_OS
public CsmAgentsAttributes agentVersion(String agentVersion)
@Nullable public String getAgentVersion()
public void setAgentVersion(String agentVersion)
public CsmAgentsAttributes awsFargate(String awsFargate)
@Nullable public String getAwsFargate()
public void setAwsFargate(String awsFargate)
public CsmAgentsAttributes clusterName(List<String> clusterName)
public CsmAgentsAttributes addClusterNameItem(String clusterNameItem)
@Nullable public List<String> getClusterName()
public CsmAgentsAttributes datadogAgent(String datadogAgent)
@Nullable public String getDatadogAgent()
public void setDatadogAgent(String datadogAgent)
public CsmAgentsAttributes ecsFargateTaskArn(String ecsFargateTaskArn)
@Nullable public String getEcsFargateTaskArn()
public void setEcsFargateTaskArn(String ecsFargateTaskArn)
public CsmAgentsAttributes envs(List<String> envs)
public CsmAgentsAttributes addEnvsItem(String envsItem)
@Nullable public List<String> getEnvs()
public org.openapitools.jackson.nullable.JsonNullable<List<String>> getEnvs_JsonNullable()
public void setEnvs_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<String>> envs)
public CsmAgentsAttributes hostId(Long hostId)
@Nullable public Long getHostId()
public void setHostId(Long hostId)
public CsmAgentsAttributes hostname(String hostname)
@Nullable public String getHostname()
public void setHostname(String hostname)
public CsmAgentsAttributes installMethodInstallerVersion(String installMethodInstallerVersion)
@Nullable public String getInstallMethodInstallerVersion()
public void setInstallMethodInstallerVersion(String installMethodInstallerVersion)
public CsmAgentsAttributes installMethodTool(String installMethodTool)
@Nullable public String getInstallMethodTool()
public void setInstallMethodTool(String installMethodTool)
public CsmAgentsAttributes isCsmVmContainersEnabled(Boolean isCsmVmContainersEnabled)
@Nullable public Boolean getIsCsmVmContainersEnabled()
public org.openapitools.jackson.nullable.JsonNullable<Boolean> getIsCsmVmContainersEnabled_JsonNullable()
public void setIsCsmVmContainersEnabled_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> isCsmVmContainersEnabled)
public void setIsCsmVmContainersEnabled(Boolean isCsmVmContainersEnabled)
public CsmAgentsAttributes isCsmVmHostsEnabled(Boolean isCsmVmHostsEnabled)
@Nullable public Boolean getIsCsmVmHostsEnabled()
public org.openapitools.jackson.nullable.JsonNullable<Boolean> getIsCsmVmHostsEnabled_JsonNullable()
public void setIsCsmVmHostsEnabled_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> isCsmVmHostsEnabled)
public void setIsCsmVmHostsEnabled(Boolean isCsmVmHostsEnabled)
public CsmAgentsAttributes isCspmEnabled(Boolean isCspmEnabled)
@Nullable public Boolean getIsCspmEnabled()
public org.openapitools.jackson.nullable.JsonNullable<Boolean> getIsCspmEnabled_JsonNullable()
public void setIsCspmEnabled_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> isCspmEnabled)
public void setIsCspmEnabled(Boolean isCspmEnabled)
public CsmAgentsAttributes isCwsEnabled(Boolean isCwsEnabled)
@Nullable public Boolean getIsCwsEnabled()
public org.openapitools.jackson.nullable.JsonNullable<Boolean> getIsCwsEnabled_JsonNullable()
public void setIsCwsEnabled_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> isCwsEnabled)
public void setIsCwsEnabled(Boolean isCwsEnabled)
public CsmAgentsAttributes isCwsRemoteConfigurationEnabled(Boolean isCwsRemoteConfigurationEnabled)
@Nullable public Boolean getIsCwsRemoteConfigurationEnabled()
public org.openapitools.jackson.nullable.JsonNullable<Boolean> getIsCwsRemoteConfigurationEnabled_JsonNullable()
public void setIsCwsRemoteConfigurationEnabled_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> isCwsRemoteConfigurationEnabled)
public void setIsCwsRemoteConfigurationEnabled(Boolean isCwsRemoteConfigurationEnabled)
public CsmAgentsAttributes isRemoteConfigurationEnabled(Boolean isRemoteConfigurationEnabled)
@Nullable public Boolean getIsRemoteConfigurationEnabled()
public org.openapitools.jackson.nullable.JsonNullable<Boolean> getIsRemoteConfigurationEnabled_JsonNullable()
public void setIsRemoteConfigurationEnabled_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> isRemoteConfigurationEnabled)
public void setIsRemoteConfigurationEnabled(Boolean isRemoteConfigurationEnabled)
public CsmAgentsAttributes os(String os)
@Nullable public String getOs()
public void setOs(String os)
public CsmAgentsAttributes putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2025. All rights reserved.