GoldengateDeploymentProperties constructor

GoldengateDeploymentProperties({
  1. GoldengateBackupSchedule? backupSchedule,
  2. String? category,
  3. int? cpuCoreCount,
  4. String? deploymentBackupId,
  5. DeploymentDiagnosticData? deploymentDiagnosticData,
  6. String? deploymentRole,
  7. String? deploymentType,
  8. String? deploymentUrl,
  9. String? description,
  10. String? environmentType,
  11. String? fqdn,
  12. bool? healthy,
  13. List<IngressIp>? ingressIps,
  14. bool? isAutoScalingEnabled,
  15. bool? isLatestVersion,
  16. bool? isPublic,
  17. bool? isStorageUtilizationLimitExceeded,
  18. String? lastBackupScheduleTime,
  19. String? licenseModel,
  20. String? lifecycleDetails,
  21. String? lifecycleState,
  22. String? lifecycleSubState,
  23. String? loadBalancerId,
  24. String? loadBalancerSubnetId,
  25. List<GoldengateDeploymentLock>? locks,
  26. GoldengateMaintenanceConfig? maintenanceConfig,
  27. GoldengateMaintenanceWindow? maintenanceWindow,
  28. String? nextBackupScheduleTime,
  29. String? nextMaintenanceActionType,
  30. String? nextMaintenanceDescription,
  31. String? nextMaintenanceTime,
  32. List<String>? nsgIds,
  33. String? ocid,
  34. GoldengateOggDeployment? oggData,
  35. String? oggVersionSupportEndTime,
  36. List<GoldengatePlacement>? placements,
  37. String? privateIpAddress,
  38. String? publicIpAddress,
  39. String? roleChangeTime,
  40. String? storageUtilizationBytes,
  41. String? updateTime,
  42. String? upgradeRequiredTime,
})

Implementation

GoldengateDeploymentProperties({
  this.backupSchedule,
  this.category,
  this.cpuCoreCount,
  this.deploymentBackupId,
  this.deploymentDiagnosticData,
  this.deploymentRole,
  this.deploymentType,
  this.deploymentUrl,
  this.description,
  this.environmentType,
  this.fqdn,
  this.healthy,
  this.ingressIps,
  this.isAutoScalingEnabled,
  this.isLatestVersion,
  this.isPublic,
  this.isStorageUtilizationLimitExceeded,
  this.lastBackupScheduleTime,
  this.licenseModel,
  this.lifecycleDetails,
  this.lifecycleState,
  this.lifecycleSubState,
  this.loadBalancerId,
  this.loadBalancerSubnetId,
  this.locks,
  this.maintenanceConfig,
  this.maintenanceWindow,
  this.nextBackupScheduleTime,
  this.nextMaintenanceActionType,
  this.nextMaintenanceDescription,
  this.nextMaintenanceTime,
  this.nsgIds,
  this.ocid,
  this.oggData,
  this.oggVersionSupportEndTime,
  this.placements,
  this.privateIpAddress,
  this.publicIpAddress,
  this.roleChangeTime,
  this.storageUtilizationBytes,
  this.updateTime,
  this.upgradeRequiredTime,
});