Class: ChoiceOption
- Inherits:
-
OptionType
- Object
- DynamicData
- OptionType
- ChoiceOption
- 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
-
#choiceInfo ⇒ Object
Returns the value of attribute choiceInfo.
-
#defaultIndex ⇒ Object
Returns the value of attribute defaultIndex.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#valueIsReadonly ⇒ Object
Returns the value of attribute valueIsReadonly.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], valueIsReadonly = nil, choiceInfo = [], defaultIndex = nil) ⇒ ChoiceOption
constructor
A new instance of ChoiceOption.
Constructor Details
permalink #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
permalink #choiceInfo ⇒ Object
Returns the value of attribute choiceInfo.
22277 22278 22279 |
# File 'lib/vmware/soap/vim25.rb', line 22277 def choiceInfo @choiceInfo end |
permalink #defaultIndex ⇒ Object
Returns the value of attribute defaultIndex.
22278 22279 22280 |
# File 'lib/vmware/soap/vim25.rb', line 22278 def defaultIndex @defaultIndex end |
permalink #dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
22275 22276 22277 |
# File 'lib/vmware/soap/vim25.rb', line 22275 def dynamicProperty @dynamicProperty end |
permalink #dynamicType ⇒ Object
Returns the value of attribute dynamicType.
22274 22275 22276 |
# File 'lib/vmware/soap/vim25.rb', line 22274 def dynamicType @dynamicType end |
permalink #valueIsReadonly ⇒ Object
Returns the value of attribute valueIsReadonly.
22276 22277 22278 |
# File 'lib/vmware/soap/vim25.rb', line 22276 def valueIsReadonly @valueIsReadonly end |