Class: StringOption

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

Overview

urn:vim25StringOption

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
valueIsReadonly - SOAP::SOAPBoolean
defaultValue - SOAP::SOAPString
validCharacters - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], valueIsReadonly = nil, defaultValue = nil, validCharacters = nil) ⇒ StringOption

Returns a new instance of StringOption.



22377
22378
22379
22380
22381
22382
22383
# File 'lib/vmware/soap/vim25.rb', line 22377

def initialize(dynamicType = nil, dynamicProperty = [], valueIsReadonly = nil, defaultValue = nil, validCharacters = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @valueIsReadonly = valueIsReadonly
  @defaultValue = defaultValue
  @validCharacters = validCharacters
end

Instance Attribute Details

#defaultValueObject

Returns the value of attribute defaultValue.



22374
22375
22376
# File 'lib/vmware/soap/vim25.rb', line 22374

def defaultValue
  @defaultValue
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



22372
22373
22374
# File 'lib/vmware/soap/vim25.rb', line 22372

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



22371
22372
22373
# File 'lib/vmware/soap/vim25.rb', line 22371

def dynamicType
  @dynamicType
end

#validCharactersObject

Returns the value of attribute validCharacters.



22375
22376
22377
# File 'lib/vmware/soap/vim25.rb', line 22375

def validCharacters
  @validCharacters
end

#valueIsReadonlyObject

Returns the value of attribute valueIsReadonly.



22373
22374
22375
# File 'lib/vmware/soap/vim25.rb', line 22373

def valueIsReadonly
  @valueIsReadonly
end