Enum VpcFlowLogsConfig.TargetResourceState (1.58.0)

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

Optional states of the target resource that are used as part of the diagnostic bit.

Protobuf enum google.cloud.networkmanagement.v1.VpcFlowLogsConfig.TargetResourceState

Implements

ProtocolMessageEnum

Static Fields

Name Description
TARGET_RESOURCE_DOES_NOT_EXIST

Indicates that the target resource does not exist.

TARGET_RESOURCE_DOES_NOT_EXIST = 2;

TARGET_RESOURCE_DOES_NOT_EXIST_VALUE

Indicates that the target resource does not exist.

TARGET_RESOURCE_DOES_NOT_EXIST = 2;

TARGET_RESOURCE_EXISTS

Indicates that the target resource exists.

TARGET_RESOURCE_EXISTS = 1;

TARGET_RESOURCE_EXISTS_VALUE

Indicates that the target resource exists.

TARGET_RESOURCE_EXISTS = 1;

TARGET_RESOURCE_STATE_UNSPECIFIED

Unspecified target resource state.

TARGET_RESOURCE_STATE_UNSPECIFIED = 0;

TARGET_RESOURCE_STATE_UNSPECIFIED_VALUE

Unspecified target resource state.

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