VgpuProfileCommon

VgpuProfileCommon
VgpuProfileCommon

vGPU Profile describes details about the vGPU.

JSON Example undefined undefined
{
    "id": "string",
    "name": "string",
    "tenantFacingName": "string",
    "instructions": "string",
    "allowMultiplePerVm": false
}
string
id
Optional

URN for vGPU profile. This is immutable.

string
name
Required

Name of vGPU profile. This is immutable.

string
tenantFacingName
Optional
Constraints: maxLength: 48

Tenant facing name of the vGPU profile. By default it is same as name.

string
instructions
Optional
Constraints: maxLength: 512

Optional instructions to be provided for the given vGPU profile name.

boolean
allowMultiplePerVm
Optional

Read only field that tells whether the given vGPU profile can be used more than once for a VM.