public sealed class CompleteIPRotationRequest : IMessage<CompleteIPRotationRequest>, IEquatable<CompleteIPRotationRequest>, IDeepCloneable<CompleteIPRotationRequest>, IBufferMessage, IMessageCompleteIPRotationRequest moves the cluster master back into single-IP mode.
Implements
IMessage<CompleteIPRotationRequest>, IEquatable<CompleteIPRotationRequest>, IDeepCloneable<CompleteIPRotationRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
CompleteIPRotationRequest()
public CompleteIPRotationRequest()CompleteIPRotationRequest(CompleteIPRotationRequest)
public CompleteIPRotationRequest(CompleteIPRotationRequest other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        CompleteIPRotationRequest | 
      
Properties
ClusterId
[Obsolete]
public string ClusterId { get; set; }Deprecated. The name of the cluster. 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 id) of the cluster to complete IP
rotation. 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 | 
        |
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 | 
        |