Class: DatadogAPIClient::V2::DeviceAttributesInterfaceStatuses
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::DeviceAttributesInterfaceStatuses
- 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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#down ⇒ Object
The number of interfaces that are down.
-
#off ⇒ Object
The number of interfaces that are off.
-
#up ⇒ Object
The number of interfaces that are up.
-
#warning ⇒ Object
The number of interfaces that are in a warning state.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
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 |
#down ⇒ Object
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 |
#off ⇒ Object
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 |
#up ⇒ Object
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 |
#warning ⇒ Object
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 |