Class: HostNicOrderPolicy
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostNicOrderPolicy
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostNicOrderPolicy
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
activeNic - SOAP::SOAPString
standbyNic - SOAP::SOAPString
Instance Attribute Summary collapse
-
#activeNic ⇒ Object
Returns the value of attribute activeNic.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#standbyNic ⇒ Object
Returns the value of attribute standbyNic.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], activeNic = [], standbyNic = []) ⇒ HostNicOrderPolicy
constructor
A new instance of HostNicOrderPolicy.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], activeNic = [], standbyNic = []) ⇒ HostNicOrderPolicy
Returns a new instance of HostNicOrderPolicy.
20528 20529 20530 20531 20532 20533 |
# File 'lib/vmware/soap/vim25.rb', line 20528 def initialize(dynamicType = nil, dynamicProperty = [], activeNic = [], standbyNic = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @activeNic = activeNic @standbyNic = standbyNic end |
Instance Attribute Details
#activeNic ⇒ Object
Returns the value of attribute activeNic.
20525 20526 20527 |
# File 'lib/vmware/soap/vim25.rb', line 20525 def activeNic @activeNic end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
20524 20525 20526 |
# File 'lib/vmware/soap/vim25.rb', line 20524 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
20523 20524 20525 |
# File 'lib/vmware/soap/vim25.rb', line 20523 def dynamicType @dynamicType end |
#standbyNic ⇒ Object
Returns the value of attribute standbyNic.
20526 20527 20528 |
# File 'lib/vmware/soap/vim25.rb', line 20526 def standbyNic @standbyNic end |