Class: CustomizationIdentitySettings
- Inherits:
-
DynamicData
- Object
- DynamicData
- CustomizationIdentitySettings
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CustomizationIdentitySettings
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
Direct Known Subclasses
CustomizationLinuxPrep, CustomizationSysprep, CustomizationSysprepText
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 = []) ⇒ CustomizationIdentitySettings
constructor
A new instance of CustomizationIdentitySettings.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ CustomizationIdentitySettings
Returns a new instance of CustomizationIdentitySettings.
24838 24839 24840 24841 |
# File 'lib/vmware/soap/vim25.rb', line 24838 def initialize(dynamicType = nil, dynamicProperty = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
24836 24837 24838 |
# File 'lib/vmware/soap/vim25.rb', line 24836 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
24835 24836 24837 |
# File 'lib/vmware/soap/vim25.rb', line 24835 def dynamicType @dynamicType end |