Package com.ibm.cloud.is.vpc.v1.model
Interface Share.ReplicationRole
-
- Enclosing class:
- Share
public static interface Share.ReplicationRole
The replication role of the file share: - `none`: This share is not participating in replication. - `replica`: This share is a replication target. - `source`: This share is a replication source. The enumerated values for this property may [expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.
-
-
Field Detail
-
NONE
static final String NONE
none.- See Also:
- Constant Field Values
-
REPLICA
static final String REPLICA
replica.- See Also:
- Constant Field Values
-
SOURCE
static final String SOURCE
source.- See Also:
- Constant Field Values
-
-