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

CloudExadataInfrastructureProperties

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

Various properties of Exadata Infrastructure.

interface CloudExadataInfrastructureProperties {
readonly activatedStorageCount?: number;
readonly additionalStorageCount?: number;
readonly availableStorageSizeGb?: number;
computeCount?: number;
readonly cpuCount?: number;
customerContacts?: CustomerContact[];
readonly dataStorageSizeTb?: number;
readonly dbNodeStorageSizeGb?: number;
readonly dbServerVersion?: string;
maintenanceWindow?: MaintenanceWindow;
readonly maxCpuCount?: number;
readonly maxDataStorageTb?: number;
readonly maxDbNodeStorageSizeGb?: number;
readonly maxMemoryGb?: number;
readonly memorySizeGb?: number;
readonly monthlyDbServerVersion?: string;
readonly monthlyStorageServerVersion?: string;
readonly nextMaintenanceRunId?: string;
readonly nextMaintenanceRunTime?: Date;
readonly nextSecurityMaintenanceRunTime?: Date;
readonly ocid?: string;
readonly ociUrl?: string;
shape?: string;
readonly state?:
| "STATE_UNSPECIFIED"
| "PROVISIONING"
| "AVAILABLE"
| "UPDATING"
| "TERMINATING"
| "TERMINATED"
| "FAILED"
| "MAINTENANCE_IN_PROGRESS";
storageCount?: number;
readonly storageServerVersion?: string;
totalStorageSizeGb?: number;
}

§Properties

§
readonly activatedStorageCount?: number
[src]

Output only. The requested number of additional storage servers activated for the Exadata Infrastructure.

§
readonly additionalStorageCount?: number
[src]

Output only. The requested number of additional storage servers for the Exadata Infrastructure.

§
readonly availableStorageSizeGb?: number
[src]

Output only. The available storage can be allocated to the Exadata Infrastructure resource, in gigabytes (GB).

§
computeCount?: number
[src]

Optional. The number of compute servers for the Exadata Infrastructure.

§
readonly cpuCount?: number
[src]

Output only. The number of enabled CPU cores.

§
customerContacts?: CustomerContact[]
[src]

Optional. The list of customer contacts.

§
readonly dataStorageSizeTb?: number
[src]

Output only. Size, in terabytes, of the DATA disk group.

§
readonly dbNodeStorageSizeGb?: number
[src]

Output only. The local node storage allocated in GBs.

§
readonly dbServerVersion?: string
[src]

Output only. The software version of the database servers (dom0) in the Exadata Infrastructure.

§
maintenanceWindow?: MaintenanceWindow
[src]

Optional. Maintenance window for repair.

§
readonly maxCpuCount?: number
[src]

Output only. The total number of CPU cores available.

§
readonly maxDataStorageTb?: number
[src]

Output only. The total available DATA disk group size.

§
readonly maxDbNodeStorageSizeGb?: number
[src]

Output only. The total local node storage available in GBs.

§
readonly maxMemoryGb?: number
[src]

Output only. The total memory available in GBs.

§
readonly memorySizeGb?: number
[src]

Output only. The memory allocated in GBs.

§
readonly monthlyDbServerVersion?: string
[src]

Output only. The monthly software version of the database servers (dom0) in the Exadata Infrastructure. Example: 20.1.15

§
readonly monthlyStorageServerVersion?: string
[src]

Output only. The monthly software version of the storage servers (cells) in the Exadata Infrastructure. Example: 20.1.15

§
readonly nextMaintenanceRunId?: string
[src]

Output only. The OCID of the next maintenance run.

§
readonly nextMaintenanceRunTime?: Date
[src]

Output only. The time when the next maintenance run will occur.

§
readonly nextSecurityMaintenanceRunTime?: Date
[src]

Output only. The time when the next security maintenance run will occur.

§
readonly ociUrl?: string
[src]

Output only. Deep link to the OCI console to view this resource.

§
shape?: string
[src]

Required. The shape of the Exadata Infrastructure. The shape determines the amount of CPU, storage, and memory resources allocated to the instance.

§
readonly state?: "STATE_UNSPECIFIED" | "PROVISIONING" | "AVAILABLE" | "UPDATING" | "TERMINATING" | "TERMINATED" | "FAILED" | "MAINTENANCE_IN_PROGRESS"
[src]

Output only. The current lifecycle state of the Exadata Infrastructure.

§
storageCount?: number
[src]

Optional. The number of Cloud Exadata storage servers for the Exadata Infrastructure.

§
readonly storageServerVersion?: string
[src]

Output only. The software version of the storage servers (cells) in the Exadata Infrastructure.

§
totalStorageSizeGb?: number
[src]

Optional. The total storage allocated to the Exadata Infrastructure resource, in gigabytes (GB).