Enum Replication.ReplicationRole (0.13.0)

public enum Replication.ReplicationRole extends Enum<Replication.ReplicationRole> implements ProtocolMessageEnum

New enum values may be added in future to support different replication topology.

Protobuf enum google.cloud.netapp.v1.Replication.ReplicationRole

Implements

ProtocolMessageEnum

Static Fields

NameDescription
DESTINATION

Indicates Destination volume.

DESTINATION = 2;

DESTINATION_VALUE

Indicates Destination volume.

DESTINATION = 2;

REPLICATION_ROLE_UNSPECIFIED

Unspecified replication role

REPLICATION_ROLE_UNSPECIFIED = 0;

REPLICATION_ROLE_UNSPECIFIED_VALUE

Unspecified replication role

REPLICATION_ROLE_UNSPECIFIED = 0;

SOURCE

Indicates Source volume.

SOURCE = 1;

SOURCE_VALUE

Indicates Source volume.

SOURCE = 1;

UNRECOGNIZED

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