Uses of Class
com.oracle.bmc.goldengate.model.OggDeployment
-
Packages that use OggDeployment Package Description com.oracle.bmc.goldengate.model -
-
Uses of OggDeployment in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return OggDeployment Modifier and Type Method Description OggDeployment
OggDeployment.Builder. build()
OggDeployment
Deployment. getOggData()
Methods in com.oracle.bmc.goldengate.model with parameters of type OggDeployment Modifier and Type Method Description OggDeployment.Builder
OggDeployment.Builder. copy(OggDeployment model)
Deployment.Builder
Deployment.Builder. oggData(OggDeployment oggData)
Constructors in com.oracle.bmc.goldengate.model with parameters of type OggDeployment Constructor Description 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, 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, 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, Date timeUpgradeRequired, 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)
Deprecated.
-