Name: GenericManagerConfig

Generic Manager specific information needed for configuring Tintri storage.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.GenericManagerConfig",
   "id": <String>,
   "managerType": <String>,
   "genericEndpointConfig": GenericEndpointConfig,
}

Elements
NameTypeDescription
genericEndpointConfigGenericEndpointConfigConfiguration information for generic managers, like hostname, port, etc. (depends on the type of manager)

Attributes
NameTypeDescription
idxsd:stringID for the generic manager. It should be unique within and across managers. It must be of the format \-\.
It can only contain letters, digits and hyphens(-) and can be of a maximum length of 50 characters
managerTypexsd:stringType for the generic manager. It should be the same for all managers of the same type. Can only contain capitalized letters, numbers and must be exactly 5 characters long.