Uses of Class
com.oracle.bmc.distributeddatabase.model.DistributedAutonomousDbProtectionMode
-
Packages that use DistributedAutonomousDbProtectionMode Package Description com.oracle.bmc.distributeddatabase.model -
-
Uses of DistributedAutonomousDbProtectionMode in com.oracle.bmc.distributeddatabase.model
Methods in com.oracle.bmc.distributeddatabase.model that return DistributedAutonomousDbProtectionMode Modifier and Type Method Description static DistributedAutonomousDbProtectionModeDistributedAutonomousDbProtectionMode. create(String key)DistributedAutonomousDbProtectionModeCatalogPeerWithDedicatedInfra. getProtectionMode()The protectionMode for the shard peer.DistributedAutonomousDbProtectionModeCreateCatalogPeerWithDedicatedInfraDetails. getProtectionMode()The protectionMode for the catalog peer.DistributedAutonomousDbProtectionModeCreateShardPeerWithDedicatedInfraDetails. getProtectionMode()The protectionMode for the shard peer.DistributedAutonomousDbProtectionModeShardPeerWithDedicatedInfra. getProtectionMode()The protectionMode for the shard peer.static DistributedAutonomousDbProtectionModeDistributedAutonomousDbProtectionMode. valueOf(String name)Returns the enum constant of this type with the specified name.static DistributedAutonomousDbProtectionMode[]DistributedAutonomousDbProtectionMode. 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 DistributedAutonomousDbProtectionMode Modifier and Type Method Description CatalogPeerWithDedicatedInfra.BuilderCatalogPeerWithDedicatedInfra.Builder. protectionMode(DistributedAutonomousDbProtectionMode protectionMode)The protectionMode for the shard peer.CreateCatalogPeerWithDedicatedInfraDetails.BuilderCreateCatalogPeerWithDedicatedInfraDetails.Builder. protectionMode(DistributedAutonomousDbProtectionMode protectionMode)The protectionMode for the catalog peer.CreateShardPeerWithDedicatedInfraDetails.BuilderCreateShardPeerWithDedicatedInfraDetails.Builder. protectionMode(DistributedAutonomousDbProtectionMode protectionMode)The protectionMode for the shard peer.ShardPeerWithDedicatedInfra.BuilderShardPeerWithDedicatedInfra.Builder. protectionMode(DistributedAutonomousDbProtectionMode protectionMode)The protectionMode for the shard peer.Constructors in com.oracle.bmc.distributeddatabase.model with parameters of type DistributedAutonomousDbProtectionMode Constructor Description CatalogPeerWithDedicatedInfra(String cloudAutonomousVmClusterId, String shardGroup, CatalogPeerWithDedicatedInfra.Status status, String supportingResourceId, String containerDatabaseId, Date timeCreated, Date timeUpdated, DistributedAutonomousDbProtectionMode protectionMode, Integer fastStartFailOverLagLimitInSeconds, Boolean isAutomaticFailoverEnabled, Integer standbyMaintenanceBufferInDays, DistributedAutonomousDbMetadata metadata)Deprecated.CreateCatalogPeerWithDedicatedInfraDetails(String cloudAutonomousVmClusterId, DistributedAutonomousDbProtectionMode protectionMode, Integer fastStartFailOverLagLimitInSeconds, Boolean isAutomaticFailoverEnabled, Integer standbyMaintenanceBufferInDays)Deprecated.CreateShardPeerWithDedicatedInfraDetails(String cloudAutonomousVmClusterId, DistributedAutonomousDbProtectionMode protectionMode, Integer fastStartFailOverLagLimitInSeconds, Boolean isAutomaticFailoverEnabled, Integer standbyMaintenanceBufferInDays)Deprecated.ShardPeerWithDedicatedInfra(String cloudAutonomousVmClusterId, String shardGroup, ShardPeerWithDedicatedInfra.Status status, String supportingResourceId, String containerDatabaseId, Date timeCreated, Date timeUpdated, DistributedAutonomousDbProtectionMode protectionMode, Integer fastStartFailOverLagLimitInSeconds, Boolean isAutomaticFailoverEnabled, Integer standbyMaintenanceBufferInDays, DistributedAutonomousDbMetadata metadata)Deprecated.
-