Class: DatadogAPIClient::V2::GetDeviceAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::GetDeviceAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/get_device_attributes.rb
Overview
The device attributes
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#description ⇒ Object
A description of the device.
-
#device_type ⇒ Object
The type of the device.
-
#integration ⇒ Object
The integration of the device.
-
#ip_address ⇒ Object
The IP address of the device.
-
#location ⇒ Object
The location of the device.
-
#model ⇒ Object
The model of the device.
-
#name ⇒ Object
The name of the device.
-
#os_hostname ⇒ Object
The operating system hostname of the device.
-
#os_name ⇒ Object
The operating system name of the device.
-
#os_version ⇒ Object
The operating system version of the device.
-
#ping_status ⇒ Object
The ping status of the device.
-
#product_name ⇒ Object
The product name of the device.
-
#serial_number ⇒ Object
The serial number of the device.
-
#status ⇒ Object
The status of the device.
-
#subnet ⇒ Object
The subnet of the device.
-
#sys_object_id ⇒ Object
The device
sys_object_id
. -
#tags ⇒ Object
A list of tags associated with the device.
-
#vendor ⇒ Object
The vendor of the device.
-
#version ⇒ Object
The version of the device.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
81 82 83 |
# File 'lib/datadog_api_client/v2/models/get_device_attributes.rb', line 81 def additional_properties @additional_properties end |
#description ⇒ Object
A description of the device.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/get_device_attributes.rb', line 25 def description @description end |
#device_type ⇒ Object
The type of the device.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/get_device_attributes.rb', line 28 def device_type @device_type end |
#integration ⇒ Object
The integration of the device.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/get_device_attributes.rb', line 31 def integration @integration end |
#ip_address ⇒ Object
The IP address of the device.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/get_device_attributes.rb', line 34 def ip_address @ip_address end |
#location ⇒ Object
The location of the device.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/get_device_attributes.rb', line 37 def location @location end |
#model ⇒ Object
The model of the device.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/get_device_attributes.rb', line 40 def model @model end |
#name ⇒ Object
The name of the device.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/get_device_attributes.rb', line 43 def name @name end |
#os_hostname ⇒ Object
The operating system hostname of the device.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/get_device_attributes.rb', line 46 def os_hostname @os_hostname end |
#os_name ⇒ Object
The operating system name of the device.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/get_device_attributes.rb', line 49 def os_name @os_name end |
#os_version ⇒ Object
The operating system version of the device.
52 53 54 |
# File 'lib/datadog_api_client/v2/models/get_device_attributes.rb', line 52 def os_version @os_version end |
#ping_status ⇒ Object
The ping status of the device.
55 56 57 |
# File 'lib/datadog_api_client/v2/models/get_device_attributes.rb', line 55 def ping_status @ping_status end |
#product_name ⇒ Object
The product name of the device.
58 59 60 |
# File 'lib/datadog_api_client/v2/models/get_device_attributes.rb', line 58 def product_name @product_name end |
#serial_number ⇒ Object
The serial number of the device.
61 62 63 |
# File 'lib/datadog_api_client/v2/models/get_device_attributes.rb', line 61 def serial_number @serial_number end |
#status ⇒ Object
The status of the device.
64 65 66 |
# File 'lib/datadog_api_client/v2/models/get_device_attributes.rb', line 64 def status @status end |
#subnet ⇒ Object
The subnet of the device.
67 68 69 |
# File 'lib/datadog_api_client/v2/models/get_device_attributes.rb', line 67 def subnet @subnet end |
#sys_object_id ⇒ Object
The device sys_object_id
.
70 71 72 |
# File 'lib/datadog_api_client/v2/models/get_device_attributes.rb', line 70 def sys_object_id @sys_object_id end |
#tags ⇒ Object
A list of tags associated with the device.
73 74 75 |
# File 'lib/datadog_api_client/v2/models/get_device_attributes.rb', line 73 def @tags end |
#vendor ⇒ Object
The vendor of the device.
76 77 78 |
# File 'lib/datadog_api_client/v2/models/get_device_attributes.rb', line 76 def vendor @vendor end |
#version ⇒ Object
The version of the device.
79 80 81 |
# File 'lib/datadog_api_client/v2/models/get_device_attributes.rb', line 79 def version @version end |