HostSharedGpuCapabilities

HostSharedGpuCapabilities
HostSharedGpuCapabilities

Capability vector indicating the available shared graphics features.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "vgpu": "string",
    "diskSnapshotSupported": false,
    "memorySnapshotSupported": false,
    "suspendSupported": false,
    "migrateSupported": false
}
string
vgpu
Required

Name of a particular VGPU available as a shared GPU device.

See also VirtualMachinePciSharedGpuPassthroughInfo.

boolean
diskSnapshotSupported
Required

Indicates whether the GPU plugin on this host is capable of disk-only snapshots when VM is not powered off.

Disk Snaphosts on powered off VM are always supported.

boolean
memorySnapshotSupported
Required

Indicates whether the GPU plugin on this host is capable of memory snapshots.

boolean
suspendSupported
Required

Indicates whether the GPU plugin on this host is capable of suspend-resume.

boolean
migrateSupported
Required

Indicates whether the GPU plugin on this host is capable of migration.