Google Anthos Multi Cloud V1 Client - Class VulnerabilityMode (1.1.0)

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

VulnerabilityMode defines enablement mode for vulnerability scanning.

Protobuf type google.cloud.gkemulticloud.v1.SecurityPostureConfig.VulnerabilityMode

Namespace

Google \ Cloud \ GkeMultiCloud \ V1 \ SecurityPostureConfig

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
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_ENTERPRISE

Value: 2

Applies the Security Posture's vulnerability on cluster Enterprise level features.

Generated from protobuf enum VULNERABILITY_ENTERPRISE = 2;