Class: VirtualMachineIdeDiskDeviceInfo

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

Overview

urn:vim25VirtualMachineIdeDiskDeviceInfo

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
name - SOAP::SOAPString
configurationTag - SOAP::SOAPString
capacity - SOAP::SOAPLong
vm - ManagedObjectReference
partitionTable - VirtualMachineIdeDiskDevicePartitionInfo

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], name = nil, configurationTag = [], capacity = nil, vm = [], partitionTable = []) ⇒ VirtualMachineIdeDiskDeviceInfo

Returns a new instance of VirtualMachineIdeDiskDeviceInfo.



24223
24224
24225
24226
24227
24228
24229
24230
24231
# File 'lib/vmware/soap/vim25.rb', line 24223

def initialize(dynamicType = nil, dynamicProperty = [], name = nil, configurationTag = [], capacity = nil, vm = [], partitionTable = [])
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @name = name
  @configurationTag = configurationTag
  @capacity = capacity
  @vm = vm
  @partitionTable = partitionTable
end

Instance Attribute Details

#capacityObject

Returns the value of attribute capacity.



24219
24220
24221
# File 'lib/vmware/soap/vim25.rb', line 24219

def capacity
  @capacity
end

#configurationTagObject

Returns the value of attribute configurationTag.



24218
24219
24220
# File 'lib/vmware/soap/vim25.rb', line 24218

def configurationTag
  @configurationTag
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



24216
24217
24218
# File 'lib/vmware/soap/vim25.rb', line 24216

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



24215
24216
24217
# File 'lib/vmware/soap/vim25.rb', line 24215

def dynamicType
  @dynamicType
end

#nameObject

Returns the value of attribute name.



24217
24218
24219
# File 'lib/vmware/soap/vim25.rb', line 24217

def name
  @name
end

#partitionTableObject

Returns the value of attribute partitionTable.



24221
24222
24223
# File 'lib/vmware/soap/vim25.rb', line 24221

def partitionTable
  @partitionTable
end

#vmObject

Returns the value of attribute vm.



24220
24221
24222
# File 'lib/vmware/soap/vim25.rb', line 24220

def vm
  @vm
end