Class: IControl::Networking::Interfaces::InterfaceMediaOption

Inherits:
Base::Struct
  • Object
show all
Defined in:
lib/icontrol/networking/interfaces.rb,
lib/icontrol/networking/interfaces.rb

Overview

A struct that describes an interface’s media options.

Instance Attribute Summary collapse

Instance Attribute Details

#interface_nameString

The interface name.

Returns:

  • (String)

    the current value of interface_name



547
548
549
# File 'lib/icontrol/networking/interfaces.rb', line 547

def interface_name
  @interface_name
end

#media_optionsIControl::Networking::Interfaces::MediaTypeSequence

The media options for this interface.

Returns:



547
548
549
# File 'lib/icontrol/networking/interfaces.rb', line 547

def media_options
  @media_options
end