Show / Hide Table of Contents

Class PlacementPolicy

PlacementPolicy defines the placement policy used by the node pool.

Inheritance
object
PlacementPolicy
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 PlacementPolicy : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

PolicyName

If set, refers to the name of a custom resource policy supplied by the user. The resource policy must be in the same project and region as the node pool. If not found, InvalidArgument error is returned.

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

TpuTopology

TPU placement topology for pod slice node pool. https://cloud.google.com/tpu/docs/types-topologies#tpu_topologies

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

Type

The type of placement.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX