Class: ClusterDpmHostConfigSpec

Inherits:
ArrayUpdateSpec show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25ClusterDpmHostConfigSpec

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
operation - ArrayUpdateOperation
removeKey - (any)
info - ClusterDpmHostConfigInfo

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], operation = nil, removeKey = nil, info = nil) ⇒ ClusterDpmHostConfigSpec

Returns a new instance of ClusterDpmHostConfigSpec.



22198
22199
22200
22201
22202
22203
22204
# File 'lib/vmware/soap/vim25.rb', line 22198

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.



22193
22194
22195
# File 'lib/vmware/soap/vim25.rb', line 22193

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



22192
22193
22194
# File 'lib/vmware/soap/vim25.rb', line 22192

def dynamicType
  @dynamicType
end

#infoObject

Returns the value of attribute info.



22196
22197
22198
# File 'lib/vmware/soap/vim25.rb', line 22196

def info
  @info
end

#operationObject

Returns the value of attribute operation.



22194
22195
22196
# File 'lib/vmware/soap/vim25.rb', line 22194

def operation
  @operation
end

#removeKeyObject

Returns the value of attribute removeKey.



22195
22196
22197
# File 'lib/vmware/soap/vim25.rb', line 22195

def removeKey
  @removeKey
end