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.
-
-
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
-
-