Class: CustomizationName
- Inherits:
-
DynamicData
- Object
- DynamicData
- CustomizationName
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CustomizationName
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
Direct Known Subclasses
CustomizationCustomName, CustomizationFixedName, CustomizationPrefixName, CustomizationUnknownName, CustomizationVirtualMachineName
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 = []) ⇒ CustomizationName
constructor
A new instance of CustomizationName.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ CustomizationName
Returns a new instance of CustomizationName.
24574 24575 24576 24577 |
# File 'lib/vmware/soap/vim25.rb', line 24574 def initialize(dynamicType = nil, dynamicProperty = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
24572 24573 24574 |
# File 'lib/vmware/soap/vim25.rb', line 24572 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
24571 24572 24573 |
# File 'lib/vmware/soap/vim25.rb', line 24571 def dynamicType @dynamicType end |