public class VirtualMachineFileLayoutExSnapshotLayout extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
int |
dataKey |
VirtualMachineFileLayoutExDiskLayout[] |
disk |
ManagedObjectReference |
key |
dynamicProperty, dynamicType| Constructor and Description |
|---|
VirtualMachineFileLayoutExSnapshotLayout() |
| Modifier and Type | Method and Description |
|---|---|
int |
getDataKey() |
VirtualMachineFileLayoutExDiskLayout[] |
getDisk() |
ManagedObjectReference |
getKey() |
void |
setDataKey(int dataKey) |
void |
setDisk(VirtualMachineFileLayoutExDiskLayout[] disk) |
void |
setKey(ManagedObjectReference key) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic ManagedObjectReference key
public int dataKey
public VirtualMachineFileLayoutExDiskLayout[] disk
public VirtualMachineFileLayoutExSnapshotLayout()
public ManagedObjectReference getKey()
public int getDataKey()
public VirtualMachineFileLayoutExDiskLayout[] getDisk()
public void setKey(ManagedObjectReference key)
public void setDataKey(int dataKey)
public void setDisk(VirtualMachineFileLayoutExDiskLayout[] disk)
Copyright © 2011-2012. All Rights Reserved.