Class: DatadogAPIClient::V2::InterfaceAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::InterfaceAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/interface_attributes.rb
Overview
The interface attributes
Instance Attribute Summary collapse
-
#_alias ⇒ Object
The interface alias.
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#description ⇒ Object
The interface description.
-
#index ⇒ Object
The interface index.
-
#mac_address ⇒ Object
The interface MAC address.
-
#name ⇒ Object
The interface name.
-
#status ⇒ Object
The interface status.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#_alias ⇒ Object
The interface alias
25 26 27 |
# File 'lib/datadog_api_client/v2/models/interface_attributes.rb', line 25 def _alias @_alias end |
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
42 43 44 |
# File 'lib/datadog_api_client/v2/models/interface_attributes.rb', line 42 def additional_properties @additional_properties end |
#description ⇒ Object
The interface description
28 29 30 |
# File 'lib/datadog_api_client/v2/models/interface_attributes.rb', line 28 def description @description end |
#index ⇒ Object
The interface index
31 32 33 |
# File 'lib/datadog_api_client/v2/models/interface_attributes.rb', line 31 def index @index end |
#mac_address ⇒ Object
The interface MAC address
34 35 36 |
# File 'lib/datadog_api_client/v2/models/interface_attributes.rb', line 34 def mac_address @mac_address end |
#name ⇒ Object
The interface name
37 38 39 |
# File 'lib/datadog_api_client/v2/models/interface_attributes.rb', line 37 def name @name end |
#status ⇒ Object
The interface status
40 41 42 |
# File 'lib/datadog_api_client/v2/models/interface_attributes.rb', line 40 def status @status end |