GoldengateDeploymentProperties constructor
GoldengateDeploymentProperties({
- GoldengateBackupSchedule? backupSchedule,
- String? category,
- int? cpuCoreCount,
- String? deploymentBackupId,
- DeploymentDiagnosticData? deploymentDiagnosticData,
- String? deploymentRole,
- String? deploymentType,
- String? deploymentUrl,
- String? description,
- String? environmentType,
- String? fqdn,
- bool? healthy,
- List<
IngressIp> ? ingressIps, - bool? isAutoScalingEnabled,
- bool? isLatestVersion,
- bool? isPublic,
- bool? isStorageUtilizationLimitExceeded,
- String? lastBackupScheduleTime,
- String? licenseModel,
- String? lifecycleDetails,
- String? lifecycleState,
- String? lifecycleSubState,
- String? loadBalancerId,
- String? loadBalancerSubnetId,
- List<
GoldengateDeploymentLock> ? locks, - GoldengateMaintenanceConfig? maintenanceConfig,
- GoldengateMaintenanceWindow? maintenanceWindow,
- String? nextBackupScheduleTime,
- String? nextMaintenanceActionType,
- String? nextMaintenanceDescription,
- String? nextMaintenanceTime,
- List<
String> ? nsgIds, - String? ocid,
- GoldengateOggDeployment? oggData,
- String? oggVersionSupportEndTime,
- List<
GoldengatePlacement> ? placements, - String? privateIpAddress,
- String? publicIpAddress,
- String? roleChangeTime,
- String? storageUtilizationBytes,
- String? updateTime,
- 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,
});