@aws-sdk/client-odb 3.841.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +201 -0
- package/README.md +525 -0
- package/dist-cjs/Odb.js +91 -0
- package/dist-cjs/OdbClient.js +52 -0
- package/dist-cjs/auth/httpAuthExtensionConfiguration.js +43 -0
- package/dist-cjs/auth/httpAuthSchemeProvider.js +47 -0
- package/dist-cjs/commands/AcceptMarketplaceRegistrationCommand.js +26 -0
- package/dist-cjs/commands/CreateCloudAutonomousVmClusterCommand.js +26 -0
- package/dist-cjs/commands/CreateCloudExadataInfrastructureCommand.js +27 -0
- package/dist-cjs/commands/CreateCloudVmClusterCommand.js +26 -0
- package/dist-cjs/commands/CreateOdbNetworkCommand.js +26 -0
- package/dist-cjs/commands/CreateOdbPeeringConnectionCommand.js +26 -0
- package/dist-cjs/commands/DeleteCloudAutonomousVmClusterCommand.js +26 -0
- package/dist-cjs/commands/DeleteCloudExadataInfrastructureCommand.js +26 -0
- package/dist-cjs/commands/DeleteCloudVmClusterCommand.js +26 -0
- package/dist-cjs/commands/DeleteOdbNetworkCommand.js +26 -0
- package/dist-cjs/commands/DeleteOdbPeeringConnectionCommand.js +26 -0
- package/dist-cjs/commands/GetCloudAutonomousVmClusterCommand.js +26 -0
- package/dist-cjs/commands/GetCloudExadataInfrastructureCommand.js +27 -0
- package/dist-cjs/commands/GetCloudExadataInfrastructureUnallocatedResourcesCommand.js +26 -0
- package/dist-cjs/commands/GetCloudVmClusterCommand.js +27 -0
- package/dist-cjs/commands/GetDbNodeCommand.js +26 -0
- package/dist-cjs/commands/GetDbServerCommand.js +26 -0
- package/dist-cjs/commands/GetOciOnboardingStatusCommand.js +26 -0
- package/dist-cjs/commands/GetOdbNetworkCommand.js +26 -0
- package/dist-cjs/commands/GetOdbPeeringConnectionCommand.js +26 -0
- package/dist-cjs/commands/InitializeServiceCommand.js +26 -0
- package/dist-cjs/commands/ListAutonomousVirtualMachinesCommand.js +26 -0
- package/dist-cjs/commands/ListCloudAutonomousVmClustersCommand.js +26 -0
- package/dist-cjs/commands/ListCloudExadataInfrastructuresCommand.js +27 -0
- package/dist-cjs/commands/ListCloudVmClustersCommand.js +27 -0
- package/dist-cjs/commands/ListDbNodesCommand.js +26 -0
- package/dist-cjs/commands/ListDbServersCommand.js +26 -0
- package/dist-cjs/commands/ListDbSystemShapesCommand.js +26 -0
- package/dist-cjs/commands/ListGiVersionsCommand.js +26 -0
- package/dist-cjs/commands/ListOdbNetworksCommand.js +26 -0
- package/dist-cjs/commands/ListOdbPeeringConnectionsCommand.js +26 -0
- package/dist-cjs/commands/ListSystemVersionsCommand.js +26 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +26 -0
- package/dist-cjs/commands/RebootDbNodeCommand.js +26 -0
- package/dist-cjs/commands/StartDbNodeCommand.js +26 -0
- package/dist-cjs/commands/StopDbNodeCommand.js +26 -0
- package/dist-cjs/commands/TagResourceCommand.js +26 -0
- package/dist-cjs/commands/UntagResourceCommand.js +26 -0
- package/dist-cjs/commands/UpdateCloudExadataInfrastructureCommand.js +26 -0
- package/dist-cjs/commands/UpdateOdbNetworkCommand.js +26 -0
- package/dist-cjs/commands/index.js +43 -0
- package/dist-cjs/endpoint/EndpointParameters.js +17 -0
- package/dist-cjs/endpoint/endpointResolver.js +18 -0
- package/dist-cjs/endpoint/ruleset.js +7 -0
- package/dist-cjs/extensionConfiguration.js +2 -0
- package/dist-cjs/index.js +11 -0
- package/dist-cjs/models/OdbServiceException.js +12 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +303 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListAutonomousVirtualMachinesPaginator.js +7 -0
- package/dist-cjs/pagination/ListCloudAutonomousVmClustersPaginator.js +7 -0
- package/dist-cjs/pagination/ListCloudExadataInfrastructuresPaginator.js +7 -0
- package/dist-cjs/pagination/ListCloudVmClustersPaginator.js +7 -0
- package/dist-cjs/pagination/ListDbNodesPaginator.js +7 -0
- package/dist-cjs/pagination/ListDbServersPaginator.js +7 -0
- package/dist-cjs/pagination/ListDbSystemShapesPaginator.js +7 -0
- package/dist-cjs/pagination/ListGiVersionsPaginator.js +7 -0
- package/dist-cjs/pagination/ListOdbNetworksPaginator.js +7 -0
- package/dist-cjs/pagination/ListOdbPeeringConnectionsPaginator.js +7 -0
- package/dist-cjs/pagination/ListSystemVersionsPaginator.js +7 -0
- package/dist-cjs/pagination/index.js +15 -0
- package/dist-cjs/protocols/Aws_json1_0.js +1698 -0
- package/dist-cjs/runtimeConfig.browser.js +39 -0
- package/dist-cjs/runtimeConfig.js +56 -0
- package/dist-cjs/runtimeConfig.native.js +15 -0
- package/dist-cjs/runtimeConfig.shared.js +34 -0
- package/dist-cjs/runtimeExtensions.js +13 -0
- package/dist-es/Odb.js +87 -0
- package/dist-es/OdbClient.js +48 -0
- package/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
- package/dist-es/auth/httpAuthSchemeProvider.js +41 -0
- package/dist-es/commands/AcceptMarketplaceRegistrationCommand.js +22 -0
- package/dist-es/commands/CreateCloudAutonomousVmClusterCommand.js +22 -0
- package/dist-es/commands/CreateCloudExadataInfrastructureCommand.js +23 -0
- package/dist-es/commands/CreateCloudVmClusterCommand.js +22 -0
- package/dist-es/commands/CreateOdbNetworkCommand.js +22 -0
- package/dist-es/commands/CreateOdbPeeringConnectionCommand.js +22 -0
- package/dist-es/commands/DeleteCloudAutonomousVmClusterCommand.js +22 -0
- package/dist-es/commands/DeleteCloudExadataInfrastructureCommand.js +22 -0
- package/dist-es/commands/DeleteCloudVmClusterCommand.js +22 -0
- package/dist-es/commands/DeleteOdbNetworkCommand.js +22 -0
- package/dist-es/commands/DeleteOdbPeeringConnectionCommand.js +22 -0
- package/dist-es/commands/GetCloudAutonomousVmClusterCommand.js +22 -0
- package/dist-es/commands/GetCloudExadataInfrastructureCommand.js +23 -0
- package/dist-es/commands/GetCloudExadataInfrastructureUnallocatedResourcesCommand.js +22 -0
- package/dist-es/commands/GetCloudVmClusterCommand.js +23 -0
- package/dist-es/commands/GetDbNodeCommand.js +22 -0
- package/dist-es/commands/GetDbServerCommand.js +22 -0
- package/dist-es/commands/GetOciOnboardingStatusCommand.js +22 -0
- package/dist-es/commands/GetOdbNetworkCommand.js +22 -0
- package/dist-es/commands/GetOdbPeeringConnectionCommand.js +22 -0
- package/dist-es/commands/InitializeServiceCommand.js +22 -0
- package/dist-es/commands/ListAutonomousVirtualMachinesCommand.js +22 -0
- package/dist-es/commands/ListCloudAutonomousVmClustersCommand.js +22 -0
- package/dist-es/commands/ListCloudExadataInfrastructuresCommand.js +23 -0
- package/dist-es/commands/ListCloudVmClustersCommand.js +23 -0
- package/dist-es/commands/ListDbNodesCommand.js +22 -0
- package/dist-es/commands/ListDbServersCommand.js +22 -0
- package/dist-es/commands/ListDbSystemShapesCommand.js +22 -0
- package/dist-es/commands/ListGiVersionsCommand.js +22 -0
- package/dist-es/commands/ListOdbNetworksCommand.js +22 -0
- package/dist-es/commands/ListOdbPeeringConnectionsCommand.js +22 -0
- package/dist-es/commands/ListSystemVersionsCommand.js +22 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +22 -0
- package/dist-es/commands/RebootDbNodeCommand.js +22 -0
- package/dist-es/commands/StartDbNodeCommand.js +22 -0
- package/dist-es/commands/StopDbNodeCommand.js +22 -0
- package/dist-es/commands/TagResourceCommand.js +22 -0
- package/dist-es/commands/UntagResourceCommand.js +22 -0
- package/dist-es/commands/UpdateCloudExadataInfrastructureCommand.js +22 -0
- package/dist-es/commands/UpdateOdbNetworkCommand.js +22 -0
- package/dist-es/commands/index.js +40 -0
- package/dist-es/endpoint/EndpointParameters.js +13 -0
- package/dist-es/endpoint/endpointResolver.js +14 -0
- package/dist-es/endpoint/ruleset.js +4 -0
- package/dist-es/extensionConfiguration.js +1 -0
- package/dist-es/index.js +6 -0
- package/dist-es/models/OdbServiceException.js +8 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +283 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListAutonomousVirtualMachinesPaginator.js +4 -0
- package/dist-es/pagination/ListCloudAutonomousVmClustersPaginator.js +4 -0
- package/dist-es/pagination/ListCloudExadataInfrastructuresPaginator.js +4 -0
- package/dist-es/pagination/ListCloudVmClustersPaginator.js +4 -0
- package/dist-es/pagination/ListDbNodesPaginator.js +4 -0
- package/dist-es/pagination/ListDbServersPaginator.js +4 -0
- package/dist-es/pagination/ListDbSystemShapesPaginator.js +4 -0
- package/dist-es/pagination/ListGiVersionsPaginator.js +4 -0
- package/dist-es/pagination/ListOdbNetworksPaginator.js +4 -0
- package/dist-es/pagination/ListOdbPeeringConnectionsPaginator.js +4 -0
- package/dist-es/pagination/ListSystemVersionsPaginator.js +4 -0
- package/dist-es/pagination/index.js +12 -0
- package/dist-es/protocols/Aws_json1_0.js +1614 -0
- package/dist-es/runtimeConfig.browser.js +34 -0
- package/dist-es/runtimeConfig.js +51 -0
- package/dist-es/runtimeConfig.native.js +11 -0
- package/dist-es/runtimeConfig.shared.js +30 -0
- package/dist-es/runtimeExtensions.js +9 -0
- package/dist-types/Odb.d.ts +299 -0
- package/dist-types/OdbClient.d.ts +227 -0
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +75 -0
- package/dist-types/commands/AcceptMarketplaceRegistrationCommand.d.ts +85 -0
- package/dist-types/commands/CreateCloudAutonomousVmClusterCommand.d.ts +139 -0
- package/dist-types/commands/CreateCloudExadataInfrastructureCommand.d.ts +133 -0
- package/dist-types/commands/CreateCloudVmClusterCommand.d.ts +126 -0
- package/dist-types/commands/CreateOdbNetworkCommand.d.ts +106 -0
- package/dist-types/commands/CreateOdbPeeringConnectionCommand.d.ts +99 -0
- package/dist-types/commands/DeleteCloudAutonomousVmClusterCommand.d.ts +85 -0
- package/dist-types/commands/DeleteCloudExadataInfrastructureCommand.d.ts +88 -0
- package/dist-types/commands/DeleteCloudVmClusterCommand.d.ts +85 -0
- package/dist-types/commands/DeleteOdbNetworkCommand.d.ts +86 -0
- package/dist-types/commands/DeleteOdbPeeringConnectionCommand.d.ts +85 -0
- package/dist-types/commands/GetCloudAutonomousVmClusterCommand.d.ts +162 -0
- package/dist-types/commands/GetCloudExadataInfrastructureCommand.d.ts +153 -0
- package/dist-types/commands/GetCloudExadataInfrastructureUnallocatedResourcesCommand.d.ts +103 -0
- package/dist-types/commands/GetCloudVmClusterCommand.d.ts +151 -0
- package/dist-types/commands/GetDbNodeCommand.d.ts +117 -0
- package/dist-types/commands/GetDbServerCommand.d.ts +120 -0
- package/dist-types/commands/GetOciOnboardingStatusCommand.d.ts +84 -0
- package/dist-types/commands/GetOdbNetworkCommand.d.ts +140 -0
- package/dist-types/commands/GetOdbPeeringConnectionCommand.d.ts +98 -0
- package/dist-types/commands/InitializeServiceCommand.d.ts +80 -0
- package/dist-types/commands/ListAutonomousVirtualMachinesCommand.d.ts +106 -0
- package/dist-types/commands/ListCloudAutonomousVmClustersCommand.d.ts +167 -0
- package/dist-types/commands/ListCloudExadataInfrastructuresCommand.d.ts +154 -0
- package/dist-types/commands/ListCloudVmClustersCommand.d.ts +156 -0
- package/dist-types/commands/ListDbNodesCommand.d.ts +119 -0
- package/dist-types/commands/ListDbServersCommand.d.ts +124 -0
- package/dist-types/commands/ListDbSystemShapesCommand.d.ts +115 -0
- package/dist-types/commands/ListGiVersionsCommand.d.ts +91 -0
- package/dist-types/commands/ListOdbNetworksCommand.d.ts +141 -0
- package/dist-types/commands/ListOdbPeeringConnectionsCommand.d.ts +103 -0
- package/dist-types/commands/ListSystemVersionsCommand.d.ts +99 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +77 -0
- package/dist-types/commands/RebootDbNodeCommand.d.ts +90 -0
- package/dist-types/commands/StartDbNodeCommand.d.ts +90 -0
- package/dist-types/commands/StopDbNodeCommand.d.ts +90 -0
- package/dist-types/commands/TagResourceCommand.d.ts +79 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +76 -0
- package/dist-types/commands/UpdateCloudExadataInfrastructureCommand.d.ts +117 -0
- package/dist-types/commands/UpdateOdbNetworkCommand.d.ts +103 -0
- package/dist-types/commands/index.d.ts +40 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +38 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/extensionConfiguration.d.ts +9 -0
- package/dist-types/index.d.ts +14 -0
- package/dist-types/models/OdbServiceException.d.ts +14 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +4654 -0
- package/dist-types/pagination/Interfaces.d.ts +8 -0
- package/dist-types/pagination/ListAutonomousVirtualMachinesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListCloudAutonomousVmClustersPaginator.d.ts +7 -0
- package/dist-types/pagination/ListCloudExadataInfrastructuresPaginator.d.ts +7 -0
- package/dist-types/pagination/ListCloudVmClustersPaginator.d.ts +7 -0
- package/dist-types/pagination/ListDbNodesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListDbServersPaginator.d.ts +7 -0
- package/dist-types/pagination/ListDbSystemShapesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListGiVersionsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListOdbNetworksPaginator.d.ts +7 -0
- package/dist-types/pagination/ListOdbPeeringConnectionsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListSystemVersionsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +12 -0
- package/dist-types/protocols/Aws_json1_0.d.ts +362 -0
- package/dist-types/runtimeConfig.browser.d.ts +50 -0
- package/dist-types/runtimeConfig.d.ts +50 -0
- package/dist-types/runtimeConfig.native.d.ts +49 -0
- package/dist-types/runtimeConfig.shared.d.ts +21 -0
- package/dist-types/runtimeExtensions.d.ts +17 -0
- package/dist-types/ts3.4/Odb.d.ts +700 -0
- package/dist-types/ts3.4/OdbClient.d.ts +356 -0
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +46 -0
- package/dist-types/ts3.4/commands/AcceptMarketplaceRegistrationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateCloudAutonomousVmClusterCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateCloudExadataInfrastructureCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateCloudVmClusterCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateOdbNetworkCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/CreateOdbPeeringConnectionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteCloudAutonomousVmClusterCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteCloudExadataInfrastructureCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteCloudVmClusterCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteOdbNetworkCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DeleteOdbPeeringConnectionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetCloudAutonomousVmClusterCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetCloudExadataInfrastructureCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetCloudExadataInfrastructureUnallocatedResourcesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetCloudVmClusterCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetDbNodeCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetDbServerCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetOciOnboardingStatusCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetOdbNetworkCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetOdbPeeringConnectionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/InitializeServiceCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListAutonomousVirtualMachinesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListCloudAutonomousVmClustersCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListCloudExadataInfrastructuresCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListCloudVmClustersCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListDbNodesCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ListDbServersCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ListDbSystemShapesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListGiVersionsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ListOdbNetworksCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListOdbPeeringConnectionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListSystemVersionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/RebootDbNodeCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/StartDbNodeCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/StopDbNodeCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/UpdateCloudExadataInfrastructureCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateOdbNetworkCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/index.d.ts +40 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +51 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +9 -0
- package/dist-types/ts3.4/models/OdbServiceException.d.ts +9 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1187 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +5 -0
- package/dist-types/ts3.4/pagination/ListAutonomousVirtualMachinesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListCloudAutonomousVmClustersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListCloudExadataInfrastructuresPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListCloudVmClustersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDbNodesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDbServersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDbSystemShapesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListGiVersionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListOdbNetworksPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListOdbPeeringConnectionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListSystemVersionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +12 -0
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +485 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +92 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +89 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +96 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +21 -0
- package/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
- package/package.json +101 -0
|
@@ -0,0 +1,4654 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
+
import { OdbServiceException as __BaseException } from "./OdbServiceException";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
export interface AcceptMarketplaceRegistrationInput {
|
|
7
|
+
/**
|
|
8
|
+
* <p>The registration token that's generated by Amazon Web Services Marketplace and sent to Oracle Database@Amazon Web Services.</p>
|
|
9
|
+
* @public
|
|
10
|
+
*/
|
|
11
|
+
marketplaceRegistrationToken: string | undefined;
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* @public
|
|
15
|
+
*/
|
|
16
|
+
export interface AcceptMarketplaceRegistrationOutput {
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* <p>You don't have sufficient access to perform this action. Make sure you have the required permissions and try again.</p>
|
|
20
|
+
* @public
|
|
21
|
+
*/
|
|
22
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
23
|
+
readonly name: "AccessDeniedException";
|
|
24
|
+
readonly $fault: "client";
|
|
25
|
+
/**
|
|
26
|
+
* @internal
|
|
27
|
+
*/
|
|
28
|
+
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* <p>Occurs when a conflict with the current status of your resource. Fix any inconsistencies with your resource and try again.</p>
|
|
32
|
+
* @public
|
|
33
|
+
*/
|
|
34
|
+
export declare class ConflictException extends __BaseException {
|
|
35
|
+
readonly name: "ConflictException";
|
|
36
|
+
readonly $fault: "client";
|
|
37
|
+
/**
|
|
38
|
+
* <p>The identifier of the resource that caused the conflict.</p>
|
|
39
|
+
* @public
|
|
40
|
+
*/
|
|
41
|
+
resourceId: string | undefined;
|
|
42
|
+
/**
|
|
43
|
+
* <p>The type of resource that caused the conflict.</p>
|
|
44
|
+
* @public
|
|
45
|
+
*/
|
|
46
|
+
resourceType: string | undefined;
|
|
47
|
+
/**
|
|
48
|
+
* @internal
|
|
49
|
+
*/
|
|
50
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* <p>Occurs when there is an internal failure in the Oracle Database@Amazon Web Services service. Wait and try again.</p>
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
56
|
+
export declare class InternalServerException extends __BaseException {
|
|
57
|
+
readonly name: "InternalServerException";
|
|
58
|
+
readonly $fault: "server";
|
|
59
|
+
$retryable: {};
|
|
60
|
+
/**
|
|
61
|
+
* <p>The number of seconds to wait before retrying the request after an internal server error.</p>
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
64
|
+
retryAfterSeconds?: number | undefined;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
68
|
+
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
69
|
+
}
|
|
70
|
+
/**
|
|
71
|
+
* <p>The request was denied due to request throttling.</p>
|
|
72
|
+
* @public
|
|
73
|
+
*/
|
|
74
|
+
export declare class ThrottlingException extends __BaseException {
|
|
75
|
+
readonly name: "ThrottlingException";
|
|
76
|
+
readonly $fault: "client";
|
|
77
|
+
/**
|
|
78
|
+
* <p>The number of seconds to wait before retrying the request after being throttled.</p>
|
|
79
|
+
* @public
|
|
80
|
+
*/
|
|
81
|
+
retryAfterSeconds?: number | undefined;
|
|
82
|
+
/**
|
|
83
|
+
* @internal
|
|
84
|
+
*/
|
|
85
|
+
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
86
|
+
}
|
|
87
|
+
/**
|
|
88
|
+
* <p>The input failed to meet the constraints specified by the service in a specified field. Make sure you provided the correct input and try again.</p>
|
|
89
|
+
* @public
|
|
90
|
+
*/
|
|
91
|
+
export interface ValidationExceptionField {
|
|
92
|
+
/**
|
|
93
|
+
* <p>The field name for which validation failed.</p>
|
|
94
|
+
* @public
|
|
95
|
+
*/
|
|
96
|
+
name: string | undefined;
|
|
97
|
+
/**
|
|
98
|
+
* <p>The description of the error.</p>
|
|
99
|
+
* @public
|
|
100
|
+
*/
|
|
101
|
+
message: string | undefined;
|
|
102
|
+
}
|
|
103
|
+
/**
|
|
104
|
+
* @public
|
|
105
|
+
* @enum
|
|
106
|
+
*/
|
|
107
|
+
export declare const ValidationExceptionReason: {
|
|
108
|
+
readonly CANNOT_PARSE: "cannotParse";
|
|
109
|
+
readonly FIELD_VALIDATION_FAILED: "fieldValidationFailed";
|
|
110
|
+
readonly OTHER: "other";
|
|
111
|
+
readonly UNKNOWN_OPERATION: "unknownOperation";
|
|
112
|
+
};
|
|
113
|
+
/**
|
|
114
|
+
* @public
|
|
115
|
+
*/
|
|
116
|
+
export type ValidationExceptionReason = (typeof ValidationExceptionReason)[keyof typeof ValidationExceptionReason];
|
|
117
|
+
/**
|
|
118
|
+
* <p>The request has failed validation because it is missing required fields or has invalid inputs.</p>
|
|
119
|
+
* @public
|
|
120
|
+
*/
|
|
121
|
+
export declare class ValidationException extends __BaseException {
|
|
122
|
+
readonly name: "ValidationException";
|
|
123
|
+
readonly $fault: "client";
|
|
124
|
+
/**
|
|
125
|
+
* <p>The reason why the validation failed.</p>
|
|
126
|
+
* @public
|
|
127
|
+
*/
|
|
128
|
+
reason: ValidationExceptionReason | undefined;
|
|
129
|
+
/**
|
|
130
|
+
* <p>A list of fields that failed validation.</p>
|
|
131
|
+
* @public
|
|
132
|
+
*/
|
|
133
|
+
fieldList?: ValidationExceptionField[] | undefined;
|
|
134
|
+
/**
|
|
135
|
+
* @internal
|
|
136
|
+
*/
|
|
137
|
+
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
138
|
+
}
|
|
139
|
+
/**
|
|
140
|
+
* @public
|
|
141
|
+
* @enum
|
|
142
|
+
*/
|
|
143
|
+
export declare const Access: {
|
|
144
|
+
readonly DISABLED: "DISABLED";
|
|
145
|
+
readonly ENABLED: "ENABLED";
|
|
146
|
+
};
|
|
147
|
+
/**
|
|
148
|
+
* @public
|
|
149
|
+
*/
|
|
150
|
+
export type Access = (typeof Access)[keyof typeof Access];
|
|
151
|
+
/**
|
|
152
|
+
* @public
|
|
153
|
+
* @enum
|
|
154
|
+
*/
|
|
155
|
+
export declare const ResourceStatus: {
|
|
156
|
+
readonly AVAILABLE: "AVAILABLE";
|
|
157
|
+
readonly FAILED: "FAILED";
|
|
158
|
+
readonly MAINTENANCE_IN_PROGRESS: "MAINTENANCE_IN_PROGRESS";
|
|
159
|
+
readonly PROVISIONING: "PROVISIONING";
|
|
160
|
+
readonly TERMINATED: "TERMINATED";
|
|
161
|
+
readonly TERMINATING: "TERMINATING";
|
|
162
|
+
readonly UPDATING: "UPDATING";
|
|
163
|
+
};
|
|
164
|
+
/**
|
|
165
|
+
* @public
|
|
166
|
+
*/
|
|
167
|
+
export type ResourceStatus = (typeof ResourceStatus)[keyof typeof ResourceStatus];
|
|
168
|
+
/**
|
|
169
|
+
* <p>A summary of an Autonomous Virtual Machine (VM) within an Autonomous VM cluster.</p>
|
|
170
|
+
* @public
|
|
171
|
+
*/
|
|
172
|
+
export interface AutonomousVirtualMachineSummary {
|
|
173
|
+
/**
|
|
174
|
+
* <p>The unique identifier of the Autonomous VM.</p>
|
|
175
|
+
* @public
|
|
176
|
+
*/
|
|
177
|
+
autonomousVirtualMachineId?: string | undefined;
|
|
178
|
+
/**
|
|
179
|
+
* <p>The current status of the Autonomous VM.</p>
|
|
180
|
+
* @public
|
|
181
|
+
*/
|
|
182
|
+
status?: ResourceStatus | undefined;
|
|
183
|
+
/**
|
|
184
|
+
* <p>Additional information about the current status of the Autonomous VM, if applicable.</p>
|
|
185
|
+
* @public
|
|
186
|
+
*/
|
|
187
|
+
statusReason?: string | undefined;
|
|
188
|
+
/**
|
|
189
|
+
* <p>The name of the Autonomous VM.</p>
|
|
190
|
+
* @public
|
|
191
|
+
*/
|
|
192
|
+
vmName?: string | undefined;
|
|
193
|
+
/**
|
|
194
|
+
* <p>The unique identifier of the database server hosting this Autonomous VM.</p>
|
|
195
|
+
* @public
|
|
196
|
+
*/
|
|
197
|
+
dbServerId?: string | undefined;
|
|
198
|
+
/**
|
|
199
|
+
* <p>The display name of the database server hosting this Autonomous VM.</p>
|
|
200
|
+
* @public
|
|
201
|
+
*/
|
|
202
|
+
dbServerDisplayName?: string | undefined;
|
|
203
|
+
/**
|
|
204
|
+
* <p>The number of CPU cores allocated to this Autonomous VM.</p>
|
|
205
|
+
* @public
|
|
206
|
+
*/
|
|
207
|
+
cpuCoreCount?: number | undefined;
|
|
208
|
+
/**
|
|
209
|
+
* <p>The amount of memory allocated to this Autonomous VM, in gigabytes (GB).</p>
|
|
210
|
+
* @public
|
|
211
|
+
*/
|
|
212
|
+
memorySizeInGBs?: number | undefined;
|
|
213
|
+
/**
|
|
214
|
+
* <p>The amount of storage allocated to this Autonomous Virtual Machine, in gigabytes (GB).</p>
|
|
215
|
+
* @public
|
|
216
|
+
*/
|
|
217
|
+
dbNodeStorageSizeInGBs?: number | undefined;
|
|
218
|
+
/**
|
|
219
|
+
* <p>The IP address used by clients to connect to this Autonomous VM.</p>
|
|
220
|
+
* @public
|
|
221
|
+
*/
|
|
222
|
+
clientIpAddress?: string | undefined;
|
|
223
|
+
/**
|
|
224
|
+
* <p>The unique identifier of the Autonomous VM cluster containing this Autonomous VM.</p>
|
|
225
|
+
* @public
|
|
226
|
+
*/
|
|
227
|
+
cloudAutonomousVmClusterId?: string | undefined;
|
|
228
|
+
/**
|
|
229
|
+
* <p>The Oracle Cloud Identifier (OCID) of the Autonomous VM.</p>
|
|
230
|
+
* @public
|
|
231
|
+
*/
|
|
232
|
+
ocid?: string | undefined;
|
|
233
|
+
/**
|
|
234
|
+
* <p>The name of the Oracle Cloud Infrastructure (OCI) resource anchor associated with this Autonomous VM.</p>
|
|
235
|
+
* @public
|
|
236
|
+
*/
|
|
237
|
+
ociResourceAnchorName?: string | undefined;
|
|
238
|
+
}
|
|
239
|
+
/**
|
|
240
|
+
* @public
|
|
241
|
+
* @enum
|
|
242
|
+
*/
|
|
243
|
+
export declare const ComputeModel: {
|
|
244
|
+
readonly ECPU: "ECPU";
|
|
245
|
+
readonly OCPU: "OCPU";
|
|
246
|
+
};
|
|
247
|
+
/**
|
|
248
|
+
* @public
|
|
249
|
+
*/
|
|
250
|
+
export type ComputeModel = (typeof ComputeModel)[keyof typeof ComputeModel];
|
|
251
|
+
/**
|
|
252
|
+
* @public
|
|
253
|
+
* @enum
|
|
254
|
+
*/
|
|
255
|
+
export declare const LicenseModel: {
|
|
256
|
+
readonly BRING_YOUR_OWN_LICENSE: "BRING_YOUR_OWN_LICENSE";
|
|
257
|
+
readonly LICENSE_INCLUDED: "LICENSE_INCLUDED";
|
|
258
|
+
};
|
|
259
|
+
/**
|
|
260
|
+
* @public
|
|
261
|
+
*/
|
|
262
|
+
export type LicenseModel = (typeof LicenseModel)[keyof typeof LicenseModel];
|
|
263
|
+
/**
|
|
264
|
+
* @public
|
|
265
|
+
* @enum
|
|
266
|
+
*/
|
|
267
|
+
export declare const DayOfWeekName: {
|
|
268
|
+
readonly FRIDAY: "FRIDAY";
|
|
269
|
+
readonly MONDAY: "MONDAY";
|
|
270
|
+
readonly SATURDAY: "SATURDAY";
|
|
271
|
+
readonly SUNDAY: "SUNDAY";
|
|
272
|
+
readonly THURSDAY: "THURSDAY";
|
|
273
|
+
readonly TUESDAY: "TUESDAY";
|
|
274
|
+
readonly WEDNESDAY: "WEDNESDAY";
|
|
275
|
+
};
|
|
276
|
+
/**
|
|
277
|
+
* @public
|
|
278
|
+
*/
|
|
279
|
+
export type DayOfWeekName = (typeof DayOfWeekName)[keyof typeof DayOfWeekName];
|
|
280
|
+
/**
|
|
281
|
+
* <p>An enumeration of days of the week used for scheduling maintenance windows.</p>
|
|
282
|
+
* @public
|
|
283
|
+
*/
|
|
284
|
+
export interface DayOfWeek {
|
|
285
|
+
/**
|
|
286
|
+
* <p>The name of the day of the week.</p>
|
|
287
|
+
* @public
|
|
288
|
+
*/
|
|
289
|
+
name?: DayOfWeekName | undefined;
|
|
290
|
+
}
|
|
291
|
+
/**
|
|
292
|
+
* @public
|
|
293
|
+
* @enum
|
|
294
|
+
*/
|
|
295
|
+
export declare const MonthName: {
|
|
296
|
+
readonly APRIL: "APRIL";
|
|
297
|
+
readonly AUGUST: "AUGUST";
|
|
298
|
+
readonly DECEMBER: "DECEMBER";
|
|
299
|
+
readonly FEBRUARY: "FEBRUARY";
|
|
300
|
+
readonly JANUARY: "JANUARY";
|
|
301
|
+
readonly JULY: "JULY";
|
|
302
|
+
readonly JUNE: "JUNE";
|
|
303
|
+
readonly MARCH: "MARCH";
|
|
304
|
+
readonly MAY: "MAY";
|
|
305
|
+
readonly NOVEMBER: "NOVEMBER";
|
|
306
|
+
readonly OCTOBER: "OCTOBER";
|
|
307
|
+
readonly SEPTEMBER: "SEPTEMBER";
|
|
308
|
+
};
|
|
309
|
+
/**
|
|
310
|
+
* @public
|
|
311
|
+
*/
|
|
312
|
+
export type MonthName = (typeof MonthName)[keyof typeof MonthName];
|
|
313
|
+
/**
|
|
314
|
+
* <p>An enumeration of months used for scheduling maintenance windows.</p>
|
|
315
|
+
* @public
|
|
316
|
+
*/
|
|
317
|
+
export interface Month {
|
|
318
|
+
/**
|
|
319
|
+
* <p>The name of the month.</p>
|
|
320
|
+
* @public
|
|
321
|
+
*/
|
|
322
|
+
name?: MonthName | undefined;
|
|
323
|
+
}
|
|
324
|
+
/**
|
|
325
|
+
* @public
|
|
326
|
+
* @enum
|
|
327
|
+
*/
|
|
328
|
+
export declare const PatchingModeType: {
|
|
329
|
+
readonly NONROLLING: "NONROLLING";
|
|
330
|
+
readonly ROLLING: "ROLLING";
|
|
331
|
+
};
|
|
332
|
+
/**
|
|
333
|
+
* @public
|
|
334
|
+
*/
|
|
335
|
+
export type PatchingModeType = (typeof PatchingModeType)[keyof typeof PatchingModeType];
|
|
336
|
+
/**
|
|
337
|
+
* @public
|
|
338
|
+
* @enum
|
|
339
|
+
*/
|
|
340
|
+
export declare const PreferenceType: {
|
|
341
|
+
readonly CUSTOM_PREFERENCE: "CUSTOM_PREFERENCE";
|
|
342
|
+
readonly NO_PREFERENCE: "NO_PREFERENCE";
|
|
343
|
+
};
|
|
344
|
+
/**
|
|
345
|
+
* @public
|
|
346
|
+
*/
|
|
347
|
+
export type PreferenceType = (typeof PreferenceType)[keyof typeof PreferenceType];
|
|
348
|
+
/**
|
|
349
|
+
* <p>The scheduling details for the maintenance window. Patching and system updates take place during the maintenance window.</p>
|
|
350
|
+
* @public
|
|
351
|
+
*/
|
|
352
|
+
export interface MaintenanceWindow {
|
|
353
|
+
/**
|
|
354
|
+
* <p>The custom action timeout in minutes for the maintenance window.</p>
|
|
355
|
+
* @public
|
|
356
|
+
*/
|
|
357
|
+
customActionTimeoutInMins?: number | undefined;
|
|
358
|
+
/**
|
|
359
|
+
* <p>The days of the week when maintenance can be performed.</p>
|
|
360
|
+
* @public
|
|
361
|
+
*/
|
|
362
|
+
daysOfWeek?: DayOfWeek[] | undefined;
|
|
363
|
+
/**
|
|
364
|
+
* <p>The hours of the day when maintenance can be performed.</p>
|
|
365
|
+
* @public
|
|
366
|
+
*/
|
|
367
|
+
hoursOfDay?: number[] | undefined;
|
|
368
|
+
/**
|
|
369
|
+
* <p>Indicates whether custom action timeout is enabled for the maintenance window.</p>
|
|
370
|
+
* @public
|
|
371
|
+
*/
|
|
372
|
+
isCustomActionTimeoutEnabled?: boolean | undefined;
|
|
373
|
+
/**
|
|
374
|
+
* <p>The lead time in weeks before the maintenance window.</p>
|
|
375
|
+
* @public
|
|
376
|
+
*/
|
|
377
|
+
leadTimeInWeeks?: number | undefined;
|
|
378
|
+
/**
|
|
379
|
+
* <p>The months when maintenance can be performed.</p>
|
|
380
|
+
* @public
|
|
381
|
+
*/
|
|
382
|
+
months?: Month[] | undefined;
|
|
383
|
+
/**
|
|
384
|
+
* <p>The patching mode for the maintenance window.</p>
|
|
385
|
+
* @public
|
|
386
|
+
*/
|
|
387
|
+
patchingMode?: PatchingModeType | undefined;
|
|
388
|
+
/**
|
|
389
|
+
* <p>The preference for the maintenance window scheduling.</p>
|
|
390
|
+
* @public
|
|
391
|
+
*/
|
|
392
|
+
preference?: PreferenceType | undefined;
|
|
393
|
+
/**
|
|
394
|
+
* <p>Indicates whether to skip release updates during maintenance.</p>
|
|
395
|
+
* @public
|
|
396
|
+
*/
|
|
397
|
+
skipRu?: boolean | undefined;
|
|
398
|
+
/**
|
|
399
|
+
* <p>The weeks of the month when maintenance can be performed.</p>
|
|
400
|
+
* @public
|
|
401
|
+
*/
|
|
402
|
+
weeksOfMonth?: number[] | undefined;
|
|
403
|
+
}
|
|
404
|
+
/**
|
|
405
|
+
* <p>Information about an Autonomous VM cluster resource.</p>
|
|
406
|
+
* @public
|
|
407
|
+
*/
|
|
408
|
+
export interface CloudAutonomousVmCluster {
|
|
409
|
+
/**
|
|
410
|
+
* <p>The unique identifier of the Autonomous VM cluster.</p>
|
|
411
|
+
* @public
|
|
412
|
+
*/
|
|
413
|
+
cloudAutonomousVmClusterId: string | undefined;
|
|
414
|
+
/**
|
|
415
|
+
* <p>The Amazon Resource Name (ARN) for the Autonomous VM cluster.</p>
|
|
416
|
+
* @public
|
|
417
|
+
*/
|
|
418
|
+
cloudAutonomousVmClusterArn?: string | undefined;
|
|
419
|
+
/**
|
|
420
|
+
* <p>The unique identifier of the ODB network associated with this Autonomous VM cluster.</p>
|
|
421
|
+
* @public
|
|
422
|
+
*/
|
|
423
|
+
odbNetworkId?: string | undefined;
|
|
424
|
+
/**
|
|
425
|
+
* <p>The name of the OCI resource anchor associated with this Autonomous VM cluster.</p>
|
|
426
|
+
* @public
|
|
427
|
+
*/
|
|
428
|
+
ociResourceAnchorName?: string | undefined;
|
|
429
|
+
/**
|
|
430
|
+
* <p>The progress of the current operation on the Autonomous VM cluster, as a percentage.</p>
|
|
431
|
+
* @public
|
|
432
|
+
*/
|
|
433
|
+
percentProgress?: number | undefined;
|
|
434
|
+
/**
|
|
435
|
+
* <p>The display name of the Autonomous VM cluster.</p>
|
|
436
|
+
* @public
|
|
437
|
+
*/
|
|
438
|
+
displayName?: string | undefined;
|
|
439
|
+
/**
|
|
440
|
+
* <p>The current state of the Autonomous VM cluster. Possible values include <code>CREATING</code>, <code>AVAILABLE</code>, <code>UPDATING</code>, <code>DELETING</code>, <code>DELETED</code>, <code>FAILED</code>.</p>
|
|
441
|
+
* @public
|
|
442
|
+
*/
|
|
443
|
+
status?: ResourceStatus | undefined;
|
|
444
|
+
/**
|
|
445
|
+
* <p>Additional information about the current status of the Autonomous VM cluster.</p>
|
|
446
|
+
* @public
|
|
447
|
+
*/
|
|
448
|
+
statusReason?: string | undefined;
|
|
449
|
+
/**
|
|
450
|
+
* <p>The unique identifier of the Cloud Exadata Infrastructure containing this Autonomous VM cluster.</p>
|
|
451
|
+
* @public
|
|
452
|
+
*/
|
|
453
|
+
cloudExadataInfrastructureId?: string | undefined;
|
|
454
|
+
/**
|
|
455
|
+
* <p>The percentage of data storage currently in use for Autonomous Databases in the Autonomous VM cluster.</p>
|
|
456
|
+
* @public
|
|
457
|
+
*/
|
|
458
|
+
autonomousDataStoragePercentage?: number | undefined;
|
|
459
|
+
/**
|
|
460
|
+
* <p>The data storage size allocated for Autonomous Databases in the Autonomous VM cluster, in TB.</p>
|
|
461
|
+
* @public
|
|
462
|
+
*/
|
|
463
|
+
autonomousDataStorageSizeInTBs?: number | undefined;
|
|
464
|
+
/**
|
|
465
|
+
* <p>The available data storage space for Autonomous Databases in the Autonomous VM cluster, in TB.</p>
|
|
466
|
+
* @public
|
|
467
|
+
*/
|
|
468
|
+
availableAutonomousDataStorageSizeInTBs?: number | undefined;
|
|
469
|
+
/**
|
|
470
|
+
* <p>The number of Autonomous CDBs that you can create with the currently available storage.</p>
|
|
471
|
+
* @public
|
|
472
|
+
*/
|
|
473
|
+
availableContainerDatabases?: number | undefined;
|
|
474
|
+
/**
|
|
475
|
+
* <p>The number of CPU cores available for allocation to Autonomous Databases.</p>
|
|
476
|
+
* @public
|
|
477
|
+
*/
|
|
478
|
+
availableCpus?: number | undefined;
|
|
479
|
+
/**
|
|
480
|
+
* <p>The compute model of the Autonomous VM cluster: ECPU or OCPU.</p>
|
|
481
|
+
* @public
|
|
482
|
+
*/
|
|
483
|
+
computeModel?: ComputeModel | undefined;
|
|
484
|
+
/**
|
|
485
|
+
* <p>The total number of CPU cores in the Autonomous VM cluster.</p>
|
|
486
|
+
* @public
|
|
487
|
+
*/
|
|
488
|
+
cpuCoreCount?: number | undefined;
|
|
489
|
+
/**
|
|
490
|
+
* <p>The number of CPU cores enabled per node in the Autonomous VM cluster.</p>
|
|
491
|
+
* @public
|
|
492
|
+
*/
|
|
493
|
+
cpuCoreCountPerNode?: number | undefined;
|
|
494
|
+
/**
|
|
495
|
+
* <p>The percentage of total CPU cores currently in use in the Autonomous VM cluster.</p>
|
|
496
|
+
* @public
|
|
497
|
+
*/
|
|
498
|
+
cpuPercentage?: number | undefined;
|
|
499
|
+
/**
|
|
500
|
+
* <p>The total data storage allocated to the Autonomous VM cluster, in GB.</p>
|
|
501
|
+
* @public
|
|
502
|
+
*/
|
|
503
|
+
dataStorageSizeInGBs?: number | undefined;
|
|
504
|
+
/**
|
|
505
|
+
* <p>The total data storage allocated to the Autonomous VM cluster, in TB.</p>
|
|
506
|
+
* @public
|
|
507
|
+
*/
|
|
508
|
+
dataStorageSizeInTBs?: number | undefined;
|
|
509
|
+
/**
|
|
510
|
+
* <p>The local node storage allocated to the Autonomous VM cluster, in gigabytes (GB).</p>
|
|
511
|
+
* @public
|
|
512
|
+
*/
|
|
513
|
+
dbNodeStorageSizeInGBs?: number | undefined;
|
|
514
|
+
/**
|
|
515
|
+
* <p>The list of database servers associated with the Autonomous VM cluster.</p>
|
|
516
|
+
* @public
|
|
517
|
+
*/
|
|
518
|
+
dbServers?: string[] | undefined;
|
|
519
|
+
/**
|
|
520
|
+
* <p>The user-provided description of the Autonomous VM cluster.</p>
|
|
521
|
+
* @public
|
|
522
|
+
*/
|
|
523
|
+
description?: string | undefined;
|
|
524
|
+
/**
|
|
525
|
+
* <p>The domain name for the Autonomous VM cluster.</p>
|
|
526
|
+
* @public
|
|
527
|
+
*/
|
|
528
|
+
domain?: string | undefined;
|
|
529
|
+
/**
|
|
530
|
+
* <p>The minimum value to which you can scale down the Exadata storage, in TB.</p>
|
|
531
|
+
* @public
|
|
532
|
+
*/
|
|
533
|
+
exadataStorageInTBsLowestScaledValue?: number | undefined;
|
|
534
|
+
/**
|
|
535
|
+
* <p>The hostname for the Autonomous VM cluster.</p>
|
|
536
|
+
* @public
|
|
537
|
+
*/
|
|
538
|
+
hostname?: string | undefined;
|
|
539
|
+
/**
|
|
540
|
+
* <p>The Oracle Cloud Identifier (OCID) of the Autonomous VM cluster.</p>
|
|
541
|
+
* @public
|
|
542
|
+
*/
|
|
543
|
+
ocid?: string | undefined;
|
|
544
|
+
/**
|
|
545
|
+
* <p>The URL for accessing the OCI console page for this Autonomous VM cluster.</p>
|
|
546
|
+
* @public
|
|
547
|
+
*/
|
|
548
|
+
ociUrl?: string | undefined;
|
|
549
|
+
/**
|
|
550
|
+
* <p>Indicates whether mutual TLS (mTLS) authentication is enabled for the Autonomous VM cluster.</p>
|
|
551
|
+
* @public
|
|
552
|
+
*/
|
|
553
|
+
isMtlsEnabledVmCluster?: boolean | undefined;
|
|
554
|
+
/**
|
|
555
|
+
* <p>The Oracle license model that applies to the Autonomous VM cluster. Valid values are <code>LICENSE_INCLUDED</code> or <code>BRING_YOUR_OWN_LICENSE</code>.</p>
|
|
556
|
+
* @public
|
|
557
|
+
*/
|
|
558
|
+
licenseModel?: LicenseModel | undefined;
|
|
559
|
+
/**
|
|
560
|
+
* <p>The scheduling details for the maintenance window. Patching and system updates take place during the maintenance window.</p>
|
|
561
|
+
* @public
|
|
562
|
+
*/
|
|
563
|
+
maintenanceWindow?: MaintenanceWindow | undefined;
|
|
564
|
+
/**
|
|
565
|
+
* <p>The minimum value to which you can scale down the maximum number of Autonomous CDBs.</p>
|
|
566
|
+
* @public
|
|
567
|
+
*/
|
|
568
|
+
maxAcdsLowestScaledValue?: number | undefined;
|
|
569
|
+
/**
|
|
570
|
+
* <p>The amount of memory allocated per Oracle Compute Unit, in GB.</p>
|
|
571
|
+
* @public
|
|
572
|
+
*/
|
|
573
|
+
memoryPerOracleComputeUnitInGBs?: number | undefined;
|
|
574
|
+
/**
|
|
575
|
+
* <p>The total amount of memory allocated to the Autonomous VM cluster, in gigabytes (GB).</p>
|
|
576
|
+
* @public
|
|
577
|
+
*/
|
|
578
|
+
memorySizeInGBs?: number | undefined;
|
|
579
|
+
/**
|
|
580
|
+
* <p>The number of database server nodes in the Autonomous VM cluster.</p>
|
|
581
|
+
* @public
|
|
582
|
+
*/
|
|
583
|
+
nodeCount?: number | undefined;
|
|
584
|
+
/**
|
|
585
|
+
* <p>The number of Autonomous CDBs that can't be provisioned because of resource constraints.</p>
|
|
586
|
+
* @public
|
|
587
|
+
*/
|
|
588
|
+
nonProvisionableAutonomousContainerDatabases?: number | undefined;
|
|
589
|
+
/**
|
|
590
|
+
* <p>The number of Autonomous CDBs that can be provisioned in the Autonomous VM cluster.</p>
|
|
591
|
+
* @public
|
|
592
|
+
*/
|
|
593
|
+
provisionableAutonomousContainerDatabases?: number | undefined;
|
|
594
|
+
/**
|
|
595
|
+
* <p>The number of Autonomous CDBs currently provisioned in the Autonomous VM cluster.</p>
|
|
596
|
+
* @public
|
|
597
|
+
*/
|
|
598
|
+
provisionedAutonomousContainerDatabases?: number | undefined;
|
|
599
|
+
/**
|
|
600
|
+
* <p>The number of CPU cores currently provisioned in the Autonomous VM cluster.</p>
|
|
601
|
+
* @public
|
|
602
|
+
*/
|
|
603
|
+
provisionedCpus?: number | undefined;
|
|
604
|
+
/**
|
|
605
|
+
* <p>The number of CPU cores that can be reclaimed from terminated or scaled-down Autonomous Databases.</p>
|
|
606
|
+
* @public
|
|
607
|
+
*/
|
|
608
|
+
reclaimableCpus?: number | undefined;
|
|
609
|
+
/**
|
|
610
|
+
* <p>The number of CPU cores reserved for system operations and redundancy.</p>
|
|
611
|
+
* @public
|
|
612
|
+
*/
|
|
613
|
+
reservedCpus?: number | undefined;
|
|
614
|
+
/**
|
|
615
|
+
* <p>The SCAN listener port for non-TLS (TCP) protocol. The default is 1521.</p>
|
|
616
|
+
* @public
|
|
617
|
+
*/
|
|
618
|
+
scanListenerPortNonTls?: number | undefined;
|
|
619
|
+
/**
|
|
620
|
+
* <p>The SCAN listener port for TLS (TCP) protocol. The default is 2484.</p>
|
|
621
|
+
* @public
|
|
622
|
+
*/
|
|
623
|
+
scanListenerPortTls?: number | undefined;
|
|
624
|
+
/**
|
|
625
|
+
* <p>The shape of the Exadata infrastructure for the Autonomous VM cluster.</p>
|
|
626
|
+
* @public
|
|
627
|
+
*/
|
|
628
|
+
shape?: string | undefined;
|
|
629
|
+
/**
|
|
630
|
+
* <p>The date and time when the Autonomous VM cluster was created.</p>
|
|
631
|
+
* @public
|
|
632
|
+
*/
|
|
633
|
+
createdAt?: Date | undefined;
|
|
634
|
+
/**
|
|
635
|
+
* <p>The expiration date and time of the database SSL certificate.</p>
|
|
636
|
+
* @public
|
|
637
|
+
*/
|
|
638
|
+
timeDatabaseSslCertificateExpires?: Date | undefined;
|
|
639
|
+
/**
|
|
640
|
+
* <p>The expiration date and time of the Oracle REST Data Services (ORDS) certificate.</p>
|
|
641
|
+
* @public
|
|
642
|
+
*/
|
|
643
|
+
timeOrdsCertificateExpires?: Date | undefined;
|
|
644
|
+
/**
|
|
645
|
+
* <p>The time zone of the Autonomous VM cluster.</p>
|
|
646
|
+
* @public
|
|
647
|
+
*/
|
|
648
|
+
timeZone?: string | undefined;
|
|
649
|
+
/**
|
|
650
|
+
* <p>The total number of Autonomous Container Databases that can be created with the allocated local storage.</p>
|
|
651
|
+
* @public
|
|
652
|
+
*/
|
|
653
|
+
totalContainerDatabases?: number | undefined;
|
|
654
|
+
}
|
|
655
|
+
/**
|
|
656
|
+
* <p>A summary of an Autonomous VM cluster.</p>
|
|
657
|
+
* @public
|
|
658
|
+
*/
|
|
659
|
+
export interface CloudAutonomousVmClusterSummary {
|
|
660
|
+
/**
|
|
661
|
+
* <p>The unique identifier of the Autonomous VM cluster.</p>
|
|
662
|
+
* @public
|
|
663
|
+
*/
|
|
664
|
+
cloudAutonomousVmClusterId: string | undefined;
|
|
665
|
+
/**
|
|
666
|
+
* <p>The Amazon Resource Name (ARN) for the Autonomous VM cluster.</p>
|
|
667
|
+
* @public
|
|
668
|
+
*/
|
|
669
|
+
cloudAutonomousVmClusterArn?: string | undefined;
|
|
670
|
+
/**
|
|
671
|
+
* <p>The unique identifier of the ODB network associated with this Autonomous VM cluster.</p>
|
|
672
|
+
* @public
|
|
673
|
+
*/
|
|
674
|
+
odbNetworkId?: string | undefined;
|
|
675
|
+
/**
|
|
676
|
+
* <p>The name of the OCI resource anchor associated with this Autonomous VM cluster.</p>
|
|
677
|
+
* @public
|
|
678
|
+
*/
|
|
679
|
+
ociResourceAnchorName?: string | undefined;
|
|
680
|
+
/**
|
|
681
|
+
* <p>The progress of the current operation on the Autonomous VM cluster, as a percentage.</p>
|
|
682
|
+
* @public
|
|
683
|
+
*/
|
|
684
|
+
percentProgress?: number | undefined;
|
|
685
|
+
/**
|
|
686
|
+
* <p>The user-friendly name for the Autonomous VM cluster.</p>
|
|
687
|
+
* @public
|
|
688
|
+
*/
|
|
689
|
+
displayName?: string | undefined;
|
|
690
|
+
/**
|
|
691
|
+
* <p>The current status of the Autonomous VM cluster.</p>
|
|
692
|
+
* @public
|
|
693
|
+
*/
|
|
694
|
+
status?: ResourceStatus | undefined;
|
|
695
|
+
/**
|
|
696
|
+
* <p>Additional information about the current status of the Autonomous VM cluster, if applicable.</p>
|
|
697
|
+
* @public
|
|
698
|
+
*/
|
|
699
|
+
statusReason?: string | undefined;
|
|
700
|
+
/**
|
|
701
|
+
* <p>The unique identifier of the Exadata infrastructure containing this Autonomous VM cluster.</p>
|
|
702
|
+
* @public
|
|
703
|
+
*/
|
|
704
|
+
cloudExadataInfrastructureId?: string | undefined;
|
|
705
|
+
/**
|
|
706
|
+
* <p>The percentage of data storage currently in use for Autonomous Databases in the Autonomous VM cluster.</p>
|
|
707
|
+
* @public
|
|
708
|
+
*/
|
|
709
|
+
autonomousDataStoragePercentage?: number | undefined;
|
|
710
|
+
/**
|
|
711
|
+
* <p>The total data storage allocated for Autonomous Databases in the Autonomous VM cluster, in TB.</p>
|
|
712
|
+
* @public
|
|
713
|
+
*/
|
|
714
|
+
autonomousDataStorageSizeInTBs?: number | undefined;
|
|
715
|
+
/**
|
|
716
|
+
* <p>The available data storage for Autonomous Databases in the Autonomous VM cluster, in TB.</p>
|
|
717
|
+
* @public
|
|
718
|
+
*/
|
|
719
|
+
availableAutonomousDataStorageSizeInTBs?: number | undefined;
|
|
720
|
+
/**
|
|
721
|
+
* <p>The number of Autonomous Container Databases that you can create with the currently available storage.</p>
|
|
722
|
+
* @public
|
|
723
|
+
*/
|
|
724
|
+
availableContainerDatabases?: number | undefined;
|
|
725
|
+
/**
|
|
726
|
+
* <p>The number of CPU cores available for allocation to Autonomous Databases.</p>
|
|
727
|
+
* @public
|
|
728
|
+
*/
|
|
729
|
+
availableCpus?: number | undefined;
|
|
730
|
+
/**
|
|
731
|
+
* <p>The compute model of the Autonomous VM cluster: ECPU or OCPU.</p>
|
|
732
|
+
* @public
|
|
733
|
+
*/
|
|
734
|
+
computeModel?: ComputeModel | undefined;
|
|
735
|
+
/**
|
|
736
|
+
* <p>The total number of CPU cores in the Autonomous VM cluster.</p>
|
|
737
|
+
* @public
|
|
738
|
+
*/
|
|
739
|
+
cpuCoreCount?: number | undefined;
|
|
740
|
+
/**
|
|
741
|
+
* <p>The number of CPU cores per node in the Autonomous VM cluster.</p>
|
|
742
|
+
* @public
|
|
743
|
+
*/
|
|
744
|
+
cpuCoreCountPerNode?: number | undefined;
|
|
745
|
+
/**
|
|
746
|
+
* <p>The percentage of total CPU cores currently in use in the Autonomous VM cluster.</p>
|
|
747
|
+
* @public
|
|
748
|
+
*/
|
|
749
|
+
cpuPercentage?: number | undefined;
|
|
750
|
+
/**
|
|
751
|
+
* <p>The total data storage allocated to the Autonomous VM cluster, in GB.</p>
|
|
752
|
+
* @public
|
|
753
|
+
*/
|
|
754
|
+
dataStorageSizeInGBs?: number | undefined;
|
|
755
|
+
/**
|
|
756
|
+
* <p>The total data storage allocated to the Autonomous VM cluster, in TB.</p>
|
|
757
|
+
* @public
|
|
758
|
+
*/
|
|
759
|
+
dataStorageSizeInTBs?: number | undefined;
|
|
760
|
+
/**
|
|
761
|
+
* <p>The local node storage allocated to the Autonomous VM cluster, in GB.</p>
|
|
762
|
+
* @public
|
|
763
|
+
*/
|
|
764
|
+
dbNodeStorageSizeInGBs?: number | undefined;
|
|
765
|
+
/**
|
|
766
|
+
* <p>The list of database servers associated with the Autonomous VM cluster.</p>
|
|
767
|
+
* @public
|
|
768
|
+
*/
|
|
769
|
+
dbServers?: string[] | undefined;
|
|
770
|
+
/**
|
|
771
|
+
* <p>The user-provided description of the Autonomous VM cluster.</p>
|
|
772
|
+
* @public
|
|
773
|
+
*/
|
|
774
|
+
description?: string | undefined;
|
|
775
|
+
/**
|
|
776
|
+
* <p>The domain name for the Autonomous VM cluster.</p>
|
|
777
|
+
* @public
|
|
778
|
+
*/
|
|
779
|
+
domain?: string | undefined;
|
|
780
|
+
/**
|
|
781
|
+
* <p>The lowest value to which Exadata storage can be scaled down, in TB.</p>
|
|
782
|
+
* @public
|
|
783
|
+
*/
|
|
784
|
+
exadataStorageInTBsLowestScaledValue?: number | undefined;
|
|
785
|
+
/**
|
|
786
|
+
* <p>The host name for the Autonomous VM cluster.</p>
|
|
787
|
+
* @public
|
|
788
|
+
*/
|
|
789
|
+
hostname?: string | undefined;
|
|
790
|
+
/**
|
|
791
|
+
* <p>The Oracle Cloud Identifier (OCID) of the Autonomous VM cluster.</p>
|
|
792
|
+
* @public
|
|
793
|
+
*/
|
|
794
|
+
ocid?: string | undefined;
|
|
795
|
+
/**
|
|
796
|
+
* <p>The URL for accessing the OCI console page for this Autonomous VM cluster.</p>
|
|
797
|
+
* @public
|
|
798
|
+
*/
|
|
799
|
+
ociUrl?: string | undefined;
|
|
800
|
+
/**
|
|
801
|
+
* <p>Indicates if mutual TLS (mTLS) authentication is enabled for the Autonomous VM cluster.</p>
|
|
802
|
+
* @public
|
|
803
|
+
*/
|
|
804
|
+
isMtlsEnabledVmCluster?: boolean | undefined;
|
|
805
|
+
/**
|
|
806
|
+
* <p>The Oracle license model that applies to the Autonomous VM cluster.</p>
|
|
807
|
+
* @public
|
|
808
|
+
*/
|
|
809
|
+
licenseModel?: LicenseModel | undefined;
|
|
810
|
+
/**
|
|
811
|
+
* <p>The scheduling details for the maintenance window. Patching and system updates take place during the maintenance window.</p>
|
|
812
|
+
* @public
|
|
813
|
+
*/
|
|
814
|
+
maintenanceWindow?: MaintenanceWindow | undefined;
|
|
815
|
+
/**
|
|
816
|
+
* <p>The lowest value to which you can scale down the maximum number of Autonomous CDBs.</p>
|
|
817
|
+
* @public
|
|
818
|
+
*/
|
|
819
|
+
maxAcdsLowestScaledValue?: number | undefined;
|
|
820
|
+
/**
|
|
821
|
+
* <p>The amount of memory allocated per Oracle Compute Unit (OCU), in GB.</p>
|
|
822
|
+
* @public
|
|
823
|
+
*/
|
|
824
|
+
memoryPerOracleComputeUnitInGBs?: number | undefined;
|
|
825
|
+
/**
|
|
826
|
+
* <p>The total amount of memory allocated to the Autonomous VM cluster, in GB.</p>
|
|
827
|
+
* @public
|
|
828
|
+
*/
|
|
829
|
+
memorySizeInGBs?: number | undefined;
|
|
830
|
+
/**
|
|
831
|
+
* <p>The number of database server nodes in the Autonomous VM cluster.</p>
|
|
832
|
+
* @public
|
|
833
|
+
*/
|
|
834
|
+
nodeCount?: number | undefined;
|
|
835
|
+
/**
|
|
836
|
+
* <p>The number of Autonomous CDBs that can't be provisioned because of resource constraints.</p>
|
|
837
|
+
* @public
|
|
838
|
+
*/
|
|
839
|
+
nonProvisionableAutonomousContainerDatabases?: number | undefined;
|
|
840
|
+
/**
|
|
841
|
+
* <p>The number of Autonomous CDBs that you can provision in the Autonomous VM cluster.</p>
|
|
842
|
+
* @public
|
|
843
|
+
*/
|
|
844
|
+
provisionableAutonomousContainerDatabases?: number | undefined;
|
|
845
|
+
/**
|
|
846
|
+
* <p>The number of Autonomous Container Databases currently provisioned in the Autonomous VM cluster.</p>
|
|
847
|
+
* @public
|
|
848
|
+
*/
|
|
849
|
+
provisionedAutonomousContainerDatabases?: number | undefined;
|
|
850
|
+
/**
|
|
851
|
+
* <p>The number of CPUs currently provisioned in the Autonomous VM cluster.</p>
|
|
852
|
+
* @public
|
|
853
|
+
*/
|
|
854
|
+
provisionedCpus?: number | undefined;
|
|
855
|
+
/**
|
|
856
|
+
* <p>The number of CPUs that can be reclaimed from terminated or scaled-down Autonomous Databases.</p>
|
|
857
|
+
* @public
|
|
858
|
+
*/
|
|
859
|
+
reclaimableCpus?: number | undefined;
|
|
860
|
+
/**
|
|
861
|
+
* <p>The number of CPUs reserved for system operations and redundancy.</p>
|
|
862
|
+
* @public
|
|
863
|
+
*/
|
|
864
|
+
reservedCpus?: number | undefined;
|
|
865
|
+
/**
|
|
866
|
+
* <p>The SCAN listener port for non-TLS (TCP) protocol.</p>
|
|
867
|
+
* @public
|
|
868
|
+
*/
|
|
869
|
+
scanListenerPortNonTls?: number | undefined;
|
|
870
|
+
/**
|
|
871
|
+
* <p>The SCAN listener port for TLS (TCP) protocol.</p>
|
|
872
|
+
* @public
|
|
873
|
+
*/
|
|
874
|
+
scanListenerPortTls?: number | undefined;
|
|
875
|
+
/**
|
|
876
|
+
* <p>The shape of the Exadata infrastructure for the Autonomous VM cluster.</p>
|
|
877
|
+
* @public
|
|
878
|
+
*/
|
|
879
|
+
shape?: string | undefined;
|
|
880
|
+
/**
|
|
881
|
+
* <p>The date and time when the Autonomous VM cluster was created.</p>
|
|
882
|
+
* @public
|
|
883
|
+
*/
|
|
884
|
+
createdAt?: Date | undefined;
|
|
885
|
+
/**
|
|
886
|
+
* <p>The expiration date and time of the database SSL certificate.</p>
|
|
887
|
+
* @public
|
|
888
|
+
*/
|
|
889
|
+
timeDatabaseSslCertificateExpires?: Date | undefined;
|
|
890
|
+
/**
|
|
891
|
+
* <p>The expiration date and time of the Oracle REST Data Services (ORDS) certificate.</p>
|
|
892
|
+
* @public
|
|
893
|
+
*/
|
|
894
|
+
timeOrdsCertificateExpires?: Date | undefined;
|
|
895
|
+
/**
|
|
896
|
+
* <p>The time zone of the Autonomous VM cluster.</p>
|
|
897
|
+
* @public
|
|
898
|
+
*/
|
|
899
|
+
timeZone?: string | undefined;
|
|
900
|
+
/**
|
|
901
|
+
* <p>The total number of Autonomous Container Databases that can be created in the Autonomous VM cluster.</p>
|
|
902
|
+
* @public
|
|
903
|
+
*/
|
|
904
|
+
totalContainerDatabases?: number | undefined;
|
|
905
|
+
}
|
|
906
|
+
/**
|
|
907
|
+
* @public
|
|
908
|
+
*/
|
|
909
|
+
export interface CreateCloudAutonomousVmClusterInput {
|
|
910
|
+
/**
|
|
911
|
+
* <p>The unique identifier of the Exadata infrastructure where the VM cluster will be created.</p>
|
|
912
|
+
* @public
|
|
913
|
+
*/
|
|
914
|
+
cloudExadataInfrastructureId: string | undefined;
|
|
915
|
+
/**
|
|
916
|
+
* <p>The unique identifier of the ODB network to be used for the VM cluster.</p>
|
|
917
|
+
* @public
|
|
918
|
+
*/
|
|
919
|
+
odbNetworkId: string | undefined;
|
|
920
|
+
/**
|
|
921
|
+
* <p>The display name for the Autonomous VM cluster. The name does not need to be unique.</p>
|
|
922
|
+
* @public
|
|
923
|
+
*/
|
|
924
|
+
displayName: string | undefined;
|
|
925
|
+
/**
|
|
926
|
+
* <p>A client-provided token to ensure idempotency of the request.</p>
|
|
927
|
+
* @public
|
|
928
|
+
*/
|
|
929
|
+
clientToken?: string | undefined;
|
|
930
|
+
/**
|
|
931
|
+
* <p>The data disk group size to be allocated for Autonomous Databases, in terabytes (TB).</p>
|
|
932
|
+
* @public
|
|
933
|
+
*/
|
|
934
|
+
autonomousDataStorageSizeInTBs: number | undefined;
|
|
935
|
+
/**
|
|
936
|
+
* <p>The number of CPU cores to be enabled per VM cluster node.</p>
|
|
937
|
+
* @public
|
|
938
|
+
*/
|
|
939
|
+
cpuCoreCountPerNode: number | undefined;
|
|
940
|
+
/**
|
|
941
|
+
* <p>The list of database servers to be used for the Autonomous VM cluster.</p>
|
|
942
|
+
* @public
|
|
943
|
+
*/
|
|
944
|
+
dbServers?: string[] | undefined;
|
|
945
|
+
/**
|
|
946
|
+
* <p>A user-provided description of the Autonomous VM cluster.</p>
|
|
947
|
+
* @public
|
|
948
|
+
*/
|
|
949
|
+
description?: string | undefined;
|
|
950
|
+
/**
|
|
951
|
+
* <p>Specifies whether to enable mutual TLS (mTLS) authentication for the Autonomous VM cluster.</p>
|
|
952
|
+
* @public
|
|
953
|
+
*/
|
|
954
|
+
isMtlsEnabledVmCluster?: boolean | undefined;
|
|
955
|
+
/**
|
|
956
|
+
* <p>The Oracle license model to apply to the Autonomous VM cluster.</p>
|
|
957
|
+
* @public
|
|
958
|
+
*/
|
|
959
|
+
licenseModel?: LicenseModel | undefined;
|
|
960
|
+
/**
|
|
961
|
+
* <p>The scheduling details for the maintenance window. Patching and system updates take place during the maintenance window.</p>
|
|
962
|
+
* @public
|
|
963
|
+
*/
|
|
964
|
+
maintenanceWindow?: MaintenanceWindow | undefined;
|
|
965
|
+
/**
|
|
966
|
+
* <p>The amount of memory to be allocated per OCPU, in GB.</p>
|
|
967
|
+
* @public
|
|
968
|
+
*/
|
|
969
|
+
memoryPerOracleComputeUnitInGBs: number | undefined;
|
|
970
|
+
/**
|
|
971
|
+
* <p>The SCAN listener port for non-TLS (TCP) protocol.</p>
|
|
972
|
+
* @public
|
|
973
|
+
*/
|
|
974
|
+
scanListenerPortNonTls?: number | undefined;
|
|
975
|
+
/**
|
|
976
|
+
* <p>The SCAN listener port for TLS (TCP) protocol.</p>
|
|
977
|
+
* @public
|
|
978
|
+
*/
|
|
979
|
+
scanListenerPortTls?: number | undefined;
|
|
980
|
+
/**
|
|
981
|
+
* <p>Free-form tags for this resource. Each tag is a key-value pair with no predefined name, type, or namespace.</p>
|
|
982
|
+
* @public
|
|
983
|
+
*/
|
|
984
|
+
tags?: Record<string, string> | undefined;
|
|
985
|
+
/**
|
|
986
|
+
* <p>The time zone to use for the Autonomous VM cluster.</p>
|
|
987
|
+
* @public
|
|
988
|
+
*/
|
|
989
|
+
timeZone?: string | undefined;
|
|
990
|
+
/**
|
|
991
|
+
* <p>The total number of Autonomous CDBs that you can create in the Autonomous VM cluster.</p>
|
|
992
|
+
* @public
|
|
993
|
+
*/
|
|
994
|
+
totalContainerDatabases: number | undefined;
|
|
995
|
+
}
|
|
996
|
+
/**
|
|
997
|
+
* @public
|
|
998
|
+
*/
|
|
999
|
+
export interface CreateCloudAutonomousVmClusterOutput {
|
|
1000
|
+
/**
|
|
1001
|
+
* <p>The display name of the created Autonomous VM cluster.</p>
|
|
1002
|
+
* @public
|
|
1003
|
+
*/
|
|
1004
|
+
displayName?: string | undefined;
|
|
1005
|
+
/**
|
|
1006
|
+
* <p>The current status of the Autonomous VM cluster creation process.</p>
|
|
1007
|
+
* @public
|
|
1008
|
+
*/
|
|
1009
|
+
status?: ResourceStatus | undefined;
|
|
1010
|
+
/**
|
|
1011
|
+
* <p>Additional information about the current status of the Autonomous VM cluster creation process, if applicable.</p>
|
|
1012
|
+
* @public
|
|
1013
|
+
*/
|
|
1014
|
+
statusReason?: string | undefined;
|
|
1015
|
+
/**
|
|
1016
|
+
* <p>The unique identifier of the created Autonomous VM cluster.</p>
|
|
1017
|
+
* @public
|
|
1018
|
+
*/
|
|
1019
|
+
cloudAutonomousVmClusterId: string | undefined;
|
|
1020
|
+
}
|
|
1021
|
+
/**
|
|
1022
|
+
* <p>The operation tried to access a resource that doesn't exist. Make sure you provided the correct resource and try again.</p>
|
|
1023
|
+
* @public
|
|
1024
|
+
*/
|
|
1025
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
1026
|
+
readonly name: "ResourceNotFoundException";
|
|
1027
|
+
readonly $fault: "client";
|
|
1028
|
+
/**
|
|
1029
|
+
* <p>The identifier of the resource that was not found.</p>
|
|
1030
|
+
* @public
|
|
1031
|
+
*/
|
|
1032
|
+
resourceId: string | undefined;
|
|
1033
|
+
/**
|
|
1034
|
+
* <p>The type of resource that was not found.</p>
|
|
1035
|
+
* @public
|
|
1036
|
+
*/
|
|
1037
|
+
resourceType: string | undefined;
|
|
1038
|
+
/**
|
|
1039
|
+
* @internal
|
|
1040
|
+
*/
|
|
1041
|
+
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
1042
|
+
}
|
|
1043
|
+
/**
|
|
1044
|
+
* <p>You have exceeded the service quota.</p>
|
|
1045
|
+
* @public
|
|
1046
|
+
*/
|
|
1047
|
+
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
1048
|
+
readonly name: "ServiceQuotaExceededException";
|
|
1049
|
+
readonly $fault: "client";
|
|
1050
|
+
/**
|
|
1051
|
+
* <p>The identifier of the resource that exceeded the service quota.</p>
|
|
1052
|
+
* @public
|
|
1053
|
+
*/
|
|
1054
|
+
resourceId: string | undefined;
|
|
1055
|
+
/**
|
|
1056
|
+
* <p>The type of resource that exceeded the service quota.</p>
|
|
1057
|
+
* @public
|
|
1058
|
+
*/
|
|
1059
|
+
resourceType: string | undefined;
|
|
1060
|
+
/**
|
|
1061
|
+
* <p>The unqiue identifier of the service quota that was exceeded.</p>
|
|
1062
|
+
* @public
|
|
1063
|
+
*/
|
|
1064
|
+
quotaCode: string | undefined;
|
|
1065
|
+
/**
|
|
1066
|
+
* @internal
|
|
1067
|
+
*/
|
|
1068
|
+
constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
|
|
1069
|
+
}
|
|
1070
|
+
/**
|
|
1071
|
+
* @public
|
|
1072
|
+
*/
|
|
1073
|
+
export interface DeleteCloudAutonomousVmClusterInput {
|
|
1074
|
+
/**
|
|
1075
|
+
* <p>The unique identifier of the Autonomous VM cluster to delete.</p>
|
|
1076
|
+
* @public
|
|
1077
|
+
*/
|
|
1078
|
+
cloudAutonomousVmClusterId: string | undefined;
|
|
1079
|
+
}
|
|
1080
|
+
/**
|
|
1081
|
+
* @public
|
|
1082
|
+
*/
|
|
1083
|
+
export interface DeleteCloudAutonomousVmClusterOutput {
|
|
1084
|
+
}
|
|
1085
|
+
/**
|
|
1086
|
+
* @public
|
|
1087
|
+
*/
|
|
1088
|
+
export interface GetCloudAutonomousVmClusterInput {
|
|
1089
|
+
/**
|
|
1090
|
+
* <p>The unique identifier of the Autonomous VM cluster to retrieve information about.</p>
|
|
1091
|
+
* @public
|
|
1092
|
+
*/
|
|
1093
|
+
cloudAutonomousVmClusterId: string | undefined;
|
|
1094
|
+
}
|
|
1095
|
+
/**
|
|
1096
|
+
* @public
|
|
1097
|
+
*/
|
|
1098
|
+
export interface GetCloudAutonomousVmClusterOutput {
|
|
1099
|
+
/**
|
|
1100
|
+
* <p>The details of the requested Autonomous VM cluster.</p>
|
|
1101
|
+
* @public
|
|
1102
|
+
*/
|
|
1103
|
+
cloudAutonomousVmCluster?: CloudAutonomousVmCluster | undefined;
|
|
1104
|
+
}
|
|
1105
|
+
/**
|
|
1106
|
+
* @public
|
|
1107
|
+
*/
|
|
1108
|
+
export interface ListAutonomousVirtualMachinesInput {
|
|
1109
|
+
/**
|
|
1110
|
+
* <p>The maximum number of items to return per page.</p>
|
|
1111
|
+
* @public
|
|
1112
|
+
*/
|
|
1113
|
+
maxResults?: number | undefined;
|
|
1114
|
+
/**
|
|
1115
|
+
* <p>The pagination token to continue listing from.</p>
|
|
1116
|
+
* @public
|
|
1117
|
+
*/
|
|
1118
|
+
nextToken?: string | undefined;
|
|
1119
|
+
/**
|
|
1120
|
+
* <p>The unique identifier of the Autonomous VM cluster whose virtual machines you're listing.</p>
|
|
1121
|
+
* @public
|
|
1122
|
+
*/
|
|
1123
|
+
cloudAutonomousVmClusterId: string | undefined;
|
|
1124
|
+
}
|
|
1125
|
+
/**
|
|
1126
|
+
* @public
|
|
1127
|
+
*/
|
|
1128
|
+
export interface ListAutonomousVirtualMachinesOutput {
|
|
1129
|
+
/**
|
|
1130
|
+
* <p>The pagination token from which to continue listing.</p>
|
|
1131
|
+
* @public
|
|
1132
|
+
*/
|
|
1133
|
+
nextToken?: string | undefined;
|
|
1134
|
+
/**
|
|
1135
|
+
* <p>The list of Autonomous VMs in the specified Autonomous VM cluster.</p>
|
|
1136
|
+
* @public
|
|
1137
|
+
*/
|
|
1138
|
+
autonomousVirtualMachines: AutonomousVirtualMachineSummary[] | undefined;
|
|
1139
|
+
}
|
|
1140
|
+
/**
|
|
1141
|
+
* @public
|
|
1142
|
+
*/
|
|
1143
|
+
export interface ListCloudAutonomousVmClustersInput {
|
|
1144
|
+
/**
|
|
1145
|
+
* <p>The maximum number of items to return per page.</p>
|
|
1146
|
+
* @public
|
|
1147
|
+
*/
|
|
1148
|
+
maxResults?: number | undefined;
|
|
1149
|
+
/**
|
|
1150
|
+
* <p>The pagination token to continue listing from.</p>
|
|
1151
|
+
* @public
|
|
1152
|
+
*/
|
|
1153
|
+
nextToken?: string | undefined;
|
|
1154
|
+
/**
|
|
1155
|
+
* <p>The unique identifier of the Cloud Exadata Infrastructure that hosts the Autonomous VM clusters to be listed.</p>
|
|
1156
|
+
* @public
|
|
1157
|
+
*/
|
|
1158
|
+
cloudExadataInfrastructureId?: string | undefined;
|
|
1159
|
+
}
|
|
1160
|
+
/**
|
|
1161
|
+
* @public
|
|
1162
|
+
*/
|
|
1163
|
+
export interface ListCloudAutonomousVmClustersOutput {
|
|
1164
|
+
/**
|
|
1165
|
+
* <p>The pagination token to continue listing from.</p>
|
|
1166
|
+
* @public
|
|
1167
|
+
*/
|
|
1168
|
+
nextToken?: string | undefined;
|
|
1169
|
+
/**
|
|
1170
|
+
* <p>The list of Autonomous VM clusters in the specified Cloud Exadata Infrastructure.</p>
|
|
1171
|
+
* @public
|
|
1172
|
+
*/
|
|
1173
|
+
cloudAutonomousVmClusters: CloudAutonomousVmClusterSummary[] | undefined;
|
|
1174
|
+
}
|
|
1175
|
+
/**
|
|
1176
|
+
* <p>Resource details of an Autonomous VM cluster.</p>
|
|
1177
|
+
* @public
|
|
1178
|
+
*/
|
|
1179
|
+
export interface CloudAutonomousVmClusterResourceDetails {
|
|
1180
|
+
/**
|
|
1181
|
+
* <p>The unique identifier of the Autonomous VM cluster.</p>
|
|
1182
|
+
* @public
|
|
1183
|
+
*/
|
|
1184
|
+
cloudAutonomousVmClusterId?: string | undefined;
|
|
1185
|
+
/**
|
|
1186
|
+
* <p>The amount of unallocated Autonomous Database storage in the Autonomous VM cluster, in terabytes.</p>
|
|
1187
|
+
* @public
|
|
1188
|
+
*/
|
|
1189
|
+
unallocatedAdbStorageInTBs?: number | undefined;
|
|
1190
|
+
}
|
|
1191
|
+
/**
|
|
1192
|
+
* <p>A contact to receive notification from Oracle about maintenance updates for a specific Exadata infrastructure.</p>
|
|
1193
|
+
* @public
|
|
1194
|
+
*/
|
|
1195
|
+
export interface CustomerContact {
|
|
1196
|
+
/**
|
|
1197
|
+
* <p>The email address of the contact.</p>
|
|
1198
|
+
* @public
|
|
1199
|
+
*/
|
|
1200
|
+
email?: string | undefined;
|
|
1201
|
+
}
|
|
1202
|
+
/**
|
|
1203
|
+
* <p>Information about an Exadata infrastructure.</p>
|
|
1204
|
+
* @public
|
|
1205
|
+
*/
|
|
1206
|
+
export interface CloudExadataInfrastructure {
|
|
1207
|
+
/**
|
|
1208
|
+
* <p>The unique identifier for the Exadata infrastructure.</p>
|
|
1209
|
+
* @public
|
|
1210
|
+
*/
|
|
1211
|
+
cloudExadataInfrastructureId: string | undefined;
|
|
1212
|
+
/**
|
|
1213
|
+
* <p>The user-friendly name for the Exadata infrastructure.</p>
|
|
1214
|
+
* @public
|
|
1215
|
+
*/
|
|
1216
|
+
displayName?: string | undefined;
|
|
1217
|
+
/**
|
|
1218
|
+
* <p>The current status of the Exadata infrastructure.</p>
|
|
1219
|
+
* @public
|
|
1220
|
+
*/
|
|
1221
|
+
status?: ResourceStatus | undefined;
|
|
1222
|
+
/**
|
|
1223
|
+
* <p>Additional information about the status of the Exadata infrastructure.</p>
|
|
1224
|
+
* @public
|
|
1225
|
+
*/
|
|
1226
|
+
statusReason?: string | undefined;
|
|
1227
|
+
/**
|
|
1228
|
+
* <p>The Amazon Resource Name (ARN) for the Exadata infrastructure.</p>
|
|
1229
|
+
* @public
|
|
1230
|
+
*/
|
|
1231
|
+
cloudExadataInfrastructureArn?: string | undefined;
|
|
1232
|
+
/**
|
|
1233
|
+
* <p>The number of storage servers requested for the Exadata infrastructure.</p>
|
|
1234
|
+
* @public
|
|
1235
|
+
*/
|
|
1236
|
+
activatedStorageCount?: number | undefined;
|
|
1237
|
+
/**
|
|
1238
|
+
* <p>The number of storage servers requested for the Exadata infrastructure.</p>
|
|
1239
|
+
* @public
|
|
1240
|
+
*/
|
|
1241
|
+
additionalStorageCount?: number | undefined;
|
|
1242
|
+
/**
|
|
1243
|
+
* <p>The amount of available storage, in gigabytes (GB), for the Exadata infrastructure.</p>
|
|
1244
|
+
* @public
|
|
1245
|
+
*/
|
|
1246
|
+
availableStorageSizeInGBs?: number | undefined;
|
|
1247
|
+
/**
|
|
1248
|
+
* <p>The name of the Availability Zone (AZ) where the Exadata infrastructure is located.</p>
|
|
1249
|
+
* @public
|
|
1250
|
+
*/
|
|
1251
|
+
availabilityZone?: string | undefined;
|
|
1252
|
+
/**
|
|
1253
|
+
* <p>The AZ ID of the AZ where the Exadata infrastructure is located.</p>
|
|
1254
|
+
* @public
|
|
1255
|
+
*/
|
|
1256
|
+
availabilityZoneId?: string | undefined;
|
|
1257
|
+
/**
|
|
1258
|
+
* <p>The number of database servers for the Exadata infrastructure.</p>
|
|
1259
|
+
* @public
|
|
1260
|
+
*/
|
|
1261
|
+
computeCount?: number | undefined;
|
|
1262
|
+
/**
|
|
1263
|
+
* <p>The total number of CPU cores that are allocated to the Exadata infrastructure.</p>
|
|
1264
|
+
* @public
|
|
1265
|
+
*/
|
|
1266
|
+
cpuCount?: number | undefined;
|
|
1267
|
+
/**
|
|
1268
|
+
* <p>The email addresses of contacts to receive notification from Oracle about maintenance updates for the Exadata infrastructure.</p>
|
|
1269
|
+
* @public
|
|
1270
|
+
*/
|
|
1271
|
+
customerContactsToSendToOCI?: CustomerContact[] | undefined;
|
|
1272
|
+
/**
|
|
1273
|
+
* <p>The size of the Exadata infrastructure's data disk group, in terabytes (TB).</p>
|
|
1274
|
+
* @public
|
|
1275
|
+
*/
|
|
1276
|
+
dataStorageSizeInTBs?: number | undefined;
|
|
1277
|
+
/**
|
|
1278
|
+
* <p>The size of the Exadata infrastructure's local node storage, in gigabytes (GB).</p>
|
|
1279
|
+
* @public
|
|
1280
|
+
*/
|
|
1281
|
+
dbNodeStorageSizeInGBs?: number | undefined;
|
|
1282
|
+
/**
|
|
1283
|
+
* <p>The software version of the database servers (dom0) in the Exadata infrastructure.</p>
|
|
1284
|
+
* @public
|
|
1285
|
+
*/
|
|
1286
|
+
dbServerVersion?: string | undefined;
|
|
1287
|
+
/**
|
|
1288
|
+
* <p>The Oracle Cloud Identifier (OCID) of the last maintenance run for the Exadata infrastructure.</p>
|
|
1289
|
+
* @public
|
|
1290
|
+
*/
|
|
1291
|
+
lastMaintenanceRunId?: string | undefined;
|
|
1292
|
+
/**
|
|
1293
|
+
* <p>The scheduling details for the maintenance window. Patching and system updates take place during the maintenance window.</p>
|
|
1294
|
+
* @public
|
|
1295
|
+
*/
|
|
1296
|
+
maintenanceWindow?: MaintenanceWindow | undefined;
|
|
1297
|
+
/**
|
|
1298
|
+
* <p>The total number of CPU cores available on the Exadata infrastructure.</p>
|
|
1299
|
+
* @public
|
|
1300
|
+
*/
|
|
1301
|
+
maxCpuCount?: number | undefined;
|
|
1302
|
+
/**
|
|
1303
|
+
* <p>The total amount of data disk group storage, in terabytes (TB), that's available on the Exadata infrastructure.</p>
|
|
1304
|
+
* @public
|
|
1305
|
+
*/
|
|
1306
|
+
maxDataStorageInTBs?: number | undefined;
|
|
1307
|
+
/**
|
|
1308
|
+
* <p>The total amount of local node storage, in gigabytes (GB), that's available on the Exadata infrastructure.</p>
|
|
1309
|
+
* @public
|
|
1310
|
+
*/
|
|
1311
|
+
maxDbNodeStorageSizeInGBs?: number | undefined;
|
|
1312
|
+
/**
|
|
1313
|
+
* <p>The total amount of memory, in gigabytes (GB), that's available on the Exadata infrastructure.</p>
|
|
1314
|
+
* @public
|
|
1315
|
+
*/
|
|
1316
|
+
maxMemoryInGBs?: number | undefined;
|
|
1317
|
+
/**
|
|
1318
|
+
* <p>The amount of memory, in gigabytes (GB), that's allocated on the Exadata infrastructure.</p>
|
|
1319
|
+
* @public
|
|
1320
|
+
*/
|
|
1321
|
+
memorySizeInGBs?: number | undefined;
|
|
1322
|
+
/**
|
|
1323
|
+
* <p>The monthly software version of the database servers installed on the Exadata infrastructure.</p>
|
|
1324
|
+
* @public
|
|
1325
|
+
*/
|
|
1326
|
+
monthlyDbServerVersion?: string | undefined;
|
|
1327
|
+
/**
|
|
1328
|
+
* <p>The monthly software version of the storage servers installed on the Exadata infrastructure.</p>
|
|
1329
|
+
* @public
|
|
1330
|
+
*/
|
|
1331
|
+
monthlyStorageServerVersion?: string | undefined;
|
|
1332
|
+
/**
|
|
1333
|
+
* <p>The OCID of the next maintenance run for the Exadata infrastructure.</p>
|
|
1334
|
+
* @public
|
|
1335
|
+
*/
|
|
1336
|
+
nextMaintenanceRunId?: string | undefined;
|
|
1337
|
+
/**
|
|
1338
|
+
* <p>The name of the OCI resource anchor for the Exadata infrastructure.</p>
|
|
1339
|
+
* @public
|
|
1340
|
+
*/
|
|
1341
|
+
ociResourceAnchorName?: string | undefined;
|
|
1342
|
+
/**
|
|
1343
|
+
* <p>The HTTPS link to the Exadata infrastructure in OCI.</p>
|
|
1344
|
+
* @public
|
|
1345
|
+
*/
|
|
1346
|
+
ociUrl?: string | undefined;
|
|
1347
|
+
/**
|
|
1348
|
+
* <p>The OCID of the Exadata infrastructure.</p>
|
|
1349
|
+
* @public
|
|
1350
|
+
*/
|
|
1351
|
+
ocid?: string | undefined;
|
|
1352
|
+
/**
|
|
1353
|
+
* <p>The model name of the Exadata infrastructure.</p>
|
|
1354
|
+
* @public
|
|
1355
|
+
*/
|
|
1356
|
+
shape?: string | undefined;
|
|
1357
|
+
/**
|
|
1358
|
+
* <p>The number of storage servers that are activated for the Exadata infrastructure.</p>
|
|
1359
|
+
* @public
|
|
1360
|
+
*/
|
|
1361
|
+
storageCount?: number | undefined;
|
|
1362
|
+
/**
|
|
1363
|
+
* <p>The software version of the storage servers on the Exadata infrastructure.</p>
|
|
1364
|
+
* @public
|
|
1365
|
+
*/
|
|
1366
|
+
storageServerVersion?: string | undefined;
|
|
1367
|
+
/**
|
|
1368
|
+
* <p>The date and time when the Exadata infrastructure was created.</p>
|
|
1369
|
+
* @public
|
|
1370
|
+
*/
|
|
1371
|
+
createdAt?: Date | undefined;
|
|
1372
|
+
/**
|
|
1373
|
+
* <p>The total amount of storage, in gigabytes (GB), on the the Exadata infrastructure.</p>
|
|
1374
|
+
* @public
|
|
1375
|
+
*/
|
|
1376
|
+
totalStorageSizeInGBs?: number | undefined;
|
|
1377
|
+
/**
|
|
1378
|
+
* <p>The amount of progress made on the current operation on the Exadata infrastructure, expressed as a percentage.</p>
|
|
1379
|
+
* @public
|
|
1380
|
+
*/
|
|
1381
|
+
percentProgress?: number | undefined;
|
|
1382
|
+
/**
|
|
1383
|
+
* <p>The database server model type of the Exadata infrastructure. For the list of valid model names, use the <code>ListDbSystemShapes</code> operation.</p>
|
|
1384
|
+
* @public
|
|
1385
|
+
*/
|
|
1386
|
+
databaseServerType?: string | undefined;
|
|
1387
|
+
/**
|
|
1388
|
+
* <p>The storage server model type of the Exadata infrastructure. For the list of valid model names, use the <code>ListDbSystemShapes</code> operation.</p>
|
|
1389
|
+
* @public
|
|
1390
|
+
*/
|
|
1391
|
+
storageServerType?: string | undefined;
|
|
1392
|
+
/**
|
|
1393
|
+
* <p>The OCI model compute model used when you create or clone an instance: ECPU or OCPU. An ECPU is an abstracted measure of compute resources. ECPUs are based on the number of cores elastically allocated from a pool of compute and storage servers. An OCPU is a legacy physical measure of compute resources. OCPUs are based on the physical core of a processor with hyper-threading enabled. </p>
|
|
1394
|
+
* @public
|
|
1395
|
+
*/
|
|
1396
|
+
computeModel?: ComputeModel | undefined;
|
|
1397
|
+
}
|
|
1398
|
+
/**
|
|
1399
|
+
* <p>Information about an Exadata infrastructure.</p>
|
|
1400
|
+
* @public
|
|
1401
|
+
*/
|
|
1402
|
+
export interface CloudExadataInfrastructureSummary {
|
|
1403
|
+
/**
|
|
1404
|
+
* <p>The unique identifier for the Exadata infrastructure.</p>
|
|
1405
|
+
* @public
|
|
1406
|
+
*/
|
|
1407
|
+
cloudExadataInfrastructureId: string | undefined;
|
|
1408
|
+
/**
|
|
1409
|
+
* <p>The user-friendly name for the Exadata infrastructure.</p>
|
|
1410
|
+
* @public
|
|
1411
|
+
*/
|
|
1412
|
+
displayName?: string | undefined;
|
|
1413
|
+
/**
|
|
1414
|
+
* <p>The current status of the Exadata infrastructure.</p>
|
|
1415
|
+
* @public
|
|
1416
|
+
*/
|
|
1417
|
+
status?: ResourceStatus | undefined;
|
|
1418
|
+
/**
|
|
1419
|
+
* <p>Additional information about the status of the Exadata infrastructure.</p>
|
|
1420
|
+
* @public
|
|
1421
|
+
*/
|
|
1422
|
+
statusReason?: string | undefined;
|
|
1423
|
+
/**
|
|
1424
|
+
* <p>The Amazon Resource Name (ARN) for the Exadata infrastructure.</p>
|
|
1425
|
+
* @public
|
|
1426
|
+
*/
|
|
1427
|
+
cloudExadataInfrastructureArn?: string | undefined;
|
|
1428
|
+
/**
|
|
1429
|
+
* <p>The number of storage servers requested for the Exadata infrastructure.</p>
|
|
1430
|
+
* @public
|
|
1431
|
+
*/
|
|
1432
|
+
activatedStorageCount?: number | undefined;
|
|
1433
|
+
/**
|
|
1434
|
+
* <p>The number of storage servers requested for the Exadata infrastructure.</p>
|
|
1435
|
+
* @public
|
|
1436
|
+
*/
|
|
1437
|
+
additionalStorageCount?: number | undefined;
|
|
1438
|
+
/**
|
|
1439
|
+
* <p>The amount of available storage, in gigabytes (GB), for the Exadata infrastructure.</p>
|
|
1440
|
+
* @public
|
|
1441
|
+
*/
|
|
1442
|
+
availableStorageSizeInGBs?: number | undefined;
|
|
1443
|
+
/**
|
|
1444
|
+
* <p>The name of the Availability Zone (AZ) where the Exadata infrastructure is located.</p>
|
|
1445
|
+
* @public
|
|
1446
|
+
*/
|
|
1447
|
+
availabilityZone?: string | undefined;
|
|
1448
|
+
/**
|
|
1449
|
+
* <p>The AZ ID of the AZ where the Exadata infrastructure is located.</p>
|
|
1450
|
+
* @public
|
|
1451
|
+
*/
|
|
1452
|
+
availabilityZoneId?: string | undefined;
|
|
1453
|
+
/**
|
|
1454
|
+
* <p>The number of database servers for the Exadata infrastructure.</p>
|
|
1455
|
+
* @public
|
|
1456
|
+
*/
|
|
1457
|
+
computeCount?: number | undefined;
|
|
1458
|
+
/**
|
|
1459
|
+
* <p>The total number of CPU cores that are allocated to the Exadata infrastructure.</p>
|
|
1460
|
+
* @public
|
|
1461
|
+
*/
|
|
1462
|
+
cpuCount?: number | undefined;
|
|
1463
|
+
/**
|
|
1464
|
+
* <p>The email addresses of contacts to receive notification from Oracle about maintenance updates for the Exadata infrastructure.</p>
|
|
1465
|
+
* @public
|
|
1466
|
+
*/
|
|
1467
|
+
customerContactsToSendToOCI?: CustomerContact[] | undefined;
|
|
1468
|
+
/**
|
|
1469
|
+
* <p>The size of the Exadata infrastructure's data disk group, in terabytes (TB).</p>
|
|
1470
|
+
* @public
|
|
1471
|
+
*/
|
|
1472
|
+
dataStorageSizeInTBs?: number | undefined;
|
|
1473
|
+
/**
|
|
1474
|
+
* <p>The size of the Exadata infrastructure's local node storage, in gigabytes (GB).</p>
|
|
1475
|
+
* @public
|
|
1476
|
+
*/
|
|
1477
|
+
dbNodeStorageSizeInGBs?: number | undefined;
|
|
1478
|
+
/**
|
|
1479
|
+
* <p>The software version of the database servers on the Exadata infrastructure.</p>
|
|
1480
|
+
* @public
|
|
1481
|
+
*/
|
|
1482
|
+
dbServerVersion?: string | undefined;
|
|
1483
|
+
/**
|
|
1484
|
+
* <p>The Oracle Cloud Identifier (OCID) of the last maintenance run for the Exadata infrastructure.</p>
|
|
1485
|
+
* @public
|
|
1486
|
+
*/
|
|
1487
|
+
lastMaintenanceRunId?: string | undefined;
|
|
1488
|
+
/**
|
|
1489
|
+
* <p>The scheduling details for the maintenance window. Patching and system updates take place during the maintenance window.</p>
|
|
1490
|
+
* @public
|
|
1491
|
+
*/
|
|
1492
|
+
maintenanceWindow?: MaintenanceWindow | undefined;
|
|
1493
|
+
/**
|
|
1494
|
+
* <p>The total number of CPU cores available on the Exadata infrastructure.</p>
|
|
1495
|
+
* @public
|
|
1496
|
+
*/
|
|
1497
|
+
maxCpuCount?: number | undefined;
|
|
1498
|
+
/**
|
|
1499
|
+
* <p>The total amount of data disk group storage, in terabytes (TB), that's available on the Exadata infrastructure.</p>
|
|
1500
|
+
* @public
|
|
1501
|
+
*/
|
|
1502
|
+
maxDataStorageInTBs?: number | undefined;
|
|
1503
|
+
/**
|
|
1504
|
+
* <p>The total amount of local node storage, in gigabytes (GB), that's available on the Exadata infrastructure.</p>
|
|
1505
|
+
* @public
|
|
1506
|
+
*/
|
|
1507
|
+
maxDbNodeStorageSizeInGBs?: number | undefined;
|
|
1508
|
+
/**
|
|
1509
|
+
* <p>The total amount of memory, in gigabytes (GB), that's available on the Exadata infrastructure.</p>
|
|
1510
|
+
* @public
|
|
1511
|
+
*/
|
|
1512
|
+
maxMemoryInGBs?: number | undefined;
|
|
1513
|
+
/**
|
|
1514
|
+
* <p>The amount of memory, in gigabytes (GB), that's allocated on the Exadata infrastructure.</p>
|
|
1515
|
+
* @public
|
|
1516
|
+
*/
|
|
1517
|
+
memorySizeInGBs?: number | undefined;
|
|
1518
|
+
/**
|
|
1519
|
+
* <p>The monthly software version of the database servers (dom0) installed on the Exadata infrastructure.</p>
|
|
1520
|
+
* @public
|
|
1521
|
+
*/
|
|
1522
|
+
monthlyDbServerVersion?: string | undefined;
|
|
1523
|
+
/**
|
|
1524
|
+
* <p>The monthly software version of the storage servers installed on the Exadata infrastructure.</p>
|
|
1525
|
+
* @public
|
|
1526
|
+
*/
|
|
1527
|
+
monthlyStorageServerVersion?: string | undefined;
|
|
1528
|
+
/**
|
|
1529
|
+
* <p>The OCID of the next maintenance run for the Exadata infrastructure.</p>
|
|
1530
|
+
* @public
|
|
1531
|
+
*/
|
|
1532
|
+
nextMaintenanceRunId?: string | undefined;
|
|
1533
|
+
/**
|
|
1534
|
+
* <p>The name of the OCI resource anchor for the Exadata infrastructure.</p>
|
|
1535
|
+
* @public
|
|
1536
|
+
*/
|
|
1537
|
+
ociResourceAnchorName?: string | undefined;
|
|
1538
|
+
/**
|
|
1539
|
+
* <p>The HTTPS link to the Exadata infrastructure in OCI.</p>
|
|
1540
|
+
* @public
|
|
1541
|
+
*/
|
|
1542
|
+
ociUrl?: string | undefined;
|
|
1543
|
+
/**
|
|
1544
|
+
* <p>The OCID of the Exadata infrastructure.</p>
|
|
1545
|
+
* @public
|
|
1546
|
+
*/
|
|
1547
|
+
ocid?: string | undefined;
|
|
1548
|
+
/**
|
|
1549
|
+
* <p>The model name of the Exadata infrastructure.</p>
|
|
1550
|
+
* @public
|
|
1551
|
+
*/
|
|
1552
|
+
shape?: string | undefined;
|
|
1553
|
+
/**
|
|
1554
|
+
* <p>The number of storage servers that are activated for the Exadata infrastructure.</p>
|
|
1555
|
+
* @public
|
|
1556
|
+
*/
|
|
1557
|
+
storageCount?: number | undefined;
|
|
1558
|
+
/**
|
|
1559
|
+
* <p>The software version of the storage servers on the Exadata infrastructure.</p>
|
|
1560
|
+
* @public
|
|
1561
|
+
*/
|
|
1562
|
+
storageServerVersion?: string | undefined;
|
|
1563
|
+
/**
|
|
1564
|
+
* <p>The date and time when the Exadata infrastructure was created.</p>
|
|
1565
|
+
* @public
|
|
1566
|
+
*/
|
|
1567
|
+
createdAt?: Date | undefined;
|
|
1568
|
+
/**
|
|
1569
|
+
* <p>The total amount of storage, in gigabytes (GB), on the the Exadata infrastructure.</p>
|
|
1570
|
+
* @public
|
|
1571
|
+
*/
|
|
1572
|
+
totalStorageSizeInGBs?: number | undefined;
|
|
1573
|
+
/**
|
|
1574
|
+
* <p>The amount of progress made on the current operation on the Exadata infrastructure, expressed as a percentage.</p>
|
|
1575
|
+
* @public
|
|
1576
|
+
*/
|
|
1577
|
+
percentProgress?: number | undefined;
|
|
1578
|
+
/**
|
|
1579
|
+
* <p>The database server model type of the Exadata infrastructure. For the list of valid model names, use the <code>ListDbSystemShapes</code> operation.</p>
|
|
1580
|
+
* @public
|
|
1581
|
+
*/
|
|
1582
|
+
databaseServerType?: string | undefined;
|
|
1583
|
+
/**
|
|
1584
|
+
* <p>The storage server model type of the Exadata infrastructure. For the list of valid model names, use the <code>ListDbSystemShapes</code> operation.</p>
|
|
1585
|
+
* @public
|
|
1586
|
+
*/
|
|
1587
|
+
storageServerType?: string | undefined;
|
|
1588
|
+
/**
|
|
1589
|
+
* <p>The OCI model compute model used when you create or clone an instance: ECPU or OCPU. An ECPU is an abstracted measure of compute resources. ECPUs are based on the number of cores elastically allocated from a pool of compute and storage servers. An OCPU is a legacy physical measure of compute resources. OCPUs are based on the physical core of a processor with hyper-threading enabled. </p>
|
|
1590
|
+
* @public
|
|
1591
|
+
*/
|
|
1592
|
+
computeModel?: ComputeModel | undefined;
|
|
1593
|
+
}
|
|
1594
|
+
/**
|
|
1595
|
+
* @public
|
|
1596
|
+
*/
|
|
1597
|
+
export interface CreateCloudExadataInfrastructureInput {
|
|
1598
|
+
/**
|
|
1599
|
+
* <p>A user-friendly name for the Exadata infrastructure.</p>
|
|
1600
|
+
* @public
|
|
1601
|
+
*/
|
|
1602
|
+
displayName: string | undefined;
|
|
1603
|
+
/**
|
|
1604
|
+
* <p>The model name of the Exadata infrastructure. For the list of valid model names, use the <code>ListDbSystemShapes</code> operation.</p>
|
|
1605
|
+
* @public
|
|
1606
|
+
*/
|
|
1607
|
+
shape: string | undefined;
|
|
1608
|
+
/**
|
|
1609
|
+
* <p>The name of the Availability Zone (AZ) where the Exadata infrastructure is located.</p> <p>This operation requires that you specify a value for either <code>availabilityZone</code> or <code>availabilityZoneId</code>.</p> <p>Example: <code>us-east-1a</code> </p>
|
|
1610
|
+
* @public
|
|
1611
|
+
*/
|
|
1612
|
+
availabilityZone?: string | undefined;
|
|
1613
|
+
/**
|
|
1614
|
+
* <p>The AZ ID of the AZ where the Exadata infrastructure is located.</p> <p>This operation requires that you specify a value for either <code>availabilityZone</code> or <code>availabilityZoneId</code>.</p> <p>Example: <code>use1-az1</code> </p>
|
|
1615
|
+
* @public
|
|
1616
|
+
*/
|
|
1617
|
+
availabilityZoneId?: string | undefined;
|
|
1618
|
+
/**
|
|
1619
|
+
* <p>The list of resource tags to apply to the Exadata infrastructure.</p>
|
|
1620
|
+
* @public
|
|
1621
|
+
*/
|
|
1622
|
+
tags?: Record<string, string> | undefined;
|
|
1623
|
+
/**
|
|
1624
|
+
* <p>The number of database servers for the Exadata infrastructure. Valid values for this parameter depend on the shape. To get information about the minimum and maximum values, use the <code>ListDbSystemShapes</code> operation.</p>
|
|
1625
|
+
* @public
|
|
1626
|
+
*/
|
|
1627
|
+
computeCount: number | undefined;
|
|
1628
|
+
/**
|
|
1629
|
+
* <p>The email addresses of contacts to receive notification from Oracle about maintenance updates for the Exadata infrastructure.</p>
|
|
1630
|
+
* @public
|
|
1631
|
+
*/
|
|
1632
|
+
customerContactsToSendToOCI?: CustomerContact[] | undefined;
|
|
1633
|
+
/**
|
|
1634
|
+
* <p>The maintenance window configuration for the Exadata Cloud infrastructure.</p> <p>This allows you to define when maintenance operations such as patching and updates can be performed on the infrastructure.</p>
|
|
1635
|
+
* @public
|
|
1636
|
+
*/
|
|
1637
|
+
maintenanceWindow?: MaintenanceWindow | undefined;
|
|
1638
|
+
/**
|
|
1639
|
+
* <p>The number of storage servers to activate for this Exadata infrastructure. Valid values for this parameter depend on the shape. To get information about the minimum and maximum values, use the <code>ListDbSystemShapes</code> operation.</p>
|
|
1640
|
+
* @public
|
|
1641
|
+
*/
|
|
1642
|
+
storageCount: number | undefined;
|
|
1643
|
+
/**
|
|
1644
|
+
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don't specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency. The client token is valid for up to 24 hours after it's first used.</p>
|
|
1645
|
+
* @public
|
|
1646
|
+
*/
|
|
1647
|
+
clientToken?: string | undefined;
|
|
1648
|
+
/**
|
|
1649
|
+
* <p>The database server model type of the Exadata infrastructure. For the list of valid model names, use the <code>ListDbSystemShapes</code> operation.</p>
|
|
1650
|
+
* @public
|
|
1651
|
+
*/
|
|
1652
|
+
databaseServerType?: string | undefined;
|
|
1653
|
+
/**
|
|
1654
|
+
* <p>The storage server model type of the Exadata infrastructure. For the list of valid model names, use the <code>ListDbSystemShapes</code> operation.</p>
|
|
1655
|
+
* @public
|
|
1656
|
+
*/
|
|
1657
|
+
storageServerType?: string | undefined;
|
|
1658
|
+
}
|
|
1659
|
+
/**
|
|
1660
|
+
* @public
|
|
1661
|
+
*/
|
|
1662
|
+
export interface CreateCloudExadataInfrastructureOutput {
|
|
1663
|
+
/**
|
|
1664
|
+
* <p>The user-friendly name for the Exadata infrastructure.</p>
|
|
1665
|
+
* @public
|
|
1666
|
+
*/
|
|
1667
|
+
displayName?: string | undefined;
|
|
1668
|
+
/**
|
|
1669
|
+
* <p>The current status of the Exadata infrastructure.</p>
|
|
1670
|
+
* @public
|
|
1671
|
+
*/
|
|
1672
|
+
status?: ResourceStatus | undefined;
|
|
1673
|
+
/**
|
|
1674
|
+
* <p>Additional information about the status of the Exadata infrastructure.</p>
|
|
1675
|
+
* @public
|
|
1676
|
+
*/
|
|
1677
|
+
statusReason?: string | undefined;
|
|
1678
|
+
/**
|
|
1679
|
+
* <p>The unique identifier of the Exadata infrastructure.</p>
|
|
1680
|
+
* @public
|
|
1681
|
+
*/
|
|
1682
|
+
cloudExadataInfrastructureId: string | undefined;
|
|
1683
|
+
}
|
|
1684
|
+
/**
|
|
1685
|
+
* @public
|
|
1686
|
+
*/
|
|
1687
|
+
export interface DeleteCloudExadataInfrastructureInput {
|
|
1688
|
+
/**
|
|
1689
|
+
* <p>The unique identifier of the Exadata infrastructure to delete.</p>
|
|
1690
|
+
* @public
|
|
1691
|
+
*/
|
|
1692
|
+
cloudExadataInfrastructureId: string | undefined;
|
|
1693
|
+
}
|
|
1694
|
+
/**
|
|
1695
|
+
* @public
|
|
1696
|
+
*/
|
|
1697
|
+
export interface DeleteCloudExadataInfrastructureOutput {
|
|
1698
|
+
}
|
|
1699
|
+
/**
|
|
1700
|
+
* @public
|
|
1701
|
+
*/
|
|
1702
|
+
export interface GetCloudExadataInfrastructureInput {
|
|
1703
|
+
/**
|
|
1704
|
+
* <p>The unique identifier of the Exadata infrastructure.</p>
|
|
1705
|
+
* @public
|
|
1706
|
+
*/
|
|
1707
|
+
cloudExadataInfrastructureId: string | undefined;
|
|
1708
|
+
}
|
|
1709
|
+
/**
|
|
1710
|
+
* @public
|
|
1711
|
+
*/
|
|
1712
|
+
export interface GetCloudExadataInfrastructureOutput {
|
|
1713
|
+
/**
|
|
1714
|
+
* <p>The Exadata infrastructure.</p>
|
|
1715
|
+
* @public
|
|
1716
|
+
*/
|
|
1717
|
+
cloudExadataInfrastructure?: CloudExadataInfrastructure | undefined;
|
|
1718
|
+
}
|
|
1719
|
+
/**
|
|
1720
|
+
* @public
|
|
1721
|
+
*/
|
|
1722
|
+
export interface GetCloudExadataInfrastructureUnallocatedResourcesInput {
|
|
1723
|
+
/**
|
|
1724
|
+
* <p>The unique identifier of the Cloud Exadata infrastructure for which to retrieve unallocated resources.</p>
|
|
1725
|
+
* @public
|
|
1726
|
+
*/
|
|
1727
|
+
cloudExadataInfrastructureId: string | undefined;
|
|
1728
|
+
/**
|
|
1729
|
+
* <p>The database servers to include in the unallocated resources query.</p>
|
|
1730
|
+
* @public
|
|
1731
|
+
*/
|
|
1732
|
+
dbServers?: string[] | undefined;
|
|
1733
|
+
}
|
|
1734
|
+
/**
|
|
1735
|
+
* <p>Information about unallocated resources in the Cloud Exadata infrastructure.</p>
|
|
1736
|
+
* @public
|
|
1737
|
+
*/
|
|
1738
|
+
export interface CloudExadataInfrastructureUnallocatedResources {
|
|
1739
|
+
/**
|
|
1740
|
+
* <p>A list of Autonomous VM clusters associated with this Cloud Exadata Infrastructure.</p>
|
|
1741
|
+
* @public
|
|
1742
|
+
*/
|
|
1743
|
+
cloudAutonomousVmClusters?: CloudAutonomousVmClusterResourceDetails[] | undefined;
|
|
1744
|
+
/**
|
|
1745
|
+
* <p>The display name of the Cloud Exadata infrastructure.</p>
|
|
1746
|
+
* @public
|
|
1747
|
+
*/
|
|
1748
|
+
cloudExadataInfrastructureDisplayName?: string | undefined;
|
|
1749
|
+
/**
|
|
1750
|
+
* <p>The amount of unallocated Exadata storage available, in terabytes (TB).</p>
|
|
1751
|
+
* @public
|
|
1752
|
+
*/
|
|
1753
|
+
exadataStorageInTBs?: number | undefined;
|
|
1754
|
+
/**
|
|
1755
|
+
* <p>The unique identifier of the Cloud Exadata infrastructure.</p>
|
|
1756
|
+
* @public
|
|
1757
|
+
*/
|
|
1758
|
+
cloudExadataInfrastructureId?: string | undefined;
|
|
1759
|
+
/**
|
|
1760
|
+
* <p>The amount of unallocated local storage available, in gigabytes (GB).</p>
|
|
1761
|
+
* @public
|
|
1762
|
+
*/
|
|
1763
|
+
localStorageInGBs?: number | undefined;
|
|
1764
|
+
/**
|
|
1765
|
+
* <p>The amount of unallocated memory available, in gigabytes (GB).</p>
|
|
1766
|
+
* @public
|
|
1767
|
+
*/
|
|
1768
|
+
memoryInGBs?: number | undefined;
|
|
1769
|
+
/**
|
|
1770
|
+
* <p>The number of unallocated Oracle CPU Units (OCPUs) available.</p>
|
|
1771
|
+
* @public
|
|
1772
|
+
*/
|
|
1773
|
+
ocpus?: number | undefined;
|
|
1774
|
+
}
|
|
1775
|
+
/**
|
|
1776
|
+
* @public
|
|
1777
|
+
*/
|
|
1778
|
+
export interface GetCloudExadataInfrastructureUnallocatedResourcesOutput {
|
|
1779
|
+
/**
|
|
1780
|
+
* <p>Details about the unallocated resources in the specified Cloud Exadata infrastructure.</p>
|
|
1781
|
+
* @public
|
|
1782
|
+
*/
|
|
1783
|
+
cloudExadataInfrastructureUnallocatedResources?: CloudExadataInfrastructureUnallocatedResources | undefined;
|
|
1784
|
+
}
|
|
1785
|
+
/**
|
|
1786
|
+
* @public
|
|
1787
|
+
*/
|
|
1788
|
+
export interface GetDbServerInput {
|
|
1789
|
+
/**
|
|
1790
|
+
* <p>The unique identifier of the Oracle Exadata infrastructure that contains the database server.</p>
|
|
1791
|
+
* @public
|
|
1792
|
+
*/
|
|
1793
|
+
cloudExadataInfrastructureId: string | undefined;
|
|
1794
|
+
/**
|
|
1795
|
+
* <p>The unique identifier of the database server to retrieve information about.</p>
|
|
1796
|
+
* @public
|
|
1797
|
+
*/
|
|
1798
|
+
dbServerId: string | undefined;
|
|
1799
|
+
}
|
|
1800
|
+
/**
|
|
1801
|
+
* @public
|
|
1802
|
+
* @enum
|
|
1803
|
+
*/
|
|
1804
|
+
export declare const DbServerPatchingStatus: {
|
|
1805
|
+
readonly COMPLETE: "COMPLETE";
|
|
1806
|
+
readonly FAILED: "FAILED";
|
|
1807
|
+
readonly MAINTENANCE_IN_PROGRESS: "MAINTENANCE_IN_PROGRESS";
|
|
1808
|
+
readonly SCHEDULED: "SCHEDULED";
|
|
1809
|
+
};
|
|
1810
|
+
/**
|
|
1811
|
+
* @public
|
|
1812
|
+
*/
|
|
1813
|
+
export type DbServerPatchingStatus = (typeof DbServerPatchingStatus)[keyof typeof DbServerPatchingStatus];
|
|
1814
|
+
/**
|
|
1815
|
+
* <p>The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.</p>
|
|
1816
|
+
* @public
|
|
1817
|
+
*/
|
|
1818
|
+
export interface DbServerPatchingDetails {
|
|
1819
|
+
/**
|
|
1820
|
+
* <p>Estimated time, in minutes, to patch one database server.</p>
|
|
1821
|
+
* @public
|
|
1822
|
+
*/
|
|
1823
|
+
estimatedPatchDuration?: number | undefined;
|
|
1824
|
+
/**
|
|
1825
|
+
* <p>The status of the patching operation. Possible values are <code>SCHEDULED</code>, <code>MAINTENANCE_IN_PROGRESS</code>, <code>FAILED</code>, and <code>COMPLETE</code>.</p>
|
|
1826
|
+
* @public
|
|
1827
|
+
*/
|
|
1828
|
+
patchingStatus?: DbServerPatchingStatus | undefined;
|
|
1829
|
+
/**
|
|
1830
|
+
* <p>The time when the patching operation ended.</p>
|
|
1831
|
+
* @public
|
|
1832
|
+
*/
|
|
1833
|
+
timePatchingEnded?: string | undefined;
|
|
1834
|
+
/**
|
|
1835
|
+
* <p>The time when the patching operation started.</p>
|
|
1836
|
+
* @public
|
|
1837
|
+
*/
|
|
1838
|
+
timePatchingStarted?: string | undefined;
|
|
1839
|
+
}
|
|
1840
|
+
/**
|
|
1841
|
+
* <p>Information about a database server.</p>
|
|
1842
|
+
* @public
|
|
1843
|
+
*/
|
|
1844
|
+
export interface DbServer {
|
|
1845
|
+
/**
|
|
1846
|
+
* <p>The unique identifier for the database server.</p>
|
|
1847
|
+
* @public
|
|
1848
|
+
*/
|
|
1849
|
+
dbServerId?: string | undefined;
|
|
1850
|
+
/**
|
|
1851
|
+
* <p>The current status of the database server.</p>
|
|
1852
|
+
* @public
|
|
1853
|
+
*/
|
|
1854
|
+
status?: ResourceStatus | undefined;
|
|
1855
|
+
/**
|
|
1856
|
+
* <p>Additional information about the current status of the database server.</p>
|
|
1857
|
+
* @public
|
|
1858
|
+
*/
|
|
1859
|
+
statusReason?: string | undefined;
|
|
1860
|
+
/**
|
|
1861
|
+
* <p>The number of CPU cores enabled on the database server.</p>
|
|
1862
|
+
* @public
|
|
1863
|
+
*/
|
|
1864
|
+
cpuCoreCount?: number | undefined;
|
|
1865
|
+
/**
|
|
1866
|
+
* <p>The allocated local node storage in GBs on the database server.</p>
|
|
1867
|
+
* @public
|
|
1868
|
+
*/
|
|
1869
|
+
dbNodeStorageSizeInGBs?: number | undefined;
|
|
1870
|
+
/**
|
|
1871
|
+
* <p>The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.</p>
|
|
1872
|
+
* @public
|
|
1873
|
+
*/
|
|
1874
|
+
dbServerPatchingDetails?: DbServerPatchingDetails | undefined;
|
|
1875
|
+
/**
|
|
1876
|
+
* <p>The user-friendly name of the database server.</p>
|
|
1877
|
+
* @public
|
|
1878
|
+
*/
|
|
1879
|
+
displayName?: string | undefined;
|
|
1880
|
+
/**
|
|
1881
|
+
* <p>The ID of the Exadata infrastructure the database server belongs to.</p>
|
|
1882
|
+
* @public
|
|
1883
|
+
*/
|
|
1884
|
+
exadataInfrastructureId?: string | undefined;
|
|
1885
|
+
/**
|
|
1886
|
+
* <p>The OCID of the database server.</p>
|
|
1887
|
+
* @public
|
|
1888
|
+
*/
|
|
1889
|
+
ocid?: string | undefined;
|
|
1890
|
+
/**
|
|
1891
|
+
* <p>The name of the OCI resource anchor for the database server.</p>
|
|
1892
|
+
* @public
|
|
1893
|
+
*/
|
|
1894
|
+
ociResourceAnchorName?: string | undefined;
|
|
1895
|
+
/**
|
|
1896
|
+
* <p>The total number of CPU cores available.</p>
|
|
1897
|
+
* @public
|
|
1898
|
+
*/
|
|
1899
|
+
maxCpuCount?: number | undefined;
|
|
1900
|
+
/**
|
|
1901
|
+
* <p>The total local node storage available in GBs.</p>
|
|
1902
|
+
* @public
|
|
1903
|
+
*/
|
|
1904
|
+
maxDbNodeStorageInGBs?: number | undefined;
|
|
1905
|
+
/**
|
|
1906
|
+
* <p>The total memory available in GBs.</p>
|
|
1907
|
+
* @public
|
|
1908
|
+
*/
|
|
1909
|
+
maxMemoryInGBs?: number | undefined;
|
|
1910
|
+
/**
|
|
1911
|
+
* <p>The allocated memory in GBs on the database server.</p>
|
|
1912
|
+
* @public
|
|
1913
|
+
*/
|
|
1914
|
+
memorySizeInGBs?: number | undefined;
|
|
1915
|
+
/**
|
|
1916
|
+
* <p>The shape of the database server. The shape determines the amount of CPU, storage, and memory resources available.</p>
|
|
1917
|
+
* @public
|
|
1918
|
+
*/
|
|
1919
|
+
shape?: string | undefined;
|
|
1920
|
+
/**
|
|
1921
|
+
* <p>The date and time when the database server was created.</p>
|
|
1922
|
+
* @public
|
|
1923
|
+
*/
|
|
1924
|
+
createdAt?: Date | undefined;
|
|
1925
|
+
/**
|
|
1926
|
+
* <p>The OCID of the VM clusters that are associated with the database server.</p>
|
|
1927
|
+
* @public
|
|
1928
|
+
*/
|
|
1929
|
+
vmClusterIds?: string[] | undefined;
|
|
1930
|
+
/**
|
|
1931
|
+
* <p>The compute model of the database server (ECPU or OCPU).</p>
|
|
1932
|
+
* @public
|
|
1933
|
+
*/
|
|
1934
|
+
computeModel?: ComputeModel | undefined;
|
|
1935
|
+
/**
|
|
1936
|
+
* <p>The list of identifiers for the Autonomous VM clusters associated with this database server.</p>
|
|
1937
|
+
* @public
|
|
1938
|
+
*/
|
|
1939
|
+
autonomousVmClusterIds?: string[] | undefined;
|
|
1940
|
+
/**
|
|
1941
|
+
* <p>The list of unique identifiers for the Autonomous VMs associated with this database server.</p>
|
|
1942
|
+
* @public
|
|
1943
|
+
*/
|
|
1944
|
+
autonomousVirtualMachineIds?: string[] | undefined;
|
|
1945
|
+
}
|
|
1946
|
+
/**
|
|
1947
|
+
* @public
|
|
1948
|
+
*/
|
|
1949
|
+
export interface GetDbServerOutput {
|
|
1950
|
+
/**
|
|
1951
|
+
* <p>The details of the requested database server.</p>
|
|
1952
|
+
* @public
|
|
1953
|
+
*/
|
|
1954
|
+
dbServer?: DbServer | undefined;
|
|
1955
|
+
}
|
|
1956
|
+
/**
|
|
1957
|
+
* @public
|
|
1958
|
+
*/
|
|
1959
|
+
export interface ListCloudExadataInfrastructuresInput {
|
|
1960
|
+
/**
|
|
1961
|
+
* <p>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output.</p> <p>Default: <code>10</code> </p>
|
|
1962
|
+
* @public
|
|
1963
|
+
*/
|
|
1964
|
+
maxResults?: number | undefined;
|
|
1965
|
+
/**
|
|
1966
|
+
* <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
|
|
1967
|
+
* @public
|
|
1968
|
+
*/
|
|
1969
|
+
nextToken?: string | undefined;
|
|
1970
|
+
}
|
|
1971
|
+
/**
|
|
1972
|
+
* @public
|
|
1973
|
+
*/
|
|
1974
|
+
export interface ListCloudExadataInfrastructuresOutput {
|
|
1975
|
+
/**
|
|
1976
|
+
* <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there are no more items to return.</p>
|
|
1977
|
+
* @public
|
|
1978
|
+
*/
|
|
1979
|
+
nextToken?: string | undefined;
|
|
1980
|
+
/**
|
|
1981
|
+
* <p>The list of Exadata infrastructures along with their properties.</p>
|
|
1982
|
+
* @public
|
|
1983
|
+
*/
|
|
1984
|
+
cloudExadataInfrastructures: CloudExadataInfrastructureSummary[] | undefined;
|
|
1985
|
+
}
|
|
1986
|
+
/**
|
|
1987
|
+
* @public
|
|
1988
|
+
*/
|
|
1989
|
+
export interface ListDbServersInput {
|
|
1990
|
+
/**
|
|
1991
|
+
* <p>The unique identifier of the Oracle Exadata infrastructure.</p>
|
|
1992
|
+
* @public
|
|
1993
|
+
*/
|
|
1994
|
+
cloudExadataInfrastructureId: string | undefined;
|
|
1995
|
+
/**
|
|
1996
|
+
* <p>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output.</p> <p>Default: <code>10</code> </p>
|
|
1997
|
+
* @public
|
|
1998
|
+
*/
|
|
1999
|
+
maxResults?: number | undefined;
|
|
2000
|
+
/**
|
|
2001
|
+
* <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
|
|
2002
|
+
* @public
|
|
2003
|
+
*/
|
|
2004
|
+
nextToken?: string | undefined;
|
|
2005
|
+
}
|
|
2006
|
+
/**
|
|
2007
|
+
* <p>Information about a database server.</p>
|
|
2008
|
+
* @public
|
|
2009
|
+
*/
|
|
2010
|
+
export interface DbServerSummary {
|
|
2011
|
+
/**
|
|
2012
|
+
* <p>The unique identifier of the database server.</p>
|
|
2013
|
+
* @public
|
|
2014
|
+
*/
|
|
2015
|
+
dbServerId?: string | undefined;
|
|
2016
|
+
/**
|
|
2017
|
+
* <p>The current status of the database server.</p>
|
|
2018
|
+
* @public
|
|
2019
|
+
*/
|
|
2020
|
+
status?: ResourceStatus | undefined;
|
|
2021
|
+
/**
|
|
2022
|
+
* <p>Additional information about the status of the database server.</p>
|
|
2023
|
+
* @public
|
|
2024
|
+
*/
|
|
2025
|
+
statusReason?: string | undefined;
|
|
2026
|
+
/**
|
|
2027
|
+
* <p>The number of CPU cores enabled on the database server.</p>
|
|
2028
|
+
* @public
|
|
2029
|
+
*/
|
|
2030
|
+
cpuCoreCount?: number | undefined;
|
|
2031
|
+
/**
|
|
2032
|
+
* <p>The amount of local node storage, in gigabytes (GB), that's allocated on the database server.</p>
|
|
2033
|
+
* @public
|
|
2034
|
+
*/
|
|
2035
|
+
dbNodeStorageSizeInGBs?: number | undefined;
|
|
2036
|
+
/**
|
|
2037
|
+
* <p>The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.</p>
|
|
2038
|
+
* @public
|
|
2039
|
+
*/
|
|
2040
|
+
dbServerPatchingDetails?: DbServerPatchingDetails | undefined;
|
|
2041
|
+
/**
|
|
2042
|
+
* <p>The user-friendly name of the database server. The name doesn't need to be unique.</p>
|
|
2043
|
+
* @public
|
|
2044
|
+
*/
|
|
2045
|
+
displayName?: string | undefined;
|
|
2046
|
+
/**
|
|
2047
|
+
* <p>The ID of the Exadata infrastructure that hosts the database server.</p>
|
|
2048
|
+
* @public
|
|
2049
|
+
*/
|
|
2050
|
+
exadataInfrastructureId?: string | undefined;
|
|
2051
|
+
/**
|
|
2052
|
+
* <p>The OCID of the database server.</p>
|
|
2053
|
+
* @public
|
|
2054
|
+
*/
|
|
2055
|
+
ocid?: string | undefined;
|
|
2056
|
+
/**
|
|
2057
|
+
* <p>The name of the OCI resource anchor for the database server.</p>
|
|
2058
|
+
* @public
|
|
2059
|
+
*/
|
|
2060
|
+
ociResourceAnchorName?: string | undefined;
|
|
2061
|
+
/**
|
|
2062
|
+
* <p>The total number of CPU cores available on the database server.</p>
|
|
2063
|
+
* @public
|
|
2064
|
+
*/
|
|
2065
|
+
maxCpuCount?: number | undefined;
|
|
2066
|
+
/**
|
|
2067
|
+
* <p>The total amount of local node storage, in gigabytes (GB), that's available on the database server.</p>
|
|
2068
|
+
* @public
|
|
2069
|
+
*/
|
|
2070
|
+
maxDbNodeStorageInGBs?: number | undefined;
|
|
2071
|
+
/**
|
|
2072
|
+
* <p>The total amount of memory, in gigabytes (GB), that's available on the database server.</p>
|
|
2073
|
+
* @public
|
|
2074
|
+
*/
|
|
2075
|
+
maxMemoryInGBs?: number | undefined;
|
|
2076
|
+
/**
|
|
2077
|
+
* <p>The amount of memory, in gigabytes (GB), that's allocated on the database server.</p>
|
|
2078
|
+
* @public
|
|
2079
|
+
*/
|
|
2080
|
+
memorySizeInGBs?: number | undefined;
|
|
2081
|
+
/**
|
|
2082
|
+
* <p>The hardware system model of the Exadata infrastructure that the database server is hosted on. The shape determines the amount of CPU, storage, and memory resources available.</p>
|
|
2083
|
+
* @public
|
|
2084
|
+
*/
|
|
2085
|
+
shape?: string | undefined;
|
|
2086
|
+
/**
|
|
2087
|
+
* <p>The date and time when the database server was created.</p>
|
|
2088
|
+
* @public
|
|
2089
|
+
*/
|
|
2090
|
+
createdAt?: Date | undefined;
|
|
2091
|
+
/**
|
|
2092
|
+
* <p>The IDs of the VM clusters that are associated with the database server.</p>
|
|
2093
|
+
* @public
|
|
2094
|
+
*/
|
|
2095
|
+
vmClusterIds?: string[] | undefined;
|
|
2096
|
+
/**
|
|
2097
|
+
* <p>The OCI model compute model used when you create or clone an instance: ECPU or OCPU. An ECPU is an abstracted measure of compute resources. ECPUs are based on the number of cores elastically allocated from a pool of compute and storage servers. An OCPU is a legacy physical measure of compute resources. OCPUs are based on the physical core of a processor with hyper-threading enabled.</p>
|
|
2098
|
+
* @public
|
|
2099
|
+
*/
|
|
2100
|
+
computeModel?: ComputeModel | undefined;
|
|
2101
|
+
/**
|
|
2102
|
+
* <p>A list of identifiers for the Autonomous VM clusters.</p>
|
|
2103
|
+
* @public
|
|
2104
|
+
*/
|
|
2105
|
+
autonomousVmClusterIds?: string[] | undefined;
|
|
2106
|
+
/**
|
|
2107
|
+
* <p>A list of unique identifiers for the Autonomous VMs.</p>
|
|
2108
|
+
* @public
|
|
2109
|
+
*/
|
|
2110
|
+
autonomousVirtualMachineIds?: string[] | undefined;
|
|
2111
|
+
}
|
|
2112
|
+
/**
|
|
2113
|
+
* @public
|
|
2114
|
+
*/
|
|
2115
|
+
export interface ListDbServersOutput {
|
|
2116
|
+
/**
|
|
2117
|
+
* <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there are no more items to return.</p>
|
|
2118
|
+
* @public
|
|
2119
|
+
*/
|
|
2120
|
+
nextToken?: string | undefined;
|
|
2121
|
+
/**
|
|
2122
|
+
* <p>The list of database servers along with their properties.</p>
|
|
2123
|
+
* @public
|
|
2124
|
+
*/
|
|
2125
|
+
dbServers: DbServerSummary[] | undefined;
|
|
2126
|
+
}
|
|
2127
|
+
/**
|
|
2128
|
+
* @public
|
|
2129
|
+
*/
|
|
2130
|
+
export interface UpdateCloudExadataInfrastructureInput {
|
|
2131
|
+
/**
|
|
2132
|
+
* <p>The unique identifier of the Exadata infrastructure to update.</p>
|
|
2133
|
+
* @public
|
|
2134
|
+
*/
|
|
2135
|
+
cloudExadataInfrastructureId: string | undefined;
|
|
2136
|
+
/**
|
|
2137
|
+
* <p>The scheduling details for the maintenance window. Patching and system updates take place during the maintenance window.</p>
|
|
2138
|
+
* @public
|
|
2139
|
+
*/
|
|
2140
|
+
maintenanceWindow?: MaintenanceWindow | undefined;
|
|
2141
|
+
}
|
|
2142
|
+
/**
|
|
2143
|
+
* @public
|
|
2144
|
+
*/
|
|
2145
|
+
export interface UpdateCloudExadataInfrastructureOutput {
|
|
2146
|
+
/**
|
|
2147
|
+
* <p>The user-friendly name of the updated Exadata infrastructure.</p>
|
|
2148
|
+
* @public
|
|
2149
|
+
*/
|
|
2150
|
+
displayName?: string | undefined;
|
|
2151
|
+
/**
|
|
2152
|
+
* <p>The current status of the Exadata infrastructure after the update operation.</p>
|
|
2153
|
+
* @public
|
|
2154
|
+
*/
|
|
2155
|
+
status?: ResourceStatus | undefined;
|
|
2156
|
+
/**
|
|
2157
|
+
* <p>Additional information about the status of the Exadata infrastructure after the update operation.</p>
|
|
2158
|
+
* @public
|
|
2159
|
+
*/
|
|
2160
|
+
statusReason?: string | undefined;
|
|
2161
|
+
/**
|
|
2162
|
+
* <p>The unique identifier of the updated Exadata infrastructure.</p>
|
|
2163
|
+
* @public
|
|
2164
|
+
*/
|
|
2165
|
+
cloudExadataInfrastructureId: string | undefined;
|
|
2166
|
+
}
|
|
2167
|
+
/**
|
|
2168
|
+
* <p>Information about the data collection options enabled for a VM cluster.</p>
|
|
2169
|
+
* @public
|
|
2170
|
+
*/
|
|
2171
|
+
export interface DataCollectionOptions {
|
|
2172
|
+
/**
|
|
2173
|
+
* <p>Indicates whether diagnostic collection is enabled for the VM cluster.</p>
|
|
2174
|
+
* @public
|
|
2175
|
+
*/
|
|
2176
|
+
isDiagnosticsEventsEnabled?: boolean | undefined;
|
|
2177
|
+
/**
|
|
2178
|
+
* <p>Indicates whether health monitoring is enabled for the VM cluster.</p>
|
|
2179
|
+
* @public
|
|
2180
|
+
*/
|
|
2181
|
+
isHealthMonitoringEnabled?: boolean | undefined;
|
|
2182
|
+
/**
|
|
2183
|
+
* <p>Indicates whether incident logs are enabled for the cloud VM cluster.</p>
|
|
2184
|
+
* @public
|
|
2185
|
+
*/
|
|
2186
|
+
isIncidentLogsEnabled?: boolean | undefined;
|
|
2187
|
+
}
|
|
2188
|
+
/**
|
|
2189
|
+
* @public
|
|
2190
|
+
* @enum
|
|
2191
|
+
*/
|
|
2192
|
+
export declare const DiskRedundancy: {
|
|
2193
|
+
readonly HIGH: "HIGH";
|
|
2194
|
+
readonly NORMAL: "NORMAL";
|
|
2195
|
+
};
|
|
2196
|
+
/**
|
|
2197
|
+
* @public
|
|
2198
|
+
*/
|
|
2199
|
+
export type DiskRedundancy = (typeof DiskRedundancy)[keyof typeof DiskRedundancy];
|
|
2200
|
+
/**
|
|
2201
|
+
* <p>The IORM configuration settings for the database.</p>
|
|
2202
|
+
* @public
|
|
2203
|
+
*/
|
|
2204
|
+
export interface DbIormConfig {
|
|
2205
|
+
/**
|
|
2206
|
+
* <p>The database name. For the default DbPlan, the dbName is <code>default</code>.</p>
|
|
2207
|
+
* @public
|
|
2208
|
+
*/
|
|
2209
|
+
dbName?: string | undefined;
|
|
2210
|
+
/**
|
|
2211
|
+
* <p>The flash cache limit for this database. This value is internally configured based on the share value assigned to the database.</p>
|
|
2212
|
+
* @public
|
|
2213
|
+
*/
|
|
2214
|
+
flashCacheLimit?: string | undefined;
|
|
2215
|
+
/**
|
|
2216
|
+
* <p>The relative priority of this database.</p>
|
|
2217
|
+
* @public
|
|
2218
|
+
*/
|
|
2219
|
+
share?: number | undefined;
|
|
2220
|
+
}
|
|
2221
|
+
/**
|
|
2222
|
+
* @public
|
|
2223
|
+
* @enum
|
|
2224
|
+
*/
|
|
2225
|
+
export declare const IormLifecycleState: {
|
|
2226
|
+
readonly BOOTSTRAPPING: "BOOTSTRAPPING";
|
|
2227
|
+
readonly DISABLED: "DISABLED";
|
|
2228
|
+
readonly ENABLED: "ENABLED";
|
|
2229
|
+
readonly FAILED: "FAILED";
|
|
2230
|
+
readonly UPDATING: "UPDATING";
|
|
2231
|
+
};
|
|
2232
|
+
/**
|
|
2233
|
+
* @public
|
|
2234
|
+
*/
|
|
2235
|
+
export type IormLifecycleState = (typeof IormLifecycleState)[keyof typeof IormLifecycleState];
|
|
2236
|
+
/**
|
|
2237
|
+
* @public
|
|
2238
|
+
* @enum
|
|
2239
|
+
*/
|
|
2240
|
+
export declare const Objective: {
|
|
2241
|
+
readonly AUTO: "AUTO";
|
|
2242
|
+
readonly BALANCED: "BALANCED";
|
|
2243
|
+
readonly BASIC: "BASIC";
|
|
2244
|
+
readonly HIGH_THROUGHPUT: "HIGH_THROUGHPUT";
|
|
2245
|
+
readonly LOW_LATENCY: "LOW_LATENCY";
|
|
2246
|
+
};
|
|
2247
|
+
/**
|
|
2248
|
+
* @public
|
|
2249
|
+
*/
|
|
2250
|
+
export type Objective = (typeof Objective)[keyof typeof Objective];
|
|
2251
|
+
/**
|
|
2252
|
+
* <p>The IORM settings of the Exadata DB system.</p>
|
|
2253
|
+
* @public
|
|
2254
|
+
*/
|
|
2255
|
+
export interface ExadataIormConfig {
|
|
2256
|
+
/**
|
|
2257
|
+
* <p>An array of IORM settings for all the database in the Exadata DB system.</p>
|
|
2258
|
+
* @public
|
|
2259
|
+
*/
|
|
2260
|
+
dbPlans?: DbIormConfig[] | undefined;
|
|
2261
|
+
/**
|
|
2262
|
+
* <p>Additional information about the current lifecycleState.</p>
|
|
2263
|
+
* @public
|
|
2264
|
+
*/
|
|
2265
|
+
lifecycleDetails?: string | undefined;
|
|
2266
|
+
/**
|
|
2267
|
+
* <p>The current state of IORM configuration for the Exadata DB system.</p>
|
|
2268
|
+
* @public
|
|
2269
|
+
*/
|
|
2270
|
+
lifecycleState?: IormLifecycleState | undefined;
|
|
2271
|
+
/**
|
|
2272
|
+
* <p>The current value for the IORM objective. The default is AUTO.</p>
|
|
2273
|
+
* @public
|
|
2274
|
+
*/
|
|
2275
|
+
objective?: Objective | undefined;
|
|
2276
|
+
}
|
|
2277
|
+
/**
|
|
2278
|
+
* <p>Information about a VM cluster.</p>
|
|
2279
|
+
* @public
|
|
2280
|
+
*/
|
|
2281
|
+
export interface CloudVmCluster {
|
|
2282
|
+
/**
|
|
2283
|
+
* <p>The unique identifier of the VM cluster.</p>
|
|
2284
|
+
* @public
|
|
2285
|
+
*/
|
|
2286
|
+
cloudVmClusterId: string | undefined;
|
|
2287
|
+
/**
|
|
2288
|
+
* <p>The user-friendly name for the VM cluster.</p>
|
|
2289
|
+
* @public
|
|
2290
|
+
*/
|
|
2291
|
+
displayName?: string | undefined;
|
|
2292
|
+
/**
|
|
2293
|
+
* <p>The current status of the VM cluster.</p>
|
|
2294
|
+
* @public
|
|
2295
|
+
*/
|
|
2296
|
+
status?: ResourceStatus | undefined;
|
|
2297
|
+
/**
|
|
2298
|
+
* <p>Additional information about the status of the VM cluster.</p>
|
|
2299
|
+
* @public
|
|
2300
|
+
*/
|
|
2301
|
+
statusReason?: string | undefined;
|
|
2302
|
+
/**
|
|
2303
|
+
* <p>The Amazon Resource Name (ARN) of the VM cluster.</p>
|
|
2304
|
+
* @public
|
|
2305
|
+
*/
|
|
2306
|
+
cloudVmClusterArn?: string | undefined;
|
|
2307
|
+
/**
|
|
2308
|
+
* <p>The unique identifier of the Exadata infrastructure that this VM cluster belongs to.</p>
|
|
2309
|
+
* @public
|
|
2310
|
+
*/
|
|
2311
|
+
cloudExadataInfrastructureId?: string | undefined;
|
|
2312
|
+
/**
|
|
2313
|
+
* <p>The name of the Grid Infrastructure (GI) cluster.</p>
|
|
2314
|
+
* @public
|
|
2315
|
+
*/
|
|
2316
|
+
clusterName?: string | undefined;
|
|
2317
|
+
/**
|
|
2318
|
+
* <p>The number of CPU cores enabled on the VM cluster.</p>
|
|
2319
|
+
* @public
|
|
2320
|
+
*/
|
|
2321
|
+
cpuCoreCount?: number | undefined;
|
|
2322
|
+
/**
|
|
2323
|
+
* <p>The set of diagnostic collection options enabled for the VM cluster.</p>
|
|
2324
|
+
* @public
|
|
2325
|
+
*/
|
|
2326
|
+
dataCollectionOptions?: DataCollectionOptions | undefined;
|
|
2327
|
+
/**
|
|
2328
|
+
* <p>The size of the data disk group, in terabytes (TB), that's allocated for the VM cluster.</p>
|
|
2329
|
+
* @public
|
|
2330
|
+
*/
|
|
2331
|
+
dataStorageSizeInTBs?: number | undefined;
|
|
2332
|
+
/**
|
|
2333
|
+
* <p>The amount of local node storage, in gigabytes (GB), that's allocated for the VM cluster.</p>
|
|
2334
|
+
* @public
|
|
2335
|
+
*/
|
|
2336
|
+
dbNodeStorageSizeInGBs?: number | undefined;
|
|
2337
|
+
/**
|
|
2338
|
+
* <p>The list of database servers for the VM cluster.</p>
|
|
2339
|
+
* @public
|
|
2340
|
+
*/
|
|
2341
|
+
dbServers?: string[] | undefined;
|
|
2342
|
+
/**
|
|
2343
|
+
* <p>The type of redundancy configured for the VM cluster. <code>NORMAL</code> is 2-way redundancy. <code>HIGH</code> is 3-way redundancy.</p>
|
|
2344
|
+
* @public
|
|
2345
|
+
*/
|
|
2346
|
+
diskRedundancy?: DiskRedundancy | undefined;
|
|
2347
|
+
/**
|
|
2348
|
+
* <p>The software version of the Oracle Grid Infrastructure (GI) for the VM cluster.</p>
|
|
2349
|
+
* @public
|
|
2350
|
+
*/
|
|
2351
|
+
giVersion?: string | undefined;
|
|
2352
|
+
/**
|
|
2353
|
+
* <p>The host name for the VM cluster.</p>
|
|
2354
|
+
* @public
|
|
2355
|
+
*/
|
|
2356
|
+
hostname?: string | undefined;
|
|
2357
|
+
/**
|
|
2358
|
+
* <p>The ExadataIormConfig cache details for the VM cluster.</p>
|
|
2359
|
+
* @public
|
|
2360
|
+
*/
|
|
2361
|
+
iormConfigCache?: ExadataIormConfig | undefined;
|
|
2362
|
+
/**
|
|
2363
|
+
* <p>Indicates whether database backups to local Exadata storage is enabled for the VM cluster.</p>
|
|
2364
|
+
* @public
|
|
2365
|
+
*/
|
|
2366
|
+
isLocalBackupEnabled?: boolean | undefined;
|
|
2367
|
+
/**
|
|
2368
|
+
* <p>Indicates whether the VM cluster is configured with a sparse disk group.</p>
|
|
2369
|
+
* @public
|
|
2370
|
+
*/
|
|
2371
|
+
isSparseDiskgroupEnabled?: boolean | undefined;
|
|
2372
|
+
/**
|
|
2373
|
+
* <p>The Oracle Cloud ID (OCID) of the last maintenance update history entry.</p>
|
|
2374
|
+
* @public
|
|
2375
|
+
*/
|
|
2376
|
+
lastUpdateHistoryEntryId?: string | undefined;
|
|
2377
|
+
/**
|
|
2378
|
+
* <p>The Oracle license model applied to the VM cluster.</p>
|
|
2379
|
+
* @public
|
|
2380
|
+
*/
|
|
2381
|
+
licenseModel?: LicenseModel | undefined;
|
|
2382
|
+
/**
|
|
2383
|
+
* <p>The port number configured for the listener on the VM cluster.</p>
|
|
2384
|
+
* @public
|
|
2385
|
+
*/
|
|
2386
|
+
listenerPort?: number | undefined;
|
|
2387
|
+
/**
|
|
2388
|
+
* <p>The amount of memory, in gigabytes (GB), that's allocated for the VM cluster.</p>
|
|
2389
|
+
* @public
|
|
2390
|
+
*/
|
|
2391
|
+
memorySizeInGBs?: number | undefined;
|
|
2392
|
+
/**
|
|
2393
|
+
* <p>The number of nodes in the VM cluster.</p>
|
|
2394
|
+
* @public
|
|
2395
|
+
*/
|
|
2396
|
+
nodeCount?: number | undefined;
|
|
2397
|
+
/**
|
|
2398
|
+
* <p>The OCID of the VM cluster.</p>
|
|
2399
|
+
* @public
|
|
2400
|
+
*/
|
|
2401
|
+
ocid?: string | undefined;
|
|
2402
|
+
/**
|
|
2403
|
+
* <p>The name of the OCI resource anchor for the VM cluster.</p>
|
|
2404
|
+
* @public
|
|
2405
|
+
*/
|
|
2406
|
+
ociResourceAnchorName?: string | undefined;
|
|
2407
|
+
/**
|
|
2408
|
+
* <p>The HTTPS link to the VM cluster in OCI.</p>
|
|
2409
|
+
* @public
|
|
2410
|
+
*/
|
|
2411
|
+
ociUrl?: string | undefined;
|
|
2412
|
+
/**
|
|
2413
|
+
* <p>The domain of the VM cluster.</p>
|
|
2414
|
+
* @public
|
|
2415
|
+
*/
|
|
2416
|
+
domain?: string | undefined;
|
|
2417
|
+
/**
|
|
2418
|
+
* <p>The FQDN of the DNS record for the Single Client Access Name (SCAN) IP addresses that are associated with the VM cluster.</p>
|
|
2419
|
+
* @public
|
|
2420
|
+
*/
|
|
2421
|
+
scanDnsName?: string | undefined;
|
|
2422
|
+
/**
|
|
2423
|
+
* <p>The OCID of the DNS record for the SCAN IP addresses that are associated with the VM cluster.</p>
|
|
2424
|
+
* @public
|
|
2425
|
+
*/
|
|
2426
|
+
scanDnsRecordId?: string | undefined;
|
|
2427
|
+
/**
|
|
2428
|
+
* <p>The OCID of the SCAN IP addresses that are associated with the VM cluster.</p>
|
|
2429
|
+
* @public
|
|
2430
|
+
*/
|
|
2431
|
+
scanIpIds?: string[] | undefined;
|
|
2432
|
+
/**
|
|
2433
|
+
* <p>The hardware model name of the Exadata infrastructure that's running the VM cluster.</p>
|
|
2434
|
+
* @public
|
|
2435
|
+
*/
|
|
2436
|
+
shape?: string | undefined;
|
|
2437
|
+
/**
|
|
2438
|
+
* <p>The public key portion of one or more key pairs used for SSH access to the VM cluster.</p>
|
|
2439
|
+
* @public
|
|
2440
|
+
*/
|
|
2441
|
+
sshPublicKeys?: string[] | undefined;
|
|
2442
|
+
/**
|
|
2443
|
+
* <p>The amount of local node storage, in gigabytes (GB), that's allocated to the VM cluster.</p>
|
|
2444
|
+
* @public
|
|
2445
|
+
*/
|
|
2446
|
+
storageSizeInGBs?: number | undefined;
|
|
2447
|
+
/**
|
|
2448
|
+
* <p>The operating system version of the image chosen for the VM cluster.</p>
|
|
2449
|
+
* @public
|
|
2450
|
+
*/
|
|
2451
|
+
systemVersion?: string | undefined;
|
|
2452
|
+
/**
|
|
2453
|
+
* <p>The date and time when the VM cluster was created.</p>
|
|
2454
|
+
* @public
|
|
2455
|
+
*/
|
|
2456
|
+
createdAt?: Date | undefined;
|
|
2457
|
+
/**
|
|
2458
|
+
* <p>The time zone of the VM cluster.</p>
|
|
2459
|
+
* @public
|
|
2460
|
+
*/
|
|
2461
|
+
timeZone?: string | undefined;
|
|
2462
|
+
/**
|
|
2463
|
+
* <p>The virtual IP (VIP) addresses that are associated with the VM cluster. Oracle's Cluster Ready Services (CRS) creates and maintains one VIP address for each node in the VM cluster to enable failover. If one node fails, the VIP is reassigned to another active node in the cluster.</p>
|
|
2464
|
+
* @public
|
|
2465
|
+
*/
|
|
2466
|
+
vipIds?: string[] | undefined;
|
|
2467
|
+
/**
|
|
2468
|
+
* <p>The unique identifier of the ODB network for the VM cluster.</p>
|
|
2469
|
+
* @public
|
|
2470
|
+
*/
|
|
2471
|
+
odbNetworkId?: string | undefined;
|
|
2472
|
+
/**
|
|
2473
|
+
* <p>The amount of progress made on the current operation on the VM cluster, expressed as a percentage.</p>
|
|
2474
|
+
* @public
|
|
2475
|
+
*/
|
|
2476
|
+
percentProgress?: number | undefined;
|
|
2477
|
+
/**
|
|
2478
|
+
* <p>The OCI model compute model used when you create or clone an instance: ECPU or OCPU. An ECPU is an abstracted measure of compute resources. ECPUs are based on the number of cores elastically allocated from a pool of compute and storage servers. An OCPU is a legacy physical measure of compute resources. OCPUs are based on the physical core of a processor with hyper-threading enabled. </p>
|
|
2479
|
+
* @public
|
|
2480
|
+
*/
|
|
2481
|
+
computeModel?: ComputeModel | undefined;
|
|
2482
|
+
}
|
|
2483
|
+
/**
|
|
2484
|
+
* <p>Information about a VM cluster.</p>
|
|
2485
|
+
* @public
|
|
2486
|
+
*/
|
|
2487
|
+
export interface CloudVmClusterSummary {
|
|
2488
|
+
/**
|
|
2489
|
+
* <p>The unique identifier of the VM cluster.</p>
|
|
2490
|
+
* @public
|
|
2491
|
+
*/
|
|
2492
|
+
cloudVmClusterId: string | undefined;
|
|
2493
|
+
/**
|
|
2494
|
+
* <p>The user-friendly name for the VM cluster.</p>
|
|
2495
|
+
* @public
|
|
2496
|
+
*/
|
|
2497
|
+
displayName?: string | undefined;
|
|
2498
|
+
/**
|
|
2499
|
+
* <p>The current status of the VM cluster.</p>
|
|
2500
|
+
* @public
|
|
2501
|
+
*/
|
|
2502
|
+
status?: ResourceStatus | undefined;
|
|
2503
|
+
/**
|
|
2504
|
+
* <p>Additional information about the status of the VM cluster.</p>
|
|
2505
|
+
* @public
|
|
2506
|
+
*/
|
|
2507
|
+
statusReason?: string | undefined;
|
|
2508
|
+
/**
|
|
2509
|
+
* <p>The Amazon Resource Name (ARN) of the VM cluster.</p>
|
|
2510
|
+
* @public
|
|
2511
|
+
*/
|
|
2512
|
+
cloudVmClusterArn?: string | undefined;
|
|
2513
|
+
/**
|
|
2514
|
+
* <p>The unique identifier of the Exadata infrastructure that this VM cluster belongs to.</p>
|
|
2515
|
+
* @public
|
|
2516
|
+
*/
|
|
2517
|
+
cloudExadataInfrastructureId?: string | undefined;
|
|
2518
|
+
/**
|
|
2519
|
+
* <p>The name of the Grid Infrastructure (GI) cluster.</p>
|
|
2520
|
+
* @public
|
|
2521
|
+
*/
|
|
2522
|
+
clusterName?: string | undefined;
|
|
2523
|
+
/**
|
|
2524
|
+
* <p>The number of CPU cores enabled on the VM cluster.</p>
|
|
2525
|
+
* @public
|
|
2526
|
+
*/
|
|
2527
|
+
cpuCoreCount?: number | undefined;
|
|
2528
|
+
/**
|
|
2529
|
+
* <p>Information about the data collection options enabled for a VM cluster.</p>
|
|
2530
|
+
* @public
|
|
2531
|
+
*/
|
|
2532
|
+
dataCollectionOptions?: DataCollectionOptions | undefined;
|
|
2533
|
+
/**
|
|
2534
|
+
* <p>The size of the data disk group, in terabytes (TB), that's allocated for the VM cluster.</p>
|
|
2535
|
+
* @public
|
|
2536
|
+
*/
|
|
2537
|
+
dataStorageSizeInTBs?: number | undefined;
|
|
2538
|
+
/**
|
|
2539
|
+
* <p>The amount of local node storage, in gigabytes (GB), that's allocated for the VM cluster.</p>
|
|
2540
|
+
* @public
|
|
2541
|
+
*/
|
|
2542
|
+
dbNodeStorageSizeInGBs?: number | undefined;
|
|
2543
|
+
/**
|
|
2544
|
+
* <p>The list of database servers for the VM cluster.</p>
|
|
2545
|
+
* @public
|
|
2546
|
+
*/
|
|
2547
|
+
dbServers?: string[] | undefined;
|
|
2548
|
+
/**
|
|
2549
|
+
* <p>The type of redundancy configured for the VM cluster. <code>NORMAL</code> is 2-way redundancy. <code>HIGH</code> is 3-way redundancy.</p>
|
|
2550
|
+
* @public
|
|
2551
|
+
*/
|
|
2552
|
+
diskRedundancy?: DiskRedundancy | undefined;
|
|
2553
|
+
/**
|
|
2554
|
+
* <p>The software version of the Oracle Grid Infrastructure (GI) for the VM cluster.</p>
|
|
2555
|
+
* @public
|
|
2556
|
+
*/
|
|
2557
|
+
giVersion?: string | undefined;
|
|
2558
|
+
/**
|
|
2559
|
+
* <p>The host name for the VM cluster.</p>
|
|
2560
|
+
* @public
|
|
2561
|
+
*/
|
|
2562
|
+
hostname?: string | undefined;
|
|
2563
|
+
/**
|
|
2564
|
+
* <p>The IORM settings of the Exadata DB system.</p>
|
|
2565
|
+
* @public
|
|
2566
|
+
*/
|
|
2567
|
+
iormConfigCache?: ExadataIormConfig | undefined;
|
|
2568
|
+
/**
|
|
2569
|
+
* <p>Indicates whether database backups to local Exadata storage is enabled for the VM cluster.</p>
|
|
2570
|
+
* @public
|
|
2571
|
+
*/
|
|
2572
|
+
isLocalBackupEnabled?: boolean | undefined;
|
|
2573
|
+
/**
|
|
2574
|
+
* <p>Indicates whether the VM cluster is configured with a sparse disk group.</p>
|
|
2575
|
+
* @public
|
|
2576
|
+
*/
|
|
2577
|
+
isSparseDiskgroupEnabled?: boolean | undefined;
|
|
2578
|
+
/**
|
|
2579
|
+
* <p>The Oracle Cloud ID (OCID) of the last maintenance update history entry.</p>
|
|
2580
|
+
* @public
|
|
2581
|
+
*/
|
|
2582
|
+
lastUpdateHistoryEntryId?: string | undefined;
|
|
2583
|
+
/**
|
|
2584
|
+
* <p>The Oracle license model applied to the VM cluster.</p>
|
|
2585
|
+
* @public
|
|
2586
|
+
*/
|
|
2587
|
+
licenseModel?: LicenseModel | undefined;
|
|
2588
|
+
/**
|
|
2589
|
+
* <p>The port number configured for the listener on the VM cluster.</p>
|
|
2590
|
+
* @public
|
|
2591
|
+
*/
|
|
2592
|
+
listenerPort?: number | undefined;
|
|
2593
|
+
/**
|
|
2594
|
+
* <p>The amount of memory, in gigabytes (GB), that's allocated for the VM cluster.</p>
|
|
2595
|
+
* @public
|
|
2596
|
+
*/
|
|
2597
|
+
memorySizeInGBs?: number | undefined;
|
|
2598
|
+
/**
|
|
2599
|
+
* <p>The number of nodes in the VM cluster.</p>
|
|
2600
|
+
* @public
|
|
2601
|
+
*/
|
|
2602
|
+
nodeCount?: number | undefined;
|
|
2603
|
+
/**
|
|
2604
|
+
* <p>The OCID of the VM cluster.</p>
|
|
2605
|
+
* @public
|
|
2606
|
+
*/
|
|
2607
|
+
ocid?: string | undefined;
|
|
2608
|
+
/**
|
|
2609
|
+
* <p>The name of the OCI resource anchor for the VM cluster.</p>
|
|
2610
|
+
* @public
|
|
2611
|
+
*/
|
|
2612
|
+
ociResourceAnchorName?: string | undefined;
|
|
2613
|
+
/**
|
|
2614
|
+
* <p>The HTTPS link to the VM cluster in OCI.</p>
|
|
2615
|
+
* @public
|
|
2616
|
+
*/
|
|
2617
|
+
ociUrl?: string | undefined;
|
|
2618
|
+
/**
|
|
2619
|
+
* <p>The domain of the VM cluster.</p>
|
|
2620
|
+
* @public
|
|
2621
|
+
*/
|
|
2622
|
+
domain?: string | undefined;
|
|
2623
|
+
/**
|
|
2624
|
+
* <p>The FQDN of the DNS record for the Single Client Access Name (SCAN) IP addresses that are associated with the VM cluster.</p>
|
|
2625
|
+
* @public
|
|
2626
|
+
*/
|
|
2627
|
+
scanDnsName?: string | undefined;
|
|
2628
|
+
/**
|
|
2629
|
+
* <p>The OCID of the DNS record for the SCAN IP addresses that are associated with the VM cluster.</p>
|
|
2630
|
+
* @public
|
|
2631
|
+
*/
|
|
2632
|
+
scanDnsRecordId?: string | undefined;
|
|
2633
|
+
/**
|
|
2634
|
+
* <p>The OCID of the SCAN IP addresses that are associated with the VM cluster.</p>
|
|
2635
|
+
* @public
|
|
2636
|
+
*/
|
|
2637
|
+
scanIpIds?: string[] | undefined;
|
|
2638
|
+
/**
|
|
2639
|
+
* <p>The hardware model name of the Exadata infrastructure that's running the VM cluster.</p>
|
|
2640
|
+
* @public
|
|
2641
|
+
*/
|
|
2642
|
+
shape?: string | undefined;
|
|
2643
|
+
/**
|
|
2644
|
+
* <p>The public key portion of one or more key pairs used for SSH access to the VM cluster.</p>
|
|
2645
|
+
* @public
|
|
2646
|
+
*/
|
|
2647
|
+
sshPublicKeys?: string[] | undefined;
|
|
2648
|
+
/**
|
|
2649
|
+
* <p>The amount of local node storage, in gigabytes (GB), that's allocated to the VM cluster.</p>
|
|
2650
|
+
* @public
|
|
2651
|
+
*/
|
|
2652
|
+
storageSizeInGBs?: number | undefined;
|
|
2653
|
+
/**
|
|
2654
|
+
* <p>The operating system version of the image chosen for the VM cluster.</p>
|
|
2655
|
+
* @public
|
|
2656
|
+
*/
|
|
2657
|
+
systemVersion?: string | undefined;
|
|
2658
|
+
/**
|
|
2659
|
+
* <p>The date and time when the VM cluster was created.</p>
|
|
2660
|
+
* @public
|
|
2661
|
+
*/
|
|
2662
|
+
createdAt?: Date | undefined;
|
|
2663
|
+
/**
|
|
2664
|
+
* <p>The time zone of the VM cluster.</p>
|
|
2665
|
+
* @public
|
|
2666
|
+
*/
|
|
2667
|
+
timeZone?: string | undefined;
|
|
2668
|
+
/**
|
|
2669
|
+
* <p>The virtual IP (VIP) addresses that are associated with the VM cluster. Oracle's Cluster Ready Services (CRS) creates and maintains one VIP address for each node in the VM cluster to enable failover. If one node fails, the VIP is reassigned to another active node in the cluster.</p>
|
|
2670
|
+
* @public
|
|
2671
|
+
*/
|
|
2672
|
+
vipIds?: string[] | undefined;
|
|
2673
|
+
/**
|
|
2674
|
+
* <p>The unique identifier of the ODB network for the VM cluster.</p>
|
|
2675
|
+
* @public
|
|
2676
|
+
*/
|
|
2677
|
+
odbNetworkId?: string | undefined;
|
|
2678
|
+
/**
|
|
2679
|
+
* <p>The amount of progress made on the current operation on the VM cluster, expressed as a percentage.</p>
|
|
2680
|
+
* @public
|
|
2681
|
+
*/
|
|
2682
|
+
percentProgress?: number | undefined;
|
|
2683
|
+
/**
|
|
2684
|
+
* <p>The OCI model compute model used when you create or clone an instance: ECPU or OCPU. An ECPU is an abstracted measure of compute resources. ECPUs are based on the number of cores elastically allocated from a pool of compute and storage servers. An OCPU is a legacy physical measure of compute resources. OCPUs are based on the physical core of a processor with hyper-threading enabled. </p>
|
|
2685
|
+
* @public
|
|
2686
|
+
*/
|
|
2687
|
+
computeModel?: ComputeModel | undefined;
|
|
2688
|
+
}
|
|
2689
|
+
/**
|
|
2690
|
+
* @public
|
|
2691
|
+
*/
|
|
2692
|
+
export interface CreateCloudVmClusterInput {
|
|
2693
|
+
/**
|
|
2694
|
+
* <p>The unique identifier of the Exadata infrastructure for this VM cluster.</p>
|
|
2695
|
+
* @public
|
|
2696
|
+
*/
|
|
2697
|
+
cloudExadataInfrastructureId: string | undefined;
|
|
2698
|
+
/**
|
|
2699
|
+
* <p>The number of CPU cores to enable on the VM cluster.</p>
|
|
2700
|
+
* @public
|
|
2701
|
+
*/
|
|
2702
|
+
cpuCoreCount: number | undefined;
|
|
2703
|
+
/**
|
|
2704
|
+
* <p>A user-friendly name for the VM cluster.</p>
|
|
2705
|
+
* @public
|
|
2706
|
+
*/
|
|
2707
|
+
displayName: string | undefined;
|
|
2708
|
+
/**
|
|
2709
|
+
* <p>A valid software version of Oracle Grid Infrastructure (GI). To get the list of valid values, use the <code>ListGiVersions</code> operation and specify the shape of the Exadata infrastructure.</p> <p>Example: <code>19.0.0.0</code> </p>
|
|
2710
|
+
* @public
|
|
2711
|
+
*/
|
|
2712
|
+
giVersion: string | undefined;
|
|
2713
|
+
/**
|
|
2714
|
+
* <p>The host name for the VM cluster.</p> <p>Constraints:</p> <ul> <li> <p>Can't be "localhost" or "hostname".</p> </li> <li> <p>Can't contain "-version".</p> </li> <li> <p>The maximum length of the combined hostname and domain is 63 characters.</p> </li> <li> <p>The hostname must be unique within the subnet.</p> </li> </ul>
|
|
2715
|
+
* @public
|
|
2716
|
+
*/
|
|
2717
|
+
hostname: string | undefined;
|
|
2718
|
+
/**
|
|
2719
|
+
* <p>The public key portion of one or more key pairs used for SSH access to the VM cluster.</p>
|
|
2720
|
+
* @public
|
|
2721
|
+
*/
|
|
2722
|
+
sshPublicKeys: string[] | undefined;
|
|
2723
|
+
/**
|
|
2724
|
+
* <p>The unique identifier of the ODB network for the VM cluster.</p>
|
|
2725
|
+
* @public
|
|
2726
|
+
*/
|
|
2727
|
+
odbNetworkId: string | undefined;
|
|
2728
|
+
/**
|
|
2729
|
+
* <p>A name for the Grid Infrastructure cluster. The name isn't case sensitive.</p>
|
|
2730
|
+
* @public
|
|
2731
|
+
*/
|
|
2732
|
+
clusterName?: string | undefined;
|
|
2733
|
+
/**
|
|
2734
|
+
* <p>The set of preferences for the various diagnostic collection options for the VM cluster.</p>
|
|
2735
|
+
* @public
|
|
2736
|
+
*/
|
|
2737
|
+
dataCollectionOptions?: DataCollectionOptions | undefined;
|
|
2738
|
+
/**
|
|
2739
|
+
* <p>The size of the data disk group, in terabytes (TBs), to allocate for the VM cluster.</p>
|
|
2740
|
+
* @public
|
|
2741
|
+
*/
|
|
2742
|
+
dataStorageSizeInTBs?: number | undefined;
|
|
2743
|
+
/**
|
|
2744
|
+
* <p>The amount of local node storage, in gigabytes (GBs), to allocate for the VM cluster.</p>
|
|
2745
|
+
* @public
|
|
2746
|
+
*/
|
|
2747
|
+
dbNodeStorageSizeInGBs?: number | undefined;
|
|
2748
|
+
/**
|
|
2749
|
+
* <p>The list of database servers for the VM cluster.</p>
|
|
2750
|
+
* @public
|
|
2751
|
+
*/
|
|
2752
|
+
dbServers?: string[] | undefined;
|
|
2753
|
+
/**
|
|
2754
|
+
* <p>The list of resource tags to apply to the VM cluster.</p>
|
|
2755
|
+
* @public
|
|
2756
|
+
*/
|
|
2757
|
+
tags?: Record<string, string> | undefined;
|
|
2758
|
+
/**
|
|
2759
|
+
* <p>Specifies whether to enable database backups to local Exadata storage for the VM cluster.</p>
|
|
2760
|
+
* @public
|
|
2761
|
+
*/
|
|
2762
|
+
isLocalBackupEnabled?: boolean | undefined;
|
|
2763
|
+
/**
|
|
2764
|
+
* <p>Specifies whether to create a sparse disk group for the VM cluster.</p>
|
|
2765
|
+
* @public
|
|
2766
|
+
*/
|
|
2767
|
+
isSparseDiskgroupEnabled?: boolean | undefined;
|
|
2768
|
+
/**
|
|
2769
|
+
* <p>The Oracle license model to apply to the VM cluster.</p> <p>Default: <code>LICENSE_INCLUDED</code> </p>
|
|
2770
|
+
* @public
|
|
2771
|
+
*/
|
|
2772
|
+
licenseModel?: LicenseModel | undefined;
|
|
2773
|
+
/**
|
|
2774
|
+
* <p>The amount of memory, in gigabytes (GBs), to allocate for the VM cluster.</p>
|
|
2775
|
+
* @public
|
|
2776
|
+
*/
|
|
2777
|
+
memorySizeInGBs?: number | undefined;
|
|
2778
|
+
/**
|
|
2779
|
+
* <p>The version of the operating system of the image for the VM cluster.</p>
|
|
2780
|
+
* @public
|
|
2781
|
+
*/
|
|
2782
|
+
systemVersion?: string | undefined;
|
|
2783
|
+
/**
|
|
2784
|
+
* <p>The time zone for the VM cluster. For a list of valid values for time zone, you can check the options in the console.</p> <p>Default: UTC</p>
|
|
2785
|
+
* @public
|
|
2786
|
+
*/
|
|
2787
|
+
timeZone?: string | undefined;
|
|
2788
|
+
/**
|
|
2789
|
+
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don't specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency. The client token is valid for up to 24 hours after it's first used.</p>
|
|
2790
|
+
* @public
|
|
2791
|
+
*/
|
|
2792
|
+
clientToken?: string | undefined;
|
|
2793
|
+
/**
|
|
2794
|
+
* <p>The port number for TCP connections to the single client access name (SCAN) listener. </p> <p>Valid values: <code>1024–8999</code> with the following exceptions: <code>2484</code>, <code>6100</code>, <code>6200</code>, <code>7060</code>, <code>7070</code>, <code>7085</code>, and <code>7879</code> </p> <p>Default: <code>1521</code> </p>
|
|
2795
|
+
* @public
|
|
2796
|
+
*/
|
|
2797
|
+
scanListenerPortTcp?: number | undefined;
|
|
2798
|
+
}
|
|
2799
|
+
/**
|
|
2800
|
+
* @public
|
|
2801
|
+
*/
|
|
2802
|
+
export interface CreateCloudVmClusterOutput {
|
|
2803
|
+
/**
|
|
2804
|
+
* <p>The user-friendly name for the VM cluster.</p>
|
|
2805
|
+
* @public
|
|
2806
|
+
*/
|
|
2807
|
+
displayName?: string | undefined;
|
|
2808
|
+
/**
|
|
2809
|
+
* <p>The current status of the VM cluster.</p>
|
|
2810
|
+
* @public
|
|
2811
|
+
*/
|
|
2812
|
+
status?: ResourceStatus | undefined;
|
|
2813
|
+
/**
|
|
2814
|
+
* <p>Additional information about the status of the VM cluster.</p>
|
|
2815
|
+
* @public
|
|
2816
|
+
*/
|
|
2817
|
+
statusReason?: string | undefined;
|
|
2818
|
+
/**
|
|
2819
|
+
* <p>The unique identifier for the VM cluster.</p>
|
|
2820
|
+
* @public
|
|
2821
|
+
*/
|
|
2822
|
+
cloudVmClusterId: string | undefined;
|
|
2823
|
+
}
|
|
2824
|
+
/**
|
|
2825
|
+
* @public
|
|
2826
|
+
*/
|
|
2827
|
+
export interface DeleteCloudVmClusterInput {
|
|
2828
|
+
/**
|
|
2829
|
+
* <p>The unique identifier of the VM cluster to delete.</p>
|
|
2830
|
+
* @public
|
|
2831
|
+
*/
|
|
2832
|
+
cloudVmClusterId: string | undefined;
|
|
2833
|
+
}
|
|
2834
|
+
/**
|
|
2835
|
+
* @public
|
|
2836
|
+
*/
|
|
2837
|
+
export interface DeleteCloudVmClusterOutput {
|
|
2838
|
+
}
|
|
2839
|
+
/**
|
|
2840
|
+
* @public
|
|
2841
|
+
*/
|
|
2842
|
+
export interface GetCloudVmClusterInput {
|
|
2843
|
+
/**
|
|
2844
|
+
* <p>The unique identifier of the VM cluster.</p>
|
|
2845
|
+
* @public
|
|
2846
|
+
*/
|
|
2847
|
+
cloudVmClusterId: string | undefined;
|
|
2848
|
+
}
|
|
2849
|
+
/**
|
|
2850
|
+
* @public
|
|
2851
|
+
*/
|
|
2852
|
+
export interface GetCloudVmClusterOutput {
|
|
2853
|
+
/**
|
|
2854
|
+
* <p>The VM cluster.</p>
|
|
2855
|
+
* @public
|
|
2856
|
+
*/
|
|
2857
|
+
cloudVmCluster?: CloudVmCluster | undefined;
|
|
2858
|
+
}
|
|
2859
|
+
/**
|
|
2860
|
+
* @public
|
|
2861
|
+
*/
|
|
2862
|
+
export interface ListCloudVmClustersInput {
|
|
2863
|
+
/**
|
|
2864
|
+
* <p>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output.</p> <p>Default: <code>10</code> </p>
|
|
2865
|
+
* @public
|
|
2866
|
+
*/
|
|
2867
|
+
maxResults?: number | undefined;
|
|
2868
|
+
/**
|
|
2869
|
+
* <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
|
|
2870
|
+
* @public
|
|
2871
|
+
*/
|
|
2872
|
+
nextToken?: string | undefined;
|
|
2873
|
+
/**
|
|
2874
|
+
* <p>The unique identifier of the Oracle Exadata infrastructure.</p>
|
|
2875
|
+
* @public
|
|
2876
|
+
*/
|
|
2877
|
+
cloudExadataInfrastructureId?: string | undefined;
|
|
2878
|
+
}
|
|
2879
|
+
/**
|
|
2880
|
+
* @public
|
|
2881
|
+
*/
|
|
2882
|
+
export interface ListCloudVmClustersOutput {
|
|
2883
|
+
/**
|
|
2884
|
+
* <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there are no more items to return.</p>
|
|
2885
|
+
* @public
|
|
2886
|
+
*/
|
|
2887
|
+
nextToken?: string | undefined;
|
|
2888
|
+
/**
|
|
2889
|
+
* <p>The list of VM clusters along with their properties.</p>
|
|
2890
|
+
* @public
|
|
2891
|
+
*/
|
|
2892
|
+
cloudVmClusters: CloudVmClusterSummary[] | undefined;
|
|
2893
|
+
}
|
|
2894
|
+
/**
|
|
2895
|
+
* @public
|
|
2896
|
+
*/
|
|
2897
|
+
export interface CreateOdbNetworkInput {
|
|
2898
|
+
/**
|
|
2899
|
+
* <p>A user-friendly name for the ODB network.</p>
|
|
2900
|
+
* @public
|
|
2901
|
+
*/
|
|
2902
|
+
displayName: string | undefined;
|
|
2903
|
+
/**
|
|
2904
|
+
* <p>The Amazon Web Services Availability Zone (AZ) where the ODB network is located.</p> <p>This operation requires that you specify a value for either <code>availabilityZone</code> or <code>availabilityZoneId</code>.</p>
|
|
2905
|
+
* @public
|
|
2906
|
+
*/
|
|
2907
|
+
availabilityZone?: string | undefined;
|
|
2908
|
+
/**
|
|
2909
|
+
* <p>The AZ ID of the AZ where the ODB network is located.</p> <p>This operation requires that you specify a value for either <code>availabilityZone</code> or <code>availabilityZoneId</code>.</p>
|
|
2910
|
+
* @public
|
|
2911
|
+
*/
|
|
2912
|
+
availabilityZoneId?: string | undefined;
|
|
2913
|
+
/**
|
|
2914
|
+
* <p>The CIDR range of the client subnet for the ODB network.</p> <p>Constraints:</p> <ul> <li> <p>Must not overlap with the CIDR range of the backup subnet.</p> </li> <li> <p>Must not overlap with the CIDR ranges of the VPCs that are connected to the ODB network.</p> </li> <li> <p>Must not use the following CIDR ranges that are reserved by OCI:</p> <ul> <li> <p> <code>100.106.0.0/16</code> and <code>100.107.0.0/16</code> </p> </li> <li> <p> <code>169.254.0.0/16</code> </p> </li> <li> <p> <code>224.0.0.0 - 239.255.255.255</code> </p> </li> <li> <p> <code>240.0.0.0 - 255.255.255.255</code> </p> </li> </ul> </li> </ul>
|
|
2915
|
+
* @public
|
|
2916
|
+
*/
|
|
2917
|
+
clientSubnetCidr: string | undefined;
|
|
2918
|
+
/**
|
|
2919
|
+
* <p>The CIDR range of the backup subnet for the ODB network.</p> <p>Constraints:</p> <ul> <li> <p>Must not overlap with the CIDR range of the client subnet.</p> </li> <li> <p>Must not overlap with the CIDR ranges of the VPCs that are connected to the ODB network.</p> </li> <li> <p>Must not use the following CIDR ranges that are reserved by OCI:</p> <ul> <li> <p> <code>100.106.0.0/16</code> and <code>100.107.0.0/16</code> </p> </li> <li> <p> <code>169.254.0.0/16</code> </p> </li> <li> <p> <code>224.0.0.0 - 239.255.255.255</code> </p> </li> <li> <p> <code>240.0.0.0 - 255.255.255.255</code> </p> </li> </ul> </li> </ul>
|
|
2920
|
+
* @public
|
|
2921
|
+
*/
|
|
2922
|
+
backupSubnetCidr?: string | undefined;
|
|
2923
|
+
/**
|
|
2924
|
+
* <p>The domain name to use for the resources in the ODB network.</p>
|
|
2925
|
+
* @public
|
|
2926
|
+
*/
|
|
2927
|
+
customDomainName?: string | undefined;
|
|
2928
|
+
/**
|
|
2929
|
+
* <p>The DNS prefix to the default DNS domain name. The default DNS domain name is oraclevcn.com.</p>
|
|
2930
|
+
* @public
|
|
2931
|
+
*/
|
|
2932
|
+
defaultDnsPrefix?: string | undefined;
|
|
2933
|
+
/**
|
|
2934
|
+
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don't specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency. The client token is valid for up to 24 hours after it's first used.</p>
|
|
2935
|
+
* @public
|
|
2936
|
+
*/
|
|
2937
|
+
clientToken?: string | undefined;
|
|
2938
|
+
/**
|
|
2939
|
+
* <p>Specifies the configuration for Amazon S3 access from the ODB network.</p>
|
|
2940
|
+
* @public
|
|
2941
|
+
*/
|
|
2942
|
+
s3Access?: Access | undefined;
|
|
2943
|
+
/**
|
|
2944
|
+
* <p>Specifies the configuration for Zero-ETL access from the ODB network.</p>
|
|
2945
|
+
* @public
|
|
2946
|
+
*/
|
|
2947
|
+
zeroEtlAccess?: Access | undefined;
|
|
2948
|
+
/**
|
|
2949
|
+
* <p>Specifies the endpoint policy for Amazon S3 access from the ODB network.</p>
|
|
2950
|
+
* @public
|
|
2951
|
+
*/
|
|
2952
|
+
s3PolicyDocument?: string | undefined;
|
|
2953
|
+
/**
|
|
2954
|
+
* <p>The list of resource tags to apply to the ODB network.</p>
|
|
2955
|
+
* @public
|
|
2956
|
+
*/
|
|
2957
|
+
tags?: Record<string, string> | undefined;
|
|
2958
|
+
}
|
|
2959
|
+
/**
|
|
2960
|
+
* @public
|
|
2961
|
+
*/
|
|
2962
|
+
export interface CreateOdbNetworkOutput {
|
|
2963
|
+
/**
|
|
2964
|
+
* <p>The user-friendly name of the ODB network.</p>
|
|
2965
|
+
* @public
|
|
2966
|
+
*/
|
|
2967
|
+
displayName?: string | undefined;
|
|
2968
|
+
/**
|
|
2969
|
+
* <p>The current status of the ODB network.</p>
|
|
2970
|
+
* @public
|
|
2971
|
+
*/
|
|
2972
|
+
status?: ResourceStatus | undefined;
|
|
2973
|
+
/**
|
|
2974
|
+
* <p>Additional information about the status of the ODB network.</p>
|
|
2975
|
+
* @public
|
|
2976
|
+
*/
|
|
2977
|
+
statusReason?: string | undefined;
|
|
2978
|
+
/**
|
|
2979
|
+
* <p>The unique identifier of the ODB network.</p>
|
|
2980
|
+
* @public
|
|
2981
|
+
*/
|
|
2982
|
+
odbNetworkId: string | undefined;
|
|
2983
|
+
}
|
|
2984
|
+
/**
|
|
2985
|
+
* @public
|
|
2986
|
+
*/
|
|
2987
|
+
export interface CreateOdbPeeringConnectionInput {
|
|
2988
|
+
/**
|
|
2989
|
+
* <p>The unique identifier of the ODB network that initiates the peering connection.</p>
|
|
2990
|
+
* @public
|
|
2991
|
+
*/
|
|
2992
|
+
odbNetworkId: string | undefined;
|
|
2993
|
+
/**
|
|
2994
|
+
* <p>The unique identifier of the peer network. This can be either a VPC ID or another ODB network ID.</p>
|
|
2995
|
+
* @public
|
|
2996
|
+
*/
|
|
2997
|
+
peerNetworkId: string | undefined;
|
|
2998
|
+
/**
|
|
2999
|
+
* <p>The display name for the ODB peering connection.</p>
|
|
3000
|
+
* @public
|
|
3001
|
+
*/
|
|
3002
|
+
displayName?: string | undefined;
|
|
3003
|
+
/**
|
|
3004
|
+
* <p>The client token for the ODB peering connection request.</p> <p>Constraints:</p> <ul> <li> <p>Must be unique for each request.</p> </li> </ul>
|
|
3005
|
+
* @public
|
|
3006
|
+
*/
|
|
3007
|
+
clientToken?: string | undefined;
|
|
3008
|
+
/**
|
|
3009
|
+
* <p>The tags to assign to the ODB peering connection.</p>
|
|
3010
|
+
* @public
|
|
3011
|
+
*/
|
|
3012
|
+
tags?: Record<string, string> | undefined;
|
|
3013
|
+
}
|
|
3014
|
+
/**
|
|
3015
|
+
* @public
|
|
3016
|
+
*/
|
|
3017
|
+
export interface CreateOdbPeeringConnectionOutput {
|
|
3018
|
+
/**
|
|
3019
|
+
* <p>The display name of the ODB peering connection.</p>
|
|
3020
|
+
* @public
|
|
3021
|
+
*/
|
|
3022
|
+
displayName?: string | undefined;
|
|
3023
|
+
/**
|
|
3024
|
+
* <p>The status of the ODB peering connection.</p> <p>Valid Values: <code>provisioning | active | terminating | terminated | failed</code> </p>
|
|
3025
|
+
* @public
|
|
3026
|
+
*/
|
|
3027
|
+
status?: ResourceStatus | undefined;
|
|
3028
|
+
/**
|
|
3029
|
+
* <p>The reason for the current status of the ODB peering connection.</p>
|
|
3030
|
+
* @public
|
|
3031
|
+
*/
|
|
3032
|
+
statusReason?: string | undefined;
|
|
3033
|
+
/**
|
|
3034
|
+
* <p>The unique identifier of the ODB peering connection.</p>
|
|
3035
|
+
* @public
|
|
3036
|
+
*/
|
|
3037
|
+
odbPeeringConnectionId: string | undefined;
|
|
3038
|
+
}
|
|
3039
|
+
/**
|
|
3040
|
+
* @public
|
|
3041
|
+
* @enum
|
|
3042
|
+
*/
|
|
3043
|
+
export declare const DbNodeMaintenanceType: {
|
|
3044
|
+
readonly VMDB_REBOOT_MIGRATION: "VMDB_REBOOT_MIGRATION";
|
|
3045
|
+
};
|
|
3046
|
+
/**
|
|
3047
|
+
* @public
|
|
3048
|
+
*/
|
|
3049
|
+
export type DbNodeMaintenanceType = (typeof DbNodeMaintenanceType)[keyof typeof DbNodeMaintenanceType];
|
|
3050
|
+
/**
|
|
3051
|
+
* @public
|
|
3052
|
+
* @enum
|
|
3053
|
+
*/
|
|
3054
|
+
export declare const DbNodeResourceStatus: {
|
|
3055
|
+
readonly AVAILABLE: "AVAILABLE";
|
|
3056
|
+
readonly FAILED: "FAILED";
|
|
3057
|
+
readonly PROVISIONING: "PROVISIONING";
|
|
3058
|
+
readonly STARTING: "STARTING";
|
|
3059
|
+
readonly STOPPED: "STOPPED";
|
|
3060
|
+
readonly STOPPING: "STOPPING";
|
|
3061
|
+
readonly TERMINATED: "TERMINATED";
|
|
3062
|
+
readonly TERMINATING: "TERMINATING";
|
|
3063
|
+
readonly UPDATING: "UPDATING";
|
|
3064
|
+
};
|
|
3065
|
+
/**
|
|
3066
|
+
* @public
|
|
3067
|
+
*/
|
|
3068
|
+
export type DbNodeResourceStatus = (typeof DbNodeResourceStatus)[keyof typeof DbNodeResourceStatus];
|
|
3069
|
+
/**
|
|
3070
|
+
* <p>Information about a DB node.</p>
|
|
3071
|
+
* @public
|
|
3072
|
+
*/
|
|
3073
|
+
export interface DbNode {
|
|
3074
|
+
/**
|
|
3075
|
+
* <p>The unique identifier of the DB node.</p>
|
|
3076
|
+
* @public
|
|
3077
|
+
*/
|
|
3078
|
+
dbNodeId?: string | undefined;
|
|
3079
|
+
/**
|
|
3080
|
+
* <p>The Amazon Resource Name (ARN) of the DB node.</p>
|
|
3081
|
+
* @public
|
|
3082
|
+
*/
|
|
3083
|
+
dbNodeArn?: string | undefined;
|
|
3084
|
+
/**
|
|
3085
|
+
* <p>The current status of the DB node.</p>
|
|
3086
|
+
* @public
|
|
3087
|
+
*/
|
|
3088
|
+
status?: DbNodeResourceStatus | undefined;
|
|
3089
|
+
/**
|
|
3090
|
+
* <p>Additional information about the status of the DB node.</p>
|
|
3091
|
+
* @public
|
|
3092
|
+
*/
|
|
3093
|
+
statusReason?: string | undefined;
|
|
3094
|
+
/**
|
|
3095
|
+
* <p>Additional information about the planned maintenance.</p>
|
|
3096
|
+
* @public
|
|
3097
|
+
*/
|
|
3098
|
+
additionalDetails?: string | undefined;
|
|
3099
|
+
/**
|
|
3100
|
+
* <p>The Oracle Cloud ID (OCID) of the backup IP address that's associated with the DB node.</p>
|
|
3101
|
+
* @public
|
|
3102
|
+
*/
|
|
3103
|
+
backupIpId?: string | undefined;
|
|
3104
|
+
/**
|
|
3105
|
+
* <p>The OCID of the second backup VNIC.</p>
|
|
3106
|
+
* @public
|
|
3107
|
+
*/
|
|
3108
|
+
backupVnic2Id?: string | undefined;
|
|
3109
|
+
/**
|
|
3110
|
+
* <p>The OCID of the backup VNIC.</p>
|
|
3111
|
+
* @public
|
|
3112
|
+
*/
|
|
3113
|
+
backupVnicId?: string | undefined;
|
|
3114
|
+
/**
|
|
3115
|
+
* <p>Number of CPU cores enabled on the DB node.</p>
|
|
3116
|
+
* @public
|
|
3117
|
+
*/
|
|
3118
|
+
cpuCoreCount?: number | undefined;
|
|
3119
|
+
/**
|
|
3120
|
+
* <p>The amount of local node storage, in gigabytes (GBs), that's allocated on the DB node.</p>
|
|
3121
|
+
* @public
|
|
3122
|
+
*/
|
|
3123
|
+
dbNodeStorageSizeInGBs?: number | undefined;
|
|
3124
|
+
/**
|
|
3125
|
+
* <p>The unique identifier of the Db server that is associated with the DB node.</p>
|
|
3126
|
+
* @public
|
|
3127
|
+
*/
|
|
3128
|
+
dbServerId?: string | undefined;
|
|
3129
|
+
/**
|
|
3130
|
+
* <p>The OCID of the DB system.</p>
|
|
3131
|
+
* @public
|
|
3132
|
+
*/
|
|
3133
|
+
dbSystemId?: string | undefined;
|
|
3134
|
+
/**
|
|
3135
|
+
* <p>The name of the fault domain the instance is contained in.</p>
|
|
3136
|
+
* @public
|
|
3137
|
+
*/
|
|
3138
|
+
faultDomain?: string | undefined;
|
|
3139
|
+
/**
|
|
3140
|
+
* <p>The OCID of the host IP address that's associated with the DB node.</p>
|
|
3141
|
+
* @public
|
|
3142
|
+
*/
|
|
3143
|
+
hostIpId?: string | undefined;
|
|
3144
|
+
/**
|
|
3145
|
+
* <p>The host name for the DB node.</p>
|
|
3146
|
+
* @public
|
|
3147
|
+
*/
|
|
3148
|
+
hostname?: string | undefined;
|
|
3149
|
+
/**
|
|
3150
|
+
* <p>The OCID of the DB node.</p>
|
|
3151
|
+
* @public
|
|
3152
|
+
*/
|
|
3153
|
+
ocid?: string | undefined;
|
|
3154
|
+
/**
|
|
3155
|
+
* <p>The name of the OCI resource anchor for the DB node.</p>
|
|
3156
|
+
* @public
|
|
3157
|
+
*/
|
|
3158
|
+
ociResourceAnchorName?: string | undefined;
|
|
3159
|
+
/**
|
|
3160
|
+
* <p>The type of database node maintenance. Either <code>VMDB_REBOOT_MIGRATION</code> or <code>EXADBXS_REBOOT_MIGRATION</code>.</p>
|
|
3161
|
+
* @public
|
|
3162
|
+
*/
|
|
3163
|
+
maintenanceType?: DbNodeMaintenanceType | undefined;
|
|
3164
|
+
/**
|
|
3165
|
+
* <p>The allocated memory in GBs on the DB node.</p>
|
|
3166
|
+
* @public
|
|
3167
|
+
*/
|
|
3168
|
+
memorySizeInGBs?: number | undefined;
|
|
3169
|
+
/**
|
|
3170
|
+
* <p>The size (in GB) of the block storage volume allocation for the DB system. </p>
|
|
3171
|
+
* @public
|
|
3172
|
+
*/
|
|
3173
|
+
softwareStorageSizeInGB?: number | undefined;
|
|
3174
|
+
/**
|
|
3175
|
+
* <p>The date and time when the DB node was created.</p>
|
|
3176
|
+
* @public
|
|
3177
|
+
*/
|
|
3178
|
+
createdAt?: Date | undefined;
|
|
3179
|
+
/**
|
|
3180
|
+
* <p>End date and time of maintenance window.</p>
|
|
3181
|
+
* @public
|
|
3182
|
+
*/
|
|
3183
|
+
timeMaintenanceWindowEnd?: string | undefined;
|
|
3184
|
+
/**
|
|
3185
|
+
* <p>Start date and time of maintenance window.</p>
|
|
3186
|
+
* @public
|
|
3187
|
+
*/
|
|
3188
|
+
timeMaintenanceWindowStart?: string | undefined;
|
|
3189
|
+
/**
|
|
3190
|
+
* <p>The total number of CPU cores reserved on the DB node.</p>
|
|
3191
|
+
* @public
|
|
3192
|
+
*/
|
|
3193
|
+
totalCpuCoreCount?: number | undefined;
|
|
3194
|
+
/**
|
|
3195
|
+
* <p>The OCID of the second VNIC.</p>
|
|
3196
|
+
* @public
|
|
3197
|
+
*/
|
|
3198
|
+
vnic2Id?: string | undefined;
|
|
3199
|
+
/**
|
|
3200
|
+
* <p>The OCID of the VNIC.</p>
|
|
3201
|
+
* @public
|
|
3202
|
+
*/
|
|
3203
|
+
vnicId?: string | undefined;
|
|
3204
|
+
/**
|
|
3205
|
+
* <p>The private IP address assigned to the DB node.</p>
|
|
3206
|
+
* @public
|
|
3207
|
+
*/
|
|
3208
|
+
privateIpAddress?: string | undefined;
|
|
3209
|
+
/**
|
|
3210
|
+
* <p>The floating IP address assigned to the DB node.</p>
|
|
3211
|
+
* @public
|
|
3212
|
+
*/
|
|
3213
|
+
floatingIpAddress?: string | undefined;
|
|
3214
|
+
}
|
|
3215
|
+
/**
|
|
3216
|
+
* <p>Information about a DB node.</p>
|
|
3217
|
+
* @public
|
|
3218
|
+
*/
|
|
3219
|
+
export interface DbNodeSummary {
|
|
3220
|
+
/**
|
|
3221
|
+
* <p>The unique identifier of the DB node.</p>
|
|
3222
|
+
* @public
|
|
3223
|
+
*/
|
|
3224
|
+
dbNodeId?: string | undefined;
|
|
3225
|
+
/**
|
|
3226
|
+
* <p>The Amazon Resource Name (ARN) of the DB node.</p>
|
|
3227
|
+
* @public
|
|
3228
|
+
*/
|
|
3229
|
+
dbNodeArn?: string | undefined;
|
|
3230
|
+
/**
|
|
3231
|
+
* <p>The current status of the DB node.</p>
|
|
3232
|
+
* @public
|
|
3233
|
+
*/
|
|
3234
|
+
status?: DbNodeResourceStatus | undefined;
|
|
3235
|
+
/**
|
|
3236
|
+
* <p>Additional information about the status of the DB node.</p>
|
|
3237
|
+
* @public
|
|
3238
|
+
*/
|
|
3239
|
+
statusReason?: string | undefined;
|
|
3240
|
+
/**
|
|
3241
|
+
* <p>Additional information about the planned maintenance.</p>
|
|
3242
|
+
* @public
|
|
3243
|
+
*/
|
|
3244
|
+
additionalDetails?: string | undefined;
|
|
3245
|
+
/**
|
|
3246
|
+
* <p>The Oracle Cloud ID (OCID) of the backup IP address that's associated with the DB node.</p>
|
|
3247
|
+
* @public
|
|
3248
|
+
*/
|
|
3249
|
+
backupIpId?: string | undefined;
|
|
3250
|
+
/**
|
|
3251
|
+
* <p>The OCID of the second backup virtual network interface card (VNIC) for the DB node.</p>
|
|
3252
|
+
* @public
|
|
3253
|
+
*/
|
|
3254
|
+
backupVnic2Id?: string | undefined;
|
|
3255
|
+
/**
|
|
3256
|
+
* <p>The OCID of the backup VNIC for the DB node.</p>
|
|
3257
|
+
* @public
|
|
3258
|
+
*/
|
|
3259
|
+
backupVnicId?: string | undefined;
|
|
3260
|
+
/**
|
|
3261
|
+
* <p>The number of CPU cores enabled on the DB node.</p>
|
|
3262
|
+
* @public
|
|
3263
|
+
*/
|
|
3264
|
+
cpuCoreCount?: number | undefined;
|
|
3265
|
+
/**
|
|
3266
|
+
* <p>The amount of local node storage, in gigabytes (GB), that's allocated on the DB node.</p>
|
|
3267
|
+
* @public
|
|
3268
|
+
*/
|
|
3269
|
+
dbNodeStorageSizeInGBs?: number | undefined;
|
|
3270
|
+
/**
|
|
3271
|
+
* <p>The unique identifier of the database server that's associated with the DB node.</p>
|
|
3272
|
+
* @public
|
|
3273
|
+
*/
|
|
3274
|
+
dbServerId?: string | undefined;
|
|
3275
|
+
/**
|
|
3276
|
+
* <p>The OCID of the DB system.</p>
|
|
3277
|
+
* @public
|
|
3278
|
+
*/
|
|
3279
|
+
dbSystemId?: string | undefined;
|
|
3280
|
+
/**
|
|
3281
|
+
* <p>The name of the fault domain where the DB node is located.</p>
|
|
3282
|
+
* @public
|
|
3283
|
+
*/
|
|
3284
|
+
faultDomain?: string | undefined;
|
|
3285
|
+
/**
|
|
3286
|
+
* <p>The OCID of the host IP address that's associated with the DB node.</p>
|
|
3287
|
+
* @public
|
|
3288
|
+
*/
|
|
3289
|
+
hostIpId?: string | undefined;
|
|
3290
|
+
/**
|
|
3291
|
+
* <p>The host name for the DB node.</p>
|
|
3292
|
+
* @public
|
|
3293
|
+
*/
|
|
3294
|
+
hostname?: string | undefined;
|
|
3295
|
+
/**
|
|
3296
|
+
* <p>The OCID of the DB node.</p>
|
|
3297
|
+
* @public
|
|
3298
|
+
*/
|
|
3299
|
+
ocid?: string | undefined;
|
|
3300
|
+
/**
|
|
3301
|
+
* <p>The name of the OCI resource anchor for the DB node.</p>
|
|
3302
|
+
* @public
|
|
3303
|
+
*/
|
|
3304
|
+
ociResourceAnchorName?: string | undefined;
|
|
3305
|
+
/**
|
|
3306
|
+
* <p>The type of maintenance the DB node. </p>
|
|
3307
|
+
* @public
|
|
3308
|
+
*/
|
|
3309
|
+
maintenanceType?: DbNodeMaintenanceType | undefined;
|
|
3310
|
+
/**
|
|
3311
|
+
* <p>The amount of memory, in gigabytes (GB), that allocated on the DB node.</p>
|
|
3312
|
+
* @public
|
|
3313
|
+
*/
|
|
3314
|
+
memorySizeInGBs?: number | undefined;
|
|
3315
|
+
/**
|
|
3316
|
+
* <p>The size of the block storage volume, in gigabytes (GB), that's allocated for the DB system. This attribute applies only for virtual machine DB systems.</p>
|
|
3317
|
+
* @public
|
|
3318
|
+
*/
|
|
3319
|
+
softwareStorageSizeInGB?: number | undefined;
|
|
3320
|
+
/**
|
|
3321
|
+
* <p>The date and time when the DB node was created.</p>
|
|
3322
|
+
* @public
|
|
3323
|
+
*/
|
|
3324
|
+
createdAt?: Date | undefined;
|
|
3325
|
+
/**
|
|
3326
|
+
* <p>The end date and time of the maintenance window.</p>
|
|
3327
|
+
* @public
|
|
3328
|
+
*/
|
|
3329
|
+
timeMaintenanceWindowEnd?: string | undefined;
|
|
3330
|
+
/**
|
|
3331
|
+
* <p>The start date and time of the maintenance window.</p>
|
|
3332
|
+
* @public
|
|
3333
|
+
*/
|
|
3334
|
+
timeMaintenanceWindowStart?: string | undefined;
|
|
3335
|
+
/**
|
|
3336
|
+
* <p>The total number of CPU cores reserved on the DB node.</p>
|
|
3337
|
+
* @public
|
|
3338
|
+
*/
|
|
3339
|
+
totalCpuCoreCount?: number | undefined;
|
|
3340
|
+
/**
|
|
3341
|
+
* <p>The OCID of the second VNIC.</p>
|
|
3342
|
+
* @public
|
|
3343
|
+
*/
|
|
3344
|
+
vnic2Id?: string | undefined;
|
|
3345
|
+
/**
|
|
3346
|
+
* <p>The OCID of the VNIC.</p>
|
|
3347
|
+
* @public
|
|
3348
|
+
*/
|
|
3349
|
+
vnicId?: string | undefined;
|
|
3350
|
+
}
|
|
3351
|
+
/**
|
|
3352
|
+
* @public
|
|
3353
|
+
*/
|
|
3354
|
+
export interface GetDbNodeInput {
|
|
3355
|
+
/**
|
|
3356
|
+
* <p>The unique identifier of the VM cluster that contains the DB node.</p>
|
|
3357
|
+
* @public
|
|
3358
|
+
*/
|
|
3359
|
+
cloudVmClusterId: string | undefined;
|
|
3360
|
+
/**
|
|
3361
|
+
* <p>The unique identifier of the DB node to retrieve information about.</p>
|
|
3362
|
+
* @public
|
|
3363
|
+
*/
|
|
3364
|
+
dbNodeId: string | undefined;
|
|
3365
|
+
}
|
|
3366
|
+
/**
|
|
3367
|
+
* @public
|
|
3368
|
+
*/
|
|
3369
|
+
export interface GetDbNodeOutput {
|
|
3370
|
+
/**
|
|
3371
|
+
* <p>Information about a DB node.</p>
|
|
3372
|
+
* @public
|
|
3373
|
+
*/
|
|
3374
|
+
dbNode?: DbNode | undefined;
|
|
3375
|
+
}
|
|
3376
|
+
/**
|
|
3377
|
+
* @public
|
|
3378
|
+
*/
|
|
3379
|
+
export interface ListDbNodesInput {
|
|
3380
|
+
/**
|
|
3381
|
+
* <p>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output.</p> <p>Default: <code>10</code> </p>
|
|
3382
|
+
* @public
|
|
3383
|
+
*/
|
|
3384
|
+
maxResults?: number | undefined;
|
|
3385
|
+
/**
|
|
3386
|
+
* <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
|
|
3387
|
+
* @public
|
|
3388
|
+
*/
|
|
3389
|
+
nextToken?: string | undefined;
|
|
3390
|
+
/**
|
|
3391
|
+
* <p>The unique identifier of the VM cluster.</p>
|
|
3392
|
+
* @public
|
|
3393
|
+
*/
|
|
3394
|
+
cloudVmClusterId: string | undefined;
|
|
3395
|
+
}
|
|
3396
|
+
/**
|
|
3397
|
+
* @public
|
|
3398
|
+
*/
|
|
3399
|
+
export interface ListDbNodesOutput {
|
|
3400
|
+
/**
|
|
3401
|
+
* <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there are no more items to return.</p>
|
|
3402
|
+
* @public
|
|
3403
|
+
*/
|
|
3404
|
+
nextToken?: string | undefined;
|
|
3405
|
+
/**
|
|
3406
|
+
* <p>The list of DB nodes along with their properties.</p>
|
|
3407
|
+
* @public
|
|
3408
|
+
*/
|
|
3409
|
+
dbNodes: DbNodeSummary[] | undefined;
|
|
3410
|
+
}
|
|
3411
|
+
/**
|
|
3412
|
+
* @public
|
|
3413
|
+
*/
|
|
3414
|
+
export interface RebootDbNodeInput {
|
|
3415
|
+
/**
|
|
3416
|
+
* <p>The unique identifier of the VM cluster that contains the DB node to reboot.</p>
|
|
3417
|
+
* @public
|
|
3418
|
+
*/
|
|
3419
|
+
cloudVmClusterId: string | undefined;
|
|
3420
|
+
/**
|
|
3421
|
+
* <p>The unique identifier of the DB node to reboot.</p>
|
|
3422
|
+
* @public
|
|
3423
|
+
*/
|
|
3424
|
+
dbNodeId: string | undefined;
|
|
3425
|
+
}
|
|
3426
|
+
/**
|
|
3427
|
+
* @public
|
|
3428
|
+
*/
|
|
3429
|
+
export interface RebootDbNodeOutput {
|
|
3430
|
+
/**
|
|
3431
|
+
* <p>The unique identifier of the DB node that was rebooted.</p>
|
|
3432
|
+
* @public
|
|
3433
|
+
*/
|
|
3434
|
+
dbNodeId: string | undefined;
|
|
3435
|
+
/**
|
|
3436
|
+
* <p>The current status of the DB node after the reboot operation.</p>
|
|
3437
|
+
* @public
|
|
3438
|
+
*/
|
|
3439
|
+
status?: DbNodeResourceStatus | undefined;
|
|
3440
|
+
/**
|
|
3441
|
+
* <p>Additional information about the status of the DB node after the reboot operation.</p>
|
|
3442
|
+
* @public
|
|
3443
|
+
*/
|
|
3444
|
+
statusReason?: string | undefined;
|
|
3445
|
+
}
|
|
3446
|
+
/**
|
|
3447
|
+
* @public
|
|
3448
|
+
*/
|
|
3449
|
+
export interface StartDbNodeInput {
|
|
3450
|
+
/**
|
|
3451
|
+
* <p>The unique identifier of the VM cluster that contains the DB node to start.</p>
|
|
3452
|
+
* @public
|
|
3453
|
+
*/
|
|
3454
|
+
cloudVmClusterId: string | undefined;
|
|
3455
|
+
/**
|
|
3456
|
+
* <p>The unique identifier of the DB node to start.</p>
|
|
3457
|
+
* @public
|
|
3458
|
+
*/
|
|
3459
|
+
dbNodeId: string | undefined;
|
|
3460
|
+
}
|
|
3461
|
+
/**
|
|
3462
|
+
* @public
|
|
3463
|
+
*/
|
|
3464
|
+
export interface StartDbNodeOutput {
|
|
3465
|
+
/**
|
|
3466
|
+
* <p>The unique identifier of the DB node that was started.</p>
|
|
3467
|
+
* @public
|
|
3468
|
+
*/
|
|
3469
|
+
dbNodeId: string | undefined;
|
|
3470
|
+
/**
|
|
3471
|
+
* <p>The current status of the DB node after the start operation.</p>
|
|
3472
|
+
* @public
|
|
3473
|
+
*/
|
|
3474
|
+
status?: DbNodeResourceStatus | undefined;
|
|
3475
|
+
/**
|
|
3476
|
+
* <p>Additional information about the status of the DB node after the start operation.</p>
|
|
3477
|
+
* @public
|
|
3478
|
+
*/
|
|
3479
|
+
statusReason?: string | undefined;
|
|
3480
|
+
}
|
|
3481
|
+
/**
|
|
3482
|
+
* @public
|
|
3483
|
+
*/
|
|
3484
|
+
export interface StopDbNodeInput {
|
|
3485
|
+
/**
|
|
3486
|
+
* <p>The unique identifier of the VM cluster that contains the DB node to stop.</p>
|
|
3487
|
+
* @public
|
|
3488
|
+
*/
|
|
3489
|
+
cloudVmClusterId: string | undefined;
|
|
3490
|
+
/**
|
|
3491
|
+
* <p>The unique identifier of the DB node to stop.</p>
|
|
3492
|
+
* @public
|
|
3493
|
+
*/
|
|
3494
|
+
dbNodeId: string | undefined;
|
|
3495
|
+
}
|
|
3496
|
+
/**
|
|
3497
|
+
* @public
|
|
3498
|
+
*/
|
|
3499
|
+
export interface StopDbNodeOutput {
|
|
3500
|
+
/**
|
|
3501
|
+
* <p>The unique identifier of the DB node that was stopped.</p>
|
|
3502
|
+
* @public
|
|
3503
|
+
*/
|
|
3504
|
+
dbNodeId: string | undefined;
|
|
3505
|
+
/**
|
|
3506
|
+
* <p>The current status of the DB node after the stop operation.</p>
|
|
3507
|
+
* @public
|
|
3508
|
+
*/
|
|
3509
|
+
status?: DbNodeResourceStatus | undefined;
|
|
3510
|
+
/**
|
|
3511
|
+
* <p>Additional information about the status of the DB node after the stop operation.</p>
|
|
3512
|
+
* @public
|
|
3513
|
+
*/
|
|
3514
|
+
statusReason?: string | undefined;
|
|
3515
|
+
}
|
|
3516
|
+
/**
|
|
3517
|
+
* @public
|
|
3518
|
+
* @enum
|
|
3519
|
+
*/
|
|
3520
|
+
export declare const ShapeType: {
|
|
3521
|
+
readonly AMD: "AMD";
|
|
3522
|
+
readonly AMPERE_FLEX_A1: "AMPERE_FLEX_A1";
|
|
3523
|
+
readonly INTEL: "INTEL";
|
|
3524
|
+
readonly INTEL_FLEX_X9: "INTEL_FLEX_X9";
|
|
3525
|
+
};
|
|
3526
|
+
/**
|
|
3527
|
+
* @public
|
|
3528
|
+
*/
|
|
3529
|
+
export type ShapeType = (typeof ShapeType)[keyof typeof ShapeType];
|
|
3530
|
+
/**
|
|
3531
|
+
* <p>Information about a hardware system model (shape) that's available for an Exadata infrastructure. The shape determines resources, such as CPU cores, memory, and storage, to allocate to the Exadata infrastructure.</p>
|
|
3532
|
+
* @public
|
|
3533
|
+
*/
|
|
3534
|
+
export interface DbSystemShapeSummary {
|
|
3535
|
+
/**
|
|
3536
|
+
* <p>The maximum number of CPU cores that can be enabled for the shape.</p>
|
|
3537
|
+
* @public
|
|
3538
|
+
*/
|
|
3539
|
+
availableCoreCount?: number | undefined;
|
|
3540
|
+
/**
|
|
3541
|
+
* <p>The maximum number of CPU cores per DB node that can be enabled for the shape.</p>
|
|
3542
|
+
* @public
|
|
3543
|
+
*/
|
|
3544
|
+
availableCoreCountPerNode?: number | undefined;
|
|
3545
|
+
/**
|
|
3546
|
+
* <p>The maximum amount of data storage, in terabytes (TB), that can be enabled for the shape.</p>
|
|
3547
|
+
* @public
|
|
3548
|
+
*/
|
|
3549
|
+
availableDataStorageInTBs?: number | undefined;
|
|
3550
|
+
/**
|
|
3551
|
+
* <p>The maximum amount of data storage, in terabytes (TB), that's available per storage server for the shape.</p>
|
|
3552
|
+
* @public
|
|
3553
|
+
*/
|
|
3554
|
+
availableDataStoragePerServerInTBs?: number | undefined;
|
|
3555
|
+
/**
|
|
3556
|
+
* <p>The maximum amount of DB node storage, in gigabytes (GB), that's available per DB node for the shape.</p>
|
|
3557
|
+
* @public
|
|
3558
|
+
*/
|
|
3559
|
+
availableDbNodePerNodeInGBs?: number | undefined;
|
|
3560
|
+
/**
|
|
3561
|
+
* <p>The maximum amount of DB node storage, in gigabytes (GB), that can be enabled for the shape.</p>
|
|
3562
|
+
* @public
|
|
3563
|
+
*/
|
|
3564
|
+
availableDbNodeStorageInGBs?: number | undefined;
|
|
3565
|
+
/**
|
|
3566
|
+
* <p>The maximum amount of memory, in gigabytes (GB), that can be enabled for the shape.</p>
|
|
3567
|
+
* @public
|
|
3568
|
+
*/
|
|
3569
|
+
availableMemoryInGBs?: number | undefined;
|
|
3570
|
+
/**
|
|
3571
|
+
* <p>The maximum amount of memory, in gigabytes (GB), that's available per DB node for the shape.</p>
|
|
3572
|
+
* @public
|
|
3573
|
+
*/
|
|
3574
|
+
availableMemoryPerNodeInGBs?: number | undefined;
|
|
3575
|
+
/**
|
|
3576
|
+
* <p>The discrete number by which the CPU core count for the shape can be increased or decreased.</p>
|
|
3577
|
+
* @public
|
|
3578
|
+
*/
|
|
3579
|
+
coreCountIncrement?: number | undefined;
|
|
3580
|
+
/**
|
|
3581
|
+
* <p>The maximum number of Exadata storage servers that's available for the shape.</p>
|
|
3582
|
+
* @public
|
|
3583
|
+
*/
|
|
3584
|
+
maxStorageCount?: number | undefined;
|
|
3585
|
+
/**
|
|
3586
|
+
* <p>The maximum number of compute servers that is available for the shape.</p>
|
|
3587
|
+
* @public
|
|
3588
|
+
*/
|
|
3589
|
+
maximumNodeCount?: number | undefined;
|
|
3590
|
+
/**
|
|
3591
|
+
* <p>The minimum number of CPU cores that can be enabled per node for the shape.</p>
|
|
3592
|
+
* @public
|
|
3593
|
+
*/
|
|
3594
|
+
minCoreCountPerNode?: number | undefined;
|
|
3595
|
+
/**
|
|
3596
|
+
* <p>The minimum amount of data storage, in terabytes (TB), that must be allocated for the shape.</p>
|
|
3597
|
+
* @public
|
|
3598
|
+
*/
|
|
3599
|
+
minDataStorageInTBs?: number | undefined;
|
|
3600
|
+
/**
|
|
3601
|
+
* <p>The minimum amount of DB node storage, in gigabytes (GB), that must be allocated per DB node for the shape.</p>
|
|
3602
|
+
* @public
|
|
3603
|
+
*/
|
|
3604
|
+
minDbNodeStoragePerNodeInGBs?: number | undefined;
|
|
3605
|
+
/**
|
|
3606
|
+
* <p>The minimum amount of memory, in gigabytes (GB), that must be allocated per DB node for the shape.</p>
|
|
3607
|
+
* @public
|
|
3608
|
+
*/
|
|
3609
|
+
minMemoryPerNodeInGBs?: number | undefined;
|
|
3610
|
+
/**
|
|
3611
|
+
* <p>The minimum number of Exadata storage servers that are available for the shape.</p>
|
|
3612
|
+
* @public
|
|
3613
|
+
*/
|
|
3614
|
+
minStorageCount?: number | undefined;
|
|
3615
|
+
/**
|
|
3616
|
+
* <p>The minimum number of CPU cores that can be enabled for the shape.</p>
|
|
3617
|
+
* @public
|
|
3618
|
+
*/
|
|
3619
|
+
minimumCoreCount?: number | undefined;
|
|
3620
|
+
/**
|
|
3621
|
+
* <p>The minimum number of compute servers that are available for the shape.</p>
|
|
3622
|
+
* @public
|
|
3623
|
+
*/
|
|
3624
|
+
minimumNodeCount?: number | undefined;
|
|
3625
|
+
/**
|
|
3626
|
+
* <p>The runtime minimum number of CPU cores that can be enabled for the shape.</p>
|
|
3627
|
+
* @public
|
|
3628
|
+
*/
|
|
3629
|
+
runtimeMinimumCoreCount?: number | undefined;
|
|
3630
|
+
/**
|
|
3631
|
+
* <p>The family of the shape.</p>
|
|
3632
|
+
* @public
|
|
3633
|
+
*/
|
|
3634
|
+
shapeFamily?: string | undefined;
|
|
3635
|
+
/**
|
|
3636
|
+
* <p>The shape type. This property is determined by the CPU hardware.</p>
|
|
3637
|
+
* @public
|
|
3638
|
+
*/
|
|
3639
|
+
shapeType?: ShapeType | undefined;
|
|
3640
|
+
/**
|
|
3641
|
+
* <p>The name of the shape.</p>
|
|
3642
|
+
* @public
|
|
3643
|
+
*/
|
|
3644
|
+
name?: string | undefined;
|
|
3645
|
+
/**
|
|
3646
|
+
* <p>The OCI model compute model used when you create or clone an instance: ECPU or OCPU. An ECPU is an abstracted measure of compute resources. ECPUs are based on the number of cores elastically allocated from a pool of compute and storage servers. An OCPU is a legacy physical measure of compute resources. OCPUs are based on the physical core of a processor with hyper-threading enabled. </p>
|
|
3647
|
+
* @public
|
|
3648
|
+
*/
|
|
3649
|
+
computeModel?: ComputeModel | undefined;
|
|
3650
|
+
/**
|
|
3651
|
+
* <p>Indicates whether the hardware system model supports configurable database and server storage types.</p>
|
|
3652
|
+
* @public
|
|
3653
|
+
*/
|
|
3654
|
+
areServerTypesSupported?: boolean | undefined;
|
|
3655
|
+
}
|
|
3656
|
+
/**
|
|
3657
|
+
* @public
|
|
3658
|
+
*/
|
|
3659
|
+
export interface DeleteOdbNetworkInput {
|
|
3660
|
+
/**
|
|
3661
|
+
* <p>The unique identifier of the ODB network to delete.</p>
|
|
3662
|
+
* @public
|
|
3663
|
+
*/
|
|
3664
|
+
odbNetworkId: string | undefined;
|
|
3665
|
+
/**
|
|
3666
|
+
* <p>Specifies whether to delete associated OCI networking resources along with the ODB network.</p>
|
|
3667
|
+
* @public
|
|
3668
|
+
*/
|
|
3669
|
+
deleteAssociatedResources: boolean | undefined;
|
|
3670
|
+
}
|
|
3671
|
+
/**
|
|
3672
|
+
* @public
|
|
3673
|
+
*/
|
|
3674
|
+
export interface DeleteOdbNetworkOutput {
|
|
3675
|
+
}
|
|
3676
|
+
/**
|
|
3677
|
+
* @public
|
|
3678
|
+
*/
|
|
3679
|
+
export interface DeleteOdbPeeringConnectionInput {
|
|
3680
|
+
/**
|
|
3681
|
+
* <p>The unique identifier of the ODB peering connection to delete.</p>
|
|
3682
|
+
* @public
|
|
3683
|
+
*/
|
|
3684
|
+
odbPeeringConnectionId: string | undefined;
|
|
3685
|
+
}
|
|
3686
|
+
/**
|
|
3687
|
+
* @public
|
|
3688
|
+
*/
|
|
3689
|
+
export interface DeleteOdbPeeringConnectionOutput {
|
|
3690
|
+
}
|
|
3691
|
+
/**
|
|
3692
|
+
* @public
|
|
3693
|
+
*/
|
|
3694
|
+
export interface GetOciOnboardingStatusInput {
|
|
3695
|
+
}
|
|
3696
|
+
/**
|
|
3697
|
+
* @public
|
|
3698
|
+
* @enum
|
|
3699
|
+
*/
|
|
3700
|
+
export declare const OciOnboardingStatus: {
|
|
3701
|
+
readonly ACTIVATING: "ACTIVATING";
|
|
3702
|
+
readonly ACTIVE: "ACTIVE";
|
|
3703
|
+
readonly ACTIVE_IN_HOME_REGION: "ACTIVE_IN_HOME_REGION";
|
|
3704
|
+
readonly ACTIVE_LIMITED: "ACTIVE_LIMITED";
|
|
3705
|
+
readonly CANCELED: "CANCELED";
|
|
3706
|
+
readonly FAILED: "FAILED";
|
|
3707
|
+
readonly NOT_STARTED: "NOT_STARTED";
|
|
3708
|
+
readonly PENDING_CUSTOMER_ACTION: "PENDING_CUSTOMER_ACTION";
|
|
3709
|
+
readonly PENDING_INITIALIZATION: "PENDING_INITIALIZATION";
|
|
3710
|
+
readonly PENDING_LINK_GENERATION: "PENDING_LINK_GENERATION";
|
|
3711
|
+
readonly PUBLIC_OFFER_UNSUPPORTED: "PUBLIC_OFFER_UNSUPPORTED";
|
|
3712
|
+
readonly SUSPENDED: "SUSPENDED";
|
|
3713
|
+
};
|
|
3714
|
+
/**
|
|
3715
|
+
* @public
|
|
3716
|
+
*/
|
|
3717
|
+
export type OciOnboardingStatus = (typeof OciOnboardingStatus)[keyof typeof OciOnboardingStatus];
|
|
3718
|
+
/**
|
|
3719
|
+
* @public
|
|
3720
|
+
*/
|
|
3721
|
+
export interface GetOciOnboardingStatusOutput {
|
|
3722
|
+
/**
|
|
3723
|
+
* <p/>
|
|
3724
|
+
* @public
|
|
3725
|
+
*/
|
|
3726
|
+
status?: OciOnboardingStatus | undefined;
|
|
3727
|
+
/**
|
|
3728
|
+
* <p>The existing OCI tenancy activation link for your Amazon Web Services account.</p>
|
|
3729
|
+
* @public
|
|
3730
|
+
*/
|
|
3731
|
+
existingTenancyActivationLink?: string | undefined;
|
|
3732
|
+
/**
|
|
3733
|
+
* <p>A new OCI tenancy activation link for your Amazon Web Services account.</p>
|
|
3734
|
+
* @public
|
|
3735
|
+
*/
|
|
3736
|
+
newTenancyActivationLink?: string | undefined;
|
|
3737
|
+
}
|
|
3738
|
+
/**
|
|
3739
|
+
* @public
|
|
3740
|
+
*/
|
|
3741
|
+
export interface GetOdbNetworkInput {
|
|
3742
|
+
/**
|
|
3743
|
+
* <p>The unique identifier of the ODB network.</p>
|
|
3744
|
+
* @public
|
|
3745
|
+
*/
|
|
3746
|
+
odbNetworkId: string | undefined;
|
|
3747
|
+
}
|
|
3748
|
+
/**
|
|
3749
|
+
* @public
|
|
3750
|
+
* @enum
|
|
3751
|
+
*/
|
|
3752
|
+
export declare const ManagedResourceStatus: {
|
|
3753
|
+
readonly DISABLED: "DISABLED";
|
|
3754
|
+
readonly DISABLING: "DISABLING";
|
|
3755
|
+
readonly ENABLED: "ENABLED";
|
|
3756
|
+
readonly ENABLING: "ENABLING";
|
|
3757
|
+
};
|
|
3758
|
+
/**
|
|
3759
|
+
* @public
|
|
3760
|
+
*/
|
|
3761
|
+
export type ManagedResourceStatus = (typeof ManagedResourceStatus)[keyof typeof ManagedResourceStatus];
|
|
3762
|
+
/**
|
|
3763
|
+
* <p>The configuration for managed Amazon S3 backup access from the ODB network.</p>
|
|
3764
|
+
* @public
|
|
3765
|
+
*/
|
|
3766
|
+
export interface ManagedS3BackupAccess {
|
|
3767
|
+
/**
|
|
3768
|
+
* <p>The status of the managed Amazon S3 backup access.</p> <p>Valid Values: <code>enabled | disabled</code> </p>
|
|
3769
|
+
* @public
|
|
3770
|
+
*/
|
|
3771
|
+
status?: ManagedResourceStatus | undefined;
|
|
3772
|
+
/**
|
|
3773
|
+
* <p>The IPv4 addresses for the managed Amazon S3 backup access.</p>
|
|
3774
|
+
* @public
|
|
3775
|
+
*/
|
|
3776
|
+
ipv4Addresses?: string[] | undefined;
|
|
3777
|
+
}
|
|
3778
|
+
/**
|
|
3779
|
+
* <p>The configuration for Amazon S3 access from the ODB network.</p>
|
|
3780
|
+
* @public
|
|
3781
|
+
*/
|
|
3782
|
+
export interface S3Access {
|
|
3783
|
+
/**
|
|
3784
|
+
* <p>The status of the Amazon S3 access.</p> <p>Valid Values: <code>enabled | disabled</code> </p>
|
|
3785
|
+
* @public
|
|
3786
|
+
*/
|
|
3787
|
+
status?: ManagedResourceStatus | undefined;
|
|
3788
|
+
/**
|
|
3789
|
+
* <p>The IPv4 addresses for the Amazon S3 access.</p>
|
|
3790
|
+
* @public
|
|
3791
|
+
*/
|
|
3792
|
+
ipv4Addresses?: string[] | undefined;
|
|
3793
|
+
/**
|
|
3794
|
+
* <p>The domain name for the Amazon S3 access.</p>
|
|
3795
|
+
* @public
|
|
3796
|
+
*/
|
|
3797
|
+
domainName?: string | undefined;
|
|
3798
|
+
/**
|
|
3799
|
+
* <p>The endpoint policy for the Amazon S3 access.</p>
|
|
3800
|
+
* @public
|
|
3801
|
+
*/
|
|
3802
|
+
s3PolicyDocument?: string | undefined;
|
|
3803
|
+
}
|
|
3804
|
+
/**
|
|
3805
|
+
* @public
|
|
3806
|
+
* @enum
|
|
3807
|
+
*/
|
|
3808
|
+
export declare const VpcEndpointType: {
|
|
3809
|
+
readonly SERVICENETWORK: "SERVICENETWORK";
|
|
3810
|
+
};
|
|
3811
|
+
/**
|
|
3812
|
+
* @public
|
|
3813
|
+
*/
|
|
3814
|
+
export type VpcEndpointType = (typeof VpcEndpointType)[keyof typeof VpcEndpointType];
|
|
3815
|
+
/**
|
|
3816
|
+
* <p>The configuration for a service network endpoint.</p>
|
|
3817
|
+
* @public
|
|
3818
|
+
*/
|
|
3819
|
+
export interface ServiceNetworkEndpoint {
|
|
3820
|
+
/**
|
|
3821
|
+
* <p>The identifier of the VPC endpoint.</p>
|
|
3822
|
+
* @public
|
|
3823
|
+
*/
|
|
3824
|
+
vpcEndpointId?: string | undefined;
|
|
3825
|
+
/**
|
|
3826
|
+
* <p>The type of the VPC endpoint.</p> <p>Valid Values: <code>Interface | Gateway</code> </p>
|
|
3827
|
+
* @public
|
|
3828
|
+
*/
|
|
3829
|
+
vpcEndpointType?: VpcEndpointType | undefined;
|
|
3830
|
+
}
|
|
3831
|
+
/**
|
|
3832
|
+
* <p>The configuration for Zero-ETL access from the ODB network.</p>
|
|
3833
|
+
* @public
|
|
3834
|
+
*/
|
|
3835
|
+
export interface ZeroEtlAccess {
|
|
3836
|
+
/**
|
|
3837
|
+
* <p>The status of the Zero-ETL access.</p> <p>Valid Values: <code>enabled | disabled</code> </p>
|
|
3838
|
+
* @public
|
|
3839
|
+
*/
|
|
3840
|
+
status?: ManagedResourceStatus | undefined;
|
|
3841
|
+
/**
|
|
3842
|
+
* <p>The CIDR block for the Zero-ETL access.</p>
|
|
3843
|
+
* @public
|
|
3844
|
+
*/
|
|
3845
|
+
cidr?: string | undefined;
|
|
3846
|
+
}
|
|
3847
|
+
/**
|
|
3848
|
+
* <p>The managed services configuration for the ODB network.</p>
|
|
3849
|
+
* @public
|
|
3850
|
+
*/
|
|
3851
|
+
export interface ManagedServices {
|
|
3852
|
+
/**
|
|
3853
|
+
* <p>The Amazon Resource Name (ARN) of the service network.</p>
|
|
3854
|
+
* @public
|
|
3855
|
+
*/
|
|
3856
|
+
serviceNetworkArn?: string | undefined;
|
|
3857
|
+
/**
|
|
3858
|
+
* <p>The Amazon Resource Name (ARN) of the resource gateway.</p>
|
|
3859
|
+
* @public
|
|
3860
|
+
*/
|
|
3861
|
+
resourceGatewayArn?: string | undefined;
|
|
3862
|
+
/**
|
|
3863
|
+
* <p>The IPv4 CIDR blocks for the managed services.</p>
|
|
3864
|
+
* @public
|
|
3865
|
+
*/
|
|
3866
|
+
managedServicesIpv4Cidrs?: string[] | undefined;
|
|
3867
|
+
/**
|
|
3868
|
+
* <p>The service network endpoint configuration.</p>
|
|
3869
|
+
* @public
|
|
3870
|
+
*/
|
|
3871
|
+
serviceNetworkEndpoint?: ServiceNetworkEndpoint | undefined;
|
|
3872
|
+
/**
|
|
3873
|
+
* <p>The managed Amazon S3 backup access configuration.</p>
|
|
3874
|
+
* @public
|
|
3875
|
+
*/
|
|
3876
|
+
managedS3BackupAccess?: ManagedS3BackupAccess | undefined;
|
|
3877
|
+
/**
|
|
3878
|
+
* <p>The Zero-ETL access configuration.</p>
|
|
3879
|
+
* @public
|
|
3880
|
+
*/
|
|
3881
|
+
zeroEtlAccess?: ZeroEtlAccess | undefined;
|
|
3882
|
+
/**
|
|
3883
|
+
* <p>The Amazon S3 access configuration.</p>
|
|
3884
|
+
* @public
|
|
3885
|
+
*/
|
|
3886
|
+
s3Access?: S3Access | undefined;
|
|
3887
|
+
}
|
|
3888
|
+
/**
|
|
3889
|
+
* <p>DNS configuration to forward DNS resolver endpoints to your OCI Private Zone.</p>
|
|
3890
|
+
* @public
|
|
3891
|
+
*/
|
|
3892
|
+
export interface OciDnsForwardingConfig {
|
|
3893
|
+
/**
|
|
3894
|
+
* <p>Domain name to which DNS resolver forwards to.</p>
|
|
3895
|
+
* @public
|
|
3896
|
+
*/
|
|
3897
|
+
domainName?: string | undefined;
|
|
3898
|
+
/**
|
|
3899
|
+
* <p>OCI DNS listener IP for custom DNS setup.</p>
|
|
3900
|
+
* @public
|
|
3901
|
+
*/
|
|
3902
|
+
ociDnsListenerIp?: string | undefined;
|
|
3903
|
+
}
|
|
3904
|
+
/**
|
|
3905
|
+
* <p>Information about an ODB network.</p>
|
|
3906
|
+
* @public
|
|
3907
|
+
*/
|
|
3908
|
+
export interface OdbNetwork {
|
|
3909
|
+
/**
|
|
3910
|
+
* <p>The unique identifier of the ODB network.</p>
|
|
3911
|
+
* @public
|
|
3912
|
+
*/
|
|
3913
|
+
odbNetworkId: string | undefined;
|
|
3914
|
+
/**
|
|
3915
|
+
* <p>The user-friendly name of the ODB network.</p>
|
|
3916
|
+
* @public
|
|
3917
|
+
*/
|
|
3918
|
+
displayName?: string | undefined;
|
|
3919
|
+
/**
|
|
3920
|
+
* <p>The current status of the ODB network.</p>
|
|
3921
|
+
* @public
|
|
3922
|
+
*/
|
|
3923
|
+
status?: ResourceStatus | undefined;
|
|
3924
|
+
/**
|
|
3925
|
+
* <p>Additional information about the current status of the ODB network.</p>
|
|
3926
|
+
* @public
|
|
3927
|
+
*/
|
|
3928
|
+
statusReason?: string | undefined;
|
|
3929
|
+
/**
|
|
3930
|
+
* <p>The Amazon Resource Name (ARN) of the ODB network.</p>
|
|
3931
|
+
* @public
|
|
3932
|
+
*/
|
|
3933
|
+
odbNetworkArn?: string | undefined;
|
|
3934
|
+
/**
|
|
3935
|
+
* <p>The Amazon Web Services Availability Zone (AZ) where the ODB network is located.</p>
|
|
3936
|
+
* @public
|
|
3937
|
+
*/
|
|
3938
|
+
availabilityZone?: string | undefined;
|
|
3939
|
+
/**
|
|
3940
|
+
* <p>The AZ ID of the AZ where the ODB network is located.</p>
|
|
3941
|
+
* @public
|
|
3942
|
+
*/
|
|
3943
|
+
availabilityZoneId?: string | undefined;
|
|
3944
|
+
/**
|
|
3945
|
+
* <p>The CIDR range of the client subnet in the ODB network.</p>
|
|
3946
|
+
* @public
|
|
3947
|
+
*/
|
|
3948
|
+
clientSubnetCidr?: string | undefined;
|
|
3949
|
+
/**
|
|
3950
|
+
* <p>The CIDR range of the backup subnet in the ODB network.</p>
|
|
3951
|
+
* @public
|
|
3952
|
+
*/
|
|
3953
|
+
backupSubnetCidr?: string | undefined;
|
|
3954
|
+
/**
|
|
3955
|
+
* <p>The domain name for the resources in the ODB network.</p>
|
|
3956
|
+
* @public
|
|
3957
|
+
*/
|
|
3958
|
+
customDomainName?: string | undefined;
|
|
3959
|
+
/**
|
|
3960
|
+
* <p>The DNS prefix to the default DNS domain name. The default DNS domain name is oraclevcn.com.</p>
|
|
3961
|
+
* @public
|
|
3962
|
+
*/
|
|
3963
|
+
defaultDnsPrefix?: string | undefined;
|
|
3964
|
+
/**
|
|
3965
|
+
* <p>The list of CIDR ranges from the peered VPC that are allowed access to the ODB network.</p>
|
|
3966
|
+
* @public
|
|
3967
|
+
*/
|
|
3968
|
+
peeredCidrs?: string[] | undefined;
|
|
3969
|
+
/**
|
|
3970
|
+
* <p>The unique identifier of the OCI network anchor for the ODB network.</p>
|
|
3971
|
+
* @public
|
|
3972
|
+
*/
|
|
3973
|
+
ociNetworkAnchorId?: string | undefined;
|
|
3974
|
+
/**
|
|
3975
|
+
* <p>The URL of the OCI network anchor for the ODB network.</p>
|
|
3976
|
+
* @public
|
|
3977
|
+
*/
|
|
3978
|
+
ociNetworkAnchorUrl?: string | undefined;
|
|
3979
|
+
/**
|
|
3980
|
+
* <p>The name of the OCI resource anchor that's associated with the ODB network.</p>
|
|
3981
|
+
* @public
|
|
3982
|
+
*/
|
|
3983
|
+
ociResourceAnchorName?: string | undefined;
|
|
3984
|
+
/**
|
|
3985
|
+
* <p>The Oracle Cloud ID (OCID) for the Virtual Cloud Network (VCN) that's associated with the ODB network.</p>
|
|
3986
|
+
* @public
|
|
3987
|
+
*/
|
|
3988
|
+
ociVcnId?: string | undefined;
|
|
3989
|
+
/**
|
|
3990
|
+
* <p>The URL for the VCN that's associated with the ODB network.</p>
|
|
3991
|
+
* @public
|
|
3992
|
+
*/
|
|
3993
|
+
ociVcnUrl?: string | undefined;
|
|
3994
|
+
/**
|
|
3995
|
+
* <p>The DNS resolver endpoint in OCI for forwarding DNS queries for the ociPrivateZone domain.</p>
|
|
3996
|
+
* @public
|
|
3997
|
+
*/
|
|
3998
|
+
ociDnsForwardingConfigs?: OciDnsForwardingConfig[] | undefined;
|
|
3999
|
+
/**
|
|
4000
|
+
* <p>The date and time when the ODB network was created.</p>
|
|
4001
|
+
* @public
|
|
4002
|
+
*/
|
|
4003
|
+
createdAt?: Date | undefined;
|
|
4004
|
+
/**
|
|
4005
|
+
* <p>The amount of progress made on the current operation on the ODB network, expressed as a percentage.</p>
|
|
4006
|
+
* @public
|
|
4007
|
+
*/
|
|
4008
|
+
percentProgress?: number | undefined;
|
|
4009
|
+
/**
|
|
4010
|
+
* <p>The managed services configuration for the ODB network.</p>
|
|
4011
|
+
* @public
|
|
4012
|
+
*/
|
|
4013
|
+
managedServices?: ManagedServices | undefined;
|
|
4014
|
+
}
|
|
4015
|
+
/**
|
|
4016
|
+
* @public
|
|
4017
|
+
*/
|
|
4018
|
+
export interface GetOdbNetworkOutput {
|
|
4019
|
+
/**
|
|
4020
|
+
* <p>The ODB network.</p>
|
|
4021
|
+
* @public
|
|
4022
|
+
*/
|
|
4023
|
+
odbNetwork?: OdbNetwork | undefined;
|
|
4024
|
+
}
|
|
4025
|
+
/**
|
|
4026
|
+
* @public
|
|
4027
|
+
*/
|
|
4028
|
+
export interface GetOdbPeeringConnectionInput {
|
|
4029
|
+
/**
|
|
4030
|
+
* <p>The unique identifier of the ODB peering connection to retrieve information about.</p>
|
|
4031
|
+
* @public
|
|
4032
|
+
*/
|
|
4033
|
+
odbPeeringConnectionId: string | undefined;
|
|
4034
|
+
}
|
|
4035
|
+
/**
|
|
4036
|
+
* <p>A peering connection between an ODB network and either another ODB network or a customer-owned VPC.</p>
|
|
4037
|
+
* @public
|
|
4038
|
+
*/
|
|
4039
|
+
export interface OdbPeeringConnection {
|
|
4040
|
+
/**
|
|
4041
|
+
* <p>The unique identifier of the ODB peering connection. A sample ID is <code>odbpcx-abcdefgh12345678</code>.</p>
|
|
4042
|
+
* @public
|
|
4043
|
+
*/
|
|
4044
|
+
odbPeeringConnectionId: string | undefined;
|
|
4045
|
+
/**
|
|
4046
|
+
* <p>The display name of the ODB peering connection.</p>
|
|
4047
|
+
* @public
|
|
4048
|
+
*/
|
|
4049
|
+
displayName?: string | undefined;
|
|
4050
|
+
/**
|
|
4051
|
+
* <p>The status of the ODB peering connection.</p> <p>Valid Values: <code>provisioning | active | terminating | terminated | failed</code> </p>
|
|
4052
|
+
* @public
|
|
4053
|
+
*/
|
|
4054
|
+
status?: ResourceStatus | undefined;
|
|
4055
|
+
/**
|
|
4056
|
+
* <p>The reason for the current status of the ODB peering connection.</p>
|
|
4057
|
+
* @public
|
|
4058
|
+
*/
|
|
4059
|
+
statusReason?: string | undefined;
|
|
4060
|
+
/**
|
|
4061
|
+
* <p>The Amazon Resource Name (ARN) of the ODB peering connection.</p> <p>Example: <code>arn:aws:odb:us-east-1:123456789012:odb-peering-connection/odbpcx-abcdefgh12345678</code> </p>
|
|
4062
|
+
* @public
|
|
4063
|
+
*/
|
|
4064
|
+
odbPeeringConnectionArn?: string | undefined;
|
|
4065
|
+
/**
|
|
4066
|
+
* <p>The Amazon Resource Name (ARN) of the ODB network that initiated the peering connection.</p>
|
|
4067
|
+
* @public
|
|
4068
|
+
*/
|
|
4069
|
+
odbNetworkArn?: string | undefined;
|
|
4070
|
+
/**
|
|
4071
|
+
* <p>The Amazon Resource Name (ARN) of the peer network.</p>
|
|
4072
|
+
* @public
|
|
4073
|
+
*/
|
|
4074
|
+
peerNetworkArn?: string | undefined;
|
|
4075
|
+
/**
|
|
4076
|
+
* <p>The type of the ODB peering connection.</p> <p>Valid Values: <code>ODB-VPC | ODB-ODB</code> </p>
|
|
4077
|
+
* @public
|
|
4078
|
+
*/
|
|
4079
|
+
odbPeeringConnectionType?: string | undefined;
|
|
4080
|
+
/**
|
|
4081
|
+
* <p>The timestamp when the ODB peering connection was created.</p>
|
|
4082
|
+
* @public
|
|
4083
|
+
*/
|
|
4084
|
+
createdAt?: Date | undefined;
|
|
4085
|
+
/**
|
|
4086
|
+
* <p>The percentage progress of the ODB peering connection creation or deletion.</p>
|
|
4087
|
+
* @public
|
|
4088
|
+
*/
|
|
4089
|
+
percentProgress?: number | undefined;
|
|
4090
|
+
}
|
|
4091
|
+
/**
|
|
4092
|
+
* @public
|
|
4093
|
+
*/
|
|
4094
|
+
export interface GetOdbPeeringConnectionOutput {
|
|
4095
|
+
/**
|
|
4096
|
+
* <p>A peering connection between an ODB network and either another ODB network or a customer-owned VPC.</p>
|
|
4097
|
+
* @public
|
|
4098
|
+
*/
|
|
4099
|
+
odbPeeringConnection?: OdbPeeringConnection | undefined;
|
|
4100
|
+
}
|
|
4101
|
+
/**
|
|
4102
|
+
* <p>Information about a specific version of Oracle Grid Infrastructure (GI) software that can be installed on a VM cluster.</p>
|
|
4103
|
+
* @public
|
|
4104
|
+
*/
|
|
4105
|
+
export interface GiVersionSummary {
|
|
4106
|
+
/**
|
|
4107
|
+
* <p>The GI software version.</p>
|
|
4108
|
+
* @public
|
|
4109
|
+
*/
|
|
4110
|
+
version?: string | undefined;
|
|
4111
|
+
}
|
|
4112
|
+
/**
|
|
4113
|
+
* @public
|
|
4114
|
+
*/
|
|
4115
|
+
export interface InitializeServiceInput {
|
|
4116
|
+
}
|
|
4117
|
+
/**
|
|
4118
|
+
* @public
|
|
4119
|
+
*/
|
|
4120
|
+
export interface InitializeServiceOutput {
|
|
4121
|
+
}
|
|
4122
|
+
/**
|
|
4123
|
+
* @public
|
|
4124
|
+
*/
|
|
4125
|
+
export interface ListDbSystemShapesInput {
|
|
4126
|
+
/**
|
|
4127
|
+
* <p>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output.</p> <p>Default: <code>10</code> </p>
|
|
4128
|
+
* @public
|
|
4129
|
+
*/
|
|
4130
|
+
maxResults?: number | undefined;
|
|
4131
|
+
/**
|
|
4132
|
+
* <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
|
|
4133
|
+
* @public
|
|
4134
|
+
*/
|
|
4135
|
+
nextToken?: string | undefined;
|
|
4136
|
+
/**
|
|
4137
|
+
* <p>The logical name of the AZ, for example, us-east-1a. This name varies depending on the account.</p>
|
|
4138
|
+
* @public
|
|
4139
|
+
*/
|
|
4140
|
+
availabilityZone?: string | undefined;
|
|
4141
|
+
/**
|
|
4142
|
+
* <p>The physical ID of the AZ, for example, use1-az4. This ID persists across accounts.</p>
|
|
4143
|
+
* @public
|
|
4144
|
+
*/
|
|
4145
|
+
availabilityZoneId?: string | undefined;
|
|
4146
|
+
}
|
|
4147
|
+
/**
|
|
4148
|
+
* @public
|
|
4149
|
+
*/
|
|
4150
|
+
export interface ListDbSystemShapesOutput {
|
|
4151
|
+
/**
|
|
4152
|
+
* <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there are no more items to return.</p>
|
|
4153
|
+
* @public
|
|
4154
|
+
*/
|
|
4155
|
+
nextToken?: string | undefined;
|
|
4156
|
+
/**
|
|
4157
|
+
* <p>The list of shapes and their properties.</p>
|
|
4158
|
+
* @public
|
|
4159
|
+
*/
|
|
4160
|
+
dbSystemShapes: DbSystemShapeSummary[] | undefined;
|
|
4161
|
+
}
|
|
4162
|
+
/**
|
|
4163
|
+
* @public
|
|
4164
|
+
*/
|
|
4165
|
+
export interface ListGiVersionsInput {
|
|
4166
|
+
/**
|
|
4167
|
+
* <p>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output.</p> <p>Default: <code>10</code> </p>
|
|
4168
|
+
* @public
|
|
4169
|
+
*/
|
|
4170
|
+
maxResults?: number | undefined;
|
|
4171
|
+
/**
|
|
4172
|
+
* <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
|
|
4173
|
+
* @public
|
|
4174
|
+
*/
|
|
4175
|
+
nextToken?: string | undefined;
|
|
4176
|
+
/**
|
|
4177
|
+
* <p>The shape to return GI versions for. For a list of valid shapes, use the <code>ListDbSystemShapes</code> operation..</p>
|
|
4178
|
+
* @public
|
|
4179
|
+
*/
|
|
4180
|
+
shape?: string | undefined;
|
|
4181
|
+
}
|
|
4182
|
+
/**
|
|
4183
|
+
* @public
|
|
4184
|
+
*/
|
|
4185
|
+
export interface ListGiVersionsOutput {
|
|
4186
|
+
/**
|
|
4187
|
+
* <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there are no more items to return.</p>
|
|
4188
|
+
* @public
|
|
4189
|
+
*/
|
|
4190
|
+
nextToken?: string | undefined;
|
|
4191
|
+
/**
|
|
4192
|
+
* <p>The list of GI versions and their properties.</p>
|
|
4193
|
+
* @public
|
|
4194
|
+
*/
|
|
4195
|
+
giVersions: GiVersionSummary[] | undefined;
|
|
4196
|
+
}
|
|
4197
|
+
/**
|
|
4198
|
+
* @public
|
|
4199
|
+
*/
|
|
4200
|
+
export interface ListOdbNetworksInput {
|
|
4201
|
+
/**
|
|
4202
|
+
* <p>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output.</p> <p>Default: <code>10</code> </p>
|
|
4203
|
+
* @public
|
|
4204
|
+
*/
|
|
4205
|
+
maxResults?: number | undefined;
|
|
4206
|
+
/**
|
|
4207
|
+
* <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
|
|
4208
|
+
* @public
|
|
4209
|
+
*/
|
|
4210
|
+
nextToken?: string | undefined;
|
|
4211
|
+
}
|
|
4212
|
+
/**
|
|
4213
|
+
* <p>Information about an ODB network.</p>
|
|
4214
|
+
* @public
|
|
4215
|
+
*/
|
|
4216
|
+
export interface OdbNetworkSummary {
|
|
4217
|
+
/**
|
|
4218
|
+
* <p>The unique identifier of the ODB network.</p>
|
|
4219
|
+
* @public
|
|
4220
|
+
*/
|
|
4221
|
+
odbNetworkId: string | undefined;
|
|
4222
|
+
/**
|
|
4223
|
+
* <p>The user-friendly name of the ODB network.</p>
|
|
4224
|
+
* @public
|
|
4225
|
+
*/
|
|
4226
|
+
displayName?: string | undefined;
|
|
4227
|
+
/**
|
|
4228
|
+
* <p>The current status of the ODB network.</p>
|
|
4229
|
+
* @public
|
|
4230
|
+
*/
|
|
4231
|
+
status?: ResourceStatus | undefined;
|
|
4232
|
+
/**
|
|
4233
|
+
* <p>Additional information about the current status of the ODB network.</p>
|
|
4234
|
+
* @public
|
|
4235
|
+
*/
|
|
4236
|
+
statusReason?: string | undefined;
|
|
4237
|
+
/**
|
|
4238
|
+
* <p>The Amazon Resource Name (ARN) of the ODB network.</p>
|
|
4239
|
+
* @public
|
|
4240
|
+
*/
|
|
4241
|
+
odbNetworkArn?: string | undefined;
|
|
4242
|
+
/**
|
|
4243
|
+
* <p>The Amazon Web Services Availability Zone (AZ) where the ODB network is located.</p>
|
|
4244
|
+
* @public
|
|
4245
|
+
*/
|
|
4246
|
+
availabilityZone?: string | undefined;
|
|
4247
|
+
/**
|
|
4248
|
+
* <p>The AZ ID of the AZ where the ODB network is located.</p>
|
|
4249
|
+
* @public
|
|
4250
|
+
*/
|
|
4251
|
+
availabilityZoneId?: string | undefined;
|
|
4252
|
+
/**
|
|
4253
|
+
* <p>The CIDR range of the client subnet in the ODB network.</p>
|
|
4254
|
+
* @public
|
|
4255
|
+
*/
|
|
4256
|
+
clientSubnetCidr?: string | undefined;
|
|
4257
|
+
/**
|
|
4258
|
+
* <p>The CIDR range of the backup subnet in the ODB network.</p>
|
|
4259
|
+
* @public
|
|
4260
|
+
*/
|
|
4261
|
+
backupSubnetCidr?: string | undefined;
|
|
4262
|
+
/**
|
|
4263
|
+
* <p>The domain name for the resources in the ODB network.</p>
|
|
4264
|
+
* @public
|
|
4265
|
+
*/
|
|
4266
|
+
customDomainName?: string | undefined;
|
|
4267
|
+
/**
|
|
4268
|
+
* <p>The DNS prefix to the default DNS domain name. The default DNS domain name is oraclevcn.com.</p>
|
|
4269
|
+
* @public
|
|
4270
|
+
*/
|
|
4271
|
+
defaultDnsPrefix?: string | undefined;
|
|
4272
|
+
/**
|
|
4273
|
+
* <p>The list of CIDR ranges from the peered VPC that are allowed access to the ODB network.</p>
|
|
4274
|
+
* @public
|
|
4275
|
+
*/
|
|
4276
|
+
peeredCidrs?: string[] | undefined;
|
|
4277
|
+
/**
|
|
4278
|
+
* <p>The unique identifier of the OCI network anchor for the ODB network.</p>
|
|
4279
|
+
* @public
|
|
4280
|
+
*/
|
|
4281
|
+
ociNetworkAnchorId?: string | undefined;
|
|
4282
|
+
/**
|
|
4283
|
+
* <p>The URL of the OCI network anchor for the ODB network.</p>
|
|
4284
|
+
* @public
|
|
4285
|
+
*/
|
|
4286
|
+
ociNetworkAnchorUrl?: string | undefined;
|
|
4287
|
+
/**
|
|
4288
|
+
* <p>The name of the OCI resource anchor associated with the ODB network.</p>
|
|
4289
|
+
* @public
|
|
4290
|
+
*/
|
|
4291
|
+
ociResourceAnchorName?: string | undefined;
|
|
4292
|
+
/**
|
|
4293
|
+
* <p>The Oracle Cloud ID (OCID) for the Virtual Cloud Network (VCN) associated with the ODB network.</p>
|
|
4294
|
+
* @public
|
|
4295
|
+
*/
|
|
4296
|
+
ociVcnId?: string | undefined;
|
|
4297
|
+
/**
|
|
4298
|
+
* <p>The URL for the VCN that's associated with the ODB network.</p>
|
|
4299
|
+
* @public
|
|
4300
|
+
*/
|
|
4301
|
+
ociVcnUrl?: string | undefined;
|
|
4302
|
+
/**
|
|
4303
|
+
* <p>The DNS resolver endpoint in OCI for forwarding DNS queries for the ociPrivateZone domain.</p>
|
|
4304
|
+
* @public
|
|
4305
|
+
*/
|
|
4306
|
+
ociDnsForwardingConfigs?: OciDnsForwardingConfig[] | undefined;
|
|
4307
|
+
/**
|
|
4308
|
+
* <p>The date and time when the ODB network was created.</p>
|
|
4309
|
+
* @public
|
|
4310
|
+
*/
|
|
4311
|
+
createdAt?: Date | undefined;
|
|
4312
|
+
/**
|
|
4313
|
+
* <p>The amount of progress made on the current operation on the ODB network, expressed as a percentage.</p>
|
|
4314
|
+
* @public
|
|
4315
|
+
*/
|
|
4316
|
+
percentProgress?: number | undefined;
|
|
4317
|
+
/**
|
|
4318
|
+
* <p>The managed services configuration for the ODB network.</p>
|
|
4319
|
+
* @public
|
|
4320
|
+
*/
|
|
4321
|
+
managedServices?: ManagedServices | undefined;
|
|
4322
|
+
}
|
|
4323
|
+
/**
|
|
4324
|
+
* @public
|
|
4325
|
+
*/
|
|
4326
|
+
export interface ListOdbNetworksOutput {
|
|
4327
|
+
/**
|
|
4328
|
+
* <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there are no more items to return.</p>
|
|
4329
|
+
* @public
|
|
4330
|
+
*/
|
|
4331
|
+
nextToken?: string | undefined;
|
|
4332
|
+
/**
|
|
4333
|
+
* <p>The list of ODB networks.</p>
|
|
4334
|
+
* @public
|
|
4335
|
+
*/
|
|
4336
|
+
odbNetworks: OdbNetworkSummary[] | undefined;
|
|
4337
|
+
}
|
|
4338
|
+
/**
|
|
4339
|
+
* @public
|
|
4340
|
+
*/
|
|
4341
|
+
export interface ListOdbPeeringConnectionsInput {
|
|
4342
|
+
/**
|
|
4343
|
+
* <p>The maximum number of ODB peering connections to return in the response.</p> <p>Default: <code>20</code> </p> <p>Constraints:</p> <ul> <li> <p>Must be between 1 and 100.</p> </li> </ul>
|
|
4344
|
+
* @public
|
|
4345
|
+
*/
|
|
4346
|
+
maxResults?: number | undefined;
|
|
4347
|
+
/**
|
|
4348
|
+
* <p>The pagination token for the next page of ODB peering connections.</p>
|
|
4349
|
+
* @public
|
|
4350
|
+
*/
|
|
4351
|
+
nextToken?: string | undefined;
|
|
4352
|
+
/**
|
|
4353
|
+
* <p>The identifier of the ODB network to list peering connections for.</p> <p>If not specified, lists all ODB peering connections in the account.</p>
|
|
4354
|
+
* @public
|
|
4355
|
+
*/
|
|
4356
|
+
odbNetworkId?: string | undefined;
|
|
4357
|
+
}
|
|
4358
|
+
/**
|
|
4359
|
+
* <p>A summary of an ODB peering connection.</p>
|
|
4360
|
+
* @public
|
|
4361
|
+
*/
|
|
4362
|
+
export interface OdbPeeringConnectionSummary {
|
|
4363
|
+
/**
|
|
4364
|
+
* <p>The unique identifier of the ODB peering connection. A sample ID is <code>odbpcx-abcdefgh12345678</code>.</p>
|
|
4365
|
+
* @public
|
|
4366
|
+
*/
|
|
4367
|
+
odbPeeringConnectionId: string | undefined;
|
|
4368
|
+
/**
|
|
4369
|
+
* <p>The display name of the ODB peering connection.</p>
|
|
4370
|
+
* @public
|
|
4371
|
+
*/
|
|
4372
|
+
displayName?: string | undefined;
|
|
4373
|
+
/**
|
|
4374
|
+
* <p>The status of the ODB peering connection.</p> <p>Valid Values: <code>provisioning | active | terminating | terminated | failed</code> </p>
|
|
4375
|
+
* @public
|
|
4376
|
+
*/
|
|
4377
|
+
status?: ResourceStatus | undefined;
|
|
4378
|
+
/**
|
|
4379
|
+
* <p>The reason for the current status of the ODB peering connection.</p>
|
|
4380
|
+
* @public
|
|
4381
|
+
*/
|
|
4382
|
+
statusReason?: string | undefined;
|
|
4383
|
+
/**
|
|
4384
|
+
* <p>The Amazon Resource Name (ARN) of the ODB peering connection.</p>
|
|
4385
|
+
* @public
|
|
4386
|
+
*/
|
|
4387
|
+
odbPeeringConnectionArn?: string | undefined;
|
|
4388
|
+
/**
|
|
4389
|
+
* <p>The Amazon Resource Name (ARN) of the ODB network that initiated the peering connection.</p>
|
|
4390
|
+
* @public
|
|
4391
|
+
*/
|
|
4392
|
+
odbNetworkArn?: string | undefined;
|
|
4393
|
+
/**
|
|
4394
|
+
* <p>The Amazon Resource Name (ARN) of the peer network.</p>
|
|
4395
|
+
* @public
|
|
4396
|
+
*/
|
|
4397
|
+
peerNetworkArn?: string | undefined;
|
|
4398
|
+
/**
|
|
4399
|
+
* <p>The type of the ODB peering connection.</p> <p>Valid Values: <code>ODB-VPC | ODB-ODB</code> </p>
|
|
4400
|
+
* @public
|
|
4401
|
+
*/
|
|
4402
|
+
odbPeeringConnectionType?: string | undefined;
|
|
4403
|
+
/**
|
|
4404
|
+
* <p>The timestamp when the ODB peering connection was created.</p>
|
|
4405
|
+
* @public
|
|
4406
|
+
*/
|
|
4407
|
+
createdAt?: Date | undefined;
|
|
4408
|
+
/**
|
|
4409
|
+
* <p>The percentage progress of the ODB peering connection creation or deletion.</p>
|
|
4410
|
+
* @public
|
|
4411
|
+
*/
|
|
4412
|
+
percentProgress?: number | undefined;
|
|
4413
|
+
}
|
|
4414
|
+
/**
|
|
4415
|
+
* @public
|
|
4416
|
+
*/
|
|
4417
|
+
export interface ListOdbPeeringConnectionsOutput {
|
|
4418
|
+
/**
|
|
4419
|
+
* <p>The pagination token for the next page of ODB peering connections.</p>
|
|
4420
|
+
* @public
|
|
4421
|
+
*/
|
|
4422
|
+
nextToken?: string | undefined;
|
|
4423
|
+
/**
|
|
4424
|
+
* <p>The list of ODB peering connections.</p>
|
|
4425
|
+
* @public
|
|
4426
|
+
*/
|
|
4427
|
+
odbPeeringConnections: OdbPeeringConnectionSummary[] | undefined;
|
|
4428
|
+
}
|
|
4429
|
+
/**
|
|
4430
|
+
* @public
|
|
4431
|
+
*/
|
|
4432
|
+
export interface ListSystemVersionsInput {
|
|
4433
|
+
/**
|
|
4434
|
+
* <p>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output.</p> <p>Default: <code>10</code> </p>
|
|
4435
|
+
* @public
|
|
4436
|
+
*/
|
|
4437
|
+
maxResults?: number | undefined;
|
|
4438
|
+
/**
|
|
4439
|
+
* <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
|
|
4440
|
+
* @public
|
|
4441
|
+
*/
|
|
4442
|
+
nextToken?: string | undefined;
|
|
4443
|
+
/**
|
|
4444
|
+
* <p>The software version of the Exadata Grid Infrastructure (GI).</p>
|
|
4445
|
+
* @public
|
|
4446
|
+
*/
|
|
4447
|
+
giVersion: string | undefined;
|
|
4448
|
+
/**
|
|
4449
|
+
* <p>The Exadata hardware system model.</p>
|
|
4450
|
+
* @public
|
|
4451
|
+
*/
|
|
4452
|
+
shape: string | undefined;
|
|
4453
|
+
}
|
|
4454
|
+
/**
|
|
4455
|
+
* <p>Information about the compatible system versions that can be used with a specific Exadata shape and Grid Infrastructure (GI) version.</p>
|
|
4456
|
+
* @public
|
|
4457
|
+
*/
|
|
4458
|
+
export interface SystemVersionSummary {
|
|
4459
|
+
/**
|
|
4460
|
+
* <p>The version of GI software.</p>
|
|
4461
|
+
* @public
|
|
4462
|
+
*/
|
|
4463
|
+
giVersion?: string | undefined;
|
|
4464
|
+
/**
|
|
4465
|
+
* <p>The Exadata hardware model.</p>
|
|
4466
|
+
* @public
|
|
4467
|
+
*/
|
|
4468
|
+
shape?: string | undefined;
|
|
4469
|
+
/**
|
|
4470
|
+
* <p>The Exadata system versions that are compatible with the specified Exadata shape and GI version.</p>
|
|
4471
|
+
* @public
|
|
4472
|
+
*/
|
|
4473
|
+
systemVersions?: string[] | undefined;
|
|
4474
|
+
}
|
|
4475
|
+
/**
|
|
4476
|
+
* @public
|
|
4477
|
+
*/
|
|
4478
|
+
export interface ListSystemVersionsOutput {
|
|
4479
|
+
/**
|
|
4480
|
+
* <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there are no more items to return.</p>
|
|
4481
|
+
* @public
|
|
4482
|
+
*/
|
|
4483
|
+
nextToken?: string | undefined;
|
|
4484
|
+
/**
|
|
4485
|
+
* <p>The list of system versions.</p>
|
|
4486
|
+
* @public
|
|
4487
|
+
*/
|
|
4488
|
+
systemVersions: SystemVersionSummary[] | undefined;
|
|
4489
|
+
}
|
|
4490
|
+
/**
|
|
4491
|
+
* @public
|
|
4492
|
+
*/
|
|
4493
|
+
export interface ListTagsForResourceRequest {
|
|
4494
|
+
/**
|
|
4495
|
+
* <p>The Amazon Resource Name (ARN) of the resource to list tags for.</p>
|
|
4496
|
+
* @public
|
|
4497
|
+
*/
|
|
4498
|
+
resourceArn: string | undefined;
|
|
4499
|
+
}
|
|
4500
|
+
/**
|
|
4501
|
+
* @public
|
|
4502
|
+
*/
|
|
4503
|
+
export interface ListTagsForResourceResponse {
|
|
4504
|
+
/**
|
|
4505
|
+
* <p>The list of tags applied to the resource.</p>
|
|
4506
|
+
* @public
|
|
4507
|
+
*/
|
|
4508
|
+
tags?: Record<string, string> | undefined;
|
|
4509
|
+
}
|
|
4510
|
+
/**
|
|
4511
|
+
* @public
|
|
4512
|
+
*/
|
|
4513
|
+
export interface UpdateOdbNetworkInput {
|
|
4514
|
+
/**
|
|
4515
|
+
* <p>The unique identifier of the ODB network to update.</p>
|
|
4516
|
+
* @public
|
|
4517
|
+
*/
|
|
4518
|
+
odbNetworkId: string | undefined;
|
|
4519
|
+
/**
|
|
4520
|
+
* <p>The new user-friendly name of the ODB network.</p>
|
|
4521
|
+
* @public
|
|
4522
|
+
*/
|
|
4523
|
+
displayName?: string | undefined;
|
|
4524
|
+
/**
|
|
4525
|
+
* <p>The list of CIDR ranges from the peered VPC that allow access to the ODB network.</p>
|
|
4526
|
+
* @public
|
|
4527
|
+
*/
|
|
4528
|
+
peeredCidrsToBeAdded?: string[] | undefined;
|
|
4529
|
+
/**
|
|
4530
|
+
* <p>The list of CIDR ranges from the peered VPC to remove from the ODB network.</p>
|
|
4531
|
+
* @public
|
|
4532
|
+
*/
|
|
4533
|
+
peeredCidrsToBeRemoved?: string[] | undefined;
|
|
4534
|
+
/**
|
|
4535
|
+
* <p>Specifies the updated configuration for Amazon S3 access from the ODB network.</p>
|
|
4536
|
+
* @public
|
|
4537
|
+
*/
|
|
4538
|
+
s3Access?: Access | undefined;
|
|
4539
|
+
/**
|
|
4540
|
+
* <p>Specifies the updated configuration for Zero-ETL access from the ODB network.</p>
|
|
4541
|
+
* @public
|
|
4542
|
+
*/
|
|
4543
|
+
zeroEtlAccess?: Access | undefined;
|
|
4544
|
+
/**
|
|
4545
|
+
* <p>Specifies the updated endpoint policy for Amazon S3 access from the ODB network.</p>
|
|
4546
|
+
* @public
|
|
4547
|
+
*/
|
|
4548
|
+
s3PolicyDocument?: string | undefined;
|
|
4549
|
+
}
|
|
4550
|
+
/**
|
|
4551
|
+
* @public
|
|
4552
|
+
*/
|
|
4553
|
+
export interface UpdateOdbNetworkOutput {
|
|
4554
|
+
/**
|
|
4555
|
+
* <p>The user-friendly name of the ODB network.</p>
|
|
4556
|
+
* @public
|
|
4557
|
+
*/
|
|
4558
|
+
displayName?: string | undefined;
|
|
4559
|
+
/**
|
|
4560
|
+
* <p>The current status of the ODB network.</p>
|
|
4561
|
+
* @public
|
|
4562
|
+
*/
|
|
4563
|
+
status?: ResourceStatus | undefined;
|
|
4564
|
+
/**
|
|
4565
|
+
* <p>Additional information about the status of the ODB network.</p>
|
|
4566
|
+
* @public
|
|
4567
|
+
*/
|
|
4568
|
+
statusReason?: string | undefined;
|
|
4569
|
+
/**
|
|
4570
|
+
* <p>The unique identifier of the ODB network.</p>
|
|
4571
|
+
* @public
|
|
4572
|
+
*/
|
|
4573
|
+
odbNetworkId: string | undefined;
|
|
4574
|
+
}
|
|
4575
|
+
/**
|
|
4576
|
+
* @public
|
|
4577
|
+
*/
|
|
4578
|
+
export interface TagResourceRequest {
|
|
4579
|
+
/**
|
|
4580
|
+
* <p>The Amazon Resource Name (ARN) of the resource to apply tags to.</p>
|
|
4581
|
+
* @public
|
|
4582
|
+
*/
|
|
4583
|
+
resourceArn: string | undefined;
|
|
4584
|
+
/**
|
|
4585
|
+
* <p>The list of tags to apply to the resource.</p>
|
|
4586
|
+
* @public
|
|
4587
|
+
*/
|
|
4588
|
+
tags: Record<string, string> | undefined;
|
|
4589
|
+
}
|
|
4590
|
+
/**
|
|
4591
|
+
* @public
|
|
4592
|
+
*/
|
|
4593
|
+
export interface TagResourceResponse {
|
|
4594
|
+
}
|
|
4595
|
+
/**
|
|
4596
|
+
* @public
|
|
4597
|
+
*/
|
|
4598
|
+
export interface UntagResourceRequest {
|
|
4599
|
+
/**
|
|
4600
|
+
* <p>The Amazon Resource Name (ARN) of the resource to remove tags from.</p>
|
|
4601
|
+
* @public
|
|
4602
|
+
*/
|
|
4603
|
+
resourceArn: string | undefined;
|
|
4604
|
+
/**
|
|
4605
|
+
* <p>The names (keys) of the tags to remove from the resource.</p>
|
|
4606
|
+
* @public
|
|
4607
|
+
*/
|
|
4608
|
+
tagKeys: string[] | undefined;
|
|
4609
|
+
}
|
|
4610
|
+
/**
|
|
4611
|
+
* @public
|
|
4612
|
+
*/
|
|
4613
|
+
export interface UntagResourceResponse {
|
|
4614
|
+
}
|
|
4615
|
+
/**
|
|
4616
|
+
* @internal
|
|
4617
|
+
*/
|
|
4618
|
+
export declare const CustomerContactFilterSensitiveLog: (obj: CustomerContact) => any;
|
|
4619
|
+
/**
|
|
4620
|
+
* @internal
|
|
4621
|
+
*/
|
|
4622
|
+
export declare const CloudExadataInfrastructureFilterSensitiveLog: (obj: CloudExadataInfrastructure) => any;
|
|
4623
|
+
/**
|
|
4624
|
+
* @internal
|
|
4625
|
+
*/
|
|
4626
|
+
export declare const CloudExadataInfrastructureSummaryFilterSensitiveLog: (obj: CloudExadataInfrastructureSummary) => any;
|
|
4627
|
+
/**
|
|
4628
|
+
* @internal
|
|
4629
|
+
*/
|
|
4630
|
+
export declare const CreateCloudExadataInfrastructureInputFilterSensitiveLog: (obj: CreateCloudExadataInfrastructureInput) => any;
|
|
4631
|
+
/**
|
|
4632
|
+
* @internal
|
|
4633
|
+
*/
|
|
4634
|
+
export declare const GetCloudExadataInfrastructureOutputFilterSensitiveLog: (obj: GetCloudExadataInfrastructureOutput) => any;
|
|
4635
|
+
/**
|
|
4636
|
+
* @internal
|
|
4637
|
+
*/
|
|
4638
|
+
export declare const ListCloudExadataInfrastructuresOutputFilterSensitiveLog: (obj: ListCloudExadataInfrastructuresOutput) => any;
|
|
4639
|
+
/**
|
|
4640
|
+
* @internal
|
|
4641
|
+
*/
|
|
4642
|
+
export declare const CloudVmClusterFilterSensitiveLog: (obj: CloudVmCluster) => any;
|
|
4643
|
+
/**
|
|
4644
|
+
* @internal
|
|
4645
|
+
*/
|
|
4646
|
+
export declare const CloudVmClusterSummaryFilterSensitiveLog: (obj: CloudVmClusterSummary) => any;
|
|
4647
|
+
/**
|
|
4648
|
+
* @internal
|
|
4649
|
+
*/
|
|
4650
|
+
export declare const GetCloudVmClusterOutputFilterSensitiveLog: (obj: GetCloudVmClusterOutput) => any;
|
|
4651
|
+
/**
|
|
4652
|
+
* @internal
|
|
4653
|
+
*/
|
|
4654
|
+
export declare const ListCloudVmClustersOutputFilterSensitiveLog: (obj: ListCloudVmClustersOutput) => any;
|