Enum VpcFlowLogsConfig.State (1.50.0)

public enum VpcFlowLogsConfig.State extends Enum<VpcFlowLogsConfig.State> implements ProtocolMessageEnum

Determines whether this configuration will be generating logs. Setting state=DISABLED will pause the log generation for this config.

Protobuf enum google.cloud.networkmanagement.v1beta1.VpcFlowLogsConfig.State

Implements

ProtocolMessageEnum

Static Fields

Name Description
DISABLED

When DISABLED, this configuration will not generate logs.

DISABLED = 2;

DISABLED_VALUE

When DISABLED, this configuration will not generate logs.

DISABLED = 2;

ENABLED

When ENABLED, this configuration will generate logs.

ENABLED = 1;

ENABLED_VALUE

When ENABLED, this configuration will generate logs.

ENABLED = 1;

STATE_UNSPECIFIED

If not specified, will default to ENABLED.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

If not specified, will default to ENABLED.

STATE_UNSPECIFIED = 0;

UNRECOGNIZED

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()