public static enum Replication.MirrorState extends Enum<Replication.MirrorState> implements com.google.protobuf.ProtocolMessageEnum
Mirroring states. No new value is expected to be added in future.Protobuf enum
google.cloud.netapp.v1.Replication.MirrorState| Enum Constant and Description |
|---|
MIRROR_STATE_UNSPECIFIED
Unspecified MirrorState
|
MIRRORED
Destination volume has been initialized and is ready to receive
replication transfers.
|
PREPARING
Destination volume is being prepared.
|
STOPPED
Destination volume is not receiving replication transfers.
|
TRANSFERRING
Replication is in progress.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
MIRROR_STATE_UNSPECIFIED_VALUE
Unspecified MirrorState
|
static int |
MIRRORED_VALUE
Destination volume has been initialized and is ready to receive
replication transfers.
|
static int |
PREPARING_VALUE
Destination volume is being prepared.
|
static int |
STOPPED_VALUE
Destination volume is not receiving replication transfers.
|
static int |
TRANSFERRING_VALUE
Replication is in progress.
|
| Modifier and Type | Method and Description |
|---|---|
static Replication.MirrorState |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<Replication.MirrorState> |
internalGetValueMap() |
static Replication.MirrorState |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Replication.MirrorState |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Replication.MirrorState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Replication.MirrorState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Replication.MirrorState MIRROR_STATE_UNSPECIFIED
Unspecified MirrorState
MIRROR_STATE_UNSPECIFIED = 0;public static final Replication.MirrorState PREPARING
Destination volume is being prepared.
PREPARING = 1;public static final Replication.MirrorState MIRRORED
Destination volume has been initialized and is ready to receive replication transfers.
MIRRORED = 2;public static final Replication.MirrorState STOPPED
Destination volume is not receiving replication transfers.
STOPPED = 3;public static final Replication.MirrorState TRANSFERRING
Replication is in progress.
TRANSFERRING = 4;public static final Replication.MirrorState UNRECOGNIZED
public static final int MIRROR_STATE_UNSPECIFIED_VALUE
Unspecified MirrorState
MIRROR_STATE_UNSPECIFIED = 0;public static final int PREPARING_VALUE
Destination volume is being prepared.
PREPARING = 1;public static final int MIRRORED_VALUE
Destination volume has been initialized and is ready to receive replication transfers.
MIRRORED = 2;public static final int STOPPED_VALUE
Destination volume is not receiving replication transfers.
STOPPED = 3;public static final int TRANSFERRING_VALUE
Replication is in progress.
TRANSFERRING = 4;public static Replication.MirrorState[] values()
for (Replication.MirrorState c : Replication.MirrorState.values()) System.out.println(c);
public static Replication.MirrorState valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static Replication.MirrorState valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Replication.MirrorState forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Replication.MirrorState> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Replication.MirrorState valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.