Enum PolicyBasedRoute.Warnings.Code (1.28.0)

public enum PolicyBasedRoute.Warnings.Code extends Enum<PolicyBasedRoute.Warnings.Code> implements ProtocolMessageEnum

Warning code for Policy Based Routing. Expect to add values in the future.

Protobuf enum google.cloud.networkconnectivity.v1.PolicyBasedRoute.Warnings.Code

Implements

ProtocolMessageEnum

Static Fields

NameDescription
RESOURCE_BEING_MODIFIED

The policy based route is being modified (e.g. created/deleted) at this time.

RESOURCE_BEING_MODIFIED = 2;

RESOURCE_BEING_MODIFIED_VALUE

The policy based route is being modified (e.g. created/deleted) at this time.

RESOURCE_BEING_MODIFIED = 2;

RESOURCE_NOT_ACTIVE

The policy based route is not active and functioning. Common causes are the dependent network was deleted or the resource project was turned off.

RESOURCE_NOT_ACTIVE = 1;

RESOURCE_NOT_ACTIVE_VALUE

The policy based route is not active and functioning. Common causes are the dependent network was deleted or the resource project was turned off.

RESOURCE_NOT_ACTIVE = 1;

UNRECOGNIZED
WARNING_UNSPECIFIED

Default value.

WARNING_UNSPECIFIED = 0;

WARNING_UNSPECIFIED_VALUE

Default value.

WARNING_UNSPECIFIED = 0;

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()