public sealed class Cluster : IMessage<Cluster>, IEquatable<Cluster>, IDeepCloneable<Cluster>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class Cluster.
Message describing the Cluster object.
Namespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
Cluster()
public Cluster()Cluster(Cluster)
public Cluster(Cluster other)| Parameter | |
|---|---|
| Name | Description |
other |
Cluster |
Properties
Annotations
public MapField<string, string> Annotations { get; }Annotations to allow clients to store small amounts of arbitrary data.
| Property Value | |
|---|---|
| Type | Description |
MapFieldstringstring |
|
ClusterName
public ClusterName ClusterName { get; set; }ClusterName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
ClusterName |
|
CreateTime
public Timestamp CreateTime { get; set; }Output only. The create timestamp.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
DataplaneServiceEndpoint
public string DataplaneServiceEndpoint { get; set; }Output only. The DNS name of the data plane service
| Property Value | |
|---|---|
| Type | Description |
string |
|
Labels
public MapField<string, string> Labels { get; }Labels as key value pairs
| Property Value | |
|---|---|
| Type | Description |
MapFieldstringstring |
|
Name
public string Name { get; set; }Output only. Name of the resource.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PscTarget
public string PscTarget { get; set; }Output only. The private service connection service target name.
| Property Value | |
|---|---|
| Type | Description |
string |
|
State
public Cluster.Types.State State { get; set; }Output only. The current state of the cluster.
| Property Value | |
|---|---|
| Type | Description |
ClusterTypesState |
|
UpdateTime
public Timestamp UpdateTime { get; set; }Output only. The update timestamp.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|