Reference documentation and code samples for the Google Cloud Network Security V1 Client class BasicProfile.
enum to define the primitive action.
Protobuf type google.cloud.networksecurity.v1.GatewaySecurityPolicyRule.BasicProfile
Namespace
Google \ Cloud \ NetworkSecurity \ V1 \ GatewaySecurityPolicyRuleMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
BASIC_PROFILE_UNSPECIFIED
Value: 0If there is not a mentioned action for the target.
Generated from protobuf enum BASIC_PROFILE_UNSPECIFIED = 0;
ALLOW
Value: 1Allow the matched traffic.
Generated from protobuf enum ALLOW = 1;
DENY
Value: 2Deny the matched traffic.
Generated from protobuf enum DENY = 2;