Class InternalResourceMetadata
  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.
    Inheritance
    
    InternalResourceMetadata
   
  
  
  
  Assembly: Google.Apis.CloudRedis.v1beta1.dll
  
  
    public class InternalResourceMetadata : IDirectResponseSchema
   
  Properties
  
  
  Backup configuration for this database
Declaration
  
    [JsonProperty("backupConfiguration")]
public virtual BackupConfiguration BackupConfiguration { get; set; }
   
  Property Value
  
  
  
  Information about the last backup attempt for this database
Declaration
  
    [JsonProperty("backupRun")]
public virtual BackupRun BackupRun { get; set; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    public virtual string ETag { get; set; }
   
  Property Value
  
  
  
  Whether deletion protection is enabled for this internal resource.
Declaration
  
    [JsonProperty("isDeletionProtectionEnabled")]
public virtual bool? IsDeletionProtectionEnabled { get; set; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    [JsonProperty("product")]
public virtual Product Product { get; set; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    [JsonProperty("resourceId")]
public virtual DatabaseResourceId ResourceId { get; set; }
   
  Property Value
  
  
  
  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
  
  Implements