Class: DatadogAPIClient::V2::CsmAgentsAttributes

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/csm_agents_attributes.rb

Overview

A CSM Agent returned by the API.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.


75
76
77
# File 'lib/datadog_api_client/v2/models/csm_agents_attributes.rb', line 75

def additional_properties
  @additional_properties
end

#agent_versionObject

Version of the Datadog Agent.


25
26
27
# File 'lib/datadog_api_client/v2/models/csm_agents_attributes.rb', line 25

def agent_version
  @agent_version
end

#aws_fargateObject

AWS Fargate details.


28
29
30
# File 'lib/datadog_api_client/v2/models/csm_agents_attributes.rb', line 28

def aws_fargate
  @aws_fargate
end

#cluster_nameObject

List of cluster names associated with the Agent.


31
32
33
# File 'lib/datadog_api_client/v2/models/csm_agents_attributes.rb', line 31

def cluster_name
  @cluster_name
end

#datadog_agentObject

Unique identifier for the Datadog Agent.


34
35
36
# File 'lib/datadog_api_client/v2/models/csm_agents_attributes.rb', line 34

def datadog_agent
  @datadog_agent
end

#ecs_fargate_task_arnObject

ARN of the ECS Fargate task.


37
38
39
# File 'lib/datadog_api_client/v2/models/csm_agents_attributes.rb', line 37

def ecs_fargate_task_arn
  @ecs_fargate_task_arn
end

#envsObject

List of environments associated with the Agent.


40
41
42
# File 'lib/datadog_api_client/v2/models/csm_agents_attributes.rb', line 40

def envs
  @envs
end

#host_idObject

ID of the host.


43
44
45
# File 'lib/datadog_api_client/v2/models/csm_agents_attributes.rb', line 43

def host_id
  @host_id
end

#hostnameObject

Name of the host.


46
47
48
# File 'lib/datadog_api_client/v2/models/csm_agents_attributes.rb', line 46

def hostname
  @hostname
end

#install_method_installer_versionObject

Version of the installer used for installing the Datadog Agent.


49
50
51
# File 'lib/datadog_api_client/v2/models/csm_agents_attributes.rb', line 49

def install_method_installer_version
  @install_method_installer_version
end

#install_method_toolObject

Tool used for installing the Datadog Agent.


52
53
54
# File 'lib/datadog_api_client/v2/models/csm_agents_attributes.rb', line 52

def install_method_tool
  @install_method_tool
end

#is_csm_vm_containers_enabledObject

Indicates if CSM VM Containers is enabled.


55
56
57
# File 'lib/datadog_api_client/v2/models/csm_agents_attributes.rb', line 55

def is_csm_vm_containers_enabled
  @is_csm_vm_containers_enabled
end

#is_csm_vm_hosts_enabledObject

Indicates if CSM VM Hosts is enabled.


58
59
60
# File 'lib/datadog_api_client/v2/models/csm_agents_attributes.rb', line 58

def is_csm_vm_hosts_enabled
  @is_csm_vm_hosts_enabled
end

#is_cspm_enabledObject

Indicates if CSPM is enabled.


61
62
63
# File 'lib/datadog_api_client/v2/models/csm_agents_attributes.rb', line 61

def is_cspm_enabled
  @is_cspm_enabled
end

#is_cws_enabledObject

Indicates if CWS is enabled.


64
65
66
# File 'lib/datadog_api_client/v2/models/csm_agents_attributes.rb', line 64

def is_cws_enabled
  @is_cws_enabled
end

#is_cws_remote_configuration_enabledObject

Indicates if CWS Remote Configuration is enabled.


67
68
69
# File 'lib/datadog_api_client/v2/models/csm_agents_attributes.rb', line 67

def is_cws_remote_configuration_enabled
  @is_cws_remote_configuration_enabled
end

#is_remote_configuration_enabledObject

Indicates if Remote Configuration is enabled.


70
71
72
# File 'lib/datadog_api_client/v2/models/csm_agents_attributes.rb', line 70

def is_remote_configuration_enabled
  @is_remote_configuration_enabled
end

#osObject

Operating system of the host.


73
74
75
# File 'lib/datadog_api_client/v2/models/csm_agents_attributes.rb', line 73

def os
  @os
end