Reference documentation and code samples for the Google Cloud Network Security V1 Client class UrlFilteringAction.
Action to be taken when a URL matches a filter.
Protobuf type google.cloud.networksecurity.v1.UrlFilter.UrlFilteringAction
Namespace
Google \ Cloud \ NetworkSecurity \ V1 \ UrlFilterMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
URL_FILTERING_ACTION_UNSPECIFIED
Value: 0Filtering action not specified.
Generated from protobuf enum URL_FILTERING_ACTION_UNSPECIFIED = 0;
ALLOW
Value: 1The connection matching this filter will be allowed to transmit.
Generated from protobuf enum ALLOW = 1;
DENY
Value: 2The connection matching this filter will be dropped.
Generated from protobuf enum DENY = 2;