Google Cloud Network Services V1 Client - Class GovernedAccessPath (0.10.0)

Reference documentation and code samples for the Google Cloud Network Services V1 Client class GovernedAccessPath.

GovernedAccessPath defines the type of access to protect.

Protobuf type google.cloud.networkservices.v1.AgentGateway.GoogleManaged.GovernedAccessPath

Namespace

Google \ Cloud \ NetworkServices \ V1 \ AgentGateway \ GoogleManaged

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

GOVERNED_ACCESS_PATH_UNSPECIFIED

Value: 0

Governed access path is not specified.

Generated from protobuf enum GOVERNED_ACCESS_PATH_UNSPECIFIED = 0;

AGENT_TO_ANYWHERE

Value: 1

Govern agent conections to destinations.

Generated from protobuf enum AGENT_TO_ANYWHERE = 1;

CLIENT_TO_AGENT

Value: 2

Protect connection to Agent or Tool.

Generated from protobuf enum CLIENT_TO_AGENT = 2;