appliance infraprofile configs: profiles spec
The
profiles_spec
structure represents a spec information for export operation.Representation:
{
"profiles" : [
"obj-103",
"obj-103"
],
"encryption_key" : "secret string",
"description" : "string"
}
"profiles" : [
"obj-103",
"obj-103"
],
"encryption_key" : "secret string",
"description" : "string"
}
Attributes:
Name | Type | Description |
---|---|---|
Optional | ||
encryption_key | secret | Encryption Key to encrypt/decrypt profiles. Optional. If unset encryption will not be used for the profile. |
description | string | Custom description provided by the user. Optional. If unset description will be empty. |
profiles | string[] | Profiles to be exported/imported. Optional. If unset or empty, all profiles 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.infraprofile.profile . When operations return a value of this structure as a result, the field will contain identifiers for the resource type: com.vmware.infraprofile.profile . |