Class SoleTenantConfig
SoleTenantConfig contains the NodeAffinities to specify what shared sole tenant node groups should back the node pool.
Implements
Inherited Members
Namespace: Google.Apis.Container.v1.Data
Assembly: Google.Apis.Container.v1.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> |