import * as pulumi from "@pulumi/pulumi"; import * as outputs from "../types/output"; /** * This data source provides details about a specific Cloud Vm Cluster resource in Oracle Cloud Infrastructure Database service. * * Gets information about the specified cloud VM cluster. Applies to Exadata Cloud Service instances and Autonomous Database on dedicated Exadata infrastructure only. * * ## Example Usage * * ```typescript * import * as pulumi from "@pulumi/pulumi"; * import * as oci from "@pulumi/oci"; * * const testCloudVmCluster = oci.database.getCloudVmCluster({ * cloudVmClusterId: testCloudVmClusterOciDatabaseCloudVmCluster.id, * }); * ``` */ export declare function getCloudVmCluster(args: GetCloudVmClusterArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getCloudVmCluster. */ export interface GetCloudVmClusterArgs { /** * The cloud VM cluster [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm). */ cloudVmClusterId: string; } /** * A collection of values returned by getCloudVmCluster. */ export interface GetCloudVmClusterResult { /** * The name of the availability domain that the cloud Exadata infrastructure resource is located in. */ readonly availabilityDomain: string; /** * A list of the [OCIDs](https://docs.cloud.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.cloud.oracle.com/iaas/Content/Network/Concepts/securityrules.htm). Applicable only to Exadata systems. */ readonly backupNetworkNsgIds: string[]; /** * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup network subnet associated with the cloud VM cluster. */ readonly backupSubnetId: string; /** * Specifies the properties necessary for cloud automation updates. This includes modifying the apply update time preference, enabling or disabling early adoption, and enabling, modifying, or disabling the update freeze period. */ readonly cloudAutomationUpdateDetails: outputs.Database.GetCloudVmClusterCloudAutomationUpdateDetail[]; /** * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud Exadata infrastructure. */ readonly cloudExadataInfrastructureId: string; readonly cloudVmClusterId: string; /** * The cluster name for cloud VM cluster. 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. */ readonly clusterName: string; /** * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment. */ readonly compartmentId: string; /** * The compute model of the Autonomous AI Database. This is required if using the `computeCount` parameter. If using `cpuCoreCount` then it is an error to specify `computeModel` to a non-null value. ECPU compute model is the recommended model and OCPU compute model is legacy. */ readonly computeModel: string; /** * The number of CPU cores enabled on the cloud VM cluster. */ readonly cpuCoreCount: number; readonly createAsync: boolean; /** * Indicates user preferences for the various diagnostic collection options for the VM cluster/Cloud VM cluster/VMBM DBCS. */ readonly dataCollectionOptions: outputs.Database.GetCloudVmClusterDataCollectionOption[]; /** * The percentage assigned to DATA storage (user data and database files). See [Storage Configuration](https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/exaoverview.htm#Exadata) in the Exadata documentation for details on the impact of the configuration settings on storage. */ readonly dataStoragePercentage: number; /** * The data disk group size to be allocated in TBs. */ readonly dataStorageSizeInTbs: number; /** * The local node storage to be allocated in GBs. */ readonly dbNodeStorageSizeInGbs: number; /** * The list of DB servers. */ readonly dbServers: string[]; /** * Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). */ readonly definedTags: { [key: string]: string; }; /** * The type of redundancy configured for the cloud Vm cluster. NORMAL is 2-way redundancy. HIGH is 3-way redundancy. */ readonly diskRedundancy: string; /** * The user-friendly name for the cloud VM cluster. The name does not need to be unique. */ readonly displayName: string; /** * The domain name for the cloud VM cluster. */ readonly domain: string; /** * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Exadata Database Storage Vault. */ readonly exascaleDbStorageVaultId: string; /** * Details of the file system configuration of the VM cluster. */ readonly fileSystemConfigurationDetails: outputs.Database.GetCloudVmClusterFileSystemConfigurationDetail[]; /** * 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.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}` */ readonly freeformTags: { [key: string]: string; }; /** * A valid Oracle Grid Infrastructure (GI) software version. */ readonly giVersion: string; /** * The hostname for the cloud VM cluster. */ readonly hostname: string; /** * The OCID of the identity connector */ readonly id: string; /** * The IORM settings of the Exadata DB system. */ readonly iormConfigCaches: outputs.Database.GetCloudVmClusterIormConfigCache[]; /** * If true, database backup on local Exadata storage is configured for the cloud VM cluster. If false, database backup on local Exadata storage is not available in the cloud VM cluster. */ readonly isLocalBackupEnabled: boolean; /** * If true, sparse disk group is configured for the cloud VM cluster. If false, sparse disk group is not created. */ readonly isSparseDiskgroupEnabled: boolean; /** * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the last maintenance update history entry. This value is updated when a maintenance update starts. */ readonly lastUpdateHistoryEntryId: string; /** * The Oracle license model that applies to the cloud VM cluster. The default is LICENSE_INCLUDED. */ readonly licenseModel: string; /** * Additional information about the current lifecycle state. */ readonly lifecycleDetails: string; /** * The port number configured for the listener on the cloud VM cluster. */ readonly listenerPort: string; /** * Details about the most recent live image version applied on the VM Cluster, if any. If a full OS update was applied, the fields would be blank. */ readonly liveImageVersionDetails: outputs.Database.GetCloudVmClusterLiveImageVersionDetail[]; /** * The memory to be allocated in GBs. */ readonly memorySizeInGbs: number; /** * Details of the multi cloud identity connectors of the VM cluster. */ readonly multiCloudIdentityConnectorConfigs: outputs.Database.GetCloudVmClusterMultiCloudIdentityConnectorConfig[]; /** * The number of nodes in the cloud VM cluster. */ readonly nodeCount: number; /** * The list of [OCIDs](https://docs.cloud.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.cloud.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. */ readonly nsgIds: string[]; /** * The number of OCPU cores to enable on the cloud VM cluster. Only 1 decimal place is allowed for the fractional part. */ readonly ocpuCount: number; /** * Oracle Linux version for the respective Exadata Image. */ readonly oracleLinuxVersion: string; readonly privateZoneId: string; /** * The percentage assigned to RECO storage (database redo logs, archive logs, and recovery manager backups). See [Storage Configuration](https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/exaoverview.htm#Exadata) in the Exadata documentation for details on the impact of the configuration settings on storage. */ readonly recoStoragePercentage: number; /** * The FQDN of the DNS record for the SCAN IP addresses that are associated with the cloud VM cluster. */ readonly scanDnsName: string; /** * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DNS record for the SCAN IP addresses that are associated with the cloud VM cluster. */ readonly scanDnsRecordId: string; /** * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Single Client Access Name (SCAN) IPv4 addresses associated with the cloud VM cluster. SCAN IPv4 addresses are typically used for load balancing and are not assigned to any interface. Oracle Clusterware directs the requests to the appropriate nodes in the cluster. */ readonly scanIpIds: string[]; /** * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Single Client Access Name (SCAN) IPv6 addresses associated with the cloud VM cluster. SCAN IPv6 addresses are typically used for load balancing and are not assigned to any interface. Oracle Clusterware directs the requests to the appropriate nodes in the cluster. */ readonly scanIpv6ids: string[]; /** * The TCP Single Client Access Name (SCAN) port. The default port is 1521. */ readonly scanListenerPortTcp: number; /** * The TCPS Single Client Access Name (SCAN) port. The default port is 2484. */ readonly scanListenerPortTcpSsl: number; /** * Security Attributes for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "audit"}}}` */ readonly securityAttributes: { [key: string]: string; }; /** * The model name of the Exadata hardware running the cloud VM cluster. */ readonly shape: string; /** * The percentage assigned to SPARSE storage (Exadata snapshots). See [Storage Configuration](https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/exaoverview.htm#Exadata) in the Exadata documentation for details on the impact of the configuration settings on storage. */ readonly sparseStoragePercentage: number; /** * The public key portion of one or more key pairs used for SSH access to the cloud VM cluster. */ readonly sshPublicKeys: string[]; /** * The current state of the cloud VM cluster. */ readonly state: string; /** * Specifies the type of storage management for the Cloud VM Cluster if its ASM or Exascale. */ readonly storageManagementType: string; /** * The storage allocation for the disk group, in gigabytes (GB). */ readonly storageSizeInGbs: number; /** * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet associated with the cloud VM cluster. */ readonly subnetId: string; /** * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription with which resource needs to be associated with. */ readonly subscriptionId: string; /** * System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). */ readonly systemTags: { [key: string]: string; }; /** * Operating system version of the image. */ readonly systemVersion: string; /** * TDE keystore type */ readonly tdeKeyStoreType: string; /** * The date and time that the cloud VM cluster was created. */ readonly timeCreated: string; /** * The time zone of the cloud VM cluster. For details, see [Exadata Infrastructure Time Zones](https://docs.cloud.oracle.com/iaas/Content/Database/References/timezones.htm). */ readonly timeZone: string; readonly updateDetails: outputs.Database.GetCloudVmClusterUpdateDetail[]; /** * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the virtual IP (VIP) IPv4 addresses associated with the cloud VM cluster. The Cluster Ready Services (CRS) creates and maintains one VIP IPv4 address for each node in the Exadata Cloud Service instance to enable failover. If one node fails, the VIP is reassigned to another active node in the cluster. */ readonly vipIds: string[]; /** * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the virtual IP (VIP) IPv6 addresses associated with the cloud VM cluster. The Cluster Ready Services (CRS) creates and maintains one VIP IPv6 address for each node in the Exadata Cloud Service instance to enable failover. If one node fails, the VIP is reassigned to another active node in the cluster. */ readonly vipv6ids: string[]; /** * Specifies the type of VM Backups Storage and supported values are LOCAL and EXASCALE. - LOCAL if selected then VM Backups storage will be on DB Servers. - EXASCALE if selected then VM Backups storage will be on Exascale Storage Servers. Default Value is LOCAL */ readonly vmBackupStorageType: string; /** * The vmcluster type for the VM cluster/Cloud VM cluster. */ readonly vmClusterType: string; /** * Specifies the type of file system storage and supported values are LOCAL and EXASCALE. - LOCAL if selected then file system storage will be on DB Servers. - EXASCALE if selected then file system storage will be on Exascale Storage Servers. Default Value is LOCAL */ readonly vmFileSystemStorageType: string; /** * The OCID of the zone the cloud VM cluster is associated with. */ readonly zoneId: string; } /** * This data source provides details about a specific Cloud Vm Cluster resource in Oracle Cloud Infrastructure Database service. * * Gets information about the specified cloud VM cluster. Applies to Exadata Cloud Service instances and Autonomous Database on dedicated Exadata infrastructure only. * * ## Example Usage * * ```typescript * import * as pulumi from "@pulumi/pulumi"; * import * as oci from "@pulumi/oci"; * * const testCloudVmCluster = oci.database.getCloudVmCluster({ * cloudVmClusterId: testCloudVmClusterOciDatabaseCloudVmCluster.id, * }); * ``` */ export declare function getCloudVmClusterOutput(args: GetCloudVmClusterOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getCloudVmCluster. */ export interface GetCloudVmClusterOutputArgs { /** * The cloud VM cluster [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm). */ cloudVmClusterId: pulumi.Input; } //# sourceMappingURL=getCloudVmCluster.d.ts.map