Class: ChoiceOption

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

Overview

urn:vim25ChoiceOption

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
valueIsReadonly - SOAP::SOAPBoolean
choiceInfo - ElementDescription
defaultIndex - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], valueIsReadonly = nil, choiceInfo = [], defaultIndex = nil) ⇒ ChoiceOption

Returns a new instance of ChoiceOption.



22280
22281
22282
22283
22284
22285
22286
# File 'lib/vmware/soap/vim25.rb', line 22280

def initialize(dynamicType = nil, dynamicProperty = [], valueIsReadonly = nil, choiceInfo = [], defaultIndex = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @valueIsReadonly = valueIsReadonly
  @choiceInfo = choiceInfo
  @defaultIndex = defaultIndex
end

Instance Attribute Details

#choiceInfoObject

Returns the value of attribute choiceInfo.



22277
22278
22279
# File 'lib/vmware/soap/vim25.rb', line 22277

def choiceInfo
  @choiceInfo
end

#defaultIndexObject

Returns the value of attribute defaultIndex.



22278
22279
22280
# File 'lib/vmware/soap/vim25.rb', line 22278

def defaultIndex
  @defaultIndex
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



22275
22276
22277
# File 'lib/vmware/soap/vim25.rb', line 22275

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



22274
22275
22276
# File 'lib/vmware/soap/vim25.rb', line 22274

def dynamicType
  @dynamicType
end

#valueIsReadonlyObject

Returns the value of attribute valueIsReadonly.



22276
22277
22278
# File 'lib/vmware/soap/vim25.rb', line 22276

def valueIsReadonly
  @valueIsReadonly
end