Class: VirtualMachineDiskDeviceInfo
- Inherits:
-
VirtualMachineTargetInfo
- Object
- DynamicData
- VirtualMachineTargetInfo
- VirtualMachineDiskDeviceInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualMachineDiskDeviceInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
name - SOAP::SOAPString
configurationTag - SOAP::SOAPString
capacity - SOAP::SOAPLong
vm - ManagedObjectReference
Direct Known Subclasses
VirtualMachineIdeDiskDeviceInfo, VirtualMachineScsiDiskDeviceInfo
Instance Attribute Summary collapse
-
#capacity ⇒ Object
Returns the value of attribute capacity.
-
#configurationTag ⇒ Object
Returns the value of attribute configurationTag.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#name ⇒ Object
Returns the value of attribute name.
-
#vm ⇒ Object
Returns the value of attribute vm.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], name = nil, configurationTag = [], capacity = nil, vm = []) ⇒ VirtualMachineDiskDeviceInfo
constructor
A new instance of VirtualMachineDiskDeviceInfo.
Constructor Details
permalink #initialize(dynamicType = nil, dynamicProperty = [], name = nil, configurationTag = [], capacity = nil, vm = []) ⇒ VirtualMachineDiskDeviceInfo
Returns a new instance of VirtualMachineDiskDeviceInfo.
24196 24197 24198 24199 24200 24201 24202 24203 |
# File 'lib/vmware/soap/vim25.rb', line 24196 def initialize(dynamicType = nil, dynamicProperty = [], name = nil, configurationTag = [], capacity = nil, vm = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @name = name @configurationTag = configurationTag @capacity = capacity @vm = vm end |
Instance Attribute Details
permalink #capacity ⇒ Object
Returns the value of attribute capacity.
24193 24194 24195 |
# File 'lib/vmware/soap/vim25.rb', line 24193 def capacity @capacity end |
permalink #configurationTag ⇒ Object
Returns the value of attribute configurationTag.
24192 24193 24194 |
# File 'lib/vmware/soap/vim25.rb', line 24192 def configurationTag @configurationTag end |
permalink #dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
24190 24191 24192 |
# File 'lib/vmware/soap/vim25.rb', line 24190 def dynamicProperty @dynamicProperty end |
permalink #dynamicType ⇒ Object
Returns the value of attribute dynamicType.
24189 24190 24191 |
# File 'lib/vmware/soap/vim25.rb', line 24189 def dynamicType @dynamicType end |
permalink #name ⇒ Object
Returns the value of attribute name.
24191 24192 24193 |
# File 'lib/vmware/soap/vim25.rb', line 24191 def name @name end |
permalink #vm ⇒ Object
Returns the value of attribute vm.
24194 24195 24196 |
# File 'lib/vmware/soap/vim25.rb', line 24194 def vm @vm end |