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.v1.VpcFlowLogsConfig.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
DISABLED |
When DISABLED, this configuration will not generate logs. |
DISABLED_VALUE |
When DISABLED, this configuration will not generate logs. |
ENABLED |
When ENABLED, this configuration will generate logs. |
ENABLED_VALUE |
When ENABLED, this configuration will generate logs. |
STATE_UNSPECIFIED |
If not specified, will default to ENABLED. |
STATE_UNSPECIFIED_VALUE |
If not specified, will default to ENABLED. |
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() |