View Source GoogleApi.AlloyDB.V1.Model.StorageDatabasecenterPartnerapiV1mainDatabaseMetadata (google_api_alloy_db v0.5.0)
Metadata for individual databases created in an instance. i.e. spanner instance can have multiple databases with unique configuration settings.
Attributes
-
backupConfiguration
(type:GoogleApi.AlloyDB.V1.Model.StorageDatabasecenterPartnerapiV1mainBackupConfiguration.t
, default:nil
) - Backup configuration for this database -
backupRun
(type:GoogleApi.AlloyDB.V1.Model.StorageDatabasecenterPartnerapiV1mainBackupRun.t
, default:nil
) - Information about the last backup attempt for this database -
product
(type:GoogleApi.AlloyDB.V1.Model.StorageDatabasecenterProtoCommonProduct.t
, default:nil
) - -
resourceId
(type:GoogleApi.AlloyDB.V1.Model.StorageDatabasecenterPartnerapiV1mainDatabaseResourceId.t
, default:nil
) - -
resourceName
(type:String.t
, default:nil
) - Required. Database name. Resource name to follow CAIS resource_name format as noted here go/condor-common-datamodel
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AlloyDB.V1.Model.StorageDatabasecenterPartnerapiV1mainDatabaseMetadata{ backupConfiguration: GoogleApi.AlloyDB.V1.Model.StorageDatabasecenterPartnerapiV1mainBackupConfiguration.t() | nil, backupRun: GoogleApi.AlloyDB.V1.Model.StorageDatabasecenterPartnerapiV1mainBackupRun.t() | nil, product: GoogleApi.AlloyDB.V1.Model.StorageDatabasecenterProtoCommonProduct.t() | nil, resourceId: GoogleApi.AlloyDB.V1.Model.StorageDatabasecenterPartnerapiV1mainDatabaseResourceId.t() | nil, resourceName: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.