Class: CustomizationVirtualMachineName
- Inherits:
-
CustomizationName
- Object
- DynamicData
- CustomizationName
- CustomizationVirtualMachineName
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CustomizationVirtualMachineName
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ CustomizationVirtualMachineName
constructor
A new instance of CustomizationVirtualMachineName.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ CustomizationVirtualMachineName
Returns a new instance of CustomizationVirtualMachineName.
24619 24620 24621 24622 |
# File 'lib/vmware/soap/vim25.rb', line 24619 def initialize(dynamicType = nil, dynamicProperty = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
24617 24618 24619 |
# File 'lib/vmware/soap/vim25.rb', line 24617 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
24616 24617 24618 |
# File 'lib/vmware/soap/vim25.rb', line 24616 def dynamicType @dynamicType end |