Class StorageDatabasecenterPartnerapiV1mainInternalResourceMetadata
Metadata for individual internal resources in an instance. e.g. spanner instance can have multiple databases with unique configuration settings. Similarly bigtable can have multiple clusters within same bigtable instance.
Implements
Inherited Members
Namespace: Google.Apis.CloudAlloyDBAdmin.v1beta.Data
Assembly: Google.Apis.CloudAlloyDBAdmin.v1beta.dll
Syntax
public class StorageDatabasecenterPartnerapiV1mainInternalResourceMetadata : IDirectResponseSchema
Properties
BackupConfiguration
Backup configuration for this database
Declaration
[JsonProperty("backupConfiguration")]
public virtual StorageDatabasecenterPartnerapiV1mainBackupConfiguration BackupConfiguration { get; set; }
Property Value
| Type | Description |
|---|---|
| StorageDatabasecenterPartnerapiV1mainBackupConfiguration |
BackupRun
Information about the last backup attempt for this database
Declaration
[JsonProperty("backupRun")]
public virtual StorageDatabasecenterPartnerapiV1mainBackupRun BackupRun { get; set; }
Property Value
| Type | Description |
|---|---|
| StorageDatabasecenterPartnerapiV1mainBackupRun |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IsDeletionProtectionEnabled
Whether deletion protection is enabled for this internal resource.
Declaration
[JsonProperty("isDeletionProtectionEnabled")]
public virtual bool? IsDeletionProtectionEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
Product
The product this resource represents.
Declaration
[JsonProperty("product")]
public virtual StorageDatabasecenterProtoCommonProduct Product { get; set; }
Property Value
| Type | Description |
|---|---|
| StorageDatabasecenterProtoCommonProduct |
ResourceId
Declaration
[JsonProperty("resourceId")]
public virtual StorageDatabasecenterPartnerapiV1mainDatabaseResourceId ResourceId { get; set; }
Property Value
| Type | Description |
|---|---|
| StorageDatabasecenterPartnerapiV1mainDatabaseResourceId |
ResourceName
Required. internal resource name for spanner this will be database name e.g."spanner.googleapis.com/projects/123/abc/instances/inst1/databases/db1"
Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |