Uses of Class
com.oracle.bmc.goldengate.model.DeploymentCategory
-
Packages that use DeploymentCategory Package Description com.oracle.bmc.goldengate.model -
-
Uses of DeploymentCategory in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return DeploymentCategory Modifier and Type Method Description static DeploymentCategory
DeploymentCategory. create(String key)
DeploymentCategory
Deployment. getCategory()
The deployment category defines the broad separation of the deployment type into three categories.DeploymentCategory
DeploymentEnvironmentSummary. getCategory()
The deployment category defines the broad separation of the deployment type into three categories.DeploymentCategory
DeploymentSummary. getCategory()
The deployment category defines the broad separation of the deployment type into three categories.DeploymentCategory
DeploymentTypeSummary. getCategory()
The deployment category defines the broad separation of the deployment type into three categories.static DeploymentCategory
DeploymentCategory. valueOf(String name)
Returns the enum constant of this type with the specified name.static DeploymentCategory[]
DeploymentCategory. 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 DeploymentCategory Modifier and Type Method Description Deployment.Builder
Deployment.Builder. category(DeploymentCategory category)
The deployment category defines the broad separation of the deployment type into three categories.DeploymentEnvironmentSummary.Builder
DeploymentEnvironmentSummary.Builder. category(DeploymentCategory category)
The deployment category defines the broad separation of the deployment type into three categories.DeploymentSummary.Builder
DeploymentSummary.Builder. category(DeploymentCategory category)
The deployment category defines the broad separation of the deployment type into three categories.DeploymentTypeSummary.Builder
DeploymentTypeSummary.Builder. category(DeploymentCategory category)
The deployment category defines the broad separation of the deployment type into three categories.Constructors in com.oracle.bmc.goldengate.model with parameters of type DeploymentCategory 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, 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, 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, String subscriptionId, String clusterPlacementGroupId, Map<String,Map<String,Object>> securityAttributes)
Deprecated.DeploymentEnvironmentSummary(EnvironmentType environmentType, DeploymentCategory category, String displayName, Integer minCpuCoreCount, Integer defaultCpuCoreCount, Integer maxCpuCoreCount, Boolean isAutoScalingEnabledByDefault, Integer networkBandwidthPerOcpuInGbps, Integer memoryPerOcpuInGBs, Integer storageUsageLimitPerOcpuInGBs)
Deprecated.DeploymentSummary(String id, String displayName, String description, String compartmentId, Date timeCreated, Date timeUpdated, 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, Date timeUpgradeRequired, DeploymentType deploymentType, Long storageUtilizationInBytes, Boolean isStorageUtilizationLimitExceeded, String subscriptionId, String clusterPlacementGroupId, Map<String,Map<String,Object>> securityAttributes, List<ResourceLock> locks)
Deprecated.DeploymentTypeSummary(DeploymentCategory category, String displayName, DeploymentType deploymentType, List<ConnectionType> connectionTypes, List<String> sourceTechnologies, List<String> targetTechnologies, String oggVersion, String supportedTechnologiesUrl, String defaultUsername, List<SupportedCapabilities> supportedCapabilities)
Deprecated.
-