Class: HostNicTeamingPolicy
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostNicTeamingPolicy
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostNicTeamingPolicy
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
policy - SOAP::SOAPString
reversePolicy - SOAP::SOAPBoolean
notifySwitches - SOAP::SOAPBoolean
rollingOrder - SOAP::SOAPBoolean
failureCriteria - HostNicFailureCriteria
nicOrder - HostNicOrderPolicy
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#failureCriteria ⇒ Object
Returns the value of attribute failureCriteria.
-
#nicOrder ⇒ Object
Returns the value of attribute nicOrder.
-
#notifySwitches ⇒ Object
Returns the value of attribute notifySwitches.
-
#policy ⇒ Object
Returns the value of attribute policy.
-
#reversePolicy ⇒ Object
Returns the value of attribute reversePolicy.
-
#rollingOrder ⇒ Object
Returns the value of attribute rollingOrder.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], policy = nil, reversePolicy = nil, notifySwitches = nil, rollingOrder = nil, failureCriteria = nil, nicOrder = nil) ⇒ HostNicTeamingPolicy
constructor
A new instance of HostNicTeamingPolicy.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], policy = nil, reversePolicy = nil, notifySwitches = nil, rollingOrder = nil, failureCriteria = nil, nicOrder = nil) ⇒ HostNicTeamingPolicy
Returns a new instance of HostNicTeamingPolicy.
20555 20556 20557 20558 20559 20560 20561 20562 20563 20564 |
# File 'lib/vmware/soap/vim25.rb', line 20555 def initialize(dynamicType = nil, dynamicProperty = [], policy = nil, reversePolicy = nil, notifySwitches = nil, rollingOrder = nil, failureCriteria = nil, nicOrder = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @policy = policy @reversePolicy = reversePolicy @notifySwitches = notifySwitches @rollingOrder = rollingOrder @failureCriteria = failureCriteria @nicOrder = nicOrder end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
20547 20548 20549 |
# File 'lib/vmware/soap/vim25.rb', line 20547 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
20546 20547 20548 |
# File 'lib/vmware/soap/vim25.rb', line 20546 def dynamicType @dynamicType end |
#failureCriteria ⇒ Object
Returns the value of attribute failureCriteria.
20552 20553 20554 |
# File 'lib/vmware/soap/vim25.rb', line 20552 def failureCriteria @failureCriteria end |
#nicOrder ⇒ Object
Returns the value of attribute nicOrder.
20553 20554 20555 |
# File 'lib/vmware/soap/vim25.rb', line 20553 def nicOrder @nicOrder end |
#notifySwitches ⇒ Object
Returns the value of attribute notifySwitches.
20550 20551 20552 |
# File 'lib/vmware/soap/vim25.rb', line 20550 def notifySwitches @notifySwitches end |
#policy ⇒ Object
Returns the value of attribute policy.
20548 20549 20550 |
# File 'lib/vmware/soap/vim25.rb', line 20548 def policy @policy end |
#reversePolicy ⇒ Object
Returns the value of attribute reversePolicy.
20549 20550 20551 |
# File 'lib/vmware/soap/vim25.rb', line 20549 def reversePolicy @reversePolicy end |
#rollingOrder ⇒ Object
Returns the value of attribute rollingOrder.
20551 20552 20553 |
# File 'lib/vmware/soap/vim25.rb', line 20551 def rollingOrder @rollingOrder end |