Class: VirtualMachineFileLayoutDiskLayout
- Inherits:
-
DynamicData
- Object
- DynamicData
- VirtualMachineFileLayoutDiskLayout
- 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
-
#diskFile ⇒ Object
Returns the value of attribute diskFile.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#key ⇒ Object
Returns the value of attribute key.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, diskFile = []) ⇒ VirtualMachineFileLayoutDiskLayout
constructor
A new instance of VirtualMachineFileLayoutDiskLayout.
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
#diskFile ⇒ Object
Returns the value of attribute diskFile.
23426 23427 23428 |
# File 'lib/vmware/soap/vim25.rb', line 23426 def diskFile @diskFile end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
23424 23425 23426 |
# File 'lib/vmware/soap/vim25.rb', line 23424 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
23423 23424 23425 |
# File 'lib/vmware/soap/vim25.rb', line 23423 def dynamicType @dynamicType end |
#key ⇒ Object
Returns the value of attribute key.
23425 23426 23427 |
# File 'lib/vmware/soap/vim25.rb', line 23425 def key @key end |