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 \ SecurityProfileMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
PROFILE_TYPE_UNSPECIFIED
Value: 0Profile type not specified.
Generated from protobuf enum PROFILE_TYPE_UNSPECIFIED = 0;
THREAT_PREVENTION
Value: 1Profile type for threat prevention.
Generated from protobuf enum THREAT_PREVENTION = 1;
CUSTOM_MIRRORING
Value: 2Profile type for packet mirroring v2
Generated from protobuf enum CUSTOM_MIRRORING = 2;
CUSTOM_INTERCEPT
Value: 3Profile type for TPPI.
Generated from protobuf enum CUSTOM_INTERCEPT = 3;
URL_FILTERING
Value: 5Profile type for URL filtering.
Generated from protobuf enum URL_FILTERING = 5;