Class: ClusterAttemptedVmInfo
- Inherits:
-
DynamicData
- Object
- DynamicData
- ClusterAttemptedVmInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ClusterAttemptedVmInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
vm - ManagedObjectReference
task - ManagedObjectReference
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#task ⇒ Object
Returns the value of attribute task.
-
#vm ⇒ Object
Returns the value of attribute vm.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], vm = nil, task = nil) ⇒ ClusterAttemptedVmInfo
constructor
A new instance of ClusterAttemptedVmInfo.
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
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
3313 3314 3315 |
# File 'lib/vmware/soap/vim25.rb', line 3313 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
3312 3313 3314 |
# File 'lib/vmware/soap/vim25.rb', line 3312 def dynamicType @dynamicType end |
#task ⇒ Object
Returns the value of attribute task.
3315 3316 3317 |
# File 'lib/vmware/soap/vim25.rb', line 3315 def task @task end |
#vm ⇒ Object
Returns the value of attribute vm.
3314 3315 3316 |
# File 'lib/vmware/soap/vim25.rb', line 3314 def vm @vm end |