Uses of Class
com.oracle.bmc.goldengate.model.DeploymentPlacementInfo
-
Packages that use DeploymentPlacementInfo Package Description com.oracle.bmc.goldengate.model -
-
Uses of DeploymentPlacementInfo in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return DeploymentPlacementInfo Modifier and Type Method Description DeploymentPlacementInfo
DeploymentPlacementInfo.Builder. build()
Methods in com.oracle.bmc.goldengate.model that return types with arguments of type DeploymentPlacementInfo Modifier and Type Method Description List<DeploymentPlacementInfo>
Deployment. getPlacements()
An array of local peers of deploymentMethods in com.oracle.bmc.goldengate.model with parameters of type DeploymentPlacementInfo Modifier and Type Method Description DeploymentPlacementInfo.Builder
DeploymentPlacementInfo.Builder. copy(DeploymentPlacementInfo model)
Method parameters in com.oracle.bmc.goldengate.model with type arguments of type DeploymentPlacementInfo Modifier and Type Method Description Deployment.Builder
Deployment.Builder. placements(List<DeploymentPlacementInfo> placements)
An array of local peers of deploymentConstructor parameters in com.oracle.bmc.goldengate.model with type arguments of type DeploymentPlacementInfo 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.
-