public sealed class CreateClusterRequest : IMessage<CreateClusterRequest>, IEquatable<CreateClusterRequest>, IDeepCloneable<CreateClusterRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class CreateClusterRequest.
CreateClusterRequest creates a cluster.
Implements
IMessageCreateClusterRequest, IEquatableCreateClusterRequest, IDeepCloneableCreateClusterRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
CreateClusterRequest()
public CreateClusterRequest()
CreateClusterRequest(CreateClusterRequest)
public CreateClusterRequest(CreateClusterRequest other)
Parameter | |
---|---|
Name | Description |
other |
CreateClusterRequest |
Properties
Cluster
public Cluster Cluster { get; set; }
Required. A cluster resource
Property Value | |
---|---|
Type | Description |
Cluster |
Parent
public string Parent { get; set; }
The parent (project and location) where the cluster will be created.
Specified in the format projects/*/locations/*
.
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 |