Class: ComputeResourceConfigSpec

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

Overview

urn:vim25ComputeResourceConfigSpec

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
vmSwapPlacement - SOAP::SOAPString

Direct Known Subclasses

ClusterConfigSpecEx

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], vmSwapPlacement = nil) ⇒ ComputeResourceConfigSpec

Returns a new instance of ComputeResourceConfigSpec.



619
620
621
622
623
# File 'lib/vmware/soap/vim25.rb', line 619

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



616
617
618
# File 'lib/vmware/soap/vim25.rb', line 616

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



615
616
617
# File 'lib/vmware/soap/vim25.rb', line 615

def dynamicType
  @dynamicType
end

#vmSwapPlacementObject

Returns the value of attribute vmSwapPlacement.



617
618
619
# File 'lib/vmware/soap/vim25.rb', line 617

def vmSwapPlacement
  @vmSwapPlacement
end