Google Kubernetes Engine v1 API - Class GetClusterRequest (3.5.0)

public sealed class GetClusterRequest : IMessage<GetClusterRequest>, IEquatable<GetClusterRequest>, IDeepCloneable<GetClusterRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Kubernetes Engine v1 API class GetClusterRequest.

GetClusterRequest gets the settings of a cluster.

Inheritance

Object > GetClusterRequest

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

GetClusterRequest()

public GetClusterRequest()

GetClusterRequest(GetClusterRequest)

public GetClusterRequest(GetClusterRequest other)
Parameter
NameDescription
otherGetClusterRequest

Properties

ClusterId

[Obsolete]
public string ClusterId { get; set; }

Deprecated. The name of the cluster to retrieve. This field has been deprecated and replaced by the name field.

Property Value
TypeDescription
String

Name

public string Name { get; set; }

The name (project, location, cluster) of the cluster to retrieve. Specified in the format projects/*/locations/*/clusters/*.

Property Value
TypeDescription
String

ProjectId

[Obsolete]
public string ProjectId { get; set; }

Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field.

Property Value
TypeDescription
String

Zone

[Obsolete]
public string Zone { get; set; }

Deprecated. The name of the Google Compute Engine zone in which the cluster resides. This field has been deprecated and replaced by the name field.

Property Value
TypeDescription
String