ClusterInstanceConfigurationInfo

edit

Information about a configuration used to create an instance.

Properties

edit
id (string)
The id of the configuration used to create the instance
name (string)
The name of the configuration used to create the instance
resource (string; allowed values: [memory, storage])
The resource type of the instance configuration

Example

edit
{
   "id" : "string",
   "name" : "string",
   "resource" : "string"
}