public sealed class CloudBigtableInstanceSpec.Types.CloudBigtableClusterSpec : IMessage<CloudBigtableInstanceSpec.Types.CloudBigtableClusterSpec>, IEquatable<CloudBigtableInstanceSpec.Types.CloudBigtableClusterSpec>, IDeepCloneable<CloudBigtableInstanceSpec.Types.CloudBigtableClusterSpec>, IBufferMessage, IMessageReference 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.
Implements
IMessageCloudBigtableInstanceSpecTypesCloudBigtableClusterSpec, IEquatableCloudBigtableInstanceSpecTypesCloudBigtableClusterSpec, IDeepCloneableCloudBigtableInstanceSpecTypesCloudBigtableClusterSpec, IBufferMessage, IMessageNamespace
Google.Cloud.DataCatalog.V1Assembly
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 |
|