Google Cloud Network Security V1 Client - Class ProfileType (1.3.0)

Reference documentation and code samples for the Google Cloud Network Security V1 Client class ProfileType.

The possible types that the SecurityProfile resource can configure.

Protobuf type google.cloud.networksecurity.v1.SecurityProfile.ProfileType

Namespace

Google \ Cloud \ NetworkSecurity \ V1 \ SecurityProfile

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

PROFILE_TYPE_UNSPECIFIED

Value: 0

Profile type not specified.

Generated from protobuf enum PROFILE_TYPE_UNSPECIFIED = 0;

THREAT_PREVENTION

Value: 1

Profile type for threat prevention.

Generated from protobuf enum THREAT_PREVENTION = 1;

CUSTOM_MIRRORING

Value: 2

Profile type for packet mirroring v2

Generated from protobuf enum CUSTOM_MIRRORING = 2;

CUSTOM_INTERCEPT

Value: 3

Profile type for TPPI.

Generated from protobuf enum CUSTOM_INTERCEPT = 3;

URL_FILTERING

Value: 5

Profile type for URL filtering.

Generated from protobuf enum URL_FILTERING = 5;