Class GoogleCloudDatacatalogV1CloudBigtableInstanceSpecCloudBigtableClusterSpec
Spec that applies to clusters of an Instance of Cloud Bigtable.
Implements
Inherited Members
Namespace: Google.Apis.DataCatalog.v1.Data
Assembly: Google.Apis.DataCatalog.v1.dll
Syntax
public class GoogleCloudDatacatalogV1CloudBigtableInstanceSpecCloudBigtableClusterSpec : IDirectResponseSchema
Properties
DisplayName
Name of the cluster.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { 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 |
LinkedResource
A link back to the parent resource, in this case Instance.
Declaration
[JsonProperty("linkedResource")]
public virtual string LinkedResource { get; set; }
Property Value
Type | Description |
---|---|
string |
Location
Location of the cluster, typically a Cloud zone.
Declaration
[JsonProperty("location")]
public virtual string Location { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
Type of the resource. For a cluster this would be "CLUSTER".
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |