Class: IntOption

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

Overview

urn:vim25IntOption

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of IntOption.



22329
22330
22331
22332
22333
22334
22335
22336
# File 'lib/vmware/soap/vim25.rb', line 22329

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.



22327
22328
22329
# File 'lib/vmware/soap/vim25.rb', line 22327

def defaultValue
  @defaultValue
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



22323
22324
22325
# File 'lib/vmware/soap/vim25.rb', line 22323

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



22322
22323
22324
# File 'lib/vmware/soap/vim25.rb', line 22322

def dynamicType
  @dynamicType
end

#maxObject

Returns the value of attribute max.



22326
22327
22328
# File 'lib/vmware/soap/vim25.rb', line 22326

def max
  @max
end

#minObject

Returns the value of attribute min.



22325
22326
22327
# File 'lib/vmware/soap/vim25.rb', line 22325

def min
  @min
end

#valueIsReadonlyObject

Returns the value of attribute valueIsReadonly.



22324
22325
22326
# File 'lib/vmware/soap/vim25.rb', line 22324

def valueIsReadonly
  @valueIsReadonly
end