Class: VirtualDiskOption
- Inherits:
-
VirtualDeviceOption
- Object
- DynamicData
- VirtualDeviceOption
- VirtualDiskOption
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualDiskOption
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
type - SOAP::SOAPString
connectOption - VirtualDeviceConnectOption
controllerType - SOAP::SOAPString
autoAssignController - BoolOption
backingOption - VirtualDeviceBackingOption
defaultBackingOptionIndex - SOAP::SOAPInt
licensingLimit - SOAP::SOAPString
deprecated - SOAP::SOAPBoolean
plugAndPlay - SOAP::SOAPBoolean
capacityInKB - LongOption
Instance Attribute Summary collapse
-
#autoAssignController ⇒ Object
Returns the value of attribute autoAssignController.
-
#backingOption ⇒ Object
Returns the value of attribute backingOption.
-
#capacityInKB ⇒ Object
Returns the value of attribute capacityInKB.
-
#connectOption ⇒ Object
Returns the value of attribute connectOption.
-
#controllerType ⇒ Object
Returns the value of attribute controllerType.
-
#defaultBackingOptionIndex ⇒ Object
Returns the value of attribute defaultBackingOptionIndex.
-
#deprecated ⇒ Object
Returns the value of attribute deprecated.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#licensingLimit ⇒ Object
Returns the value of attribute licensingLimit.
-
#plugAndPlay ⇒ Object
Returns the value of attribute plugAndPlay.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], type = nil, connectOption = nil, controllerType = nil, autoAssignController = nil, backingOption = [], defaultBackingOptionIndex = nil, licensingLimit = [], deprecated = nil, plugAndPlay = nil, capacityInKB = nil) ⇒ VirtualDiskOption
constructor
A new instance of VirtualDiskOption.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], type = nil, connectOption = nil, controllerType = nil, autoAssignController = nil, backingOption = [], defaultBackingOptionIndex = nil, licensingLimit = [], deprecated = nil, plugAndPlay = nil, capacityInKB = nil) ⇒ VirtualDiskOption
Returns a new instance of VirtualDiskOption.
28206 28207 28208 28209 28210 28211 28212 28213 28214 28215 28216 28217 28218 28219 |
# File 'lib/vmware/soap/vim25.rb', line 28206 def initialize(dynamicType = nil, dynamicProperty = [], type = nil, connectOption = nil, controllerType = nil, autoAssignController = nil, backingOption = [], defaultBackingOptionIndex = nil, licensingLimit = [], deprecated = nil, plugAndPlay = nil, capacityInKB = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @type = type @connectOption = connectOption @controllerType = controllerType @autoAssignController = autoAssignController @backingOption = backingOption @defaultBackingOptionIndex = defaultBackingOptionIndex @licensingLimit = licensingLimit @deprecated = deprecated @plugAndPlay = plugAndPlay @capacityInKB = capacityInKB end |
Instance Attribute Details
#autoAssignController ⇒ Object
Returns the value of attribute autoAssignController.
28198 28199 28200 |
# File 'lib/vmware/soap/vim25.rb', line 28198 def autoAssignController @autoAssignController end |
#backingOption ⇒ Object
Returns the value of attribute backingOption.
28199 28200 28201 |
# File 'lib/vmware/soap/vim25.rb', line 28199 def backingOption @backingOption end |
#capacityInKB ⇒ Object
Returns the value of attribute capacityInKB.
28204 28205 28206 |
# File 'lib/vmware/soap/vim25.rb', line 28204 def capacityInKB @capacityInKB end |
#connectOption ⇒ Object
Returns the value of attribute connectOption.
28196 28197 28198 |
# File 'lib/vmware/soap/vim25.rb', line 28196 def connectOption @connectOption end |
#controllerType ⇒ Object
Returns the value of attribute controllerType.
28197 28198 28199 |
# File 'lib/vmware/soap/vim25.rb', line 28197 def controllerType @controllerType end |
#defaultBackingOptionIndex ⇒ Object
Returns the value of attribute defaultBackingOptionIndex.
28200 28201 28202 |
# File 'lib/vmware/soap/vim25.rb', line 28200 def defaultBackingOptionIndex @defaultBackingOptionIndex end |
#deprecated ⇒ Object
Returns the value of attribute deprecated.
28202 28203 28204 |
# File 'lib/vmware/soap/vim25.rb', line 28202 def deprecated @deprecated end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
28194 28195 28196 |
# File 'lib/vmware/soap/vim25.rb', line 28194 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
28193 28194 28195 |
# File 'lib/vmware/soap/vim25.rb', line 28193 def dynamicType @dynamicType end |
#licensingLimit ⇒ Object
Returns the value of attribute licensingLimit.
28201 28202 28203 |
# File 'lib/vmware/soap/vim25.rb', line 28201 def licensingLimit @licensingLimit end |
#plugAndPlay ⇒ Object
Returns the value of attribute plugAndPlay.
28203 28204 28205 |
# File 'lib/vmware/soap/vim25.rb', line 28203 def plugAndPlay @plugAndPlay end |
#type ⇒ Object
Returns the value of attribute type.
28195 28196 28197 |
# File 'lib/vmware/soap/vim25.rb', line 28195 def type @type end |