Class: BoolOption

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

Overview

urn:vim25BoolOption

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], valueIsReadonly = nil, supported = nil, defaultValue = nil) ⇒ BoolOption

Returns a new instance of BoolOption.



22258
22259
22260
22261
22262
22263
22264
# File 'lib/vmware/soap/vim25.rb', line 22258

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

Instance Attribute Details

#defaultValueObject

Returns the value of attribute defaultValue.



22256
22257
22258
# File 'lib/vmware/soap/vim25.rb', line 22256

def defaultValue
  @defaultValue
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



22253
22254
22255
# File 'lib/vmware/soap/vim25.rb', line 22253

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



22252
22253
22254
# File 'lib/vmware/soap/vim25.rb', line 22252

def dynamicType
  @dynamicType
end

#supportedObject

Returns the value of attribute supported.



22255
22256
22257
# File 'lib/vmware/soap/vim25.rb', line 22255

def supported
  @supported
end

#valueIsReadonlyObject

Returns the value of attribute valueIsReadonly.



22254
22255
22256
# File 'lib/vmware/soap/vim25.rb', line 22254

def valueIsReadonly
  @valueIsReadonly
end