GuestCustomizationSpecsInfo

The CustomizationSpecs.Info structure describes a guest customization specification and the timestamp when it was last modified. This is returned by the CustomizationSpecs.get operation.


Properties

string as date-time
last_modified Required

Time when the specification was last modified.


spec Required

The Spec object including specification and metadata information.

JSON Example

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

Feedback

Was this page helpful?