Method: VirtualMachineCloneSpec#initialize

Defined in:
lib/vmware/soap/vim25.rb

#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