Uses of Class
com.oracle.bmc.goldengate.model.DisasterRecoveryStatus
-
Packages that use DisasterRecoveryStatus Package Description com.oracle.bmc.goldengate.model -
-
Uses of DisasterRecoveryStatus in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return DisasterRecoveryStatus Modifier and Type Method Description static DisasterRecoveryStatusDisasterRecoveryStatus. create(String key)DisasterRecoveryStatusCreateDeploymentDetails. getDisasterRecoveryStatus()Indicates if disaster recovery is enabled for a deployment.DisasterRecoveryStatusDeployment. getDisasterRecoveryStatus()Indicates if disaster recovery is enabled for a deployment.DisasterRecoveryStatusDeploymentSummary. getDisasterRecoveryStatus()Indicates if disaster recovery is enabled for a deployment.static DisasterRecoveryStatusDisasterRecoveryStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static DisasterRecoveryStatus[]DisasterRecoveryStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.goldengate.model with parameters of type DisasterRecoveryStatus Modifier and Type Method Description CreateDeploymentDetails.BuilderCreateDeploymentDetails.Builder. disasterRecoveryStatus(DisasterRecoveryStatus disasterRecoveryStatus)Indicates if disaster recovery is enabled for a deployment.Deployment.BuilderDeployment.Builder. disasterRecoveryStatus(DisasterRecoveryStatus disasterRecoveryStatus)Indicates if disaster recovery is enabled for a deployment.DeploymentSummary.BuilderDeploymentSummary.Builder. disasterRecoveryStatus(DisasterRecoveryStatus disasterRecoveryStatus)Indicates if disaster recovery is enabled for a deployment.Constructors in com.oracle.bmc.goldengate.model with parameters of type DisasterRecoveryStatus Constructor Description CreateDeploymentDetails(String displayName, LicenseModel licenseModel, Boolean isByolCpuCoreCountLimitEnabled, Integer byolCpuCoreCountLimit, EnvironmentType environmentType, String description, String compartmentId, String sourceDeploymentId, String availabilityDomain, String faultDomain, List<DeploymentPlacementDetails> placements, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, List<AddResourceLockDetails> locks, String deploymentBackupId, String subnetId, String loadBalancerSubnetId, String fqdn, List<String> nsgIds, Boolean isPublic, Integer cpuCoreCount, Boolean isAutoScalingEnabled, DeploymentType deploymentType, String subscriptionId, String clusterPlacementGroupId, Map<String,Map<String,Object>> securityAttributes, DisasterRecoveryStatus disasterRecoveryStatus, CreateOggDeploymentDetails oggData, CreateMaintenanceWindowDetails maintenanceWindow, CreateMaintenanceConfigurationDetails maintenanceConfiguration, CreateBackupScheduleDetails backupSchedule)Deprecated.Deployment(String id, String displayName, String description, String compartmentId, String availabilityDomain, String faultDomain, DeploymentRole deploymentRole, Date timeRoleChanged, String sourceDeploymentId, List<DeploymentPlacementInfo> placements, String deploymentBackupId, Date timeCreated, Date timeUpdated, Deployment.LifecycleState lifecycleState, LifecycleSubState lifecycleSubState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, List<ResourceLock> locks, Boolean isHealthy, String subnetId, String loadBalancerSubnetId, String loadBalancerId, String fqdn, LicenseModel licenseModel, Boolean isByolCpuCoreCountLimitEnabled, Integer byolCpuCoreCountLimit, EnvironmentType environmentType, DeploymentCategory category, Integer cpuCoreCount, Boolean isAutoScalingEnabled, List<String> nsgIds, Boolean isPublic, String publicIpAddress, String privateIpAddress, String deploymentUrl, Map<String,Map<String,Object>> systemTags, Boolean isLatestVersion, Long storageUtilizationInBytes, Boolean isStorageUtilizationLimitExceeded, DeploymentType deploymentType, OggDeployment oggData, DeploymentDiagnosticData deploymentDiagnosticData, MaintenanceWindow maintenanceWindow, Date timeOfNextMaintenance, MaintenanceActionType nextMaintenanceActionType, String nextMaintenanceDescription, MaintenanceConfiguration maintenanceConfiguration, Date timeOggVersionSupportedUntil, BackupSchedule backupSchedule, Date timeLastBackupScheduled, Date timeNextBackupScheduled, List<IngressIpDetails> ingressIps, String subscriptionId, String clusterPlacementGroupId, Map<String,Map<String,Object>> securityAttributes, DisasterRecoveryStatus disasterRecoveryStatus)Deprecated.DeploymentSummary(String id, String displayName, String description, String compartmentId, Date timeCreated, Date timeUpdated, Deployment.LifecycleState lifecycleState, LifecycleSubState lifecycleSubState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String subnetId, String loadBalancerSubnetId, String loadBalancerId, LicenseModel licenseModel, Boolean isByolCpuCoreCountLimitEnabled, Integer byolCpuCoreCountLimit, EnvironmentType environmentType, DeploymentCategory category, String fqdn, Integer cpuCoreCount, Boolean isAutoScalingEnabled, Boolean isPublic, String publicIpAddress, String privateIpAddress, String deploymentUrl, Map<String,Map<String,Object>> systemTags, Boolean isLatestVersion, DeploymentType deploymentType, Long storageUtilizationInBytes, Boolean isStorageUtilizationLimitExceeded, String subscriptionId, String clusterPlacementGroupId, Map<String,Map<String,Object>> securityAttributes, DisasterRecoveryStatus disasterRecoveryStatus, DeploymentRole deploymentRole, List<ResourceLock> locks)Deprecated.
-