Class: AffinityConfigured
- Inherits:
-
MigrationFault
- Object
- MethodFault
- VimFault
- MigrationFault
- AffinityConfigured
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25AffinityConfigured
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
configuredAffinity - SOAP::SOAPString
Instance Attribute Summary collapse
-
#configuredAffinity ⇒ Object
Returns the value of attribute configuredAffinity.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], configuredAffinity = []) ⇒ AffinityConfigured
constructor
A new instance of AffinityConfigured.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], configuredAffinity = []) ⇒ AffinityConfigured
Returns a new instance of AffinityConfigured.
30981 30982 30983 30984 30985 |
# File 'lib/vmware/soap/vim25.rb', line 30981 def initialize(dynamicType = nil, dynamicProperty = [], configuredAffinity = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @configuredAffinity = configuredAffinity end |
Instance Attribute Details
#configuredAffinity ⇒ Object
Returns the value of attribute configuredAffinity.
30979 30980 30981 |
# File 'lib/vmware/soap/vim25.rb', line 30979 def configuredAffinity @configuredAffinity end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
30978 30979 30980 |
# File 'lib/vmware/soap/vim25.rb', line 30978 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
30977 30978 30979 |
# File 'lib/vmware/soap/vim25.rb', line 30977 def dynamicType @dynamicType end |