Google Anthos Multi Cloud V1 Client - Class Effect (1.4.0)

Reference documentation and code samples for the Google Anthos Multi Cloud V1 Client class Effect.

Effect indicates the taint effect to match e.g. 'NoSchedule'.

Protobuf type google.cloud.gkemulticloud.v1.Toleration.Effect

Namespace

Google \ Cloud \ GkeMultiCloud \ V1 \ Toleration

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

EFFECT_UNSPECIFIED

Value: 0

Effect is not specified.

Generated from protobuf enum EFFECT_UNSPECIFIED = 0;

EFFECT_NO_SCHEDULE

Value: 1

Effect maps to 'NoSchedule'.

Generated from protobuf enum EFFECT_NO_SCHEDULE = 1;

EFFECT_PREFER_NO_SCHEDULE

Value: 2

Effect maps to 'PreferNoSchedule'.

Generated from protobuf enum EFFECT_PREFER_NO_SCHEDULE = 2;

EFFECT_NO_EXECUTE

Value: 3

Effect maps to 'NoExecute'.

Generated from protobuf enum EFFECT_NO_EXECUTE = 3;