Class: VirtualMachineIdeDiskDevicePartitionInfo

Inherits:
DynamicData
  • Object
show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25VirtualMachineIdeDiskDevicePartitionInfo

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
id - SOAP::SOAPInt
capacity - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], id = nil, capacity = nil) ⇒ VirtualMachineIdeDiskDevicePartitionInfo

Returns a new instance of VirtualMachineIdeDiskDevicePartitionInfo.



23722
23723
23724
23725
23726
23727
# File 'lib/vmware/soap/vim25.rb', line 23722

def initialize(dynamicType = nil, dynamicProperty = [], id = nil, capacity = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @id = id
  @capacity = capacity
end

Instance Attribute Details

#capacityObject

Returns the value of attribute capacity.



23720
23721
23722
# File 'lib/vmware/soap/vim25.rb', line 23720

def capacity
  @capacity
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



23718
23719
23720
# File 'lib/vmware/soap/vim25.rb', line 23718

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



23717
23718
23719
# File 'lib/vmware/soap/vim25.rb', line 23717

def dynamicType
  @dynamicType
end

#idObject

Returns the value of attribute id.



23719
23720
23721
# File 'lib/vmware/soap/vim25.rb', line 23719

def id
  @id
end