Class: DatadogAPIClient::V2::DeviceAttributesInterfaceStatuses

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

Overview

Count of the device interfaces by status

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



36
37
38
# File 'lib/datadog_api_client/v2/models/device_attributes_interface_statuses.rb', line 36

def additional_properties
  @additional_properties
end

#downObject

The number of interfaces that are down



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

def down
  @down
end

#offObject

The number of interfaces that are off



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

def off
  @off
end

#upObject

The number of interfaces that are up



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

def up
  @up
end

#warningObject

The number of interfaces that are in a warning state



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

def warning
  @warning
end