Uses of Class
com.oracle.bmc.distributeddatabase.model.ShardPeerWithExadbXs
-
Packages that use ShardPeerWithExadbXs Package Description com.oracle.bmc.distributeddatabase.model -
-
Uses of ShardPeerWithExadbXs in com.oracle.bmc.distributeddatabase.model
Methods in com.oracle.bmc.distributeddatabase.model that return ShardPeerWithExadbXs Modifier and Type Method Description ShardPeerWithExadbXs
ShardPeerWithExadbXs.Builder. build()
Methods in com.oracle.bmc.distributeddatabase.model that return types with arguments of type ShardPeerWithExadbXs Modifier and Type Method Description List<ShardPeerWithExadbXs>
DistributedDatabaseShardWithExadbXs. getPeerDetails()
Peer details for the shard.Methods in com.oracle.bmc.distributeddatabase.model with parameters of type ShardPeerWithExadbXs Modifier and Type Method Description ShardPeerWithExadbXs.Builder
ShardPeerWithExadbXs.Builder. copy(ShardPeerWithExadbXs model)
Method parameters in com.oracle.bmc.distributeddatabase.model with type arguments of type ShardPeerWithExadbXs Modifier and Type Method Description DistributedDatabaseShardWithExadbXs.Builder
DistributedDatabaseShardWithExadbXs.Builder. peerDetails(List<ShardPeerWithExadbXs> peerDetails)
Peer details for the shard.Constructor parameters in com.oracle.bmc.distributeddatabase.model with type arguments of type ShardPeerWithExadbXs Constructor Description DistributedDatabaseShardWithExadbXs(String name, Date timeCreated, Date timeUpdated, String dbHomeId, String shardGroup, String vmClusterId, String shardSpace, String vaultId, String kmsKeyId, String kmsKeyVersionId, DistributedDatabaseShardWithExadbXs.Status status, String supportingResourceId, String containerDatabaseId, List<ShardPeerWithExadbXs> peerDetails, DistributedDbMetadata metadata)
Deprecated.
-