Class: ClusterNotAttemptedVmInfo

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

Overview

urn:vim25ClusterNotAttemptedVmInfo

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
vm - ManagedObjectReference
fault - LocalizedMethodFault

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], vm = nil, fault = nil) ⇒ ClusterNotAttemptedVmInfo

Returns a new instance of ClusterNotAttemptedVmInfo.



3648
3649
3650
3651
3652
3653
# File 'lib/vmware/soap/vim25.rb', line 3648

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



3644
3645
3646
# File 'lib/vmware/soap/vim25.rb', line 3644

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



3643
3644
3645
# File 'lib/vmware/soap/vim25.rb', line 3643

def dynamicType
  @dynamicType
end

#faultObject

Returns the value of attribute fault.



3646
3647
3648
# File 'lib/vmware/soap/vim25.rb', line 3646

def fault
  @fault
end

#vmObject

Returns the value of attribute vm.



3645
3646
3647
# File 'lib/vmware/soap/vim25.rb', line 3645

def vm
  @vm
end