Class: ClusterDrsVmConfigSpec

Inherits:
ArrayUpdateSpec show all
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

Instance Method Summary collapse

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



22149
22150
22151
# File 'lib/vmware/soap/vim25.rb', line 22149

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



22148
22149
22150
# File 'lib/vmware/soap/vim25.rb', line 22148

def dynamicType
  @dynamicType
end

#infoObject

Returns the value of attribute info.



22152
22153
22154
# File 'lib/vmware/soap/vim25.rb', line 22152

def info
  @info
end

#operationObject

Returns the value of attribute operation.



22150
22151
22152
# File 'lib/vmware/soap/vim25.rb', line 22150

def operation
  @operation
end

#removeKeyObject

Returns the value of attribute removeKey.



22151
22152
22153
# File 'lib/vmware/soap/vim25.rb', line 22151

def removeKey
  @removeKey
end