/** * Database Service API * The API for the Database Service. Use this API to manage resources such as databases and DB Systems. For more information, see [Overview of the Database Service](https://docs.oracle.com/iaas/Content/Database/Concepts/databaseoverview.htm). * OpenAPI spec version: 20160918 * Contact: sic_dbaas_cp_us_grp@oracle.com * * NOTE: This class is auto generated by OracleSDKGenerator. * Do not edit the class manually. * * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved. * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. */ import * as model from "../model"; /** * Details for the create Exadata VM cluster on Exascale Infrastructure operation. Applies to Exadata Database Service on Exascale Infrastructure only. * */ export interface CreateExadbVmClusterDetails { /** * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment. */ "compartmentId": string; /** * The name of the availability domain in which the Exadata VM cluster on Exascale Infrastructure is located. * */ "availabilityDomain": string; /** * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet associated with the Exadata VM cluster on Exascale Infrastructure. * */ "subnetId": string; /** * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup network subnet associated with the Exadata VM cluster on Exascale Infrastructure. * */ "backupSubnetId": string; /** * The cluster name for Exadata VM cluster on Exascale Infrastructure. The cluster name must begin with an alphabetic character, and may contain hyphens (-). Underscores (_) are not permitted. The cluster name can be no longer than 11 characters and is not case sensitive. * */ "clusterName"?: string; /** * The user-friendly name for the Exadata VM cluster on Exascale Infrastructure. The name does not need to be unique. */ "displayName": string; /** * The hostname for the Exadata VM cluster on Exascale Infrastructure. The hostname must begin with an alphabetic character, and * can contain alphanumeric characters and hyphens (-). For Exadata systems, the maximum length of the hostname is 12 characters. *

The maximum length of the combined hostname and domain is 63 characters. *

**Note:** The hostname must be unique within the subnet. If it is not unique, * then the Exadata VM cluster on Exascale Infrastructure will fail to provision. * */ "hostname": string; /** * A domain name used for the Exadata VM cluster on Exascale Infrastructure. If the Oracle-provided internet and VCN * resolver is enabled for the specified subnet, then the domain name for the subnet is used * (do not provide one). Otherwise, provide a valid DNS domain name. Hyphens (-) are not permitted. * Applies to Exadata Database Service on Exascale Infrastructure only. * */ "domain"?: string; /** * The public key portion of one or more key pairs used for SSH access to the Exadata VM cluster on Exascale Infrastructure. */ "sshPublicKeys": Array; /** * The Oracle license model that applies to the Exadata VM cluster on Exascale Infrastructure. The default is BRING_YOUR_OWN_LICENSE. * */ "licenseModel"?: CreateExadbVmClusterDetails.LicenseModel; /** * The time zone to use for the Exadata VM cluster on Exascale Infrastructure. For details, see [Time Zones](https://docs.oracle.com/iaas/Content/Database/References/timezones.htm). * */ "timeZone"?: string; /** * The TCP Single Client Access Name (SCAN) port. The default port is 1521. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues. */ "scanListenerPortTcp"?: number; /** * The Secured Communication (TCPS) protocol Single Client Access Name (SCAN) port. The default port is 2484. * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues. */ "scanListenerPortTcpSsl"?: number; /** * The private zone ID in which you want DNS records to be created. * */ "privateZoneId"?: string; /** * The shape of the Exadata VM cluster on Exascale Infrastructure resource * */ "shape": string; /** * The number of nodes in the Exadata VM cluster on Exascale Infrastructure. * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues. */ "nodeCount": number; /** * The number of Total ECPUs for an Exadata VM cluster on Exascale Infrastructure. * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues. */ "totalECpuCount": number; /** * The number of ECPUs to enable for an Exadata VM cluster on Exascale Infrastructure. * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues. */ "enabledECpuCount": number; "vmFileSystemStorage": model.ExadbVmClusterStorageDetails; /** * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Exadata Database Storage Vault. */ "exascaleDbStorageVaultId": string; /** * The list of [OCIDs](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the network security groups (NSGs) to which this resource belongs. Setting this to an empty list removes all resources from all NSGs. For more information about NSGs, see [Security Rules](https://docs.oracle.com/iaas/Content/Network/Concepts/securityrules.htm). * **NsgIds restrictions:** * - A network security group (NSG) is optional for Autonomous AI Databases with private access. The nsgIds list can be empty. * */ "nsgIds"?: Array; /** * A list of the [OCIDs](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the network security groups (NSGs) that the backup network of this DB system belongs to. Setting this to an empty array after the list is created removes the resource from all NSGs. For more information about NSGs, see [Security Rules](https://docs.oracle.com/iaas/Content/Network/Concepts/securityrules.htm). Applicable only to Exadata systems. * */ "backupNetworkNsgIds"?: Array; /** * Grid Setup will be done using this grid image id. *

The grid image ID can be obtained using the API /20160918/giVersions/{majorVersion}/minorVersions?compartmentId=&shapeFamily=EXADB_XS&availabilityDomain=. * The list of supported major versions can be obtained using the API /20160918/giVersions?compartmentId=&shape=ExaDbXS&availabilityDomain= * */ "gridImageId": string; /** * Operating system version of the image. */ "systemVersion"?: string; /** * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). *

Example: {@code {\"Department\": \"Finance\"}} * */ "freeformTags"?: { [key: string]: string; }; /** * Defined tags for this resource. Each key is predefined and scoped to a namespace. * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). * */ "definedTags"?: { [key: string]: { [key: string]: any; }; }; /** * Security Attributes for this resource. Each key is predefined and scoped to a namespace. * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). * Example: {@code {\"Oracle-ZPR\": {\"MaxEgressCount\": {\"value\": \"42\", \"mode\": \"audit\"}}}} * */ "securityAttributes"?: { [key: string]: { [key: string]: any; }; }; "dataCollectionOptions"?: model.DataCollectionOptions; /** * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription with which resource needs to be associated with. */ "subscriptionId"?: string; /** * The type of Exascale storage used for Exadata VM cluster. The default is SMART_STORAGE which supports Oracle Database 23ai and later * */ "shapeAttribute"?: CreateExadbVmClusterDetails.ShapeAttribute; } export declare namespace CreateExadbVmClusterDetails { enum LicenseModel { LicenseIncluded = "LICENSE_INCLUDED", BringYourOwnLicense = "BRING_YOUR_OWN_LICENSE" } enum ShapeAttribute { SmartStorage = "SMART_STORAGE", BlockStorage = "BLOCK_STORAGE" } function getJsonObj(obj: CreateExadbVmClusterDetails): object; function getDeserializedJsonObj(obj: CreateExadbVmClusterDetails): object; }