Uses of Class
com.oracle.bmc.goldengate.model.EnvironmentType
-
Packages that use EnvironmentType Package Description com.oracle.bmc.goldengate.model -
-
Uses of EnvironmentType in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return EnvironmentType Modifier and Type Method Description static EnvironmentTypeEnvironmentType. create(String key)EnvironmentTypeCreateDeploymentDetails. getEnvironmentType()Specifies whether the deployment is used in a production or development/testing environment.EnvironmentTypeDeployment. getEnvironmentType()Specifies whether the deployment is used in a production or development/testing environment.EnvironmentTypeDeploymentEnvironmentSummary. getEnvironmentType()Specifies whether the deployment is used in a production or development/testing environment.EnvironmentTypeDeploymentSummary. getEnvironmentType()Specifies whether the deployment is used in a production or development/testing environment.EnvironmentTypeUpdateDeploymentDetails. getEnvironmentType()Specifies whether the deployment is used in a production or development/testing environment.static EnvironmentTypeEnvironmentType. valueOf(String name)Returns the enum constant of this type with the specified name.static EnvironmentType[]EnvironmentType. 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 EnvironmentType Modifier and Type Method Description CreateDeploymentDetails.BuilderCreateDeploymentDetails.Builder. environmentType(EnvironmentType environmentType)Specifies whether the deployment is used in a production or development/testing environment.Deployment.BuilderDeployment.Builder. environmentType(EnvironmentType environmentType)Specifies whether the deployment is used in a production or development/testing environment.DeploymentEnvironmentSummary.BuilderDeploymentEnvironmentSummary.Builder. environmentType(EnvironmentType environmentType)Specifies whether the deployment is used in a production or development/testing environment.DeploymentSummary.BuilderDeploymentSummary.Builder. environmentType(EnvironmentType environmentType)Specifies whether the deployment is used in a production or development/testing environment.UpdateDeploymentDetails.BuilderUpdateDeploymentDetails.Builder. environmentType(EnvironmentType environmentType)Specifies whether the deployment is used in a production or development/testing environment.Constructors in com.oracle.bmc.goldengate.model with parameters of type EnvironmentType Constructor Description CreateDeploymentDetails(String displayName, LicenseModel licenseModel, 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, 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, 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.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, 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, List<ResourceLock> locks)Deprecated.UpdateDeploymentDetails(String displayName, LicenseModel licenseModel, EnvironmentType environmentType, String description, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, List<String> nsgIds, String subnetId, String loadBalancerSubnetId, Boolean isPublic, String fqdn, Integer cpuCoreCount, Boolean isAutoScalingEnabled, List<DeploymentPlacementDetails> placements, UpdateOggDeploymentDetails oggData, UpdateMaintenanceWindowDetails maintenanceWindow, UpdateMaintenanceConfigurationDetails maintenanceConfiguration, UpdateBackupScheduleDetails backupSchedule)Deprecated.
-