Class: ClusterDrsVmConfigSpec
- Inherits:
-
ArrayUpdateSpec
- Object
- DynamicData
- ArrayUpdateSpec
- ClusterDrsVmConfigSpec
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ClusterDrsVmConfigSpec
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
operation - ArrayUpdateOperation
removeKey - (any)
info - ClusterDrsVmConfigInfo
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) ⇒ ClusterDrsVmConfigSpec
constructor
A new instance of ClusterDrsVmConfigSpec.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], operation = nil, removeKey = nil, info = nil) ⇒ ClusterDrsVmConfigSpec
Returns a new instance of ClusterDrsVmConfigSpec.
22154 22155 22156 22157 22158 22159 22160 |
# File 'lib/vmware/soap/vim25.rb', line 22154 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.
22149 22150 22151 |
# File 'lib/vmware/soap/vim25.rb', line 22149 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
22148 22149 22150 |
# File 'lib/vmware/soap/vim25.rb', line 22148 def dynamicType @dynamicType end |
#info ⇒ Object
Returns the value of attribute info.
22152 22153 22154 |
# File 'lib/vmware/soap/vim25.rb', line 22152 def info @info end |
#operation ⇒ Object
Returns the value of attribute operation.
22150 22151 22152 |
# File 'lib/vmware/soap/vim25.rb', line 22150 def operation @operation end |
#removeKey ⇒ Object
Returns the value of attribute removeKey.
22151 22152 22153 |
# File 'lib/vmware/soap/vim25.rb', line 22151 def removeKey @removeKey end |