platformresource¶
Contents¶
Messages¶
ApplicationResource¶
The resources generated by application and can be associated to the project.
InfraResource¶
The Infra resources managed by platform and can be associated to the project.
Enums¶
ApplicationResource.Type¶
Type of the resource can be associated to the project.
Name | Number | Description |
---|---|---|
TYPE_UNSPECIFIED | 0 | Unspecified, do not use. |
PDS_DATA_SERVICE_DEPLOYMENT | 1 | List of supported PDS application resources. PDS application resource of type deployment. |
PDS_BACKUPCONFIG | 2 | PDS application resource of type backup. |
PDS_RESTORE | 3 | PDS application resource of type restore. |
BAAS_BACKUP | 4 | List of supported BAAS application resources. BAAS application resource of type backup. |
InfraResource.Type¶
Type of the resource.
Name | Number | Description |
---|---|---|
TYPE_UNSPECIFIED | 0 | Unspecified, do not use. |
ACCOUNT | 1 | Currently supported infra resources. Infra resource of type account. |
TENANT | 2 | Infra resource of type Tenant (Organization). |
PROJECT | 3 | Infra resource of type projects. |
TARGET_CLUSTER | 4 | Infra resource target cluster. |
NAMESPACE | 5 | Infra resource of type namespace. |
CREDENTIAL | 6 | Infra resource of type credential. |
BACKUP_LOCATION | 7 | Infra resource of type backup location. |
BACKUP_POLICY | 8 | Infra resource of type backup policy. |
TEMPLATE | 9 | Infra resource of type template. |
INVITATION | 10 | Infra resource of type invitation. |