Class: VirtualMachineAffinityInfo

Inherits:
DynamicData show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25VirtualMachineAffinityInfo

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
affinitySet - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], affinitySet = []) ⇒ VirtualMachineAffinityInfo

Returns a new instance of VirtualMachineAffinityInfo.



22817
22818
22819
22820
22821
# File 'lib/vmware/soap/vim25.rb', line 22817

def initialize(dynamicType = nil, dynamicProperty = [], affinitySet = [])
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @affinitySet = affinitySet
end

Instance Attribute Details

#affinitySetObject

Returns the value of attribute affinitySet.



22815
22816
22817
# File 'lib/vmware/soap/vim25.rb', line 22815

def affinitySet
  @affinitySet
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



22814
22815
22816
# File 'lib/vmware/soap/vim25.rb', line 22814

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



22813
22814
22815
# File 'lib/vmware/soap/vim25.rb', line 22813

def dynamicType
  @dynamicType
end