Class: PhysicalNicSpec
- Inherits:
-
DynamicData
- Object
- DynamicData
- PhysicalNicSpec
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25PhysicalNicSpec
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
ip - HostIpConfig
linkSpeed - PhysicalNicLinkInfo
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#ip ⇒ Object
Returns the value of attribute ip.
-
#linkSpeed ⇒ Object
Returns the value of attribute linkSpeed.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], ip = nil, linkSpeed = nil) ⇒ PhysicalNicSpec
constructor
A new instance of PhysicalNicSpec.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], ip = nil, linkSpeed = nil) ⇒ PhysicalNicSpec
Returns a new instance of PhysicalNicSpec.
20783 20784 20785 20786 20787 20788 |
# File 'lib/vmware/soap/vim25.rb', line 20783 def initialize(dynamicType = nil, dynamicProperty = [], ip = nil, linkSpeed = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @ip = ip @linkSpeed = linkSpeed end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
20779 20780 20781 |
# File 'lib/vmware/soap/vim25.rb', line 20779 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
20778 20779 20780 |
# File 'lib/vmware/soap/vim25.rb', line 20778 def dynamicType @dynamicType end |
#ip ⇒ Object
Returns the value of attribute ip.
20780 20781 20782 |
# File 'lib/vmware/soap/vim25.rb', line 20780 def ip @ip end |
#linkSpeed ⇒ Object
Returns the value of attribute linkSpeed.
20781 20782 20783 |
# File 'lib/vmware/soap/vim25.rb', line 20781 def linkSpeed @linkSpeed end |