Google Cloud Container V1 Client - Class SoleTenantConfig (2.5.0)

Reference documentation and code samples for the Google Cloud Container V1 Client class SoleTenantConfig.

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

Generated from protobuf message google.container.v1.SoleTenantConfig

Namespace

Google \ Cloud \ Container \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ node_affinities array<SoleTenantConfig\NodeAffinity>

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

↳ min_node_cpus int

Optional. The minimum number of virtual CPUs this instance will consume when running on a sole-tenant node. This field can only be set if the node pool is created in a shared sole-tenant node group.

getNodeAffinities

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

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setNodeAffinities

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

Parameter
Name Description
var array<SoleTenantConfig\NodeAffinity>
Returns
Type Description
$this

getMinNodeCpus

Optional. The minimum number of virtual CPUs this instance will consume when running on a sole-tenant node. This field can only be set if the node pool is created in a shared sole-tenant node group.

Returns
Type Description
int

hasMinNodeCpus

clearMinNodeCpus

setMinNodeCpus

Optional. The minimum number of virtual CPUs this instance will consume when running on a sole-tenant node. This field can only be set if the node pool is created in a shared sole-tenant node group.

Parameter
Name Description
var int
Returns
Type Description
$this