appliance configuration desired state: export spec
The
export_spec
structure represents a spec information for export operation. 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:
{
"components" : [
"obj-103",
"obj-103"
],
"encryption_key" : "secret string",
"description" : "string"
}
"components" : [
"obj-103",
"obj-103"
],
"encryption_key" : "secret string",
"description" : "string"
}
Attributes:
Name | Type | Description |
---|---|---|
Optional | ||
encryption_key | secret | Encryption Key to encrypt the configuration. 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 encryption will not be used for the profile. |
description | string | Custom description provided by the user. 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 description will be empty. |
components | string[] | Components to be exported. 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 or empty, all components will be returned.When clients pass a value of this structure as a parameter, the field must contain identifiers for the resource type: com.vmware.appliance.configuration.component . When operations return a value of this structure as a result, the field will contain identifiers for the resource type: com.vmware.appliance.configuration.component . |