Class CreateClusterRequest
CreateClusterRequest creates a cluster.
Implements
Inherited Members
Namespace: Google.Apis.Container.v1.Data
Assembly: Google.Apis.Container.v1.dll
Syntax
public class CreateClusterRequest : IDirectResponseSchema
Properties
Cluster
Required. A cluster resource
Declaration
[JsonProperty("cluster")]
public virtual Cluster Cluster { get; set; }
Property Value
| Type | Description |
|---|---|
| Cluster |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Parent
The parent (project and location) where the cluster will be created. Specified in the format
projects/*/locations/*.
Declaration
[JsonProperty("parent")]
public virtual string Parent { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ProjectId
Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the parent field.
Declaration
[JsonProperty("projectId")]
public virtual string ProjectId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Zone
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.
Declaration
[JsonProperty("zone")]
public virtual string Zone { get; set; }
Property Value
| Type | Description |
|---|---|
| string |