Google Cloud Security Command Center V2 Client - Class Direction (2.2.1)

Reference documentation and code samples for the Google Cloud Security Command Center V2 Client class Direction.

The type of direction that the rule is applicable to, one of ingress or egress. Not applicable to OPEN_X_PORT findings.

Protobuf type google.cloud.securitycenter.v2.IpRules.Direction

Namespace

Google \ Cloud \ SecurityCenter \ V2 \ IpRules

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

DIRECTION_UNSPECIFIED

Value: 0

Unspecified direction value.

Generated from protobuf enum DIRECTION_UNSPECIFIED = 0;

INGRESS

Value: 1

Ingress direction value.

Generated from protobuf enum INGRESS = 1;

EGRESS

Value: 2

Egress direction value.

Generated from protobuf enum EGRESS = 2;