vcenter guest customization specs: metadata
The
metadata structure contains metadata i.e. name and description related to a customization specification. This structure was added in vSphere API 7.0.0.Representation:
{
"name" : "string",
"description" : "string"
}
"name" : "string",
"description" : "string"
}
Attributes:
| Name | Type | Description |
|---|---|---|
| Required | ||
| description | string | Description of the specification. This attribute was added in vSphere API 7.0.0. |
| name | string | Name of the specification. This attribute was added in vSphere API 7.0.0. |