Class: IControl::Networking::Interfaces::InterfaceMediaOption
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Networking::Interfaces::InterfaceMediaOption
- 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)
-
- (String) interface_name
The interface name.
-
- (IControl::Networking::Interfaces::MediaTypeSequence) media_options
The media options for this interface.
Method Summary
Methods inherited from Base::Struct
from_soap, icontrol_attribute, #to_soap
Instance Attribute Details
- (String) interface_name
The interface name.
547 548 549 |
# File 'lib/icontrol/networking/interfaces.rb', line 547 def interface_name @interface_name end |
- (IControl::Networking::Interfaces::MediaTypeSequence) media_options
The media options for this interface.
547 548 549 |
# File 'lib/icontrol/networking/interfaces.rb', line 547 def @media_options end |