GuestCustomizationSpecsSpec

The CustomizationSpecs.Spec structure contains the specification information and specification object. This is passed to the CustomizationSpecs.set operation.


Properties

string
description Required

Description of the specification.


string
fingerprint Required

The fingerprint is a unique identifier for a given version of the configuration. Each change to the configuration will update this value. A client cannot change this value. If specified when updating a specification, the changes will only be applied if the current fingerprint matches the specified fingerprint. This field can be used to guard against updates that has happened between the specification content was read and until it is applied.


string
name Required

Name of the specification.


spec Required

The specification object.

JSON Example

{
	"description": "string",
	"fingerprint": "string",
	"name": "string",
	"spec": {
		"configuration_spec": {},
		"global_DNS_settings": {},
		"interfaces": [
			{
				"adapter": {}
			}
		]
	}
}

Feedback

Was this page helpful?