Enum MirroringLocation.State (0.94.0)

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

The current state of a resource in the location.

Protobuf enum google.cloud.networksecurity.v1.MirroringLocation.State

Implements

ProtocolMessageEnum

Static Fields

Name Description
ACTIVE

The resource is ready and in sync in the location.

ACTIVE = 1;

ACTIVE_VALUE

The resource is ready and in sync in the location.

ACTIVE = 1;

OUT_OF_SYNC

The resource is out of sync in the location. In most cases, this is a result of a transient issue within the system (e.g. an inaccessible location) and the system is expected to recover automatically.

OUT_OF_SYNC = 2;

OUT_OF_SYNC_VALUE

The resource is out of sync in the location. In most cases, this is a result of a transient issue within the system (e.g. an inaccessible location) and the system is expected to recover automatically.

OUT_OF_SYNC = 2;

STATE_UNSPECIFIED

State not set (this is not a valid state).

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

State not set (this is not a valid state).

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