Data Catalog v1 API - Class CloudBigtableInstanceSpec.Types.CloudBigtableClusterSpec (2.12.0)

public sealed class CloudBigtableInstanceSpec.Types.CloudBigtableClusterSpec : IMessage<CloudBigtableInstanceSpec.Types.CloudBigtableClusterSpec>, IEquatable<CloudBigtableInstanceSpec.Types.CloudBigtableClusterSpec>, IDeepCloneable<CloudBigtableInstanceSpec.Types.CloudBigtableClusterSpec>, IBufferMessage, IMessage

Reference documentation and code samples for the Data Catalog v1 API class CloudBigtableInstanceSpec.Types.CloudBigtableClusterSpec.

Spec that applies to clusters of an Instance of Cloud Bigtable.

Inheritance

object > CloudBigtableInstanceSpec.Types.CloudBigtableClusterSpec

Namespace

Google.Cloud.DataCatalog.V1

Assembly

Google.Cloud.DataCatalog.V1.dll

Constructors

CloudBigtableClusterSpec()

public CloudBigtableClusterSpec()

CloudBigtableClusterSpec(CloudBigtableClusterSpec)

public CloudBigtableClusterSpec(CloudBigtableInstanceSpec.Types.CloudBigtableClusterSpec other)
Parameter
Name Description
other CloudBigtableInstanceSpecTypesCloudBigtableClusterSpec

Properties

DisplayName

public string DisplayName { get; set; }

Name of the cluster.

Property Value
Type Description
string

LinkedResource

public string LinkedResource { get; set; }

A link back to the parent resource, in this case Instance.

Property Value
Type Description
string

Location

public string Location { get; set; }

Location of the cluster, typically a Cloud zone.

Property Value
Type Description
string

Type

public string Type { get; set; }

Type of the resource. For a cluster this would be "CLUSTER".

Property Value
Type Description
string