Class: PhysicalNicLinkInfo
- Inherits:
-
DynamicData
- Object
- DynamicData
- PhysicalNicLinkInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25PhysicalNicLinkInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
speedMb - SOAP::SOAPInt
duplex - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#duplex ⇒ Object
Returns the value of attribute duplex.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#speedMb ⇒ Object
Returns the value of attribute speedMb.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], speedMb = nil, duplex = nil) ⇒ PhysicalNicLinkInfo
constructor
A new instance of PhysicalNicLinkInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], speedMb = nil, duplex = nil) ⇒ PhysicalNicLinkInfo
Returns a new instance of PhysicalNicLinkInfo.
20821 20822 20823 20824 20825 20826 |
# File 'lib/vmware/soap/vim25.rb', line 20821 def initialize(dynamicType = nil, dynamicProperty = [], speedMb = nil, duplex = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @speedMb = speedMb @duplex = duplex end |
Instance Attribute Details
#duplex ⇒ Object
Returns the value of attribute duplex.
20819 20820 20821 |
# File 'lib/vmware/soap/vim25.rb', line 20819 def duplex @duplex end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
20817 20818 20819 |
# File 'lib/vmware/soap/vim25.rb', line 20817 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
20816 20817 20818 |
# File 'lib/vmware/soap/vim25.rb', line 20816 def dynamicType @dynamicType end |
#speedMb ⇒ Object
Returns the value of attribute speedMb.
20818 20819 20820 |
# File 'lib/vmware/soap/vim25.rb', line 20818 def speedMb @speedMb end |