Class: VirtualMachineCloneSpec
- Inherits:
-
DynamicData
- Object
- DynamicData
- VirtualMachineCloneSpec
- 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
-
#config ⇒ Object
Returns the value of attribute config.
-
#customization ⇒ Object
Returns the value of attribute customization.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#location ⇒ Object
Returns the value of attribute location.
-
#powerOn ⇒ Object
Returns the value of attribute powerOn.
-
#template ⇒ Object
Returns the value of attribute template.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], location = nil, template = nil, config = nil, customization = nil, powerOn = nil) ⇒ VirtualMachineCloneSpec
constructor
A new instance of VirtualMachineCloneSpec.
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
#config ⇒ Object
Returns the value of attribute config.
22935 22936 22937 |
# File 'lib/vmware/soap/vim25.rb', line 22935 def config @config end |
#customization ⇒ Object
Returns the value of attribute customization.
22936 22937 22938 |
# File 'lib/vmware/soap/vim25.rb', line 22936 def customization @customization end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
22932 22933 22934 |
# File 'lib/vmware/soap/vim25.rb', line 22932 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
22931 22932 22933 |
# File 'lib/vmware/soap/vim25.rb', line 22931 def dynamicType @dynamicType end |
#location ⇒ Object
Returns the value of attribute location.
22933 22934 22935 |
# File 'lib/vmware/soap/vim25.rb', line 22933 def location @location end |
#powerOn ⇒ Object
Returns the value of attribute powerOn.
22937 22938 22939 |
# File 'lib/vmware/soap/vim25.rb', line 22937 def powerOn @powerOn end |
#template ⇒ Object
Returns the value of attribute template.
22934 22935 22936 |
# File 'lib/vmware/soap/vim25.rb', line 22934 def template @template end |