DatabaseResource
import type { DatabaseResource } from "https://googleapis.deno.dev/v1/databasecenter:v1beta.ts";DatabaseResource represents every individually configured database unit representing compute and/or storage.
§Properties
Optional. Affiliation details of the resource.
Optional. Backup and disaster recovery details for the resource.
List of children associated with a database group.
Specifies where the resource is created. For Google Cloud resources, it is the full name of the project.
The edition of the resource.
The full resource name, based on CAIS resource name format
https://cloud.google.com/asset-inventory/docs/resource-name-format Example:
//cloudsql.googleapis.com/projects/project-number/instances/mysql-1
//cloudsql.googleapis.com/projects/project-number/instances/postgres-1
//spanner.googleapis.com/projects/project-number/instances/spanner-instance-1
//alloydb.googleapis.com/projects/project-number/locations/us-central1/clusters/c1
//alloydb.googleapis.com/projects/project-number/locations/us-central1/clusters/c1/instances/i1
Labels applied on the resource. The requirements for labels assigned to Google Cloud resources may be found at https://cloud.google.com/resource-manager/docs/labels-overview#requirements
The location of the resources. It supports returning only regional locations in Google Cloud. These are of the form: "us-central1", "us-east1", etc. See https://cloud.google.com/about/locations for a list of such regions.
Machine configuration like CPU, memory, etc for the resource.
Optional. The maintenance information of the resource.
The category of the resource.
The name of the resource(The last part of the full resource name).
Example: For full resource name -
//cloudsql.googleapis.com/projects/project-number/instances/mysql-1,
resource name - mysql-1 For full resource name -
//cloudsql.googleapis.com/projects/project-number/instances/postgres-1 ,
resource name - postgres-1 Note: In some cases, there might be more than
one resource with the same resource name.
The type of resource defined according to the pattern: {Service Name}/{Type}. Ex: sqladmin.googleapis.com/Instance alloydb.googleapis.com/Cluster alloydb.googleapis.com/Instance spanner.googleapis.com/Instance
The list of signal groups and count of issues related to the resource. Only those signals which have been requested would be included.
Subtype of the resource specified at creation time.
Tags applied on the resource. The requirements for tags assigned to Google Cloud resources may be found at https://cloud.google.com/resource-manager/docs/tags/tags-overview