Click or drag to resize

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.Contract
Assembly:  DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.3.0.0
Syntax
public Guid Guid { get; set; }

Property Value

Type: Guid
Disk UUID of an existing virtual disk.
See Also