Class: AMT::Service::NetworkAdministration::InterfaceDescriptor

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#dhcp_enabledObject

Returns the value of attribute dhcp_enabled

Returns:

  • (Object)

    the current value of dhcp_enabled



22
23
24
# File 'lib/amt/service/network_administration/structures.rb', line 22

def dhcp_enabled
  @dhcp_enabled
end

#hardware_descriptionObject

Returns the value of attribute hardware_description

Returns:

  • (Object)

    the current value of hardware_description



22
23
24
# File 'lib/amt/service/network_administration/structures.rb', line 22

def hardware_description
  @hardware_description
end

#interface_modeObject

Returns the value of attribute interface_mode

Returns:

  • (Object)

    the current value of interface_mode



22
23
24
# File 'lib/amt/service/network_administration/structures.rb', line 22

def interface_mode
  @interface_mode
end

#ip_parametersObject

Returns the value of attribute ip_parameters

Returns:

  • (Object)

    the current value of ip_parameters



22
23
24
# File 'lib/amt/service/network_administration/structures.rb', line 22

def ip_parameters
  @ip_parameters
end

Returns the value of attribute link_policy

Returns:

  • (Object)

    the current value of link_policy



22
23
24
# File 'lib/amt/service/network_administration/structures.rb', line 22

def link_policy
  @link_policy
end

#macObject

Returns the value of attribute mac

Returns:

  • (Object)

    the current value of mac



22
23
24
# File 'lib/amt/service/network_administration/structures.rb', line 22

def mac
  @mac
end