Show / Hide Table of Contents

Class SoleTenantConfig

SoleTenantConfig contains the NodeAffinities to specify what shared sole tenant node groups should back the node pool.

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

Properties

ETag

The ETag of the item.

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

NodeAffinities

NodeAffinities used to match to a shared sole tenant node group.

Declaration
[JsonProperty("nodeAffinities")]
public virtual IList<NodeAffinity> NodeAffinities { get; set; }
Property Value
Type Description
IList<NodeAffinity>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX