Enum EffectiveVpcFlowLogsConfig.Scope (1.84.0)

public enum EffectiveVpcFlowLogsConfig.Scope extends Enum<EffectiveVpcFlowLogsConfig.Scope> implements ProtocolMessageEnum

The scope for this flow log configuration.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
COMPUTE_API_SUBNET

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

COMPUTE_API_SUBNET = 2;

COMPUTE_API_SUBNET_VALUE

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

COMPUTE_API_SUBNET = 2;

INTERCONNECT_ATTACHMENT

Target resource is an interconnect attachment.

INTERCONNECT_ATTACHMENT = 5;

INTERCONNECT_ATTACHMENT_VALUE

Target resource is an interconnect attachment.

INTERCONNECT_ATTACHMENT = 5;

NETWORK

Target resource is a network.

NETWORK = 3;

NETWORK_VALUE

Target resource is a network.

NETWORK = 3;

ORGANIZATION

Configuration applies to an entire organization.

ORGANIZATION = 6;

ORGANIZATION_VALUE

Configuration applies to an entire organization.

ORGANIZATION = 6;

SCOPE_UNSPECIFIED

Scope is unspecified.

SCOPE_UNSPECIFIED = 0;

SCOPE_UNSPECIFIED_VALUE

Scope is unspecified.

SCOPE_UNSPECIFIED = 0;

SUBNET

Target resource is a subnet (Network Management API).

SUBNET = 1;

SUBNET_VALUE

Target resource is a subnet (Network Management API).

SUBNET = 1;

UNRECOGNIZED
VPN_TUNNEL

Target resource is a VPN tunnel.

VPN_TUNNEL = 4;

VPN_TUNNEL_VALUE

Target resource is a VPN tunnel.

VPN_TUNNEL = 4;

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()