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.
JSON Example
{
"description": "string",
"name": "string",
"spec": {
"configuration_spec": {},
"global_DNS_settings": {},
"interfaces": [
{
"adapter": {}
}
]
}
}