Enum Replication.Role (1.96.0)
Stay organized with collections
Save and categorize content based on your preferences.
public enum Replication.Role extends Enum<Replication.Role> implements ProtocolMessageEnum
Replication role.
Protobuf enum google.cloud.filestore.v1.Replication.Role
Static Fields
|
| Name |
Description |
ACTIVE |
The instance is the ACTIVE replication member, functions as
the replication source instance.
ACTIVE = 1;
|
ACTIVE_VALUE |
The instance is the ACTIVE replication member, functions as
the replication source instance.
ACTIVE = 1;
|
ROLE_UNSPECIFIED |
Role not set.
ROLE_UNSPECIFIED = 0;
|
ROLE_UNSPECIFIED_VALUE |
Role not set.
ROLE_UNSPECIFIED = 0;
|
STANDBY |
The instance is the STANDBY replication member, functions as
the replication destination instance.
STANDBY = 2;
|
STANDBY_VALUE |
The instance is the STANDBY replication member, functions as
the replication destination instance.
STANDBY = 2;
|
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() |
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-08-04 UTC.
[null,null,["Last updated 2026-08-04 UTC."],[],[]]