Class: VirtualMachineFileLayoutSnapshotLayout

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

Overview

urn:vim25VirtualMachineFileLayoutSnapshotLayout

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - ManagedObjectReference
snapshotFile - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], key = nil, snapshotFile = []) ⇒ VirtualMachineFileLayoutSnapshotLayout

Returns a new instance of VirtualMachineFileLayoutSnapshotLayout.



23447
23448
23449
23450
23451
23452
# File 'lib/vmware/soap/vim25.rb', line 23447

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



23443
23444
23445
# File 'lib/vmware/soap/vim25.rb', line 23443

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



23442
23443
23444
# File 'lib/vmware/soap/vim25.rb', line 23442

def dynamicType
  @dynamicType
end

#keyObject

Returns the value of attribute key.



23444
23445
23446
# File 'lib/vmware/soap/vim25.rb', line 23444

def key
  @key
end

#snapshotFileObject

Returns the value of attribute snapshotFile.



23445
23446
23447
# File 'lib/vmware/soap/vim25.rb', line 23445

def snapshotFile
  @snapshotFile
end