Class: DatadogAPIClient::V1::HostMeta
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::HostMeta
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/host_meta.rb
Overview
Metadata associated with your host.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#agent_checks ⇒ Object
A list of Agent checks running on the host.
-
#agent_version ⇒ Object
The Datadog Agent version.
-
#cpu_cores ⇒ Object
The number of cores.
-
#fbsd_v ⇒ Object
An array of Mac versions.
-
#gohai ⇒ Object
JSON string containing system information.
-
#install_method ⇒ Object
Agent install method.
-
#mac_v ⇒ Object
An array of Mac versions.
-
#machine ⇒ Object
The machine architecture.
-
#nix_v ⇒ Object
Array of Unix versions.
-
#platform ⇒ Object
The OS platform.
-
#processor ⇒ Object
The processor.
-
#python_v ⇒ Object
The Python version.
-
#socket_fqdn ⇒ Object
The socket fqdn.
-
#socket_hostname ⇒ Object
The socket hostname.
-
#win_v ⇒ Object
An array of Windows versions.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
69 70 71 |
# File 'lib/datadog_api_client/v1/models/host_meta.rb', line 69 def additional_properties @additional_properties end |
#agent_checks ⇒ Object
A list of Agent checks running on the host.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/host_meta.rb', line 25 def agent_checks @agent_checks end |
#agent_version ⇒ Object
The Datadog Agent version.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/host_meta.rb', line 28 def agent_version @agent_version end |
#cpu_cores ⇒ Object
The number of cores.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/host_meta.rb', line 31 def cpu_cores @cpu_cores end |
#fbsd_v ⇒ Object
An array of Mac versions.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/host_meta.rb', line 34 def fbsd_v @fbsd_v end |
#gohai ⇒ Object
JSON string containing system information.
37 38 39 |
# File 'lib/datadog_api_client/v1/models/host_meta.rb', line 37 def gohai @gohai end |
#install_method ⇒ Object
Agent install method.
40 41 42 |
# File 'lib/datadog_api_client/v1/models/host_meta.rb', line 40 def install_method @install_method end |
#mac_v ⇒ Object
An array of Mac versions.
43 44 45 |
# File 'lib/datadog_api_client/v1/models/host_meta.rb', line 43 def mac_v @mac_v end |
#machine ⇒ Object
The machine architecture.
46 47 48 |
# File 'lib/datadog_api_client/v1/models/host_meta.rb', line 46 def machine @machine end |
#nix_v ⇒ Object
Array of Unix versions.
49 50 51 |
# File 'lib/datadog_api_client/v1/models/host_meta.rb', line 49 def nix_v @nix_v end |
#platform ⇒ Object
The OS platform.
52 53 54 |
# File 'lib/datadog_api_client/v1/models/host_meta.rb', line 52 def platform @platform end |
#processor ⇒ Object
The processor.
55 56 57 |
# File 'lib/datadog_api_client/v1/models/host_meta.rb', line 55 def processor @processor end |
#python_v ⇒ Object
The Python version.
58 59 60 |
# File 'lib/datadog_api_client/v1/models/host_meta.rb', line 58 def python_v @python_v end |
#socket_fqdn ⇒ Object
The socket fqdn.
61 62 63 |
# File 'lib/datadog_api_client/v1/models/host_meta.rb', line 61 def socket_fqdn @socket_fqdn end |
#socket_hostname ⇒ Object
The socket hostname.
64 65 66 |
# File 'lib/datadog_api_client/v1/models/host_meta.rb', line 64 def socket_hostname @socket_hostname end |
#win_v ⇒ Object
An array of Windows versions.
67 68 69 |
# File 'lib/datadog_api_client/v1/models/host_meta.rb', line 67 def win_v @win_v end |