Class: DatadogAPIClient::V2::CsmAgentsAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CsmAgentsAttributes
- 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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#agent_version ⇒ Object
Version of the Datadog Agent.
-
#aws_fargate ⇒ Object
AWS Fargate details.
-
#cluster_name ⇒ Object
List of cluster names associated with the Agent.
-
#datadog_agent ⇒ Object
Unique identifier for the Datadog Agent.
-
#ecs_fargate_task_arn ⇒ Object
ARN of the ECS Fargate task.
-
#envs ⇒ Object
List of environments associated with the Agent.
-
#host_id ⇒ Object
ID of the host.
-
#hostname ⇒ Object
Name of the host.
-
#install_method_installer_version ⇒ Object
Version of the installer used for installing the Datadog Agent.
-
#install_method_tool ⇒ Object
Tool used for installing the Datadog Agent.
-
#is_csm_vm_containers_enabled ⇒ Object
Indicates if CSM VM Containers is enabled.
-
#is_csm_vm_hosts_enabled ⇒ Object
Indicates if CSM VM Hosts is enabled.
-
#is_cspm_enabled ⇒ Object
Indicates if CSPM is enabled.
-
#is_cws_enabled ⇒ Object
Indicates if CWS is enabled.
-
#is_cws_remote_configuration_enabled ⇒ Object
Indicates if CWS Remote Configuration is enabled.
-
#is_remote_configuration_enabled ⇒ Object
Indicates if Remote Configuration is enabled.
-
#os ⇒ Object
Operating system of the host.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
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_version ⇒ Object
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_fargate ⇒ Object
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_name ⇒ Object
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_agent ⇒ Object
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_arn ⇒ Object
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 |
#envs ⇒ Object
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_id ⇒ Object
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 |
#hostname ⇒ Object
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_version ⇒ Object
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_tool ⇒ Object
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_enabled ⇒ Object
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_enabled ⇒ Object
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_enabled ⇒ Object
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_enabled ⇒ Object
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_enabled ⇒ Object
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_enabled ⇒ Object
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 |
#os ⇒ Object
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 |