Class: VirtualDiskPartitionedRawDiskVer2BackingInfo

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

Overview

urn:vim25VirtualDiskPartitionedRawDiskVer2BackingInfo

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
deviceName - SOAP::SOAPString
useAutoDetect - SOAP::SOAPBoolean
descriptorFileName - SOAP::SOAPString
uuid - SOAP::SOAPString
partition - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], deviceName = nil, useAutoDetect = nil, descriptorFileName = nil, uuid = nil, partition = []) ⇒ VirtualDiskPartitionedRawDiskVer2BackingInfo

Returns a new instance of VirtualDiskPartitionedRawDiskVer2BackingInfo.



25509
25510
25511
25512
25513
25514
25515
25516
25517
# File 'lib/vmware/soap/vim25.rb', line 25509

def initialize(dynamicType = nil, dynamicProperty = [], deviceName = nil, useAutoDetect = nil, descriptorFileName = nil, uuid = nil, partition = [])
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @deviceName = deviceName
  @useAutoDetect = useAutoDetect
  @descriptorFileName = descriptorFileName
  @uuid = uuid
  @partition = partition
end

Instance Attribute Details

#descriptorFileNameObject

Returns the value of attribute descriptorFileName.



25505
25506
25507
# File 'lib/vmware/soap/vim25.rb', line 25505

def descriptorFileName
  @descriptorFileName
end

#deviceNameObject

Returns the value of attribute deviceName.



25503
25504
25505
# File 'lib/vmware/soap/vim25.rb', line 25503

def deviceName
  @deviceName
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



25502
25503
25504
# File 'lib/vmware/soap/vim25.rb', line 25502

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



25501
25502
25503
# File 'lib/vmware/soap/vim25.rb', line 25501

def dynamicType
  @dynamicType
end

#partitionObject

Returns the value of attribute partition.



25507
25508
25509
# File 'lib/vmware/soap/vim25.rb', line 25507

def partition
  @partition
end

#useAutoDetectObject

Returns the value of attribute useAutoDetect.



25504
25505
25506
# File 'lib/vmware/soap/vim25.rb', line 25504

def useAutoDetect
  @useAutoDetect
end

#uuidObject

Returns the value of attribute uuid.



25506
25507
25508
# File 'lib/vmware/soap/vim25.rb', line 25506

def uuid
  @uuid
end