Class: CustomizationPassword
- Inherits:
-
DynamicData
- Object
- DynamicData
- CustomizationPassword
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CustomizationPassword
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
value - SOAP::SOAPString
plainText - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#plainText ⇒ Object
Returns the value of attribute plainText.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], value = nil, plainText = nil) ⇒ CustomizationPassword
constructor
A new instance of CustomizationPassword.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], value = nil, plainText = nil) ⇒ CustomizationPassword
Returns a new instance of CustomizationPassword.
24665 24666 24667 24668 24669 24670 |
# File 'lib/vmware/soap/vim25.rb', line 24665 def initialize(dynamicType = nil, dynamicProperty = [], value = nil, plainText = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @value = value @plainText = plainText end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
24661 24662 24663 |
# File 'lib/vmware/soap/vim25.rb', line 24661 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
24660 24661 24662 |
# File 'lib/vmware/soap/vim25.rb', line 24660 def dynamicType @dynamicType end |
#plainText ⇒ Object
Returns the value of attribute plainText.
24663 24664 24665 |
# File 'lib/vmware/soap/vim25.rb', line 24663 def plainText @plainText end |
#value ⇒ Object
Returns the value of attribute value.
24662 24663 24664 |
# File 'lib/vmware/soap/vim25.rb', line 24662 def value @value end |