Class: VirtualMachineCloneSpec

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

Overview

urn:vim25VirtualMachineCloneSpec

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
location - VirtualMachineRelocateSpec
template - SOAP::SOAPBoolean
config - VirtualMachineConfigSpec
customization - CustomizationSpec
powerOn - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], location = nil, template = nil, config = nil, customization = nil, powerOn = nil) ⇒ VirtualMachineCloneSpec

Returns a new instance of VirtualMachineCloneSpec.



22939
22940
22941
22942
22943
22944
22945
22946
22947
# File 'lib/vmware/soap/vim25.rb', line 22939

def initialize(dynamicType = nil, dynamicProperty = [], location = nil, template = nil, config = nil, customization = nil, powerOn = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @location = location
  @template = template
  @config = config
  @customization = customization
  @powerOn = powerOn
end

Instance Attribute Details

#configObject

Returns the value of attribute config.



22935
22936
22937
# File 'lib/vmware/soap/vim25.rb', line 22935

def config
  @config
end

#customizationObject

Returns the value of attribute customization.



22936
22937
22938
# File 'lib/vmware/soap/vim25.rb', line 22936

def customization
  @customization
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



22932
22933
22934
# File 'lib/vmware/soap/vim25.rb', line 22932

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



22931
22932
22933
# File 'lib/vmware/soap/vim25.rb', line 22931

def dynamicType
  @dynamicType
end

#locationObject

Returns the value of attribute location.



22933
22934
22935
# File 'lib/vmware/soap/vim25.rb', line 22933

def location
  @location
end

#powerOnObject

Returns the value of attribute powerOn.



22937
22938
22939
# File 'lib/vmware/soap/vim25.rb', line 22937

def powerOn
  @powerOn
end

#templateObject

Returns the value of attribute template.



22934
22935
22936
# File 'lib/vmware/soap/vim25.rb', line 22934

def template
  @template
end