CustomizationSpecInfo

CustomizationSpecInfo
CustomizationSpecInfo

Information about a specification.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "name": "string",
    "description": "string",
    "type": "string",
    "changeVersion": "string",
    "lastUpdateTime": "string"
}
string
name
Required

Unique name of the specification.

string
description
Required

Description of the specification.

string
type
Required

Guest operating system for this specification (Linux or Windows).

string
changeVersion
Optional

The changeVersion is a unique identifier for a given version of the configuration.

Each change to the configuration will update this value. This is typically implemented as an ever increasing count or a time-stamp. However, a client should always treat this as an opaque string.

If specified when updating a specification, the changes will only be applied if the current changeVersion matches the specified changeVersion. This field can be used to guard against updates that has happened between the configInfo was read and until it is applied.

string As date-time As date-time
lastUpdateTime
Optional

Time when the specification was last modified.

This time is ignored when the CustomizationSpecItem containing this is used as an input to CustomizationSpecManager.create.