Class: AMT::Service::NetworkAdministration::InterfaceDescriptor
- Inherits:
-
Struct
- Object
- Struct
- AMT::Service::NetworkAdministration::InterfaceDescriptor
- Defined in:
- lib/amt/service/network_administration/structures.rb
Overview
Struct class containing the response to the #get_interface_settings method.
Instance Attribute Summary collapse
-
#dhcp_enabled ⇒ Object
Returns the value of attribute dhcp_enabled.
-
#hardware_description ⇒ Object
Returns the value of attribute hardware_description.
-
#interface_mode ⇒ Object
Returns the value of attribute interface_mode.
-
#ip_parameters ⇒ Object
Returns the value of attribute ip_parameters.
-
#link_policy ⇒ Object
Returns the value of attribute link_policy.
-
#mac ⇒ Object
Returns the value of attribute mac.
Instance Attribute Details
#dhcp_enabled ⇒ Object
Returns the value of attribute dhcp_enabled
22 23 24 |
# File 'lib/amt/service/network_administration/structures.rb', line 22 def dhcp_enabled @dhcp_enabled end |
#hardware_description ⇒ Object
Returns the value of attribute hardware_description
22 23 24 |
# File 'lib/amt/service/network_administration/structures.rb', line 22 def hardware_description @hardware_description end |
#interface_mode ⇒ Object
Returns the value of attribute interface_mode
22 23 24 |
# File 'lib/amt/service/network_administration/structures.rb', line 22 def interface_mode @interface_mode end |
#ip_parameters ⇒ Object
Returns the value of attribute ip_parameters
22 23 24 |
# File 'lib/amt/service/network_administration/structures.rb', line 22 def ip_parameters @ip_parameters end |
#link_policy ⇒ Object
Returns the value of attribute link_policy
22 23 24 |
# File 'lib/amt/service/network_administration/structures.rb', line 22 def link_policy @link_policy end |
#mac ⇒ Object
Returns the value of attribute mac
22 23 24 |
# File 'lib/amt/service/network_administration/structures.rb', line 22 def mac @mac end |