Class: ClusterRuleSpec

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

Instance Method Summary collapse

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



22171
22172
22173
# File 'lib/vmware/soap/vim25.rb', line 22171

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



22170
22171
22172
# File 'lib/vmware/soap/vim25.rb', line 22170

def dynamicType
  @dynamicType
end

#infoObject

Returns the value of attribute info.



22174
22175
22176
# File 'lib/vmware/soap/vim25.rb', line 22174

def info
  @info
end

#operationObject

Returns the value of attribute operation.



22172
22173
22174
# File 'lib/vmware/soap/vim25.rb', line 22172

def operation
  @operation
end

#removeKeyObject

Returns the value of attribute removeKey.



22173
22174
22175
# File 'lib/vmware/soap/vim25.rb', line 22173

def removeKey
  @removeKey
end