Class: ClusterAction

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

Overview

urn:vim25ClusterAction

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
type - SOAP::SOAPString
target - ManagedObjectReference

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], type = nil, target = nil) ⇒ ClusterAction

Returns a new instance of ClusterAction.



3201
3202
3203
3204
3205
3206
# File 'lib/vmware/soap/vim25.rb', line 3201

def initialize(dynamicType = nil, dynamicProperty = [], type = nil, target = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @type = type
  @target = target
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



3197
3198
3199
# File 'lib/vmware/soap/vim25.rb', line 3197

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



3196
3197
3198
# File 'lib/vmware/soap/vim25.rb', line 3196

def dynamicType
  @dynamicType
end

#targetObject

Returns the value of attribute target.



3199
3200
3201
# File 'lib/vmware/soap/vim25.rb', line 3199

def target
  @target
end

#typeObject

Returns the value of attribute type.



3198
3199
3200
# File 'lib/vmware/soap/vim25.rb', line 3198

def type
  @type
end