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 \ EffectiveVpcFlowLogsConfigMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
SCOPE_UNSPECIFIED
Value: 0Scope is unspecified.
Generated from protobuf enum SCOPE_UNSPECIFIED = 0;
SUBNET
Value: 1Target resource is a subnet (Network Management API).
Generated from protobuf enum SUBNET = 1;
COMPUTE_API_SUBNET
Value: 2Target resource is a subnet, and the config originates from the Compute API.
Generated from protobuf enum COMPUTE_API_SUBNET = 2;
NETWORK
Value: 3Target resource is a network.
Generated from protobuf enum NETWORK = 3;
VPN_TUNNEL
Value: 4Target resource is a VPN tunnel.
Generated from protobuf enum VPN_TUNNEL = 4;
INTERCONNECT_ATTACHMENT
Value: 5Target resource is an interconnect attachment.
Generated from protobuf enum INTERCONNECT_ATTACHMENT = 5;
ORGANIZATION
Value: 6Configuration applies to an entire organization.
Generated from protobuf enum ORGANIZATION = 6;