GoldengateDeploymentProperties class

Properties of GoldengateDeployment.

Constructors

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})
GoldengateDeploymentProperties.fromJson(Map json_)

Properties

backupSchedule GoldengateBackupSchedule?
The backup schedule of the GoldengateDeployment.
getter/setter pair
category String?
The category of the GoldengateDeployment.
getter/setter pair
cpuCoreCount int?
The Minimum number of OCPUs to be made available for this Deployment.
getter/setter pair
deploymentBackupId String?
The deployment backup id of the GoldengateDeployment.
getter/setter pair
deploymentDiagnosticData DeploymentDiagnosticData?
The deployment diagnostic data of the GoldengateDeployment.
getter/setter pair
deploymentRole String?
The deployment role of the GoldengateDeployment.
getter/setter pair
deploymentType String?
A valid Goldengate Deployment type.
getter/setter pair
deploymentUrl String?
The deployment url of the GoldengateDeployment.
getter/setter pair
description String?
The description of the GoldengateDeployment.
getter/setter pair
environmentType String?
The environment type of the GoldengateDeployment.
getter/setter pair
fqdn String?
The Fully Qualified Domain Name of the GoldengateDeployment.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
healthy bool?
Whether the GoldengateDeployment is healthy.
getter/setter pair
ingressIps List<IngressIp>?
The ingress ips of the GoldengateDeployment.
getter/setter pair
isAutoScalingEnabled bool?
Indicates if auto scaling is enabled for the Deployment's CPU core count.
getter/setter pair
isLatestVersion bool?
Whether the GoldengateDeployment is of the latest version.
getter/setter pair
isPublic bool?
Whether the GoldengateDeployment is public.
getter/setter pair
isStorageUtilizationLimitExceeded bool?
Whether storage utilization limit is exceeded of the GoldengateDeployment.
getter/setter pair
lastBackupScheduleTime String?
The time last backup scheduled of the GoldengateDeployment.
getter/setter pair
licenseModel String?
The Oracle license model that applies to a Deployment.
getter/setter pair
lifecycleDetails String?
The lifecycle details of the GoldengateDeployment.
getter/setter pair
lifecycleState String?
State of the GoldengateDeployment.
getter/setter pair
lifecycleSubState String?
The lifecycle sub-state of the GoldengateDeployment.
getter/setter pair
loadBalancerId String?
The load balancer id of the GoldengateDeployment.
getter/setter pair
loadBalancerSubnetId String?
The load balancer subnet id of the GoldengateDeployment.
getter/setter pair
locks List<GoldengateDeploymentLock>?
The locks of the GoldengateDeployment.
getter/setter pair
maintenanceConfig GoldengateMaintenanceConfig?
The maintenance configuration of the GoldengateDeployment.
getter/setter pair
maintenanceWindow GoldengateMaintenanceWindow?
The maintenance window of the GoldengateDeployment.
getter/setter pair
nextBackupScheduleTime String?
The time next backup scheduled of the GoldengateDeployment.
getter/setter pair
nextMaintenanceActionType String?
The next maintenance action type of the GoldengateDeployment.
getter/setter pair
nextMaintenanceDescription String?
The next maintenance description of the GoldengateDeployment.
getter/setter pair
nextMaintenanceTime String?
The time of next maintenance of the GoldengateDeployment.
getter/setter pair
nsgIds List<String>?
The nsg ids of the GoldengateDeployment.
getter/setter pair
ocid String?
OCID of the GoldengateDeployment.
getter/setter pair
oggData GoldengateOggDeployment?
The ogg data of the GoldengateDeployment.
getter/setter pair
oggVersionSupportEndTime String?
The time ogg version supported until of the GoldengateDeployment.
getter/setter pair
placements List<GoldengatePlacement>?
The placements of the GoldengateDeployment.
getter/setter pair
privateIpAddress String?
The private ip address of the GoldengateDeployment.
getter/setter pair
publicIpAddress String?
The public ip address of the GoldengateDeployment.
getter/setter pair
roleChangeTime String?
The time when the role of the GoldengateDeployment was changed.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storageUtilizationBytes String?
The storage utilization in bytes of the GoldengateDeployment.
getter/setter pair
updateTime String?
The time the GoldengateDeployment was updated.
getter/setter pair
upgradeRequiredTime String?
The time upgrade required of the GoldengateDeployment.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited