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

CloudVmClusterProperties

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

Various properties and settings associated with Exadata VM cluster.

interface CloudVmClusterProperties {
clusterName?: string;
readonly compartmentId?: string;
cpuCoreCount?: number;
dataStorageSizeTb?: number;
dbNodeStorageSizeGb?: number;
dbServerOcids?: string[];
diagnosticsDataCollectionOptions?: DataCollectionOptions;
diskRedundancy?: "DISK_REDUNDANCY_UNSPECIFIED" | "HIGH" | "NORMAL";
readonly dnsListenerIp?: string;
readonly domain?: string;
giVersion?: string;
readonly hostname?: string;
hostnamePrefix?: string;
licenseType?: "LICENSE_TYPE_UNSPECIFIED" | "LICENSE_INCLUDED" | "BRING_YOUR_OWN_LICENSE";
localBackupEnabled?: boolean;
memorySizeGb?: number;
nodeCount?: number;
readonly ocid?: string;
readonly ociUrl?: string;
ocpuCount?: number;
readonly scanDns?: string;
readonly scanDnsRecordId?: string;
readonly scanIpIds?: string[];
readonly scanListenerPortTcp?: number;
readonly scanListenerPortTcpSsl?: number;
readonly shape?: string;
sparseDiskgroupEnabled?: boolean;
sshPublicKeys?: string[];
readonly state?:
| "STATE_UNSPECIFIED"
| "PROVISIONING"
| "AVAILABLE"
| "UPDATING"
| "TERMINATING"
| "TERMINATED"
| "FAILED"
| "MAINTENANCE_IN_PROGRESS";
readonly storageSizeGb?: number;
readonly systemVersion?: string;
timeZone?: TimeZone;
}

§Properties

§
clusterName?: string
[src]

Optional. OCI Cluster name.

§
readonly compartmentId?: string
[src]

Output only. Compartment ID of cluster.

§
cpuCoreCount?: number
[src]

Required. Number of enabled CPU cores.

§
dataStorageSizeTb?: number
[src]

Optional. The data disk group size to be allocated in TBs.

§
dbNodeStorageSizeGb?: number
[src]

Optional. Local storage per VM.

§
dbServerOcids?: string[]
[src]

Optional. OCID of database servers.

§
diagnosticsDataCollectionOptions?: DataCollectionOptions
[src]

Optional. Data collection options for diagnostics.

§
diskRedundancy?: "DISK_REDUNDANCY_UNSPECIFIED" | "HIGH" | "NORMAL"
[src]

Optional. The type of redundancy.

§
readonly dnsListenerIp?: string
[src]

Output only. DNS listener IP.

§
readonly domain?: string
[src]

Output only. Parent DNS domain where SCAN DNS and hosts names are qualified. ex: ocispdelegated.ocisp10jvnet.oraclevcn.com

§
giVersion?: string
[src]

Optional. Grid Infrastructure Version.

§
readonly hostname?: string
[src]

Output only. host name without domain. format: "-" with some suffix. ex: sp2-yi0xq where "sp2" is the hostname_prefix.

§
hostnamePrefix?: string
[src]

Optional. Prefix for VM cluster host names.

§
licenseType?: "LICENSE_TYPE_UNSPECIFIED" | "LICENSE_INCLUDED" | "BRING_YOUR_OWN_LICENSE"
[src]

Required. License type of VM Cluster.

§
localBackupEnabled?: boolean
[src]

Optional. Use local backup.

§
memorySizeGb?: number
[src]

Optional. Memory allocated in GBs.

§
nodeCount?: number
[src]

Optional. Number of database servers.

§
readonly ocid?: string
[src]

Output only. Oracle Cloud Infrastructure ID of VM Cluster.

§
readonly ociUrl?: string
[src]

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

§
ocpuCount?: number
[src]

Optional. OCPU count per VM. Minimum is 0.1.

§
readonly scanDns?: string
[src]

Output only. SCAN DNS name. ex: sp2-yi0xq-scan.ocispdelegated.ocisp10jvnet.oraclevcn.com

§
readonly scanDnsRecordId?: string
[src]

Output only. OCID of scan DNS record.

§
readonly scanIpIds?: string[]
[src]

Output only. OCIDs of scan IPs.

§
readonly scanListenerPortTcp?: number
[src]

Output only. SCAN listener port - TCP

§
readonly scanListenerPortTcpSsl?: number
[src]

Output only. SCAN listener port - TLS

§
readonly shape?: string
[src]

Output only. Shape of VM Cluster.

§
sparseDiskgroupEnabled?: boolean
[src]

Optional. Use exadata sparse snapshots.

§
sshPublicKeys?: string[]
[src]

Optional. SSH public keys to be stored with cluster.

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

Output only. State of the cluster.

§
readonly storageSizeGb?: number
[src]

Output only. The storage allocation for the disk group, in gigabytes (GB).

§
readonly systemVersion?: string
[src]

Output only. Operating system version of the image.

§
timeZone?: TimeZone
[src]

Optional. Time zone of VM Cluster to set. Defaults to UTC if not specified.