public class VirtualMachineFileLayoutEx extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
VirtualMachineFileLayoutExDiskLayout[] |
disk |
VirtualMachineFileLayoutExFileInfo[] |
file |
VirtualMachineFileLayoutExSnapshotLayout[] |
snapshot |
Calendar |
timestamp |
dynamicProperty, dynamicType| Constructor and Description |
|---|
VirtualMachineFileLayoutEx() |
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineFileLayoutExDiskLayout[] |
getDisk() |
VirtualMachineFileLayoutExFileInfo[] |
getFile() |
VirtualMachineFileLayoutExSnapshotLayout[] |
getSnapshot() |
Calendar |
getTimestamp() |
void |
setDisk(VirtualMachineFileLayoutExDiskLayout[] disk) |
void |
setFile(VirtualMachineFileLayoutExFileInfo[] file) |
void |
setSnapshot(VirtualMachineFileLayoutExSnapshotLayout[] snapshot) |
void |
setTimestamp(Calendar timestamp) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic VirtualMachineFileLayoutExFileInfo[] file
public VirtualMachineFileLayoutExDiskLayout[] disk
public VirtualMachineFileLayoutExSnapshotLayout[] snapshot
public Calendar timestamp
public VirtualMachineFileLayoutExFileInfo[] getFile()
public VirtualMachineFileLayoutExDiskLayout[] getDisk()
public VirtualMachineFileLayoutExSnapshotLayout[] getSnapshot()
public Calendar getTimestamp()
public void setFile(VirtualMachineFileLayoutExFileInfo[] file)
public void setDisk(VirtualMachineFileLayoutExDiskLayout[] disk)
public void setSnapshot(VirtualMachineFileLayoutExSnapshotLayout[] snapshot)
public void setTimestamp(Calendar timestamp)
Copyright © 2011-2012. All Rights Reserved.