Class SubResource
Sub resource details For Spanner/Bigtable instance certain data protection settings are at sub resource level like database/table. This message is used to capture such sub resource details.
Implements
Inherited Members
Namespace: Google.Apis.DatabaseCenter.v1beta.Data
Assembly: Google.Apis.DatabaseCenter.v1beta.dll
Syntax
public class SubResource : IDirectResponseSchema
Properties
Container
Specifies where the resource is created. For Google Cloud resources, it is the full name of the project.
Declaration
[JsonProperty("container")]
public virtual string Container { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FullResourceName
Optional. Resource name associated with the sub resource where backup settings are configured. E.g."//spanner.googleapis.com/projects/project1/instances/inst1/databases/db1" for Spanner where backup retention is configured on database within an instance OPTIONAL
Declaration
[JsonProperty("fullResourceName")]
public virtual string FullResourceName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Product
Optional. Product information associated with the sub resource where backup retention settings are configured. e.g.
product: { type : PRODUCT_TYPE_SPANNER engine :
ENGINE_CLOUD_SPANNER_WITH_POSTGRES_DIALECT }
for Spanner where backup is configured on database within an instance OPTIONAL
Declaration
[JsonProperty("product")]
public virtual Product Product { get; set; }
Property Value
| Type | Description |
|---|---|
| Product |
ResourceType
Optional. Resource type associated with the sub resource where backup settings are configured. E.g. "spanner.googleapis.com/Database" for Spanner where backup retention is configured on database within an instance OPTIONAL
Declaration
[JsonProperty("resourceType")]
public virtual string ResourceType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |