Class: VirtualMachineFileLayout

Inherits:
DynamicData show all
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

Instance Method Summary collapse

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

#configFileObject

Returns the value of attribute configFile.



23466
23467
23468
# File 'lib/vmware/soap/vim25.rb', line 23466

def configFile
  @configFile
end

#diskObject

Returns the value of attribute disk.



23468
23469
23470
# File 'lib/vmware/soap/vim25.rb', line 23468

def disk
  @disk
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



23465
23466
23467
# File 'lib/vmware/soap/vim25.rb', line 23465

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



23464
23465
23466
# File 'lib/vmware/soap/vim25.rb', line 23464

def dynamicType
  @dynamicType
end

#logFileObject

Returns the value of attribute logFile.



23467
23468
23469
# File 'lib/vmware/soap/vim25.rb', line 23467

def logFile
  @logFile
end

#snapshotObject

Returns the value of attribute snapshot.



23469
23470
23471
# File 'lib/vmware/soap/vim25.rb', line 23469

def snapshot
  @snapshot
end

#swapFileObject

Returns the value of attribute swapFile.



23470
23471
23472
# File 'lib/vmware/soap/vim25.rb', line 23470

def swapFile
  @swapFile
end