Class: CustomizationPassword

Inherits:
DynamicData show all
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

Instance Method Summary collapse

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



24661
24662
24663
# File 'lib/vmware/soap/vim25.rb', line 24661

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



24660
24661
24662
# File 'lib/vmware/soap/vim25.rb', line 24660

def dynamicType
  @dynamicType
end

#plainTextObject

Returns the value of attribute plainText.



24663
24664
24665
# File 'lib/vmware/soap/vim25.rb', line 24663

def plainText
  @plainText
end

#valueObject

Returns the value of attribute value.



24662
24663
24664
# File 'lib/vmware/soap/vim25.rb', line 24662

def value
  @value
end