public static enum Replication.ReplicationSchedule extends Enum<Replication.ReplicationSchedule> implements com.google.protobuf.ProtocolMessageEnum
Schedule for Replication. New enum values may be added in future to support different frequency of replication.Protobuf enum
google.cloud.netapp.v1.Replication.ReplicationSchedule| Enum Constant and Description |
|---|
DAILY
Replication happens once every day.
|
EVERY_10_MINUTES
Replication happens once every 10 minutes.
|
HOURLY
Replication happens once every hour.
|
REPLICATION_SCHEDULE_UNSPECIFIED
Unspecified ReplicationSchedule
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
DAILY_VALUE
Replication happens once every day.
|
static int |
EVERY_10_MINUTES_VALUE
Replication happens once every 10 minutes.
|
static int |
HOURLY_VALUE
Replication happens once every hour.
|
static int |
REPLICATION_SCHEDULE_UNSPECIFIED_VALUE
Unspecified ReplicationSchedule
|
| Modifier and Type | Method and Description |
|---|---|
static Replication.ReplicationSchedule |
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.ReplicationSchedule> |
internalGetValueMap() |
static Replication.ReplicationSchedule |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Replication.ReplicationSchedule |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Replication.ReplicationSchedule |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Replication.ReplicationSchedule[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Replication.ReplicationSchedule REPLICATION_SCHEDULE_UNSPECIFIED
Unspecified ReplicationSchedule
REPLICATION_SCHEDULE_UNSPECIFIED = 0;public static final Replication.ReplicationSchedule EVERY_10_MINUTES
Replication happens once every 10 minutes.
EVERY_10_MINUTES = 1;public static final Replication.ReplicationSchedule HOURLY
Replication happens once every hour.
HOURLY = 2;public static final Replication.ReplicationSchedule DAILY
Replication happens once every day.
DAILY = 3;public static final Replication.ReplicationSchedule UNRECOGNIZED
public static final int REPLICATION_SCHEDULE_UNSPECIFIED_VALUE
Unspecified ReplicationSchedule
REPLICATION_SCHEDULE_UNSPECIFIED = 0;public static final int EVERY_10_MINUTES_VALUE
Replication happens once every 10 minutes.
EVERY_10_MINUTES = 1;public static final int HOURLY_VALUE
Replication happens once every hour.
HOURLY = 2;public static final int DAILY_VALUE
Replication happens once every day.
DAILY = 3;public static Replication.ReplicationSchedule[] values()
for (Replication.ReplicationSchedule c : Replication.ReplicationSchedule.values()) System.out.println(c);
public static Replication.ReplicationSchedule 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.ReplicationSchedule valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Replication.ReplicationSchedule forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Replication.ReplicationSchedule> 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.ReplicationSchedule valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.