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

ExadbVmClusterProperties

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

The properties of an ExadbVmCluster.

interface ExadbVmClusterProperties {
additionalEcpuCountPerNode?: number;
clusterName?: string;
dataCollectionOptions?: DataCollectionOptionsCommon;
enabledEcpuCountPerNode?: number;
exascaleDbStorageVault?: string;
readonly giVersion?: string;
gridImageId?: string;
readonly hostname?: string;
hostnamePrefix?: string;
licenseModel?: "LICENSE_MODEL_UNSPECIFIED" | "LICENSE_INCLUDED" | "BRING_YOUR_OWN_LICENSE";
readonly lifecycleState?:
| "EXADB_VM_CLUSTER_LIFECYCLE_STATE_UNSPECIFIED"
| "PROVISIONING"
| "AVAILABLE"
| "UPDATING"
| "TERMINATING"
| "TERMINATED"
| "FAILED"
| "MAINTENANCE_IN_PROGRESS";
readonly memorySizeGb?: number;
nodeCount?: number;
readonly ociUri?: string;
scanListenerPortTcp?: number;
shapeAttribute?: "SHAPE_ATTRIBUTE_UNSPECIFIED" | "SMART_STORAGE" | "BLOCK_STORAGE";
sshPublicKeys?: string[];
timeZone?: TimeZone;
vmFileSystemStorage?: ExadbVmClusterStorageDetails;
}

§Properties

§
additionalEcpuCountPerNode?: number
[src]

Optional. Immutable. The number of additional ECPUs per node for an Exadata VM cluster on exascale infrastructure.

§
clusterName?: string
[src]

Optional. Immutable. The cluster name for Exascale vm cluster. The cluster name must begin with an alphabetic character and may contain hyphens(-) but can not contain underscores(_). It should be not more than 11 characters and is not case sensitive. OCI Cluster name.

§
dataCollectionOptions?: DataCollectionOptionsCommon
[src]

Optional. Immutable. Indicates user preference for data collection options.

§
enabledEcpuCountPerNode?: number
[src]

Required. Immutable. The number of ECPUs enabled per node for an exadata vm cluster on exascale infrastructure.

§
exascaleDbStorageVault?: string
[src]

Required. Immutable. The name of ExascaleDbStorageVault associated with the ExadbVmCluster. It can refer to an existing ExascaleDbStorageVault. Or a new one can be created during the ExadbVmCluster creation (requires storage_vault_properties to be set). Format: projects/{project}/locations/{location}/exascaleDbStorageVaults/{exascale_db_storage_vault}

§
readonly giVersion?: string
[src]

Output only. The Oracle Grid Infrastructure (GI) software version.

§
gridImageId?: string
[src]

Required. Immutable. Grid Infrastructure Version.

§
readonly hostname?: string
[src]

Output only. The hostname of the ExadbVmCluster.

§
hostnamePrefix?: string
[src]

Required. Immutable. Prefix for VM cluster host names.

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

Optional. Immutable. The license type of the ExadbVmCluster.

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

Output only. State of the cluster.

§
readonly memorySizeGb?: number
[src]

Output only. Memory per VM (GB) (Read-only): Shows the amount of memory allocated to each VM. Memory is calculated based on 2.75 GB per Total ECPUs.

§
nodeCount?: number
[src]

Required. The number of nodes/VMs in the ExadbVmCluster.

§
readonly ociUri?: string
[src]

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

§
scanListenerPortTcp?: number
[src]

Optional. Immutable. SCAN listener port - TCP

§
shapeAttribute?: "SHAPE_ATTRIBUTE_UNSPECIFIED" | "SMART_STORAGE" | "BLOCK_STORAGE"
[src]

Required. Immutable. The shape attribute of the VM cluster. The type of Exascale storage used for Exadata VM cluster. The default is SMART_STORAGE which supports Oracle Database 23ai and later

§
sshPublicKeys?: string[]
[src]

Required. Immutable. The SSH public keys for the ExadbVmCluster.

§
timeZone?: TimeZone
[src]

Optional. Immutable. The time zone of the ExadbVmCluster.

§
vmFileSystemStorage?: ExadbVmClusterStorageDetails
[src]

Required. Immutable. Total storage details for the ExadbVmCluster.