public sealed class CreateNodePoolRequest : IMessage<CreateNodePoolRequest>, IEquatable<CreateNodePoolRequest>, IDeepCloneable<CreateNodePoolRequest>, IBufferMessage, IMessage
CreateNodePoolRequest creates a node pool for a cluster.
Implements
IMessage<CreateNodePoolRequest>, IEquatable<CreateNodePoolRequest>, IDeepCloneable<CreateNodePoolRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
CreateNodePoolRequest()
public CreateNodePoolRequest()
CreateNodePoolRequest(CreateNodePoolRequest)
public CreateNodePoolRequest(CreateNodePoolRequest other)
Parameter | |
---|---|
Name | Description |
other | CreateNodePoolRequest |
Properties
ClusterId
[Obsolete]
public string ClusterId { get; set; }
Deprecated. The name of the cluster. This field has been deprecated and replaced by the parent field.
Property Value | |
---|---|
Type | Description |
String |
NodePool
public NodePool NodePool { get; set; }
Required. The node pool to create.
Property Value | |
---|---|
Type | Description |
NodePool |
Parent
public string Parent { get; set; }
The parent (project, location, cluster id) where the node pool will be
created. 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 parent 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 parent field.
Property Value | |
---|---|
Type | Description |
String |