Google Kubernetes Engine v1 API - Class FetchClusterUpgradeInfoRequest (3.34.0)

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

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

FetchClusterUpgradeInfoRequest fetches the upgrade information of a cluster.

Inheritance

object > FetchClusterUpgradeInfoRequest

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

FetchClusterUpgradeInfoRequest()

public FetchClusterUpgradeInfoRequest()

FetchClusterUpgradeInfoRequest(FetchClusterUpgradeInfoRequest)

public FetchClusterUpgradeInfoRequest(FetchClusterUpgradeInfoRequest other)
Parameter
Name Description
other FetchClusterUpgradeInfoRequest

Properties

Name

public string Name { get; set; }

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

Property Value
Type Description
string

Version

public string Version { get; set; }

API request version that initiates this operation.

Property Value
Type Description
string