public enum Replication.ReplicationSchedule extends Enum<Replication.ReplicationSchedule> implements 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
Implements
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
DAILY | Replication happens once every day. |
DAILY_VALUE | Replication happens once every day. |
EVERY_10_MINUTES | Replication happens once every 10 minutes. |
EVERY_10_MINUTES_VALUE | Replication happens once every 10 minutes. |
HOURLY | Replication happens once every hour. |
HOURLY_VALUE | Replication happens once every hour. |
REPLICATION_SCHEDULE_UNSPECIFIED | Unspecified ReplicationSchedule |
REPLICATION_SCHEDULE_UNSPECIFIED_VALUE | Unspecified ReplicationSchedule |
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() |