Uses of Class
com.oracle.bmc.distributeddatabase.model.ShardPeerWithExadbXs.Status
-
Packages that use ShardPeerWithExadbXs.Status Package Description com.oracle.bmc.distributeddatabase.model -
-
Uses of ShardPeerWithExadbXs.Status in com.oracle.bmc.distributeddatabase.model
Methods in com.oracle.bmc.distributeddatabase.model that return ShardPeerWithExadbXs.Status Modifier and Type Method Description static ShardPeerWithExadbXs.Status
ShardPeerWithExadbXs.Status. create(String key)
ShardPeerWithExadbXs.Status
ShardPeerWithExadbXs. getStatus()
Status of catalog with VmCluster for the Globally ditributed database.static ShardPeerWithExadbXs.Status
ShardPeerWithExadbXs.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static ShardPeerWithExadbXs.Status[]
ShardPeerWithExadbXs.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.distributeddatabase.model with parameters of type ShardPeerWithExadbXs.Status Modifier and Type Method Description ShardPeerWithExadbXs.Builder
ShardPeerWithExadbXs.Builder. status(ShardPeerWithExadbXs.Status status)
Status of catalog with VmCluster for the Globally ditributed database.Constructors in com.oracle.bmc.distributeddatabase.model with parameters of type ShardPeerWithExadbXs.Status Constructor Description ShardPeerWithExadbXs(String vmClusterId, String shardGroup, ShardPeerWithExadbXs.Status status, String supportingResourceId, String containerDatabaseId, Date timeCreated, Date timeUpdated, DistributedDbMetadata metadata)
Deprecated.
-