Show / Hide Table of Contents

Class SetLocationsRequest

SetLocationsRequest sets the locations of the cluster.

Inheritance
object
SetLocationsRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Container.v1beta1.Data
Assembly: Google.Apis.Container.v1beta1.dll
Syntax
public class SetLocationsRequest : IDirectResponseSchema

Properties

ClusterId

Required. Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field.

Declaration
[JsonProperty("clusterId")]
public virtual string ClusterId { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Locations

Required. The desired list of Google Compute Engine zones in which the cluster's nodes should be located. Changing the locations a cluster is in will result in nodes being either created or removed from the cluster, depending on whether locations are being added or removed. This list must always include the cluster's primary zone.

Declaration
[JsonProperty("locations")]
public virtual IList<string> Locations { get; set; }
Property Value
Type Description
IList<string>

Name

The name (project, location, cluster) of the cluster to set locations. Specified in the format projects/*/locations/*/clusters/*.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

ProjectId

Required. Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field.

Declaration
[JsonProperty("projectId")]
public virtual string ProjectId { get; set; }
Property Value
Type Description
string

Zone

Required. 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.

Declaration
[JsonProperty("zone")]
public virtual string Zone { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX