Class: ClusterRuleSpec
- Inherits:
-
ArrayUpdateSpec
- Object
- DynamicData
- ArrayUpdateSpec
- ClusterRuleSpec
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ClusterRuleSpec
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
operation - ArrayUpdateOperation
removeKey - (any)
info - ClusterRuleInfo
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#info ⇒ Object
Returns the value of attribute info.
-
#operation ⇒ Object
Returns the value of attribute operation.
-
#removeKey ⇒ Object
Returns the value of attribute removeKey.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], operation = nil, removeKey = nil, info = nil) ⇒ ClusterRuleSpec
constructor
A new instance of ClusterRuleSpec.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], operation = nil, removeKey = nil, info = nil) ⇒ ClusterRuleSpec
Returns a new instance of ClusterRuleSpec.
22176 22177 22178 22179 22180 22181 22182 |
# File 'lib/vmware/soap/vim25.rb', line 22176 def initialize(dynamicType = nil, dynamicProperty = [], operation = nil, removeKey = nil, info = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @operation = operation @removeKey = removeKey @info = info end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
22171 22172 22173 |
# File 'lib/vmware/soap/vim25.rb', line 22171 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
22170 22171 22172 |
# File 'lib/vmware/soap/vim25.rb', line 22170 def dynamicType @dynamicType end |
#info ⇒ Object
Returns the value of attribute info.
22174 22175 22176 |
# File 'lib/vmware/soap/vim25.rb', line 22174 def info @info end |
#operation ⇒ Object
Returns the value of attribute operation.
22172 22173 22174 |
# File 'lib/vmware/soap/vim25.rb', line 22172 def operation @operation end |
#removeKey ⇒ Object
Returns the value of attribute removeKey.
22173 22174 22175 |
# File 'lib/vmware/soap/vim25.rb', line 22173 def removeKey @removeKey end |