Class: CustomizationSysprepText
- Inherits:
-
CustomizationIdentitySettings
- Object
- DynamicData
- CustomizationIdentitySettings
- CustomizationSysprepText
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CustomizationSysprepText
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
value - SOAP::SOAPString
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], value = nil) ⇒ CustomizationSysprepText
constructor
A new instance of CustomizationSysprepText.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], value = nil) ⇒ CustomizationSysprepText
Returns a new instance of CustomizationSysprepText.
24853 24854 24855 24856 24857 |
# File 'lib/vmware/soap/vim25.rb', line 24853 def initialize(dynamicType = nil, dynamicProperty = [], value = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @value = value end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
24850 24851 24852 |
# File 'lib/vmware/soap/vim25.rb', line 24850 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
24849 24850 24851 |
# File 'lib/vmware/soap/vim25.rb', line 24849 def dynamicType @dynamicType end |
#value ⇒ Object
Returns the value of attribute value.
24851 24852 24853 |
# File 'lib/vmware/soap/vim25.rb', line 24851 def value @value end |