Class: LongOption

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

Overview

urn:vim25LongOption

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
valueIsReadonly - SOAP::SOAPBoolean
min - SOAP::SOAPLong
max - SOAP::SOAPLong
defaultValue - SOAP::SOAPLong

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], valueIsReadonly = nil, min = nil, max = nil, defaultValue = nil) ⇒ LongOption

Returns a new instance of LongOption.


22354
22355
22356
22357
22358
22359
22360
22361
# File 'lib/vmware/soap/vim25.rb', line 22354

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

Instance Attribute Details

#defaultValueObject

Returns the value of attribute defaultValue.


22352
22353
22354
# File 'lib/vmware/soap/vim25.rb', line 22352

def defaultValue
  @defaultValue
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.


22348
22349
22350
# File 'lib/vmware/soap/vim25.rb', line 22348

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.


22347
22348
22349
# File 'lib/vmware/soap/vim25.rb', line 22347

def dynamicType
  @dynamicType
end

#maxObject

Returns the value of attribute max.


22351
22352
22353
# File 'lib/vmware/soap/vim25.rb', line 22351

def max
  @max
end

#minObject

Returns the value of attribute min.


22350
22351
22352
# File 'lib/vmware/soap/vim25.rb', line 22350

def min
  @min
end

#valueIsReadonlyObject

Returns the value of attribute valueIsReadonly.


22349
22350
22351
# File 'lib/vmware/soap/vim25.rb', line 22349

def valueIsReadonly
  @valueIsReadonly
end