Class: HostNicTeamingPolicy

Inherits:
DynamicData show all
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

Instance Method Summary collapse

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



20547
20548
20549
# File 'lib/vmware/soap/vim25.rb', line 20547

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



20546
20547
20548
# File 'lib/vmware/soap/vim25.rb', line 20546

def dynamicType
  @dynamicType
end

#failureCriteriaObject

Returns the value of attribute failureCriteria.



20552
20553
20554
# File 'lib/vmware/soap/vim25.rb', line 20552

def failureCriteria
  @failureCriteria
end

#nicOrderObject

Returns the value of attribute nicOrder.



20553
20554
20555
# File 'lib/vmware/soap/vim25.rb', line 20553

def nicOrder
  @nicOrder
end

#notifySwitchesObject

Returns the value of attribute notifySwitches.



20550
20551
20552
# File 'lib/vmware/soap/vim25.rb', line 20550

def notifySwitches
  @notifySwitches
end

#policyObject

Returns the value of attribute policy.



20548
20549
20550
# File 'lib/vmware/soap/vim25.rb', line 20548

def policy
  @policy
end

#reversePolicyObject

Returns the value of attribute reversePolicy.



20549
20550
20551
# File 'lib/vmware/soap/vim25.rb', line 20549

def reversePolicy
  @reversePolicy
end

#rollingOrderObject

Returns the value of attribute rollingOrder.



20551
20552
20553
# File 'lib/vmware/soap/vim25.rb', line 20551

def rollingOrder
  @rollingOrder
end