appliance configuration desired state: create spec
The
create_spec
structure defines the information used to create a profile. Warning: This structure is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.Representation:
{
"name" : "string",
"description" : "string"
}
"name" : "string",
"description" : "string"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
name | string | Name of the profile. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |
Optional | ||
description | string | Description of the profile. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. If unset, the description will be empty. |