Class: OptionType

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

Overview

urn:vim25OptionType

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], valueIsReadonly = nil) ⇒ OptionType

Returns a new instance of OptionType.



22238
22239
22240
22241
22242
# File 'lib/vmware/soap/vim25.rb', line 22238

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



22235
22236
22237
# File 'lib/vmware/soap/vim25.rb', line 22235

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



22234
22235
22236
# File 'lib/vmware/soap/vim25.rb', line 22234

def dynamicType
  @dynamicType
end

#valueIsReadonlyObject

Returns the value of attribute valueIsReadonly.



22236
22237
22238
# File 'lib/vmware/soap/vim25.rb', line 22236

def valueIsReadonly
  @valueIsReadonly
end