Class: ClusterAffinityRuleSpec
- Inherits:
-
ClusterRuleInfo
- Object
- DynamicData
- ClusterRuleInfo
- ClusterAffinityRuleSpec
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ClusterAffinityRuleSpec
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - SOAP::SOAPInt
status - ManagedEntityStatus
enabled - SOAP::SOAPBoolean
name - SOAP::SOAPString
vm - ManagedObjectReference
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#enabled ⇒ Object
Returns the value of attribute enabled.
-
#key ⇒ Object
Returns the value of attribute key.
-
#name ⇒ Object
Returns the value of attribute name.
-
#status ⇒ Object
Returns the value of attribute status.
-
#vm ⇒ Object
Returns the value of attribute vm.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, status = nil, enabled = nil, name = nil, vm = []) ⇒ ClusterAffinityRuleSpec
constructor
A new instance of ClusterAffinityRuleSpec.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, status = nil, enabled = nil, name = nil, vm = []) ⇒ ClusterAffinityRuleSpec
Returns a new instance of ClusterAffinityRuleSpec.
3760 3761 3762 3763 3764 3765 3766 3767 3768 |
# File 'lib/vmware/soap/vim25.rb', line 3760 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, status = nil, enabled = nil, name = nil, vm = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @status = status @enabled = enabled @name = name @vm = vm end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
3753 3754 3755 |
# File 'lib/vmware/soap/vim25.rb', line 3753 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
3752 3753 3754 |
# File 'lib/vmware/soap/vim25.rb', line 3752 def dynamicType @dynamicType end |
#enabled ⇒ Object
Returns the value of attribute enabled.
3756 3757 3758 |
# File 'lib/vmware/soap/vim25.rb', line 3756 def enabled @enabled end |
#key ⇒ Object
Returns the value of attribute key.
3754 3755 3756 |
# File 'lib/vmware/soap/vim25.rb', line 3754 def key @key end |
#name ⇒ Object
Returns the value of attribute name.
3757 3758 3759 |
# File 'lib/vmware/soap/vim25.rb', line 3757 def name @name end |
#status ⇒ Object
Returns the value of attribute status.
3755 3756 3757 |
# File 'lib/vmware/soap/vim25.rb', line 3755 def status @status end |
#vm ⇒ Object
Returns the value of attribute vm.
3758 3759 3760 |
# File 'lib/vmware/soap/vim25.rb', line 3758 def vm @vm end |