|
VolumeOptionsGuid Property
|
Disk UUID of an existing virtual disk. The UUID of the virtual disks stays same(vmdks retain their UUID)
even in case of disks vMotioned.
So, this can be used to uniquely identify virtual disks across the vMotion.
GUID => @{name="UUID";expr={$_.extensiondata.backing.uuid}}
Namespace:
DoubleTake.Core.ContractAssembly:
DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.3.0.0
Syntaxpublic Guid Guid { get; set; }Public Property Guid As Guid
Get
Set
public:
property Guid Guid {
Guid get ();
void set (Guid value);
}function get_Guid();
function set_Guid(value);
Property Value
Type:
Guid
Disk UUID of an existing virtual disk.
See Also