Class: VirtualMachineFileLayoutDiskLayout

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

Overview

urn:vim25VirtualMachineFileLayoutDiskLayout

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - SOAP::SOAPInt
diskFile - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], key = nil, diskFile = []) ⇒ VirtualMachineFileLayoutDiskLayout

Returns a new instance of VirtualMachineFileLayoutDiskLayout.



23428
23429
23430
23431
23432
23433
# File 'lib/vmware/soap/vim25.rb', line 23428

def initialize(dynamicType = nil, dynamicProperty = [], key = nil, diskFile = [])
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @key = key
  @diskFile = diskFile
end

Instance Attribute Details

#diskFileObject

Returns the value of attribute diskFile.



23426
23427
23428
# File 'lib/vmware/soap/vim25.rb', line 23426

def diskFile
  @diskFile
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



23424
23425
23426
# File 'lib/vmware/soap/vim25.rb', line 23424

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



23423
23424
23425
# File 'lib/vmware/soap/vim25.rb', line 23423

def dynamicType
  @dynamicType
end

#keyObject

Returns the value of attribute key.



23425
23426
23427
# File 'lib/vmware/soap/vim25.rb', line 23425

def key
  @key
end