Class: VirtualMachineFileLayout
- Inherits:
-
DynamicData
- Object
- DynamicData
- VirtualMachineFileLayout
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualMachineFileLayout
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
configFile - SOAP::SOAPString
logFile - SOAP::SOAPString
disk - VirtualMachineFileLayoutDiskLayout
snapshot - VirtualMachineFileLayoutSnapshotLayout
swapFile - SOAP::SOAPString
Instance Attribute Summary collapse
-
#configFile ⇒ Object
Returns the value of attribute configFile.
-
#disk ⇒ Object
Returns the value of attribute disk.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#logFile ⇒ Object
Returns the value of attribute logFile.
-
#snapshot ⇒ Object
Returns the value of attribute snapshot.
-
#swapFile ⇒ Object
Returns the value of attribute swapFile.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], configFile = [], logFile = [], disk = [], snapshot = [], swapFile = nil) ⇒ VirtualMachineFileLayout
constructor
A new instance of VirtualMachineFileLayout.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], configFile = [], logFile = [], disk = [], snapshot = [], swapFile = nil) ⇒ VirtualMachineFileLayout
Returns a new instance of VirtualMachineFileLayout.
23472 23473 23474 23475 23476 23477 23478 23479 23480 |
# File 'lib/vmware/soap/vim25.rb', line 23472 def initialize(dynamicType = nil, dynamicProperty = [], configFile = [], logFile = [], disk = [], snapshot = [], swapFile = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @configFile = configFile @logFile = logFile @disk = disk @snapshot = snapshot @swapFile = swapFile end |
Instance Attribute Details
#configFile ⇒ Object
Returns the value of attribute configFile.
23466 23467 23468 |
# File 'lib/vmware/soap/vim25.rb', line 23466 def configFile @configFile end |
#disk ⇒ Object
Returns the value of attribute disk.
23468 23469 23470 |
# File 'lib/vmware/soap/vim25.rb', line 23468 def disk @disk end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
23465 23466 23467 |
# File 'lib/vmware/soap/vim25.rb', line 23465 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
23464 23465 23466 |
# File 'lib/vmware/soap/vim25.rb', line 23464 def dynamicType @dynamicType end |
#logFile ⇒ Object
Returns the value of attribute logFile.
23467 23468 23469 |
# File 'lib/vmware/soap/vim25.rb', line 23467 def logFile @logFile end |
#snapshot ⇒ Object
Returns the value of attribute snapshot.
23469 23470 23471 |
# File 'lib/vmware/soap/vim25.rb', line 23469 def snapshot @snapshot end |
#swapFile ⇒ Object
Returns the value of attribute swapFile.
23470 23471 23472 |
# File 'lib/vmware/soap/vim25.rb', line 23470 def swapFile @swapFile end |