Esx.Settings.Clusters.Software.Drafts.Metadata
Esx.Settings.Clusters.Software.Drafts.Metadata
The Esx.Settings.Clusters.Software.Drafts.Metadata schema defines the metadata information about software draft.
This schema was added in vSphere API 7.0.0.0.
JSON Example
{
"owner": "string",
"status": "string",
"creation_time": "string"
}
string
owner
Required
Owner of the software draft.
This property was added in vSphere API 7.0.0.0.
string
status
Required
Status of the software draft.
Possible values:
- VALID: Software draft is valid.
- INVALID: Software draft is invalid.
For more information see: Esx.Settings.Clusters.Software.Drafts.StatusType.
This property was added in vSphere API 7.0.0.0.
string As date-time
As date-time
creation_time
Required
Creation time of the software draft.
This property was added in vSphere API 7.0.0.0.