interface Instance {
    backupSameRegion: boolean;
    backupSchedule?: DocumentDB.v1beta1.BackupSchedule;
    createdAt?: Date;
    endpoint?: DocumentDB.v1beta1.Endpoint;
    endpoints: DocumentDB.v1beta1.Endpoint[];
    engine: string;
    id: string;
    initSettings: DocumentDB.v1beta1.InstanceSetting[];
    isHaCluster: boolean;
    logsPolicy?: DocumentDB.v1beta1.LogsPolicy;
    maintenances: DocumentDB.v1beta1.Maintenance[];
    name: string;
    nodeType: string;
    organizationId: string;
    projectId: string;
    readReplicas: DocumentDB.v1beta1.ReadReplica[];
    region: Region;
    settings: DocumentDB.v1beta1.InstanceSetting[];
    status: DocumentDB.v1beta1.InstanceStatus;
    tags: string[];
    upgradableVersion: DocumentDB.v1beta1.UpgradableVersion[];
    volume?: DocumentDB.v1beta1.Volume;
}

Properties

backupSameRegion: boolean

Store logical backups in the same region as the Database Instance.

Backup schedule of the Database Instance.

createdAt?: Date

Creation date (must follow the ISO 8601 format).

Endpoint of the Database Instance.

List of Database Instance endpoints.

engine: string

Database engine of the database.

id: string

UUID of the Database Instance.

List of engine settings to be set at Database Instance initialization.

isHaCluster: boolean

Defines whether or not High-Availability is enabled.

Logs policy of the Database Instance.

List of Database Instance maintenance events.

name: string

Name of the Database Instance.

nodeType: string

Node type of the Database Instance.

organizationId: string

Organization ID the Database Instance belongs to.

projectId: string

Project ID the Database Instance belongs to.

Read Replicas of the Database Instance.

region: Region

Region the Database Instance is in.

Advanced settings of the Database Instance.

Status of the Database Instance.

tags: string[]

List of tags applied to the Database Instance.

upgradableVersion: DocumentDB.v1beta1.UpgradableVersion[]

Available database engine versions for upgrade.

Volumes of the Database Instance.