Package com.ibm.cloud.is.vpc.v1.model
Interface ShareReplicationStatusReason.Code
-
- Enclosing class:
- ShareReplicationStatusReason
public static interface ShareReplicationStatusReason.Code
A snake case string succinctly identifying the status reason. The enumerated values for this property may [expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.
-
-
Field Summary
Fields Modifier and Type Field Description static String
CANNOT_INITIALIZE_REPLICATION
cannot_initialize_replication.static String
CANNOT_REACH_REPLICA_SHARE
cannot_reach_replica_share.static String
CANNOT_REACH_SOURCE_SHARE
cannot_reach_source_share.
-
-
-
Field Detail
-
CANNOT_INITIALIZE_REPLICATION
static final String CANNOT_INITIALIZE_REPLICATION
cannot_initialize_replication.- See Also:
- Constant Field Values
-
CANNOT_REACH_REPLICA_SHARE
static final String CANNOT_REACH_REPLICA_SHARE
cannot_reach_replica_share.- See Also:
- Constant Field Values
-
CANNOT_REACH_SOURCE_SHARE
static final String CANNOT_REACH_SOURCE_SHARE
cannot_reach_source_share.- See Also:
- Constant Field Values
-
-