Class: VirtualMachineScsiDiskDeviceInfo
- Inherits:
-
VirtualMachineDiskDeviceInfo
- Object
- DynamicData
- VirtualMachineTargetInfo
- VirtualMachineDiskDeviceInfo
- VirtualMachineScsiDiskDeviceInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualMachineScsiDiskDeviceInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
name - SOAP::SOAPString
configurationTag - SOAP::SOAPString
capacity - SOAP::SOAPLong
vm - ManagedObjectReference
disk - HostScsiDisk
Instance Attribute Summary collapse
-
#capacity ⇒ Object
Returns the value of attribute capacity.
-
#configurationTag ⇒ Object
Returns the value of attribute configurationTag.
-
#disk ⇒ Object
Returns the value of attribute disk.
-
#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 = [], disk = nil) ⇒ VirtualMachineScsiDiskDeviceInfo
constructor
A new instance of VirtualMachineScsiDiskDeviceInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], name = nil, configurationTag = [], capacity = nil, vm = [], disk = nil) ⇒ VirtualMachineScsiDiskDeviceInfo
Returns a new instance of VirtualMachineScsiDiskDeviceInfo.
24251 24252 24253 24254 24255 24256 24257 24258 24259 |
# File 'lib/vmware/soap/vim25.rb', line 24251 def initialize(dynamicType = nil, dynamicProperty = [], name = nil, configurationTag = [], capacity = nil, vm = [], disk = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @name = name @configurationTag = configurationTag @capacity = capacity @vm = vm @disk = disk end |
Instance Attribute Details
#capacity ⇒ Object
Returns the value of attribute capacity.
24247 24248 24249 |
# File 'lib/vmware/soap/vim25.rb', line 24247 def capacity @capacity end |
#configurationTag ⇒ Object
Returns the value of attribute configurationTag.
24246 24247 24248 |
# File 'lib/vmware/soap/vim25.rb', line 24246 def configurationTag @configurationTag end |
#disk ⇒ Object
Returns the value of attribute disk.
24249 24250 24251 |
# File 'lib/vmware/soap/vim25.rb', line 24249 def disk @disk end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
24244 24245 24246 |
# File 'lib/vmware/soap/vim25.rb', line 24244 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
24243 24244 24245 |
# File 'lib/vmware/soap/vim25.rb', line 24243 def dynamicType @dynamicType end |
#name ⇒ Object
Returns the value of attribute name.
24245 24246 24247 |
# File 'lib/vmware/soap/vim25.rb', line 24245 def name @name end |
#vm ⇒ Object
Returns the value of attribute vm.
24248 24249 24250 |
# File 'lib/vmware/soap/vim25.rb', line 24248 def vm @vm end |