Google Cloud Container V1 Client - Class VulnerabilityMode (1.19.0)

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

VulnerabilityMode defines enablement mode for vulnerability scanning.

Protobuf type google.container.v1.SecurityPostureConfig.VulnerabilityMode

Namespace

Google \ Cloud \ Container \ V1 \ SecurityPostureConfig

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

VULNERABILITY_MODE_UNSPECIFIED

Value: 0

Default value not specified.

Generated from protobuf enum VULNERABILITY_MODE_UNSPECIFIED = 0;

VULNERABILITY_DISABLED

Value: 1

Disables vulnerability scanning on the cluster.

Generated from protobuf enum VULNERABILITY_DISABLED = 1;

VULNERABILITY_BASIC

Value: 2

Applies basic vulnerability scanning on the cluster.

Generated from protobuf enum VULNERABILITY_BASIC = 2;