Uses of Class
com.oracle.bmc.distributeddatabase.model.DistributedDbProtectionMode
-
Packages that use DistributedDbProtectionMode Package Description com.oracle.bmc.distributeddatabase.model -
-
Uses of DistributedDbProtectionMode in com.oracle.bmc.distributeddatabase.model
Methods in com.oracle.bmc.distributeddatabase.model that return DistributedDbProtectionMode Modifier and Type Method Description static DistributedDbProtectionModeDistributedDbProtectionMode. create(String key)DistributedDbProtectionModeCatalogPeerWithExadbXs. getProtectionMode()The protectionMode for the catalog peer.DistributedDbProtectionModeCreateCatalogPeerWithExadbXsDetails. getProtectionMode()The protectionMode for the catalog peer.DistributedDbProtectionModeCreateShardPeerWithExadbXsDetails. getProtectionMode()The protectionMode for the shard peer.DistributedDbProtectionModeShardPeerWithExadbXs. getProtectionMode()The protectionMode for the shard peer.static DistributedDbProtectionModeDistributedDbProtectionMode. valueOf(String name)Returns the enum constant of this type with the specified name.static DistributedDbProtectionMode[]DistributedDbProtectionMode. 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 DistributedDbProtectionMode Modifier and Type Method Description CatalogPeerWithExadbXs.BuilderCatalogPeerWithExadbXs.Builder. protectionMode(DistributedDbProtectionMode protectionMode)The protectionMode for the catalog peer.CreateCatalogPeerWithExadbXsDetails.BuilderCreateCatalogPeerWithExadbXsDetails.Builder. protectionMode(DistributedDbProtectionMode protectionMode)The protectionMode for the catalog peer.CreateShardPeerWithExadbXsDetails.BuilderCreateShardPeerWithExadbXsDetails.Builder. protectionMode(DistributedDbProtectionMode protectionMode)The protectionMode for the shard peer.ShardPeerWithExadbXs.BuilderShardPeerWithExadbXs.Builder. protectionMode(DistributedDbProtectionMode protectionMode)The protectionMode for the shard peer.
-