Class: CustomizationSysprepText

Inherits:
CustomizationIdentitySettings show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25CustomizationSysprepText

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
value - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



24850
24851
24852
# File 'lib/vmware/soap/vim25.rb', line 24850

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



24849
24850
24851
# File 'lib/vmware/soap/vim25.rb', line 24849

def dynamicType
  @dynamicType
end

#valueObject

Returns the value of attribute value.



24851
24852
24853
# File 'lib/vmware/soap/vim25.rb', line 24851

def value
  @value
end