public sealed class SetMasterAuthRequest : IMessage<SetMasterAuthRequest>, IEquatable<SetMasterAuthRequest>, IDeepCloneable<SetMasterAuthRequest>, IBufferMessage, IMessageSetMasterAuthRequest updates the admin password of a cluster.
Implements
IMessage<SetMasterAuthRequest>, IEquatable<SetMasterAuthRequest>, IDeepCloneable<SetMasterAuthRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
SetMasterAuthRequest()
public SetMasterAuthRequest()SetMasterAuthRequest(SetMasterAuthRequest)
public SetMasterAuthRequest(SetMasterAuthRequest other)| Parameter | |
|---|---|
| Name | Description | 
| other | SetMasterAuthRequest | 
Properties
Action
public SetMasterAuthRequest.Types.Action Action { get; set; }Required. The exact form of action to be taken on the master auth.
| Property Value | |
|---|---|
| Type | Description | 
| SetMasterAuthRequest.Types.Action | |
ClusterId
[Obsolete]
public string ClusterId { get; set; }Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field.
| Property Value | |
|---|---|
| Type | Description | 
| String | |
Name
public string Name { get; set; }The name (project, location, cluster) of the cluster to set auth.
Specified in the format projects/*/locations/*/clusters/*.
| Property Value | |
|---|---|
| Type | Description | 
| 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 | |
|---|---|
| Type | Description | 
| String | |
Update
public MasterAuth Update { get; set; }Required. A description of the update.
| Property Value | |
|---|---|
| Type | Description | 
| MasterAuth | |
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 | |
|---|---|
| Type | Description | 
| String | |