GuestCustomizationSpecsCreateSpec

The CustomizationSpecs.CreateSpec structure contains specification information and specification object that can be passed to the CustomizationSpecs.create operation.


Properties

string
description Required

Description of the specification.


string
name Required

Name of the specification.


spec Required

The specification object.

JSON Example

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

Feedback

Was this page helpful?