Settings_Clusters_Configuration_Drafts_Metadata

Settings_Clusters_Configuration_Drafts_Metadata
Settings_Clusters_Configuration_Drafts_Metadata

The Drafts.Metadata structure defines the metadata information about configuration draft.

JSON Example
{
    "id": "string",
    "parent_id": "string",
    "owner": "string",
    "state": "string",
    "revision": 0,
    "creation_time": "string",
    "modified_time": "string",
    "precheck_task": "string",
    "image_reference_host": "string"
}
string
id
Required

The draft identifier When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.esx.settings.draft. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.esx.settings.draft.

string
parent_id
Required

The identifier of the parent commit. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.esx.settings.commit. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.esx.settings.commit.

string
owner
Required

Owner of the configuration draft.

state
Required

The states of the draft configuration.
VALID : Configuration draft is valid.
INVALID : Configuration draft is invalid.

integer As int64
revision
Required

The current revision of this draft. Any updates to the draft will increment this value. This value should be included in calls to Drafts.update so that concurrent changes can be detected.

string As date-time
creation_time
Required

Creation time of the configuration draft.

string As date-time
modified_time
Required

Last modified time of the configuration draft.

string
precheck_task
Optional

The ID of the precheck task that was last run for this draft. This field is unset if precheck has not been done since the last modification. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.cis.task. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.cis.task.

string
image_reference_host
Optional

The ID of the host that is used as a reference for the cluster image. This field is unset if the cluster is managed by VLCM. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: HostSystem. When operations return a value of this structure as a result, the field will be an identifier for the resource type: HostSystem.