GoldengateDeploymentEnvironment constructor

GoldengateDeploymentEnvironment({
  1. bool? autoScalingEnabled,
  2. String? category,
  3. int? defaultCpuCoreCount,
  4. String? displayName,
  5. String? environmentType,
  6. int? maxCpuCoreCount,
  7. int? memoryGbPerCpuCore,
  8. int? minCpuCoreCount,
  9. String? name,
  10. int? networkBandwidthGbpsPerCpuCore,
  11. int? storageUsageLimitGbPerCpuCore,
})

Implementation

GoldengateDeploymentEnvironment({
  this.autoScalingEnabled,
  this.category,
  this.defaultCpuCoreCount,
  this.displayName,
  this.environmentType,
  this.maxCpuCoreCount,
  this.memoryGbPerCpuCore,
  this.minCpuCoreCount,
  this.name,
  this.networkBandwidthGbpsPerCpuCore,
  this.storageUsageLimitGbPerCpuCore,
});