Class: VirtualMachineAffinityInfo
- Inherits:
-
DynamicData
- Object
- DynamicData
- VirtualMachineAffinityInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualMachineAffinityInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
affinitySet - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#affinitySet ⇒ Object
Returns the value of attribute affinitySet.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], affinitySet = []) ⇒ VirtualMachineAffinityInfo
constructor
A new instance of VirtualMachineAffinityInfo.
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
#affinitySet ⇒ Object
Returns the value of attribute affinitySet.
22815 22816 22817 |
# File 'lib/vmware/soap/vim25.rb', line 22815 def affinitySet @affinitySet end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
22814 22815 22816 |
# File 'lib/vmware/soap/vim25.rb', line 22814 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
22813 22814 22815 |
# File 'lib/vmware/soap/vim25.rb', line 22813 def dynamicType @dynamicType end |