Class: ClusterAttemptedVmInfo

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

Overview

urn:vim25ClusterAttemptedVmInfo

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
vm - ManagedObjectReference
task - ManagedObjectReference

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], vm = nil, task = nil) ⇒ ClusterAttemptedVmInfo

Returns a new instance of ClusterAttemptedVmInfo.



3317
3318
3319
3320
3321
3322
# File 'lib/vmware/soap/vim25.rb', line 3317

def initialize(dynamicType = nil, dynamicProperty = [], vm = nil, task = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @vm = vm
  @task = task
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



3313
3314
3315
# File 'lib/vmware/soap/vim25.rb', line 3313

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



3312
3313
3314
# File 'lib/vmware/soap/vim25.rb', line 3312

def dynamicType
  @dynamicType
end

#taskObject

Returns the value of attribute task.



3315
3316
3317
# File 'lib/vmware/soap/vim25.rb', line 3315

def task
  @task
end

#vmObject

Returns the value of attribute vm.



3314
3315
3316
# File 'lib/vmware/soap/vim25.rb', line 3314

def vm
  @vm
end