Google Cloud Network Management V1 Client - Class Scope (2.7.0)

Reference documentation and code samples for the Google Cloud Network Management V1 Client class Scope.

The scope for this flow log configuration.

Protobuf type google.cloud.networkmanagement.v1.EffectiveVpcFlowLogsConfig.Scope

Namespace

Google \ Cloud \ NetworkManagement \ V1 \ EffectiveVpcFlowLogsConfig

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

SCOPE_UNSPECIFIED

Value: 0

Scope is unspecified.

Generated from protobuf enum SCOPE_UNSPECIFIED = 0;

SUBNET

Value: 1

Target resource is a subnet (Network Management API).

Generated from protobuf enum SUBNET = 1;

COMPUTE_API_SUBNET

Value: 2

Target resource is a subnet, and the config originates from the Compute API.

Generated from protobuf enum COMPUTE_API_SUBNET = 2;

NETWORK

Value: 3

Target resource is a network.

Generated from protobuf enum NETWORK = 3;

VPN_TUNNEL

Value: 4

Target resource is a VPN tunnel.

Generated from protobuf enum VPN_TUNNEL = 4;

INTERCONNECT_ATTACHMENT

Value: 5

Target resource is an interconnect attachment.

Generated from protobuf enum INTERCONNECT_ATTACHMENT = 5;

ORGANIZATION

Value: 6

Configuration applies to an entire organization.

Generated from protobuf enum ORGANIZATION = 6;