Class: DatadogAPIClient::V2::GetDeviceAttributes

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

Overview

The device attributes

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#descriptionObject

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_typeObject

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

#integrationObject

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_addressObject

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

#locationObject

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

#modelObject

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

#nameObject

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_hostnameObject

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_nameObject

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_versionObject

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_statusObject

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_nameObject

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_numberObject

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

#statusObject

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

#subnetObject

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_idObject

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

#tagsObject

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
  @tags
end

#vendorObject

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

#versionObject

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