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

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 \ GatewaySecurityPolicyRule

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

BASIC_PROFILE_UNSPECIFIED

Value: 0

If there is not a mentioned action for the target.

Generated from protobuf enum BASIC_PROFILE_UNSPECIFIED = 0;

ALLOW

Value: 1

Allow the matched traffic.

Generated from protobuf enum ALLOW = 1;

DENY

Value: 2

Deny the matched traffic.

Generated from protobuf enum DENY = 2;