Class: ClusterPowerOnVmResult

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

Overview

urn:vim25ClusterPowerOnVmResult

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
attempted - ClusterAttemptedVmInfo
notAttempted - ClusterNotAttemptedVmInfo
recommendations - ClusterRecommendation

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], attempted = [], notAttempted = [], recommendations = []) ⇒ ClusterPowerOnVmResult

Returns a new instance of ClusterPowerOnVmResult.



3669
3670
3671
3672
3673
3674
3675
# File 'lib/vmware/soap/vim25.rb', line 3669

def initialize(dynamicType = nil, dynamicProperty = [], attempted = [], notAttempted = [], recommendations = [])
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @attempted = attempted
  @notAttempted = notAttempted
  @recommendations = recommendations
end

Instance Attribute Details

#attemptedObject

Returns the value of attribute attempted.



3665
3666
3667
# File 'lib/vmware/soap/vim25.rb', line 3665

def attempted
  @attempted
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



3664
3665
3666
# File 'lib/vmware/soap/vim25.rb', line 3664

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



3663
3664
3665
# File 'lib/vmware/soap/vim25.rb', line 3663

def dynamicType
  @dynamicType
end

#notAttemptedObject

Returns the value of attribute notAttempted.



3666
3667
3668
# File 'lib/vmware/soap/vim25.rb', line 3666

def notAttempted
  @notAttempted
end

#recommendationsObject

Returns the value of attribute recommendations.



3667
3668
3669
# File 'lib/vmware/soap/vim25.rb', line 3667

def recommendations
  @recommendations
end