Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoldengateDeploymentProperties

import type { GoldengateDeploymentProperties } from "https://googleapis.deno.dev/v1/oracledatabase:v1.ts";

Properties of GoldengateDeployment.

interface GoldengateDeploymentProperties {
readonly backupSchedule?: GoldengateBackupSchedule;
readonly category?: "GOLDENGATE_DEPLOYMENT_CATEGORY_UNSPECIFIED" | "DATA_REPLICATION" | "DATA_TRANSFORMS";
cpuCoreCount?: number;
readonly deploymentBackupId?: string;
readonly deploymentDiagnosticData?: DeploymentDiagnosticData;
readonly deploymentRole?: "GOLDENGATE_DEPLOYMENT_ROLE_TYPE_UNSPECIFIED" | "PRIMARY" | "STANDBY";
deploymentType?: string;
readonly deploymentUrl?: string;
description?: string;
environmentType?: string;
readonly fqdn?: string;
readonly healthy?: boolean;
readonly ingressIps?: IngressIp[];
isAutoScalingEnabled?: boolean;
readonly isLatestVersion?: boolean;
readonly isPublic?: boolean;
readonly isStorageUtilizationLimitExceeded?: boolean;
readonly lastBackupScheduleTime?: Date;
licenseModel?: "LICENSE_MODEL_UNSPECIFIED" | "LICENSE_INCLUDED" | "BRING_YOUR_OWN_LICENSE";
readonly lifecycleDetails?: string;
readonly lifecycleState?:
| "GOLDENGATE_DEPLOYMENT_LIFECYCLE_STATE_UNSPECIFIED"
| "CREATING"
| "UPDATING"
| "ACTIVE"
| "INACTIVE"
| "DELETING"
| "DELETED"
| "FAILED"
| "NEEDS_ATTENTION"
| "IN_PROGRESS"
| "CANCELLING"
| "CANCELLED"
| "SUCCEEDED"
| "WAITING";
readonly lifecycleSubState?:
| "GOLDENGATE_DEPLOYMENT_LIFECYCLE_SUB_STATE_UNSPECIFIED"
| "RECOVERING"
| "STARTING"
| "STOPPING"
| "MOVING"
| "UPGRADING"
| "RESTORING"
| "BACKING_UP"
| "ROLLING_BACK";
readonly loadBalancerId?: string;
readonly loadBalancerSubnetId?: string;
readonly locks?: GoldengateDeploymentLock[];
maintenanceConfig?: GoldengateMaintenanceConfig;
maintenanceWindow?: GoldengateMaintenanceWindow;
readonly nextBackupScheduleTime?: Date;
readonly nextMaintenanceActionType?: "NEXT_MAINTENANCE_ACTION_TYPE_UNSPECIFIED" | "UPGRADE";
readonly nextMaintenanceDescription?: string;
readonly nextMaintenanceTime?: Date;
readonly nsgIds?: string[];
readonly ocid?: string;
readonly oggVersionSupportEndTime?: Date;
readonly placements?: GoldengatePlacement[];
readonly privateIpAddress?: string;
readonly publicIpAddress?: string;
readonly roleChangeTime?: Date;
readonly storageUtilizationBytes?: bigint;
readonly updateTime?: Date;
readonly upgradeRequiredTime?: Date;
}

§Properties

§
readonly backupSchedule?: GoldengateBackupSchedule
[src]

Output only. The backup schedule of the GoldengateDeployment.

§
readonly category?: "GOLDENGATE_DEPLOYMENT_CATEGORY_UNSPECIFIED" | "DATA_REPLICATION" | "DATA_TRANSFORMS"
[src]

Output only. The category of the GoldengateDeployment.

§
cpuCoreCount?: number
[src]

Optional. The Minimum number of OCPUs to be made available for this Deployment.

§
readonly deploymentBackupId?: string
[src]

Output only. The deployment backup id of the GoldengateDeployment.

§
readonly deploymentDiagnosticData?: DeploymentDiagnosticData
[src]

Output only. The deployment diagnostic data of the GoldengateDeployment.

§
readonly deploymentRole?: "GOLDENGATE_DEPLOYMENT_ROLE_TYPE_UNSPECIFIED" | "PRIMARY" | "STANDBY"
[src]

Output only. The deployment role of the GoldengateDeployment.

§
deploymentType?: string
[src]

Required. A valid Goldengate Deployment type. For a list of supported types, use the ListGoldengateDeploymentTypes operation.

§
readonly deploymentUrl?: string
[src]

Output only. The deployment url of the GoldengateDeployment.

§
description?: string
[src]

Optional. The description of the GoldengateDeployment.

§
environmentType?: string
[src]

Optional. The environment type of the GoldengateDeployment.

§
readonly fqdn?: string
[src]

Output only. The Fully Qualified Domain Name of the GoldengateDeployment.

§
readonly healthy?: boolean
[src]

Output only. Whether the GoldengateDeployment is healthy.

§
readonly ingressIps?: IngressIp[]
[src]

Output only. The ingress ips of the GoldengateDeployment.

§
isAutoScalingEnabled?: boolean
[src]

Optional. Indicates if auto scaling is enabled for the Deployment's CPU core count.

§
readonly isLatestVersion?: boolean
[src]

Output only. Whether the GoldengateDeployment is of the latest version.

§
readonly isPublic?: boolean
[src]

Output only. Whether the GoldengateDeployment is public.

§
readonly isStorageUtilizationLimitExceeded?: boolean
[src]

Output only. Whether storage utilization limit is exceeded of the GoldengateDeployment.

§
readonly lastBackupScheduleTime?: Date
[src]

Output only. The time last backup scheduled of the GoldengateDeployment.

§
licenseModel?: "LICENSE_MODEL_UNSPECIFIED" | "LICENSE_INCLUDED" | "BRING_YOUR_OWN_LICENSE"
[src]

Optional. The Oracle license model that applies to a Deployment.

§
readonly lifecycleDetails?: string
[src]

Output only. The lifecycle details of the GoldengateDeployment.

§
readonly lifecycleState?: "GOLDENGATE_DEPLOYMENT_LIFECYCLE_STATE_UNSPECIFIED" | "CREATING" | "UPDATING" | "ACTIVE" | "INACTIVE" | "DELETING" | "DELETED" | "FAILED" | "NEEDS_ATTENTION" | "IN_PROGRESS" | "CANCELLING" | "CANCELLED" | "SUCCEEDED" | "WAITING"
[src]

Output only. State of the GoldengateDeployment.

§
readonly lifecycleSubState?: "GOLDENGATE_DEPLOYMENT_LIFECYCLE_SUB_STATE_UNSPECIFIED" | "RECOVERING" | "STARTING" | "STOPPING" | "MOVING" | "UPGRADING" | "RESTORING" | "BACKING_UP" | "ROLLING_BACK"
[src]

Output only. The lifecycle sub-state of the GoldengateDeployment.

§
readonly loadBalancerId?: string
[src]

Output only. The load balancer id of the GoldengateDeployment.

§
readonly loadBalancerSubnetId?: string
[src]

Output only. The load balancer subnet id of the GoldengateDeployment.

§

Output only. The locks of the GoldengateDeployment.

§

Optional. The maintenance configuration of the GoldengateDeployment.

§

Optional. The maintenance window of the GoldengateDeployment.

§
readonly nextBackupScheduleTime?: Date
[src]

Output only. The time next backup scheduled of the GoldengateDeployment.

§
readonly nextMaintenanceActionType?: "NEXT_MAINTENANCE_ACTION_TYPE_UNSPECIFIED" | "UPGRADE"
[src]

Output only. The next maintenance action type of the GoldengateDeployment.

§
readonly nextMaintenanceDescription?: string
[src]

Output only. The next maintenance description of the GoldengateDeployment.

§
readonly nextMaintenanceTime?: Date
[src]

Output only. The time of next maintenance of the GoldengateDeployment.

§
readonly nsgIds?: string[]
[src]

Output only. The nsg ids of the GoldengateDeployment.

§
readonly ocid?: string
[src]

Output only. OCID of the GoldengateDeployment.

§

Required. The ogg data of the GoldengateDeployment.

§
readonly oggVersionSupportEndTime?: Date
[src]

Output only. The time ogg version supported until of the GoldengateDeployment.

§
readonly placements?: GoldengatePlacement[]
[src]

Output only. The placements of the GoldengateDeployment.

§
readonly privateIpAddress?: string
[src]

Output only. The private ip address of the GoldengateDeployment.

§
readonly publicIpAddress?: string
[src]

Output only. The public ip address of the GoldengateDeployment.

§
readonly roleChangeTime?: Date
[src]

Output only. The time when the role of the GoldengateDeployment was changed.

§
readonly storageUtilizationBytes?: bigint
[src]

Output only. The storage utilization in bytes of the GoldengateDeployment.

§
readonly updateTime?: Date
[src]

Output only. The time the GoldengateDeployment was updated.

§
readonly upgradeRequiredTime?: Date
[src]

Output only. The time upgrade required of the GoldengateDeployment.