Class: DatadogAPIClient::V2::InterfaceAttributes

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

Overview

The interface attributes

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#_aliasObject

The interface alias



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

def _alias
  @_alias
end

#additional_propertiesObject

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

#descriptionObject

The interface description



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

def description
  @description
end

#indexObject

The interface index



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

def index
  @index
end

#mac_addressObject

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

#nameObject

The interface name



37
38
39
# File 'lib/datadog_api_client/v2/models/interface_attributes.rb', line 37

def name
  @name
end

#statusObject

The interface status



40
41
42
# File 'lib/datadog_api_client/v2/models/interface_attributes.rb', line 40

def status
  @status
end