vcenter vm console tickets: create spec
The
create_spec
structure defines the information used to create the virtual machine console ticket. This structure was added in vSphere API 7.0.0.2.Representation:
{
"type" : "VMRC"
}
"type" : "VMRC"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
type | string | The type of virtual machine console ticket. This attribute was added in vSphere API 7.0.0.2. Defines the types of console tickets. This enumeration was added in vSphere API 7.0.0.2. Value is one of: VMRC: Virtual machine remote console ticket. This constant was added in vSphere API 7.0.0.2. WEBMKS: Web socket console ticket. This constant was added in vSphere API 7.0.0.2. |