@pulumi/oci 3.8.0 → 3.9.0-alpha.1758687119
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/database/cloudExadataInfrastructure.d.ts +8 -0
- package/database/cloudExadataInfrastructure.js +2 -0
- package/database/cloudExadataInfrastructure.js.map +1 -1
- package/database/cloudExadataInfrastructureConfigureExascaleManagement.d.ts +407 -0
- package/database/cloudExadataInfrastructureConfigureExascaleManagement.js +156 -0
- package/database/cloudExadataInfrastructureConfigureExascaleManagement.js.map +1 -0
- package/database/cloudVmCluster.d.ts +21 -0
- package/database/cloudVmCluster.js +5 -0
- package/database/cloudVmCluster.js.map +1 -1
- package/database/getCloudExadataInfrastructure.d.ts +4 -0
- package/database/getCloudExadataInfrastructure.js.map +1 -1
- package/database/getCloudVmCluster.d.ts +8 -0
- package/database/getCloudVmCluster.js.map +1 -1
- package/database/index.d.ts +3 -0
- package/database/index.js +13 -8
- package/database/index.js.map +1 -1
- package/datasafe/auditPolicyManagement.d.ts +3 -3
- package/datasafe/auditTrailManagement.d.ts +1 -0
- package/datasafe/auditTrailManagement.js +1 -0
- package/datasafe/auditTrailManagement.js.map +1 -1
- package/datasafe/discoveryJobsResult.d.ts +4 -0
- package/datasafe/discoveryJobsResult.js +4 -0
- package/datasafe/discoveryJobsResult.js.map +1 -1
- package/datasafe/getDataSafeConfiguration.d.ts +2 -2
- package/datasafe/getDiscoveryJobsResult.d.ts +8 -0
- package/datasafe/getDiscoveryJobsResult.js.map +1 -1
- package/datasafe/getDiscoveryJobsResults.d.ts +14 -0
- package/datasafe/getDiscoveryJobsResults.js +4 -0
- package/datasafe/getDiscoveryJobsResults.js.map +1 -1
- package/datasafe/getMaskingReports.d.ts +11 -0
- package/datasafe/getMaskingReports.js +4 -0
- package/datasafe/getMaskingReports.js.map +1 -1
- package/datasafe/getSecurityAssessmentFinding.d.ts +3 -0
- package/datasafe/getSecurityAssessmentFinding.js +2 -0
- package/datasafe/getSecurityAssessmentFinding.js.map +1 -1
- package/datasafe/getSecurityAssessmentFindings.d.ts +25 -2
- package/datasafe/getSecurityAssessmentFindings.js +2 -0
- package/datasafe/getSecurityAssessmentFindings.js.map +1 -1
- package/datasafe/getSensitiveDataModelsSensitiveColumn.d.ts +9 -0
- package/datasafe/getSensitiveDataModelsSensitiveColumn.js.map +1 -1
- package/datasafe/getSensitiveDataModelsSensitiveColumns.d.ts +25 -0
- package/datasafe/getSensitiveDataModelsSensitiveColumns.js +8 -0
- package/datasafe/getSensitiveDataModelsSensitiveColumns.js.map +1 -1
- package/datasafe/sensitiveDataModelsSensitiveColumn.d.ts +18 -0
- package/datasafe/sensitiveDataModelsSensitiveColumn.js +4 -0
- package/datasafe/sensitiveDataModelsSensitiveColumn.js.map +1 -1
- package/jms/fleet.d.ts +16 -0
- package/jms/fleet.js +4 -0
- package/jms/fleet.js.map +1 -1
- package/jms/getFleet.d.ts +8 -0
- package/jms/getFleet.js.map +1 -1
- package/jms/getFleetContainers.d.ts +161 -0
- package/jms/getFleetContainers.js +84 -0
- package/jms/getFleetContainers.js.map +1 -0
- package/jms/getFleetExportSetting.d.ts +5 -0
- package/jms/getFleetExportSetting.js.map +1 -1
- package/jms/getFleetLibraryApplications.d.ts +152 -0
- package/jms/getFleetLibraryApplications.js +84 -0
- package/jms/getFleetLibraryApplications.js.map +1 -0
- package/jms/getFleetLibraryManagedInstances.d.ts +152 -0
- package/jms/getFleetLibraryManagedInstances.js +84 -0
- package/jms/getFleetLibraryManagedInstances.js.map +1 -0
- package/jms/getFleetSummarizeLibraryInventory.d.ts +43 -0
- package/jms/getFleetSummarizeLibraryInventory.js +32 -0
- package/jms/getFleetSummarizeLibraryInventory.js.map +1 -0
- package/jms/getFleetUncorrelatedPackageApplications.d.ts +127 -0
- package/jms/getFleetUncorrelatedPackageApplications.js +76 -0
- package/jms/getFleetUncorrelatedPackageApplications.js.map +1 -0
- package/jms/getFleetUncorrelatedPackageManagedInstances.d.ts +130 -0
- package/jms/getFleetUncorrelatedPackageManagedInstances.js +76 -0
- package/jms/getFleetUncorrelatedPackageManagedInstances.js.map +1 -0
- package/jms/getFleetUncorrelatedPackages.d.ts +130 -0
- package/jms/getFleetUncorrelatedPackages.js +76 -0
- package/jms/getFleetUncorrelatedPackages.js.map +1 -0
- package/jms/getJavaFamily.d.ts +4 -0
- package/jms/getJavaFamily.js.map +1 -1
- package/jms/getJmsPlugin.d.ts +2 -2
- package/jms/getJmsPlugins.d.ts +4 -4
- package/jms/getTaskSchedule.d.ts +114 -0
- package/jms/getTaskSchedule.js +58 -0
- package/jms/getTaskSchedule.js.map +1 -0
- package/jms/getTaskSchedules.d.ts +124 -0
- package/jms/getTaskSchedules.js +72 -0
- package/jms/getTaskSchedules.js.map +1 -0
- package/jms/getUtilsAnalyzeApplicationsConfiguration.d.ts +87 -0
- package/jms/getUtilsAnalyzeApplicationsConfiguration.js +58 -0
- package/jms/getUtilsAnalyzeApplicationsConfiguration.js.map +1 -0
- package/jms/getUtilsJavaMigrationAnalysi.d.ts +128 -0
- package/jms/getUtilsJavaMigrationAnalysi.js +56 -0
- package/jms/getUtilsJavaMigrationAnalysi.js.map +1 -0
- package/jms/getUtilsJavaMigrationAnalysis.d.ts +99 -0
- package/jms/getUtilsJavaMigrationAnalysis.js +66 -0
- package/jms/getUtilsJavaMigrationAnalysis.js.map +1 -0
- package/jms/getUtilsPerformanceTuningAnalysi.d.ts +116 -0
- package/jms/getUtilsPerformanceTuningAnalysi.js +56 -0
- package/jms/getUtilsPerformanceTuningAnalysi.js.map +1 -0
- package/jms/getUtilsPerformanceTuningAnalysis.d.ts +110 -0
- package/jms/getUtilsPerformanceTuningAnalysis.js +70 -0
- package/jms/getUtilsPerformanceTuningAnalysis.js.map +1 -0
- package/jms/getUtilsSubscriptionAcknowledgmentConfiguration.d.ts +83 -0
- package/jms/getUtilsSubscriptionAcknowledgmentConfiguration.js +58 -0
- package/jms/getUtilsSubscriptionAcknowledgmentConfiguration.js.map +1 -0
- package/jms/index.d.ts +48 -0
- package/jms/index.js +53 -2
- package/jms/index.js.map +1 -1
- package/jms/jmsPlugin.d.ts +11 -6
- package/jms/jmsPlugin.js +2 -1
- package/jms/jmsPlugin.js.map +1 -1
- package/jms/taskSchedule.d.ts +240 -0
- package/jms/taskSchedule.js +186 -0
- package/jms/taskSchedule.js.map +1 -0
- package/marketplace/getMarketplaceMetadataPublicKeys.d.ts +72 -0
- package/marketplace/getMarketplaceMetadataPublicKeys.js +58 -0
- package/marketplace/getMarketplaceMetadataPublicKeys.js.map +1 -0
- package/marketplace/index.d.ts +6 -0
- package/marketplace/index.js +9 -1
- package/marketplace/index.js.map +1 -1
- package/marketplace/marketplaceExternalAttestedMetadata.d.ts +105 -0
- package/marketplace/marketplaceExternalAttestedMetadata.js +84 -0
- package/marketplace/marketplaceExternalAttestedMetadata.js.map +1 -0
- package/package.json +2 -2
- package/redis/getRedisCluster.d.ts +8 -0
- package/redis/getRedisCluster.js.map +1 -1
- package/redis/redisCluster.d.ts +16 -0
- package/redis/redisCluster.js +4 -0
- package/redis/redisCluster.js.map +1 -1
- package/types/input.d.ts +534 -0
- package/types/output.d.ts +1664 -14
package/types/output.d.ts
CHANGED
|
@@ -69269,6 +69269,14 @@ export declare namespace DataSafe {
|
|
|
69269
69269
|
*/
|
|
69270
69270
|
violationLogAutoPurge: string;
|
|
69271
69271
|
}
|
|
69272
|
+
interface DiscoveryJobsResultConfidenceLevelDetail {
|
|
69273
|
+
doesColumnLeadToPiiInNonTables: boolean;
|
|
69274
|
+
doesColumnLeadToPiiInSameRelatedTables: boolean;
|
|
69275
|
+
hasCommentPatternMatched: boolean;
|
|
69276
|
+
hasDataPatternMatched: boolean;
|
|
69277
|
+
hasNamePatternMatched: boolean;
|
|
69278
|
+
isSensitiveTypeFromSameContextFoundInSameOrRelatedTables: boolean;
|
|
69279
|
+
}
|
|
69272
69280
|
interface DiscoveryJobsResultModifiedAttribute {
|
|
69273
69281
|
/**
|
|
69274
69282
|
* Unique keys identifying the columns that are application-level (non-dictionary) children of the sensitive column.
|
|
@@ -71415,6 +71423,14 @@ export declare namespace DataSafe {
|
|
|
71415
71423
|
*/
|
|
71416
71424
|
tableNames: string[];
|
|
71417
71425
|
}
|
|
71426
|
+
interface GetDiscoveryJobsResultConfidenceLevelDetail {
|
|
71427
|
+
doesColumnLeadToPiiInNonTables: boolean;
|
|
71428
|
+
doesColumnLeadToPiiInSameRelatedTables: boolean;
|
|
71429
|
+
hasCommentPatternMatched: boolean;
|
|
71430
|
+
hasDataPatternMatched: boolean;
|
|
71431
|
+
hasNamePatternMatched: boolean;
|
|
71432
|
+
isSensitiveTypeFromSameContextFoundInSameOrRelatedTables: boolean;
|
|
71433
|
+
}
|
|
71418
71434
|
interface GetDiscoveryJobsResultModifiedAttribute {
|
|
71419
71435
|
/**
|
|
71420
71436
|
* Unique keys identifying the columns that are application-level (non-dictionary) children of the sensitive column.
|
|
@@ -71441,6 +71457,14 @@ export declare namespace DataSafe {
|
|
|
71441
71457
|
* A filter to return only a specific column based on column name.
|
|
71442
71458
|
*/
|
|
71443
71459
|
columnName: string;
|
|
71460
|
+
/**
|
|
71461
|
+
* A filter to return the discovery job results with the specified confidence level. Confidence level of discovery job result associated with a seeded sensitive type can either be HIGH or LOW. While the confidence level of discovery job result associated with a user defined sensitive will be NONE.
|
|
71462
|
+
*/
|
|
71463
|
+
confidenceLevel: string;
|
|
71464
|
+
/**
|
|
71465
|
+
* List containing maps as values. Example: `{"Operations": [ {"CostCenter": "42"} ] }`
|
|
71466
|
+
*/
|
|
71467
|
+
confidenceLevelDetails: outputs.DataSafe.GetDiscoveryJobsResultsDiscoveryJobResultCollectionItemConfidenceLevelDetail[];
|
|
71444
71468
|
/**
|
|
71445
71469
|
* The data type of the sensitive column.
|
|
71446
71470
|
*/
|
|
@@ -71516,6 +71540,14 @@ export declare namespace DataSafe {
|
|
|
71516
71540
|
*/
|
|
71517
71541
|
sensitiveTypeId: string;
|
|
71518
71542
|
}
|
|
71543
|
+
interface GetDiscoveryJobsResultsDiscoveryJobResultCollectionItemConfidenceLevelDetail {
|
|
71544
|
+
doesColumnLeadToPiiInNonTables: boolean;
|
|
71545
|
+
doesColumnLeadToPiiInSameRelatedTables: boolean;
|
|
71546
|
+
hasCommentPatternMatched: boolean;
|
|
71547
|
+
hasDataPatternMatched: boolean;
|
|
71548
|
+
hasNamePatternMatched: boolean;
|
|
71549
|
+
isSensitiveTypeFromSameContextFoundInSameOrRelatedTables: boolean;
|
|
71550
|
+
}
|
|
71519
71551
|
interface GetDiscoveryJobsResultsDiscoveryJobResultCollectionItemModifiedAttribute {
|
|
71520
71552
|
/**
|
|
71521
71553
|
* Unique keys identifying the columns that are application-level (non-dictionary) children of the sensitive column.
|
|
@@ -72310,7 +72342,7 @@ export declare namespace DataSafe {
|
|
|
72310
72342
|
*/
|
|
72311
72343
|
description: string;
|
|
72312
72344
|
/**
|
|
72313
|
-
* An enum type entry for each health check in the masking policy. Each enum describes a type of health check. INVALID_OBJECT_CHECK checks if there exist any invalid objects in the masking tables. PRIVILEGE_CHECK checks if the masking user has sufficient privilege to run masking. TABLESPACE_CHECK checks if the user has sufficient default and TEMP tablespace. DATABASE_OR_SYSTEM_TRIGGERS_CHECK checks if there exist any database/system triggers available. UNDO_TABLESPACE_CHECK checks if the AUTOEXTEND feature is enabled
|
|
72345
|
+
* An enum type entry for each health check in the masking policy. Each enum describes a type of health check. INVALID_OBJECT_CHECK checks if there exist any invalid objects in the masking tables. PRIVILEGE_CHECK checks if the masking user has sufficient privilege to run masking. TABLESPACE_CHECK checks if the user has sufficient default and TEMP tablespace. Also verifies that the specified tablespace by the user is valid, if user has provided one DATABASE_OR_SYSTEM_TRIGGERS_CHECK checks if there exist any database/system triggers available. UNDO_TABLESPACE_CHECK checks if for all the instances of undo tablespace the AUTOEXTEND feature is enabled. If it's not enabled, it further checks if the undo tablespace has any space remaining. STATE_STATS_CHECK checks if all the statistics of the masking table is upto date or not. OLS_POLICY_CHECK , VPD_POLICY_CHECK and REDACTION_POLICY_CHECK checks if the masking tables has Oracle Label Security (OLS) or Virtual Private Database (VPD) or Redaction policies enabled. DV_ENABLE_CHECK checks if database has Database Vault(DV) enabled DE_COL_SIZE_CHECK checks if any masking column with DETERMINISTIC ENCRYPTION as masking format has average column size greater than 27 or not. ACTIVE_MASK_JOB_CHECK checks if there is any active masking job running on the target database. DETERMINISTIC_ENCRYPTION_FORMAT_CHECK checks if any masking column has deterministic encryption masking format. COLUMN_EXIST_CHECK checks if the masking columns are available in the target database. TIME_TRAVEL_CHECK checks if the masking tables have Time Travel enabled. INVALID_PACKAGE_CHECK checks if any of the required packages are in invalid state.
|
|
72314
72346
|
*/
|
|
72315
72347
|
healthCheckType: string;
|
|
72316
72348
|
/**
|
|
@@ -77868,6 +77900,14 @@ export declare namespace DataSafe {
|
|
|
77868
77900
|
regex?: boolean;
|
|
77869
77901
|
values: string[];
|
|
77870
77902
|
}
|
|
77903
|
+
interface GetSensitiveDataModelsSensitiveColumnConfidenceLevelDetail {
|
|
77904
|
+
doesColumnLeadToPiiInNonTables: boolean;
|
|
77905
|
+
doesColumnLeadToPiiInSameRelatedTables: boolean;
|
|
77906
|
+
hasCommentPatternMatched: boolean;
|
|
77907
|
+
hasDataPatternMatched: boolean;
|
|
77908
|
+
hasNamePatternMatched: boolean;
|
|
77909
|
+
isSensitiveTypeFromSameContextFoundInSameOrRelatedTables: boolean;
|
|
77910
|
+
}
|
|
77871
77911
|
interface GetSensitiveDataModelsSensitiveColumnsFilter {
|
|
77872
77912
|
name: string;
|
|
77873
77913
|
regex?: boolean;
|
|
@@ -77893,6 +77933,14 @@ export declare namespace DataSafe {
|
|
|
77893
77933
|
* A filter to return only a specific column based on column name.
|
|
77894
77934
|
*/
|
|
77895
77935
|
columnName: string;
|
|
77936
|
+
/**
|
|
77937
|
+
* A filter to return the sensitive columns with the specified confidence level. Confidence level of sensitive column associated with a seeded sensitive type can either be HIGH or LOW. While the confidence level of sensitive column associated with a user defined sensitive will be NONE. For sensitive columns added manually the confidence level will also be NONE.
|
|
77938
|
+
*/
|
|
77939
|
+
confidenceLevel: string;
|
|
77940
|
+
/**
|
|
77941
|
+
* List containing maps as values. Example: `{"Operations": [ {"CostCenter": "42"} ] }`
|
|
77942
|
+
*/
|
|
77943
|
+
confidenceLevelDetails: outputs.DataSafe.GetSensitiveDataModelsSensitiveColumnsSensitiveColumnCollectionItemConfidenceLevelDetail[];
|
|
77896
77944
|
/**
|
|
77897
77945
|
* A filter to return only the resources that match the specified data types.
|
|
77898
77946
|
*/
|
|
@@ -77966,6 +78014,14 @@ export declare namespace DataSafe {
|
|
|
77966
78014
|
*/
|
|
77967
78015
|
timeUpdated: string;
|
|
77968
78016
|
}
|
|
78017
|
+
interface GetSensitiveDataModelsSensitiveColumnsSensitiveColumnCollectionItemConfidenceLevelDetail {
|
|
78018
|
+
doesColumnLeadToPiiInNonTables: boolean;
|
|
78019
|
+
doesColumnLeadToPiiInSameRelatedTables: boolean;
|
|
78020
|
+
hasCommentPatternMatched: boolean;
|
|
78021
|
+
hasDataPatternMatched: boolean;
|
|
78022
|
+
hasNamePatternMatched: boolean;
|
|
78023
|
+
isSensitiveTypeFromSameContextFoundInSameOrRelatedTables: boolean;
|
|
78024
|
+
}
|
|
77969
78025
|
interface GetSensitiveDataModelsSensitiveDataModelCollection {
|
|
77970
78026
|
items: outputs.DataSafe.GetSensitiveDataModelsSensitiveDataModelCollectionItem[];
|
|
77971
78027
|
}
|
|
@@ -81478,6 +81534,14 @@ export declare namespace DataSafe {
|
|
|
81478
81534
|
*/
|
|
81479
81535
|
tableNames: string[];
|
|
81480
81536
|
}
|
|
81537
|
+
interface SensitiveDataModelsSensitiveColumnConfidenceLevelDetail {
|
|
81538
|
+
doesColumnLeadToPiiInNonTables: boolean;
|
|
81539
|
+
doesColumnLeadToPiiInSameRelatedTables: boolean;
|
|
81540
|
+
hasCommentPatternMatched: boolean;
|
|
81541
|
+
hasDataPatternMatched: boolean;
|
|
81542
|
+
hasNamePatternMatched: boolean;
|
|
81543
|
+
isSensitiveTypeFromSameContextFoundInSameOrRelatedTables: boolean;
|
|
81544
|
+
}
|
|
81481
81545
|
interface SensitiveTypeGroupGroupedSensitiveTypeItem {
|
|
81482
81546
|
/**
|
|
81483
81547
|
* The OCID of the sensitive type.
|
|
@@ -93421,6 +93485,102 @@ export declare namespace Database {
|
|
|
93421
93485
|
*/
|
|
93422
93486
|
userName: string;
|
|
93423
93487
|
}
|
|
93488
|
+
interface CloudExadataInfrastructureConfigureExascaleManagementCustomerContact {
|
|
93489
|
+
/**
|
|
93490
|
+
* The email address used by Oracle to send notifications regarding databases and infrastructure.
|
|
93491
|
+
*/
|
|
93492
|
+
email: string;
|
|
93493
|
+
}
|
|
93494
|
+
interface CloudExadataInfrastructureConfigureExascaleManagementDefinedFileSystemConfiguration {
|
|
93495
|
+
/**
|
|
93496
|
+
* If true, the file system is used to create a backup prior to Exadata VM OS update.
|
|
93497
|
+
*/
|
|
93498
|
+
isBackupPartition: boolean;
|
|
93499
|
+
/**
|
|
93500
|
+
* If true, the file system resize is allowed for the Exadata Infrastructure cluster. If false, the file system resize is not allowed.
|
|
93501
|
+
*/
|
|
93502
|
+
isResizable: boolean;
|
|
93503
|
+
/**
|
|
93504
|
+
* The minimum size of file system.
|
|
93505
|
+
*/
|
|
93506
|
+
minSizeGb: number;
|
|
93507
|
+
/**
|
|
93508
|
+
* The mount point of file system.
|
|
93509
|
+
*/
|
|
93510
|
+
mountPoint: string;
|
|
93511
|
+
}
|
|
93512
|
+
interface CloudExadataInfrastructureConfigureExascaleManagementExascaleConfig {
|
|
93513
|
+
/**
|
|
93514
|
+
* Available storage size for Exascale in GBs.
|
|
93515
|
+
*/
|
|
93516
|
+
availableStorageInGbs: number;
|
|
93517
|
+
/**
|
|
93518
|
+
* Storage size needed for Exascale in GBs.
|
|
93519
|
+
*
|
|
93520
|
+
*
|
|
93521
|
+
* ** IMPORTANT **
|
|
93522
|
+
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
93523
|
+
*/
|
|
93524
|
+
totalStorageInGbs: number;
|
|
93525
|
+
}
|
|
93526
|
+
interface CloudExadataInfrastructureConfigureExascaleManagementMaintenanceWindow {
|
|
93527
|
+
/**
|
|
93528
|
+
* Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
|
|
93529
|
+
*/
|
|
93530
|
+
customActionTimeoutInMins: number;
|
|
93531
|
+
/**
|
|
93532
|
+
* Days during the week when maintenance should be performed.
|
|
93533
|
+
*/
|
|
93534
|
+
daysOfWeeks: outputs.Database.CloudExadataInfrastructureConfigureExascaleManagementMaintenanceWindowDaysOfWeek[];
|
|
93535
|
+
/**
|
|
93536
|
+
* The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are - 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
|
|
93537
|
+
*/
|
|
93538
|
+
hoursOfDays: number[];
|
|
93539
|
+
/**
|
|
93540
|
+
* If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
|
|
93541
|
+
*/
|
|
93542
|
+
isCustomActionTimeoutEnabled: boolean;
|
|
93543
|
+
/**
|
|
93544
|
+
* If true, enables the monthly patching option.
|
|
93545
|
+
*/
|
|
93546
|
+
isMonthlyPatchingEnabled: boolean;
|
|
93547
|
+
/**
|
|
93548
|
+
* Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
|
|
93549
|
+
*/
|
|
93550
|
+
leadTimeInWeeks: number;
|
|
93551
|
+
/**
|
|
93552
|
+
* Months during the year when maintenance should be performed.
|
|
93553
|
+
*/
|
|
93554
|
+
months: outputs.Database.CloudExadataInfrastructureConfigureExascaleManagementMaintenanceWindowMonth[];
|
|
93555
|
+
/**
|
|
93556
|
+
* Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
|
|
93557
|
+
*/
|
|
93558
|
+
patchingMode: string;
|
|
93559
|
+
/**
|
|
93560
|
+
* The maintenance window scheduling preference.
|
|
93561
|
+
*/
|
|
93562
|
+
preference: string;
|
|
93563
|
+
/**
|
|
93564
|
+
* If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
|
|
93565
|
+
*/
|
|
93566
|
+
skipRus: boolean[];
|
|
93567
|
+
/**
|
|
93568
|
+
* Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
|
93569
|
+
*/
|
|
93570
|
+
weeksOfMonths: number[];
|
|
93571
|
+
}
|
|
93572
|
+
interface CloudExadataInfrastructureConfigureExascaleManagementMaintenanceWindowDaysOfWeek {
|
|
93573
|
+
/**
|
|
93574
|
+
* Name of the month of the year.
|
|
93575
|
+
*/
|
|
93576
|
+
name: string;
|
|
93577
|
+
}
|
|
93578
|
+
interface CloudExadataInfrastructureConfigureExascaleManagementMaintenanceWindowMonth {
|
|
93579
|
+
/**
|
|
93580
|
+
* Name of the month of the year.
|
|
93581
|
+
*/
|
|
93582
|
+
name: string;
|
|
93583
|
+
}
|
|
93424
93584
|
interface CloudExadataInfrastructureCustomerContact {
|
|
93425
93585
|
/**
|
|
93426
93586
|
* (Updatable) The email address used by Oracle to send notifications regarding databases and infrastructure.
|
|
@@ -93445,6 +93605,16 @@ export declare namespace Database {
|
|
|
93445
93605
|
*/
|
|
93446
93606
|
mountPoint: string;
|
|
93447
93607
|
}
|
|
93608
|
+
interface CloudExadataInfrastructureExascaleConfig {
|
|
93609
|
+
/**
|
|
93610
|
+
* Available storage size for Exascale in GBs.
|
|
93611
|
+
*/
|
|
93612
|
+
availableStorageInGbs: number;
|
|
93613
|
+
/**
|
|
93614
|
+
* Storage size needed for Exascale in GBs.
|
|
93615
|
+
*/
|
|
93616
|
+
totalStorageInGbs: number;
|
|
93617
|
+
}
|
|
93448
93618
|
interface CloudExadataInfrastructureMaintenanceWindow {
|
|
93449
93619
|
/**
|
|
93450
93620
|
* (Updatable) Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
|
|
@@ -101915,6 +102085,16 @@ export declare namespace Database {
|
|
|
101915
102085
|
*/
|
|
101916
102086
|
mountPoint: string;
|
|
101917
102087
|
}
|
|
102088
|
+
interface GetCloudExadataInfrastructureExascaleConfig {
|
|
102089
|
+
/**
|
|
102090
|
+
* Available storage size for Exascale in GBs.
|
|
102091
|
+
*/
|
|
102092
|
+
availableStorageInGbs: number;
|
|
102093
|
+
/**
|
|
102094
|
+
* Storage size needed for Exascale in GBs.
|
|
102095
|
+
*/
|
|
102096
|
+
totalStorageInGbs: number;
|
|
102097
|
+
}
|
|
101918
102098
|
interface GetCloudExadataInfrastructureMaintenanceWindow {
|
|
101919
102099
|
/**
|
|
101920
102100
|
* Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
|
|
@@ -102052,6 +102232,10 @@ export declare namespace Database {
|
|
|
102052
102232
|
* A filter to return only resources that match the entire display name given. The match is not case sensitive.
|
|
102053
102233
|
*/
|
|
102054
102234
|
displayName: string;
|
|
102235
|
+
/**
|
|
102236
|
+
* The exascale config response details for the Exadata Cloud@Customer infrastructure or cloud Exadata infrastructure . Applies to both Exadata Cloud@Customer instances and Exadata Cloud Service instances.
|
|
102237
|
+
*/
|
|
102238
|
+
exascaleConfigs: outputs.Database.GetCloudExadataInfrastructuresCloudExadataInfrastructureExascaleConfig[];
|
|
102055
102239
|
/**
|
|
102056
102240
|
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
|
102057
102241
|
*/
|
|
@@ -102173,6 +102357,16 @@ export declare namespace Database {
|
|
|
102173
102357
|
*/
|
|
102174
102358
|
mountPoint: string;
|
|
102175
102359
|
}
|
|
102360
|
+
interface GetCloudExadataInfrastructuresCloudExadataInfrastructureExascaleConfig {
|
|
102361
|
+
/**
|
|
102362
|
+
* Available storage size for Exascale in GBs.
|
|
102363
|
+
*/
|
|
102364
|
+
availableStorageInGbs: number;
|
|
102365
|
+
/**
|
|
102366
|
+
* Storage size needed for Exascale in GBs.
|
|
102367
|
+
*/
|
|
102368
|
+
totalStorageInGbs: number;
|
|
102369
|
+
}
|
|
102176
102370
|
interface GetCloudExadataInfrastructuresCloudExadataInfrastructureMaintenanceWindow {
|
|
102177
102371
|
/**
|
|
102178
102372
|
* Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
|
|
@@ -102431,6 +102625,10 @@ export declare namespace Database {
|
|
|
102431
102625
|
* The domain name for the cloud VM cluster.
|
|
102432
102626
|
*/
|
|
102433
102627
|
domain: string;
|
|
102628
|
+
/**
|
|
102629
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Exadata Database Storage Vault.
|
|
102630
|
+
*/
|
|
102631
|
+
exascaleDbStorageVaultId: string;
|
|
102434
102632
|
/**
|
|
102435
102633
|
* Details of the file system configuration of the VM cluster.
|
|
102436
102634
|
*/
|
|
@@ -102542,6 +102740,10 @@ export declare namespace Database {
|
|
|
102542
102740
|
* A filter to return only cloud VM clusters that match the given lifecycle state exactly.
|
|
102543
102741
|
*/
|
|
102544
102742
|
state: string;
|
|
102743
|
+
/**
|
|
102744
|
+
* Specifies the type of storage management for the Cloud VM Cluster if its ASM or Exascale.
|
|
102745
|
+
*/
|
|
102746
|
+
storageManagementType: string;
|
|
102545
102747
|
/**
|
|
102546
102748
|
* The storage allocation for the disk group, in gigabytes (GB).
|
|
102547
102749
|
*/
|
|
@@ -214917,6 +215119,71 @@ export declare namespace Jms {
|
|
|
214917
215119
|
*/
|
|
214918
215120
|
managedInstanceId: string;
|
|
214919
215121
|
}
|
|
215122
|
+
interface GetFleetContainersContainerCollection {
|
|
215123
|
+
/**
|
|
215124
|
+
* A list of the container summaries.
|
|
215125
|
+
*/
|
|
215126
|
+
items: outputs.Jms.GetFleetContainersContainerCollectionItem[];
|
|
215127
|
+
}
|
|
215128
|
+
interface GetFleetContainersContainerCollectionItem {
|
|
215129
|
+
/**
|
|
215130
|
+
* Unique key that identifies the application running in the container.
|
|
215131
|
+
*/
|
|
215132
|
+
applicationKey: string;
|
|
215133
|
+
/**
|
|
215134
|
+
* The name of the application.
|
|
215135
|
+
*/
|
|
215136
|
+
applicationName: string;
|
|
215137
|
+
/**
|
|
215138
|
+
* Unique identifier for the container.
|
|
215139
|
+
*/
|
|
215140
|
+
containerKey: string;
|
|
215141
|
+
/**
|
|
215142
|
+
* The display name.
|
|
215143
|
+
*/
|
|
215144
|
+
displayName: string;
|
|
215145
|
+
/**
|
|
215146
|
+
* The container image name.
|
|
215147
|
+
*/
|
|
215148
|
+
imageName: string;
|
|
215149
|
+
/**
|
|
215150
|
+
* The Java runtime used to run the application in the container.
|
|
215151
|
+
*/
|
|
215152
|
+
javaVersion: string;
|
|
215153
|
+
/**
|
|
215154
|
+
* Unique key that identifies the Java runtime used to run the application in the container.
|
|
215155
|
+
*/
|
|
215156
|
+
jreKey: string;
|
|
215157
|
+
/**
|
|
215158
|
+
* The security status of the Java Runtime.
|
|
215159
|
+
*/
|
|
215160
|
+
jreSecurityStatus: string;
|
|
215161
|
+
/**
|
|
215162
|
+
* The Fleet-unique identifier of the managed instance.
|
|
215163
|
+
*/
|
|
215164
|
+
managedInstanceId: string;
|
|
215165
|
+
/**
|
|
215166
|
+
* The namespace of the container.
|
|
215167
|
+
*/
|
|
215168
|
+
namespace: string;
|
|
215169
|
+
/**
|
|
215170
|
+
* The name of the node associated with the pod running this container.
|
|
215171
|
+
*/
|
|
215172
|
+
nodeName: string;
|
|
215173
|
+
/**
|
|
215174
|
+
* The name of the pod running this container.
|
|
215175
|
+
*/
|
|
215176
|
+
podName: string;
|
|
215177
|
+
/**
|
|
215178
|
+
* The start time of the container.
|
|
215179
|
+
*/
|
|
215180
|
+
timeStarted: string;
|
|
215181
|
+
}
|
|
215182
|
+
interface GetFleetContainersFilter {
|
|
215183
|
+
name: string;
|
|
215184
|
+
regex?: boolean;
|
|
215185
|
+
values: string[];
|
|
215186
|
+
}
|
|
214920
215187
|
interface GetFleetCryptoAnalysisResultsCryptoAnalysisResultCollection {
|
|
214921
215188
|
items: outputs.Jms.GetFleetCryptoAnalysisResultsCryptoAnalysisResultCollectionItem[];
|
|
214922
215189
|
}
|
|
@@ -215156,6 +215423,32 @@ export declare namespace Jms {
|
|
|
215156
215423
|
*/
|
|
215157
215424
|
timeLastSeen: string;
|
|
215158
215425
|
}
|
|
215426
|
+
interface GetFleetExportSettingExportDataFilter {
|
|
215427
|
+
/**
|
|
215428
|
+
* List of application names to filter by partial match
|
|
215429
|
+
*/
|
|
215430
|
+
applicationNameContains: string[];
|
|
215431
|
+
/**
|
|
215432
|
+
* List of application names to filter by exact match
|
|
215433
|
+
*/
|
|
215434
|
+
applicationNameEqualTos: string[];
|
|
215435
|
+
/**
|
|
215436
|
+
* List of Java major versions to filter by
|
|
215437
|
+
*/
|
|
215438
|
+
javaMajorVersions: string[];
|
|
215439
|
+
/**
|
|
215440
|
+
* List of Java vendors to filter by
|
|
215441
|
+
*/
|
|
215442
|
+
javaVendors: string[];
|
|
215443
|
+
/**
|
|
215444
|
+
* List of Java versions to filter by
|
|
215445
|
+
*/
|
|
215446
|
+
javaVersions: string[];
|
|
215447
|
+
/**
|
|
215448
|
+
* The security statuses of the Java Runtime
|
|
215449
|
+
*/
|
|
215450
|
+
securityStatuses: string[];
|
|
215451
|
+
}
|
|
215159
215452
|
interface GetFleetInventoryLog {
|
|
215160
215453
|
/**
|
|
215161
215454
|
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the log group.
|
|
@@ -215244,6 +215537,80 @@ export declare namespace Jms {
|
|
|
215244
215537
|
*/
|
|
215245
215538
|
workRequestId: string;
|
|
215246
215539
|
}
|
|
215540
|
+
interface GetFleetLibraryApplicationsFilter {
|
|
215541
|
+
name: string;
|
|
215542
|
+
regex?: boolean;
|
|
215543
|
+
values: string[];
|
|
215544
|
+
}
|
|
215545
|
+
interface GetFleetLibraryApplicationsLibraryApplicationUsageCollection {
|
|
215546
|
+
/**
|
|
215547
|
+
* A list of LibraryApplicationUsageSummaries.
|
|
215548
|
+
*/
|
|
215549
|
+
items: outputs.Jms.GetFleetLibraryApplicationsLibraryApplicationUsageCollectionItem[];
|
|
215550
|
+
}
|
|
215551
|
+
interface GetFleetLibraryApplicationsLibraryApplicationUsageCollectionItem {
|
|
215552
|
+
/**
|
|
215553
|
+
* The internal identifier of a Java application.
|
|
215554
|
+
*/
|
|
215555
|
+
applicationKey: string;
|
|
215556
|
+
/**
|
|
215557
|
+
* The name of the application.
|
|
215558
|
+
*/
|
|
215559
|
+
applicationName: string;
|
|
215560
|
+
/**
|
|
215561
|
+
* The timestamp of the first time the specified library was detected in classpath.
|
|
215562
|
+
*/
|
|
215563
|
+
firstSeenInClasspath: string;
|
|
215564
|
+
/**
|
|
215565
|
+
* The date and time a library or Java package was _last_ detected in a dynamic library scan.
|
|
215566
|
+
*/
|
|
215567
|
+
lastDetectedDynamically: string;
|
|
215568
|
+
/**
|
|
215569
|
+
* The timestamp of the last time the specified library was detected in classpath.
|
|
215570
|
+
*/
|
|
215571
|
+
lastSeenInClasspath: string;
|
|
215572
|
+
/**
|
|
215573
|
+
* The count of managed instances wherein the specified library was detected.
|
|
215574
|
+
*/
|
|
215575
|
+
managedInstanceCount: number;
|
|
215576
|
+
}
|
|
215577
|
+
interface GetFleetLibraryManagedInstancesFilter {
|
|
215578
|
+
name: string;
|
|
215579
|
+
regex?: boolean;
|
|
215580
|
+
values: string[];
|
|
215581
|
+
}
|
|
215582
|
+
interface GetFleetLibraryManagedInstancesLibraryManagedInstanceUsageCollection {
|
|
215583
|
+
/**
|
|
215584
|
+
* A list of LibraryManagedInstanceUsageSummaries.
|
|
215585
|
+
*/
|
|
215586
|
+
items: outputs.Jms.GetFleetLibraryManagedInstancesLibraryManagedInstanceUsageCollectionItem[];
|
|
215587
|
+
}
|
|
215588
|
+
interface GetFleetLibraryManagedInstancesLibraryManagedInstanceUsageCollectionItem {
|
|
215589
|
+
/**
|
|
215590
|
+
* The count of applications where the specified library was detected.
|
|
215591
|
+
*/
|
|
215592
|
+
applicationCount: number;
|
|
215593
|
+
/**
|
|
215594
|
+
* The timestamp of the first time the specified library was detected in classpath.
|
|
215595
|
+
*/
|
|
215596
|
+
firstSeenInClasspath: string;
|
|
215597
|
+
/**
|
|
215598
|
+
* The hostname of the managed instance.
|
|
215599
|
+
*/
|
|
215600
|
+
hostname: string;
|
|
215601
|
+
/**
|
|
215602
|
+
* The date and time a library or Java package was _last_ detected in a dynamic library scan.
|
|
215603
|
+
*/
|
|
215604
|
+
lastDetectedDynamically: string;
|
|
215605
|
+
/**
|
|
215606
|
+
* The timestamp of the last time the specified library was detected in classpath.
|
|
215607
|
+
*/
|
|
215608
|
+
lastSeenInClasspath: string;
|
|
215609
|
+
/**
|
|
215610
|
+
* The Fleet-unique identifier of the managed instance.
|
|
215611
|
+
*/
|
|
215612
|
+
managedInstanceId: string;
|
|
215613
|
+
}
|
|
215247
215614
|
interface GetFleetOperationLog {
|
|
215248
215615
|
/**
|
|
215249
215616
|
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the log group.
|
|
@@ -215332,6 +215699,93 @@ export declare namespace Jms {
|
|
|
215332
215699
|
*/
|
|
215333
215700
|
workRequestId: string;
|
|
215334
215701
|
}
|
|
215702
|
+
interface GetFleetUncorrelatedPackageApplicationsFilter {
|
|
215703
|
+
name: string;
|
|
215704
|
+
regex?: boolean;
|
|
215705
|
+
values: string[];
|
|
215706
|
+
}
|
|
215707
|
+
interface GetFleetUncorrelatedPackageApplicationsUncorrelatedPackageApplicationUsageCollection {
|
|
215708
|
+
/**
|
|
215709
|
+
* A list of UncorrelatedPackageApplicationUsageSummaries.
|
|
215710
|
+
*/
|
|
215711
|
+
items: outputs.Jms.GetFleetUncorrelatedPackageApplicationsUncorrelatedPackageApplicationUsageCollectionItem[];
|
|
215712
|
+
}
|
|
215713
|
+
interface GetFleetUncorrelatedPackageApplicationsUncorrelatedPackageApplicationUsageCollectionItem {
|
|
215714
|
+
/**
|
|
215715
|
+
* The internal identifier of a Java application.
|
|
215716
|
+
*/
|
|
215717
|
+
applicationKey: string;
|
|
215718
|
+
/**
|
|
215719
|
+
* The displayed name of the Java application.
|
|
215720
|
+
*/
|
|
215721
|
+
applicationName: string;
|
|
215722
|
+
/**
|
|
215723
|
+
* The date and time a library or Java package was _last_ detected in a dynamic library scan.
|
|
215724
|
+
*/
|
|
215725
|
+
lastDetectedDynamically: string;
|
|
215726
|
+
/**
|
|
215727
|
+
* The count of managed instances wherein the specified library was detected.
|
|
215728
|
+
*/
|
|
215729
|
+
managedInstanceCount: number;
|
|
215730
|
+
}
|
|
215731
|
+
interface GetFleetUncorrelatedPackageManagedInstancesFilter {
|
|
215732
|
+
name: string;
|
|
215733
|
+
regex?: boolean;
|
|
215734
|
+
values: string[];
|
|
215735
|
+
}
|
|
215736
|
+
interface GetFleetUncorrelatedPackageManagedInstancesUncorrelatedPackageManagedInstanceUsageCollection {
|
|
215737
|
+
/**
|
|
215738
|
+
* A list of UncorrelatedPackageManagedInstanceUsageSummaries.
|
|
215739
|
+
*/
|
|
215740
|
+
items: outputs.Jms.GetFleetUncorrelatedPackageManagedInstancesUncorrelatedPackageManagedInstanceUsageCollectionItem[];
|
|
215741
|
+
}
|
|
215742
|
+
interface GetFleetUncorrelatedPackageManagedInstancesUncorrelatedPackageManagedInstanceUsageCollectionItem {
|
|
215743
|
+
/**
|
|
215744
|
+
* The count of applications wherein the specified library was detected.
|
|
215745
|
+
*/
|
|
215746
|
+
applicationCount: number;
|
|
215747
|
+
/**
|
|
215748
|
+
* The hostname of the managed instance.
|
|
215749
|
+
*/
|
|
215750
|
+
hostname: string;
|
|
215751
|
+
/**
|
|
215752
|
+
* The date and time a library or Java package was _last_ detected in a dynamic library scan.
|
|
215753
|
+
*/
|
|
215754
|
+
lastDetectedDynamically: string;
|
|
215755
|
+
/**
|
|
215756
|
+
* The Fleet-unique identifier of the managed instance.
|
|
215757
|
+
*/
|
|
215758
|
+
managedInstanceId: string;
|
|
215759
|
+
}
|
|
215760
|
+
interface GetFleetUncorrelatedPackagesFilter {
|
|
215761
|
+
name: string;
|
|
215762
|
+
regex?: boolean;
|
|
215763
|
+
values: string[];
|
|
215764
|
+
}
|
|
215765
|
+
interface GetFleetUncorrelatedPackagesUncorrelatedPackageUsageCollection {
|
|
215766
|
+
/**
|
|
215767
|
+
* A list of uncorrelated package summaries.
|
|
215768
|
+
*/
|
|
215769
|
+
items: outputs.Jms.GetFleetUncorrelatedPackagesUncorrelatedPackageUsageCollectionItem[];
|
|
215770
|
+
}
|
|
215771
|
+
interface GetFleetUncorrelatedPackagesUncorrelatedPackageUsageCollectionItem {
|
|
215772
|
+
/**
|
|
215773
|
+
* The count of applications wherein the specified package was detected.
|
|
215774
|
+
*/
|
|
215775
|
+
applicationCount: number;
|
|
215776
|
+
/**
|
|
215777
|
+
* The date and time a library or Java package was _last_ detected in a dynamic library scan.
|
|
215778
|
+
*/
|
|
215779
|
+
lastDetectedDynamically: string;
|
|
215780
|
+
/**
|
|
215781
|
+
* The count of managed instances wherein the specified package was detected.
|
|
215782
|
+
*/
|
|
215783
|
+
managedInstanceCount: number;
|
|
215784
|
+
/**
|
|
215785
|
+
* The unique identifier of a Java package.
|
|
215786
|
+
*/
|
|
215787
|
+
packageName: string;
|
|
215788
|
+
}
|
|
215335
215789
|
interface GetFleetsFilter {
|
|
215336
215790
|
name: string;
|
|
215337
215791
|
regex?: boolean;
|
|
@@ -215357,6 +215811,14 @@ export declare namespace Jms {
|
|
|
215357
215811
|
* The approximate count of all unique Java Runtimes in the Fleet in the past seven days. This metric is provided on a best-effort manner, and isn't taken into account when computing the resource ETag.
|
|
215358
215812
|
*/
|
|
215359
215813
|
approximateJreCount: number;
|
|
215814
|
+
/**
|
|
215815
|
+
* The approximate count of all unique libraries in the Fleet in the past seven days. This metric is provided on a best-effort manner, and isn't taken into account when computing the resource ETag.
|
|
215816
|
+
*/
|
|
215817
|
+
approximateLibraryCount: number;
|
|
215818
|
+
/**
|
|
215819
|
+
* The approximate count of all unique library vulnerabilities in the Fleet in the past seven days. This metric is provided on a best-effort manner, and isn't taken into account when computing the resource ETag.
|
|
215820
|
+
*/
|
|
215821
|
+
approximateLibraryVulnerabilityCount: number;
|
|
215360
215822
|
/**
|
|
215361
215823
|
* The approximate count of all unique managed instances in the Fleet in the past seven days. This metric is provided on a best-effort manner, and isn't taken into account when computing the resource ETag.
|
|
215362
215824
|
*/
|
|
@@ -215547,12 +216009,6 @@ export declare namespace Jms {
|
|
|
215547
216009
|
items: outputs.Jms.GetInstallationSitesInstallationSiteCollectionItem[];
|
|
215548
216010
|
}
|
|
215549
216011
|
interface GetInstallationSitesInstallationSiteCollectionItem {
|
|
215550
|
-
/**
|
|
215551
|
-
* A list of Java installation sites.
|
|
215552
|
-
*/
|
|
215553
|
-
items: outputs.Jms.GetInstallationSitesInstallationSiteCollectionItemItem[];
|
|
215554
|
-
}
|
|
215555
|
-
interface GetInstallationSitesInstallationSiteCollectionItemItem {
|
|
215556
216012
|
/**
|
|
215557
216013
|
* The approximate count of applications running on this installation
|
|
215558
216014
|
*/
|
|
@@ -215560,7 +216016,7 @@ export declare namespace Jms {
|
|
|
215560
216016
|
/**
|
|
215561
216017
|
* The list of operations that are blocklisted.
|
|
215562
216018
|
*/
|
|
215563
|
-
blocklists: outputs.Jms.
|
|
216019
|
+
blocklists: outputs.Jms.GetInstallationSitesInstallationSiteCollectionItemBlocklist[];
|
|
215564
216020
|
/**
|
|
215565
216021
|
* The unique identifier for the installation of Java Runtime at a specific path on a specific operating system.
|
|
215566
216022
|
*/
|
|
@@ -215568,7 +216024,7 @@ export declare namespace Jms {
|
|
|
215568
216024
|
/**
|
|
215569
216025
|
* The essential properties to identify a Java Runtime.
|
|
215570
216026
|
*/
|
|
215571
|
-
jres: outputs.Jms.
|
|
216027
|
+
jres: outputs.Jms.GetInstallationSitesInstallationSiteCollectionItemJre[];
|
|
215572
216028
|
/**
|
|
215573
216029
|
* The Fleet-unique identifier of the related managed instance.
|
|
215574
216030
|
*/
|
|
@@ -215576,7 +216032,7 @@ export declare namespace Jms {
|
|
|
215576
216032
|
/**
|
|
215577
216033
|
* Operating System of the platform on which the Java Runtime was reported.
|
|
215578
216034
|
*/
|
|
215579
|
-
operatingSystems: outputs.Jms.
|
|
216035
|
+
operatingSystems: outputs.Jms.GetInstallationSitesInstallationSiteCollectionItemOperatingSystem[];
|
|
215580
216036
|
/**
|
|
215581
216037
|
* The file system path of the installation.
|
|
215582
216038
|
*/
|
|
@@ -215594,7 +216050,7 @@ export declare namespace Jms {
|
|
|
215594
216050
|
*/
|
|
215595
216051
|
timeLastSeen: string;
|
|
215596
216052
|
}
|
|
215597
|
-
interface
|
|
216053
|
+
interface GetInstallationSitesInstallationSiteCollectionItemBlocklist {
|
|
215598
216054
|
/**
|
|
215599
216055
|
* The operation type.
|
|
215600
216056
|
*/
|
|
@@ -215604,7 +216060,7 @@ export declare namespace Jms {
|
|
|
215604
216060
|
*/
|
|
215605
216061
|
reason: string;
|
|
215606
216062
|
}
|
|
215607
|
-
interface
|
|
216063
|
+
interface GetInstallationSitesInstallationSiteCollectionItemJre {
|
|
215608
216064
|
/**
|
|
215609
216065
|
* The name of the Operating System distribution, such as Oracle Linux 9, Windows 10, or macOS X.
|
|
215610
216066
|
*/
|
|
@@ -215622,7 +216078,7 @@ export declare namespace Jms {
|
|
|
215622
216078
|
*/
|
|
215623
216079
|
version: string;
|
|
215624
216080
|
}
|
|
215625
|
-
interface
|
|
216081
|
+
interface GetInstallationSitesInstallationSiteCollectionItemOperatingSystem {
|
|
215626
216082
|
/**
|
|
215627
216083
|
* The architecture of the operating system as provided by the Java system property os.arch.
|
|
215628
216084
|
*/
|
|
@@ -216134,6 +216590,10 @@ export declare namespace Jms {
|
|
|
216134
216590
|
* Latest Java release version in the family.
|
|
216135
216591
|
*/
|
|
216136
216592
|
latestReleaseVersion: string;
|
|
216593
|
+
/**
|
|
216594
|
+
* The license type(s) associated with the Java family.
|
|
216595
|
+
*/
|
|
216596
|
+
licenseTypes: string[];
|
|
216137
216597
|
/**
|
|
216138
216598
|
* The date on which the Java release family was first made available (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
|
216139
216599
|
*/
|
|
@@ -216334,6 +216794,10 @@ export declare namespace Jms {
|
|
|
216334
216794
|
* Latest Java release version in the family.
|
|
216335
216795
|
*/
|
|
216336
216796
|
latestReleaseVersion: string;
|
|
216797
|
+
/**
|
|
216798
|
+
* The license type(s) associated with the Java family.
|
|
216799
|
+
*/
|
|
216800
|
+
licenseTypes: string[];
|
|
216337
216801
|
/**
|
|
216338
216802
|
* The release date of the Java version (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
|
216339
216803
|
*/
|
|
@@ -216570,6 +217034,10 @@ export declare namespace Jms {
|
|
|
216570
217034
|
* Latest Java release version in the family.
|
|
216571
217035
|
*/
|
|
216572
217036
|
latestReleaseVersion: string;
|
|
217037
|
+
/**
|
|
217038
|
+
* The license type(s) associated with the Java family.
|
|
217039
|
+
*/
|
|
217040
|
+
licenseTypes: string[];
|
|
216573
217041
|
/**
|
|
216574
217042
|
* The release date of the Java version (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
|
216575
217043
|
*/
|
|
@@ -216667,7 +217135,7 @@ export declare namespace Jms {
|
|
|
216667
217135
|
}
|
|
216668
217136
|
interface GetJmsPluginsJmsPluginCollectionItem {
|
|
216669
217137
|
/**
|
|
216670
|
-
* The ManagementAgent (OMA)
|
|
217138
|
+
* The ManagementAgent (OMA), Oracle Cloud Agent (OCA), or the Oracle Container Management Agent (OCMA) [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) that identifies the Agent.
|
|
216671
217139
|
*/
|
|
216672
217140
|
agentId: string;
|
|
216673
217141
|
/**
|
|
@@ -216927,6 +217395,835 @@ export declare namespace Jms {
|
|
|
216927
217395
|
*/
|
|
216928
217396
|
timeLastSeen: string;
|
|
216929
217397
|
}
|
|
217398
|
+
interface GetTaskScheduleTaskDetail {
|
|
217399
|
+
/**
|
|
217400
|
+
* The list of Java installation sites to add.
|
|
217401
|
+
*/
|
|
217402
|
+
addInstallationSiteTaskRequests: outputs.Jms.GetTaskScheduleTaskDetailAddInstallationSiteTaskRequest[];
|
|
217403
|
+
/**
|
|
217404
|
+
* Details of the request to start a JFR crypto event analysis. When the targets aren't specified, then all managed instances currently in the fleet are selected.
|
|
217405
|
+
*/
|
|
217406
|
+
cryptoTaskRequests: outputs.Jms.GetTaskScheduleTaskDetailCryptoTaskRequest[];
|
|
217407
|
+
/**
|
|
217408
|
+
* Details of the request to start a Java migration analyses. The analyses requires the managed instance OCID, deployed application key, source JDK version, and target JDK version of each selected application.
|
|
217409
|
+
*/
|
|
217410
|
+
deployedApplicationMigrationTaskRequests: outputs.Jms.GetTaskScheduleTaskDetailDeployedApplicationMigrationTaskRequest[];
|
|
217411
|
+
/**
|
|
217412
|
+
* Details of the request to start a Java migration analysis. The analysis requires the managed instance OCID, application installation key, source JDK version, and target JDK version of each selected application.
|
|
217413
|
+
*/
|
|
217414
|
+
javaMigrationTaskRequests: outputs.Jms.GetTaskScheduleTaskDetailJavaMigrationTaskRequest[];
|
|
217415
|
+
/**
|
|
217416
|
+
* Details of the request to start JFR recordings. When the targets aren't specified, then all managed instances currently in the Fleet are selected.
|
|
217417
|
+
*/
|
|
217418
|
+
jfrTaskRequests: outputs.Jms.GetTaskScheduleTaskDetailJfrTaskRequest[];
|
|
217419
|
+
/**
|
|
217420
|
+
* Details of the request to start a JFR performance tuning analysis.
|
|
217421
|
+
*/
|
|
217422
|
+
performanceTuningTaskRequests: outputs.Jms.GetTaskScheduleTaskDetailPerformanceTuningTaskRequest[];
|
|
217423
|
+
/**
|
|
217424
|
+
* The list of Java installation sites to remove.
|
|
217425
|
+
*/
|
|
217426
|
+
removeInstallationSiteTaskRequests: outputs.Jms.GetTaskScheduleTaskDetailRemoveInstallationSiteTaskRequest[];
|
|
217427
|
+
/**
|
|
217428
|
+
* The list of managed instances to scan.
|
|
217429
|
+
*/
|
|
217430
|
+
scanJavaServerTaskRequests: outputs.Jms.GetTaskScheduleTaskDetailScanJavaServerTaskRequest[];
|
|
217431
|
+
/**
|
|
217432
|
+
* The list of managed instances to scan.
|
|
217433
|
+
*/
|
|
217434
|
+
scanLibraryTaskRequests: outputs.Jms.GetTaskScheduleTaskDetailScanLibraryTaskRequest[];
|
|
217435
|
+
/**
|
|
217436
|
+
* Type of task.
|
|
217437
|
+
*/
|
|
217438
|
+
taskType: string;
|
|
217439
|
+
}
|
|
217440
|
+
interface GetTaskScheduleTaskDetailAddInstallationSiteTaskRequest {
|
|
217441
|
+
/**
|
|
217442
|
+
* The list of installation sites to remove.
|
|
217443
|
+
*/
|
|
217444
|
+
installationSites: outputs.Jms.GetTaskScheduleTaskDetailAddInstallationSiteTaskRequestInstallationSite[];
|
|
217445
|
+
/**
|
|
217446
|
+
* Optional list of post java installation actions
|
|
217447
|
+
*/
|
|
217448
|
+
postInstallationActions: string[];
|
|
217449
|
+
}
|
|
217450
|
+
interface GetTaskScheduleTaskDetailAddInstallationSiteTaskRequestInstallationSite {
|
|
217451
|
+
/**
|
|
217452
|
+
* Artifact content type for the Java version.
|
|
217453
|
+
*/
|
|
217454
|
+
artifactContentType: string;
|
|
217455
|
+
/**
|
|
217456
|
+
* Forces the installation request even if a more recent release is already present in the host.
|
|
217457
|
+
*/
|
|
217458
|
+
forceInstall: boolean;
|
|
217459
|
+
/**
|
|
217460
|
+
* Flag to install headless or headful Java installation. Only valid for Oracle Linux in OCI.
|
|
217461
|
+
*/
|
|
217462
|
+
headlessMode: boolean;
|
|
217463
|
+
/**
|
|
217464
|
+
* Custom path to install new Java installation site.
|
|
217465
|
+
*/
|
|
217466
|
+
installationPath: string;
|
|
217467
|
+
/**
|
|
217468
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the related managed instance.
|
|
217469
|
+
*/
|
|
217470
|
+
managedInstanceId: string;
|
|
217471
|
+
/**
|
|
217472
|
+
* The release version of the Java Runtime.
|
|
217473
|
+
*/
|
|
217474
|
+
releaseVersion: string;
|
|
217475
|
+
}
|
|
217476
|
+
interface GetTaskScheduleTaskDetailCryptoTaskRequest {
|
|
217477
|
+
/**
|
|
217478
|
+
* Duration of the JFR recording in minutes.
|
|
217479
|
+
*/
|
|
217480
|
+
recordingDurationInMinutes: number;
|
|
217481
|
+
/**
|
|
217482
|
+
* The attachment targets to start JFR.
|
|
217483
|
+
*/
|
|
217484
|
+
targets: outputs.Jms.GetTaskScheduleTaskDetailCryptoTaskRequestTarget[];
|
|
217485
|
+
/**
|
|
217486
|
+
* Period to looking for JVMs. In addition to attach to running JVMs when given the command, JVM started within the waiting period will also be attached for JFR. The value should be larger than the agent polling interval setting for the fleet to ensure agent can get the instructions. If not specified, the agent polling interval for the fleet is used.
|
|
217487
|
+
*/
|
|
217488
|
+
waitingPeriodInMinutes: number;
|
|
217489
|
+
}
|
|
217490
|
+
interface GetTaskScheduleTaskDetailCryptoTaskRequestTarget {
|
|
217491
|
+
/**
|
|
217492
|
+
* Unique key that identifies the application installation for JFR data collection.
|
|
217493
|
+
*/
|
|
217494
|
+
applicationInstallationKey: string;
|
|
217495
|
+
/**
|
|
217496
|
+
* Unique key that identifies the application for JFR data collection.
|
|
217497
|
+
*/
|
|
217498
|
+
applicationKey: string;
|
|
217499
|
+
/**
|
|
217500
|
+
* Unique key that identifies the container for JFR data collection.
|
|
217501
|
+
*/
|
|
217502
|
+
containerKey: string;
|
|
217503
|
+
/**
|
|
217504
|
+
* Unique key that identify the JVM for JFR data collection.
|
|
217505
|
+
*/
|
|
217506
|
+
jreKey: string;
|
|
217507
|
+
/**
|
|
217508
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the related managed instance.
|
|
217509
|
+
*/
|
|
217510
|
+
managedInstanceId: string;
|
|
217511
|
+
}
|
|
217512
|
+
interface GetTaskScheduleTaskDetailDeployedApplicationMigrationTaskRequest {
|
|
217513
|
+
/**
|
|
217514
|
+
* The attachment targets to start JFR.
|
|
217515
|
+
*/
|
|
217516
|
+
targets: outputs.Jms.GetTaskScheduleTaskDetailDeployedApplicationMigrationTaskRequestTarget[];
|
|
217517
|
+
}
|
|
217518
|
+
interface GetTaskScheduleTaskDetailDeployedApplicationMigrationTaskRequestTarget {
|
|
217519
|
+
/**
|
|
217520
|
+
* The unique key that identifies the deployed application's installation path that is to be used for the Java migration analyses.
|
|
217521
|
+
*/
|
|
217522
|
+
deployedApplicationInstallationKey: string;
|
|
217523
|
+
/**
|
|
217524
|
+
* Excludes the packages that starts with the prefix from the migration analysis result. Either this or includePackagePrefixes can be specified.
|
|
217525
|
+
*/
|
|
217526
|
+
excludePackagePrefixes: string[];
|
|
217527
|
+
/**
|
|
217528
|
+
* includes the packages that starts with the prefix from the migration analysis result. Either this or excludePackagePrefixes can be specified.
|
|
217529
|
+
*/
|
|
217530
|
+
includePackagePrefixes: string[];
|
|
217531
|
+
/**
|
|
217532
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the related managed instance.
|
|
217533
|
+
*/
|
|
217534
|
+
managedInstanceId: string;
|
|
217535
|
+
/**
|
|
217536
|
+
* The JDK version the application is currently running on.
|
|
217537
|
+
*/
|
|
217538
|
+
sourceJdkVersion: string;
|
|
217539
|
+
/**
|
|
217540
|
+
* The JDK version against which the migration analysis was performed to identify effort required to move from source JDK.
|
|
217541
|
+
*/
|
|
217542
|
+
targetJdkVersion: string;
|
|
217543
|
+
}
|
|
217544
|
+
interface GetTaskScheduleTaskDetailJavaMigrationTaskRequest {
|
|
217545
|
+
/**
|
|
217546
|
+
* The attachment targets to start JFR.
|
|
217547
|
+
*/
|
|
217548
|
+
targets: outputs.Jms.GetTaskScheduleTaskDetailJavaMigrationTaskRequestTarget[];
|
|
217549
|
+
}
|
|
217550
|
+
interface GetTaskScheduleTaskDetailJavaMigrationTaskRequestTarget {
|
|
217551
|
+
/**
|
|
217552
|
+
* Unique key that identifies the application installation for JFR data collection.
|
|
217553
|
+
*/
|
|
217554
|
+
applicationInstallationKey: string;
|
|
217555
|
+
/**
|
|
217556
|
+
* Excludes the packages that starts with the prefix from the migration analysis result. Either this or includePackagePrefixes can be specified.
|
|
217557
|
+
*/
|
|
217558
|
+
excludePackagePrefixes: string[];
|
|
217559
|
+
/**
|
|
217560
|
+
* includes the packages that starts with the prefix from the migration analysis result. Either this or excludePackagePrefixes can be specified.
|
|
217561
|
+
*/
|
|
217562
|
+
includePackagePrefixes: string[];
|
|
217563
|
+
/**
|
|
217564
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the related managed instance.
|
|
217565
|
+
*/
|
|
217566
|
+
managedInstanceId: string;
|
|
217567
|
+
/**
|
|
217568
|
+
* The JDK version the application is currently running on.
|
|
217569
|
+
*/
|
|
217570
|
+
sourceJdkVersion: string;
|
|
217571
|
+
/**
|
|
217572
|
+
* The JDK version against which the migration analysis was performed to identify effort required to move from source JDK.
|
|
217573
|
+
*/
|
|
217574
|
+
targetJdkVersion: string;
|
|
217575
|
+
}
|
|
217576
|
+
interface GetTaskScheduleTaskDetailJfrTaskRequest {
|
|
217577
|
+
/**
|
|
217578
|
+
* The profile used for JFR events selection. If the name isn't recognized, the settings from jfcV1 or jfcV2 will be used depending on the JVM version. Both jfcV2 and jfcV1 should be provided to ensure JFR collection on different JVM versions.
|
|
217579
|
+
*/
|
|
217580
|
+
jfcProfileName: string;
|
|
217581
|
+
/**
|
|
217582
|
+
* The BASE64 encoded string of JFR settings XML with schema used by JDK 8.
|
|
217583
|
+
*/
|
|
217584
|
+
jfcV1: string;
|
|
217585
|
+
/**
|
|
217586
|
+
* The BASE64 encoded string of JFR settings XML with [schema used by JDK 9 and after](https://raw.githubusercontent.com/openjdk/jdk/master/src/jdk.jfr/share/classes/jdk/jfr/internal/jfc/jfc.xsd).
|
|
217587
|
+
*/
|
|
217588
|
+
jfcV2: string;
|
|
217589
|
+
/**
|
|
217590
|
+
* Duration of the JFR recording in minutes.
|
|
217591
|
+
*/
|
|
217592
|
+
recordingDurationInMinutes: number;
|
|
217593
|
+
/**
|
|
217594
|
+
* The maximum size limit for the JFR file collected.
|
|
217595
|
+
*/
|
|
217596
|
+
recordingSizeInMb: number;
|
|
217597
|
+
/**
|
|
217598
|
+
* The attachment targets to start JFR.
|
|
217599
|
+
*/
|
|
217600
|
+
targets: outputs.Jms.GetTaskScheduleTaskDetailJfrTaskRequestTarget[];
|
|
217601
|
+
/**
|
|
217602
|
+
* Period to looking for JVMs. In addition to attach to running JVMs when given the command, JVM started within the waiting period will also be attached for JFR. The value should be larger than the agent polling interval setting for the fleet to ensure agent can get the instructions. If not specified, the agent polling interval for the fleet is used.
|
|
217603
|
+
*/
|
|
217604
|
+
waitingPeriodInMinutes: number;
|
|
217605
|
+
}
|
|
217606
|
+
interface GetTaskScheduleTaskDetailJfrTaskRequestTarget {
|
|
217607
|
+
/**
|
|
217608
|
+
* Unique key that identifies the application installation for JFR data collection.
|
|
217609
|
+
*/
|
|
217610
|
+
applicationInstallationKey: string;
|
|
217611
|
+
/**
|
|
217612
|
+
* Unique key that identifies the application for JFR data collection.
|
|
217613
|
+
*/
|
|
217614
|
+
applicationKey: string;
|
|
217615
|
+
/**
|
|
217616
|
+
* Unique key that identifies the container for JFR data collection.
|
|
217617
|
+
*/
|
|
217618
|
+
containerKey: string;
|
|
217619
|
+
/**
|
|
217620
|
+
* Unique key that identify the JVM for JFR data collection.
|
|
217621
|
+
*/
|
|
217622
|
+
jreKey: string;
|
|
217623
|
+
/**
|
|
217624
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the related managed instance.
|
|
217625
|
+
*/
|
|
217626
|
+
managedInstanceId: string;
|
|
217627
|
+
}
|
|
217628
|
+
interface GetTaskScheduleTaskDetailPerformanceTuningTaskRequest {
|
|
217629
|
+
/**
|
|
217630
|
+
* Duration of the JFR recording in minutes.
|
|
217631
|
+
*/
|
|
217632
|
+
recordingDurationInMinutes: number;
|
|
217633
|
+
/**
|
|
217634
|
+
* The attachment targets to start JFR.
|
|
217635
|
+
*/
|
|
217636
|
+
targets: outputs.Jms.GetTaskScheduleTaskDetailPerformanceTuningTaskRequestTarget[];
|
|
217637
|
+
/**
|
|
217638
|
+
* Period to looking for JVMs. In addition to attach to running JVMs when given the command, JVM started within the waiting period will also be attached for JFR. The value should be larger than the agent polling interval setting for the fleet to ensure agent can get the instructions. If not specified, the agent polling interval for the fleet is used.
|
|
217639
|
+
*/
|
|
217640
|
+
waitingPeriodInMinutes: number;
|
|
217641
|
+
}
|
|
217642
|
+
interface GetTaskScheduleTaskDetailPerformanceTuningTaskRequestTarget {
|
|
217643
|
+
/**
|
|
217644
|
+
* Unique key that identifies the application installation for JFR data collection.
|
|
217645
|
+
*/
|
|
217646
|
+
applicationInstallationKey: string;
|
|
217647
|
+
/**
|
|
217648
|
+
* Unique key that identifies the application for JFR data collection.
|
|
217649
|
+
*/
|
|
217650
|
+
applicationKey: string;
|
|
217651
|
+
/**
|
|
217652
|
+
* Unique key that identifies the container for JFR data collection.
|
|
217653
|
+
*/
|
|
217654
|
+
containerKey: string;
|
|
217655
|
+
/**
|
|
217656
|
+
* Unique key that identify the JVM for JFR data collection.
|
|
217657
|
+
*/
|
|
217658
|
+
jreKey: string;
|
|
217659
|
+
/**
|
|
217660
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the related managed instance.
|
|
217661
|
+
*/
|
|
217662
|
+
managedInstanceId: string;
|
|
217663
|
+
}
|
|
217664
|
+
interface GetTaskScheduleTaskDetailRemoveInstallationSiteTaskRequest {
|
|
217665
|
+
/**
|
|
217666
|
+
* The list of installation sites to remove.
|
|
217667
|
+
*/
|
|
217668
|
+
installationSites: outputs.Jms.GetTaskScheduleTaskDetailRemoveInstallationSiteTaskRequestInstallationSite[];
|
|
217669
|
+
}
|
|
217670
|
+
interface GetTaskScheduleTaskDetailRemoveInstallationSiteTaskRequestInstallationSite {
|
|
217671
|
+
/**
|
|
217672
|
+
* The unique identifier for the installation of a Java Runtime at a specific path on a specific operating system.
|
|
217673
|
+
*/
|
|
217674
|
+
installationKey: string;
|
|
217675
|
+
/**
|
|
217676
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the related managed instance.
|
|
217677
|
+
*/
|
|
217678
|
+
managedInstanceId: string;
|
|
217679
|
+
}
|
|
217680
|
+
interface GetTaskScheduleTaskDetailScanJavaServerTaskRequest {
|
|
217681
|
+
/**
|
|
217682
|
+
* The list of [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of managed instances to scan.
|
|
217683
|
+
*/
|
|
217684
|
+
managedInstanceIds: string[];
|
|
217685
|
+
}
|
|
217686
|
+
interface GetTaskScheduleTaskDetailScanLibraryTaskRequest {
|
|
217687
|
+
/**
|
|
217688
|
+
* The duration of the dynamic scan in minutes.
|
|
217689
|
+
*/
|
|
217690
|
+
dynamicScanDurationInMinutes: number;
|
|
217691
|
+
/**
|
|
217692
|
+
* Indicates whether the scan is dynamic or static.
|
|
217693
|
+
*/
|
|
217694
|
+
isDynamicScan: boolean;
|
|
217695
|
+
/**
|
|
217696
|
+
* The list of [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of managed instances to scan.
|
|
217697
|
+
*/
|
|
217698
|
+
managedInstanceIds: string[];
|
|
217699
|
+
}
|
|
217700
|
+
interface GetTaskSchedulesFilter {
|
|
217701
|
+
/**
|
|
217702
|
+
* The task name.
|
|
217703
|
+
*/
|
|
217704
|
+
name: string;
|
|
217705
|
+
regex?: boolean;
|
|
217706
|
+
values: string[];
|
|
217707
|
+
}
|
|
217708
|
+
interface GetTaskSchedulesTaskScheduleCollection {
|
|
217709
|
+
items: outputs.Jms.GetTaskSchedulesTaskScheduleCollectionItem[];
|
|
217710
|
+
}
|
|
217711
|
+
interface GetTaskSchedulesTaskScheduleCollectionItem {
|
|
217712
|
+
/**
|
|
217713
|
+
* Name of the task creator.
|
|
217714
|
+
*/
|
|
217715
|
+
createdBy: string;
|
|
217716
|
+
/**
|
|
217717
|
+
* Recurrence specification for the task schedule execution (formatted according to [RFC-5545](https://icalendar.org/RFC-Specifications/iCalendar-RFC-5545/)). To run daily for 10 occurrences starts on September 2, 2024 09:00 EDT, it should be 'DTSTART;TZID=America/New_York:20240902T090000 RRULE:FREQ=DAILY;COUNT=10'. To run every 3 hours from 9:00 AM to 5:00 PM on August 5, 2024 EDT, it should be 'DTSTART;TZID=America/New_York:20240805T090000 RRULE:FREQ=HOURLY;INTERVAL=3;UNTIL=20240805T170000Z'.
|
|
217718
|
+
*/
|
|
217719
|
+
executionRecurrences: string;
|
|
217720
|
+
/**
|
|
217721
|
+
* The ID of the Fleet.
|
|
217722
|
+
*/
|
|
217723
|
+
fleetId: string;
|
|
217724
|
+
/**
|
|
217725
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) to identify this task schedule.
|
|
217726
|
+
*/
|
|
217727
|
+
id: string;
|
|
217728
|
+
/**
|
|
217729
|
+
* The task name.
|
|
217730
|
+
*/
|
|
217731
|
+
name: string;
|
|
217732
|
+
/**
|
|
217733
|
+
* All possible status of task schedule.
|
|
217734
|
+
*/
|
|
217735
|
+
state: string;
|
|
217736
|
+
/**
|
|
217737
|
+
* The minimum details of a task.
|
|
217738
|
+
*/
|
|
217739
|
+
taskDetails: outputs.Jms.GetTaskSchedulesTaskScheduleCollectionItemTaskDetail[];
|
|
217740
|
+
/**
|
|
217741
|
+
* The date and time the task schedule was created (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
|
217742
|
+
*/
|
|
217743
|
+
timeCreated: string;
|
|
217744
|
+
/**
|
|
217745
|
+
* The date and time the task schedule ran last (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
|
217746
|
+
*/
|
|
217747
|
+
timeLastRun: string;
|
|
217748
|
+
/**
|
|
217749
|
+
* The date and time the task schedule was last updated (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
|
217750
|
+
*/
|
|
217751
|
+
timeLastUpdated: string;
|
|
217752
|
+
/**
|
|
217753
|
+
* The date and time the task schedule will run next (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
|
217754
|
+
*/
|
|
217755
|
+
timeNextRun: string;
|
|
217756
|
+
}
|
|
217757
|
+
interface GetTaskSchedulesTaskScheduleCollectionItemTaskDetail {
|
|
217758
|
+
/**
|
|
217759
|
+
* The list of Java installation sites to add.
|
|
217760
|
+
*/
|
|
217761
|
+
addInstallationSiteTaskRequests: outputs.Jms.GetTaskSchedulesTaskScheduleCollectionItemTaskDetailAddInstallationSiteTaskRequest[];
|
|
217762
|
+
/**
|
|
217763
|
+
* Details of the request to start a JFR crypto event analysis. When the targets aren't specified, then all managed instances currently in the fleet are selected.
|
|
217764
|
+
*/
|
|
217765
|
+
cryptoTaskRequests: outputs.Jms.GetTaskSchedulesTaskScheduleCollectionItemTaskDetailCryptoTaskRequest[];
|
|
217766
|
+
/**
|
|
217767
|
+
* Details of the request to start a Java migration analyses. The analyses requires the managed instance OCID, deployed application key, source JDK version, and target JDK version of each selected application.
|
|
217768
|
+
*/
|
|
217769
|
+
deployedApplicationMigrationTaskRequests: outputs.Jms.GetTaskSchedulesTaskScheduleCollectionItemTaskDetailDeployedApplicationMigrationTaskRequest[];
|
|
217770
|
+
/**
|
|
217771
|
+
* Details of the request to start a Java migration analysis. The analysis requires the managed instance OCID, application installation key, source JDK version, and target JDK version of each selected application.
|
|
217772
|
+
*/
|
|
217773
|
+
javaMigrationTaskRequests: outputs.Jms.GetTaskSchedulesTaskScheduleCollectionItemTaskDetailJavaMigrationTaskRequest[];
|
|
217774
|
+
/**
|
|
217775
|
+
* Details of the request to start JFR recordings. When the targets aren't specified, then all managed instances currently in the Fleet are selected.
|
|
217776
|
+
*/
|
|
217777
|
+
jfrTaskRequests: outputs.Jms.GetTaskSchedulesTaskScheduleCollectionItemTaskDetailJfrTaskRequest[];
|
|
217778
|
+
/**
|
|
217779
|
+
* Details of the request to start a JFR performance tuning analysis.
|
|
217780
|
+
*/
|
|
217781
|
+
performanceTuningTaskRequests: outputs.Jms.GetTaskSchedulesTaskScheduleCollectionItemTaskDetailPerformanceTuningTaskRequest[];
|
|
217782
|
+
/**
|
|
217783
|
+
* The list of Java installation sites to remove.
|
|
217784
|
+
*/
|
|
217785
|
+
removeInstallationSiteTaskRequests: outputs.Jms.GetTaskSchedulesTaskScheduleCollectionItemTaskDetailRemoveInstallationSiteTaskRequest[];
|
|
217786
|
+
/**
|
|
217787
|
+
* The list of managed instances to scan.
|
|
217788
|
+
*/
|
|
217789
|
+
scanJavaServerTaskRequests: outputs.Jms.GetTaskSchedulesTaskScheduleCollectionItemTaskDetailScanJavaServerTaskRequest[];
|
|
217790
|
+
/**
|
|
217791
|
+
* The list of managed instances to scan.
|
|
217792
|
+
*/
|
|
217793
|
+
scanLibraryTaskRequests: outputs.Jms.GetTaskSchedulesTaskScheduleCollectionItemTaskDetailScanLibraryTaskRequest[];
|
|
217794
|
+
/**
|
|
217795
|
+
* Type of task.
|
|
217796
|
+
*/
|
|
217797
|
+
taskType: string;
|
|
217798
|
+
}
|
|
217799
|
+
interface GetTaskSchedulesTaskScheduleCollectionItemTaskDetailAddInstallationSiteTaskRequest {
|
|
217800
|
+
/**
|
|
217801
|
+
* The list of installation sites to remove.
|
|
217802
|
+
*/
|
|
217803
|
+
installationSites: outputs.Jms.GetTaskSchedulesTaskScheduleCollectionItemTaskDetailAddInstallationSiteTaskRequestInstallationSite[];
|
|
217804
|
+
/**
|
|
217805
|
+
* Optional list of post java installation actions
|
|
217806
|
+
*/
|
|
217807
|
+
postInstallationActions: string[];
|
|
217808
|
+
}
|
|
217809
|
+
interface GetTaskSchedulesTaskScheduleCollectionItemTaskDetailAddInstallationSiteTaskRequestInstallationSite {
|
|
217810
|
+
/**
|
|
217811
|
+
* Artifact content type for the Java version.
|
|
217812
|
+
*/
|
|
217813
|
+
artifactContentType: string;
|
|
217814
|
+
/**
|
|
217815
|
+
* Forces the installation request even if a more recent release is already present in the host.
|
|
217816
|
+
*/
|
|
217817
|
+
forceInstall: boolean;
|
|
217818
|
+
/**
|
|
217819
|
+
* Flag to install headless or headful Java installation. Only valid for Oracle Linux in OCI.
|
|
217820
|
+
*/
|
|
217821
|
+
headlessMode: boolean;
|
|
217822
|
+
/**
|
|
217823
|
+
* Custom path to install new Java installation site.
|
|
217824
|
+
*/
|
|
217825
|
+
installationPath: string;
|
|
217826
|
+
/**
|
|
217827
|
+
* The Fleet-unique identifier of the related managed instance.
|
|
217828
|
+
*/
|
|
217829
|
+
managedInstanceId: string;
|
|
217830
|
+
/**
|
|
217831
|
+
* The release version of the Java Runtime.
|
|
217832
|
+
*/
|
|
217833
|
+
releaseVersion: string;
|
|
217834
|
+
}
|
|
217835
|
+
interface GetTaskSchedulesTaskScheduleCollectionItemTaskDetailCryptoTaskRequest {
|
|
217836
|
+
/**
|
|
217837
|
+
* Duration of the JFR recording in minutes.
|
|
217838
|
+
*/
|
|
217839
|
+
recordingDurationInMinutes: number;
|
|
217840
|
+
/**
|
|
217841
|
+
* The attachment targets to start JFR.
|
|
217842
|
+
*/
|
|
217843
|
+
targets: outputs.Jms.GetTaskSchedulesTaskScheduleCollectionItemTaskDetailCryptoTaskRequestTarget[];
|
|
217844
|
+
/**
|
|
217845
|
+
* Period to looking for JVMs. In addition to attach to running JVMs when given the command, JVM started within the waiting period will also be attached for JFR. The value should be larger than the agent polling interval setting for the fleet to ensure agent can get the instructions. If not specified, the agent polling interval for the fleet is used.
|
|
217846
|
+
*/
|
|
217847
|
+
waitingPeriodInMinutes: number;
|
|
217848
|
+
}
|
|
217849
|
+
interface GetTaskSchedulesTaskScheduleCollectionItemTaskDetailCryptoTaskRequestTarget {
|
|
217850
|
+
/**
|
|
217851
|
+
* Unique key that identifies the application installation for JFR data collection.
|
|
217852
|
+
*/
|
|
217853
|
+
applicationInstallationKey: string;
|
|
217854
|
+
/**
|
|
217855
|
+
* Unique key that identifies the application for JFR data collection.
|
|
217856
|
+
*/
|
|
217857
|
+
applicationKey: string;
|
|
217858
|
+
/**
|
|
217859
|
+
* Unique key that identifies the container for JFR data collection.
|
|
217860
|
+
*/
|
|
217861
|
+
containerKey: string;
|
|
217862
|
+
/**
|
|
217863
|
+
* Unique key that identify the JVM for JFR data collection.
|
|
217864
|
+
*/
|
|
217865
|
+
jreKey: string;
|
|
217866
|
+
/**
|
|
217867
|
+
* The Fleet-unique identifier of the related managed instance.
|
|
217868
|
+
*/
|
|
217869
|
+
managedInstanceId: string;
|
|
217870
|
+
}
|
|
217871
|
+
interface GetTaskSchedulesTaskScheduleCollectionItemTaskDetailDeployedApplicationMigrationTaskRequest {
|
|
217872
|
+
/**
|
|
217873
|
+
* The attachment targets to start JFR.
|
|
217874
|
+
*/
|
|
217875
|
+
targets: outputs.Jms.GetTaskSchedulesTaskScheduleCollectionItemTaskDetailDeployedApplicationMigrationTaskRequestTarget[];
|
|
217876
|
+
}
|
|
217877
|
+
interface GetTaskSchedulesTaskScheduleCollectionItemTaskDetailDeployedApplicationMigrationTaskRequestTarget {
|
|
217878
|
+
/**
|
|
217879
|
+
* The unique key that identifies the deployed application's installation path that is to be used for the Java migration analyses.
|
|
217880
|
+
*/
|
|
217881
|
+
deployedApplicationInstallationKey: string;
|
|
217882
|
+
/**
|
|
217883
|
+
* Excludes the packages that starts with the prefix from the migration analysis result. Either this or includePackagePrefixes can be specified.
|
|
217884
|
+
*/
|
|
217885
|
+
excludePackagePrefixes: string[];
|
|
217886
|
+
/**
|
|
217887
|
+
* includes the packages that starts with the prefix from the migration analysis result. Either this or excludePackagePrefixes can be specified.
|
|
217888
|
+
*/
|
|
217889
|
+
includePackagePrefixes: string[];
|
|
217890
|
+
/**
|
|
217891
|
+
* The Fleet-unique identifier of the related managed instance.
|
|
217892
|
+
*/
|
|
217893
|
+
managedInstanceId: string;
|
|
217894
|
+
/**
|
|
217895
|
+
* The JDK version the application is currently running on.
|
|
217896
|
+
*/
|
|
217897
|
+
sourceJdkVersion: string;
|
|
217898
|
+
/**
|
|
217899
|
+
* The JDK version against which the migration analysis was performed to identify effort required to move from source JDK.
|
|
217900
|
+
*/
|
|
217901
|
+
targetJdkVersion: string;
|
|
217902
|
+
}
|
|
217903
|
+
interface GetTaskSchedulesTaskScheduleCollectionItemTaskDetailJavaMigrationTaskRequest {
|
|
217904
|
+
/**
|
|
217905
|
+
* The attachment targets to start JFR.
|
|
217906
|
+
*/
|
|
217907
|
+
targets: outputs.Jms.GetTaskSchedulesTaskScheduleCollectionItemTaskDetailJavaMigrationTaskRequestTarget[];
|
|
217908
|
+
}
|
|
217909
|
+
interface GetTaskSchedulesTaskScheduleCollectionItemTaskDetailJavaMigrationTaskRequestTarget {
|
|
217910
|
+
/**
|
|
217911
|
+
* Unique key that identifies the application installation for JFR data collection.
|
|
217912
|
+
*/
|
|
217913
|
+
applicationInstallationKey: string;
|
|
217914
|
+
/**
|
|
217915
|
+
* Excludes the packages that starts with the prefix from the migration analysis result. Either this or includePackagePrefixes can be specified.
|
|
217916
|
+
*/
|
|
217917
|
+
excludePackagePrefixes: string[];
|
|
217918
|
+
/**
|
|
217919
|
+
* includes the packages that starts with the prefix from the migration analysis result. Either this or excludePackagePrefixes can be specified.
|
|
217920
|
+
*/
|
|
217921
|
+
includePackagePrefixes: string[];
|
|
217922
|
+
/**
|
|
217923
|
+
* The Fleet-unique identifier of the related managed instance.
|
|
217924
|
+
*/
|
|
217925
|
+
managedInstanceId: string;
|
|
217926
|
+
/**
|
|
217927
|
+
* The JDK version the application is currently running on.
|
|
217928
|
+
*/
|
|
217929
|
+
sourceJdkVersion: string;
|
|
217930
|
+
/**
|
|
217931
|
+
* The JDK version against which the migration analysis was performed to identify effort required to move from source JDK.
|
|
217932
|
+
*/
|
|
217933
|
+
targetJdkVersion: string;
|
|
217934
|
+
}
|
|
217935
|
+
interface GetTaskSchedulesTaskScheduleCollectionItemTaskDetailJfrTaskRequest {
|
|
217936
|
+
/**
|
|
217937
|
+
* The profile used for JFR events selection. If the name isn't recognized, the settings from jfcV1 or jfcV2 will be used depending on the JVM version. Both jfcV2 and jfcV1 should be provided to ensure JFR collection on different JVM versions.
|
|
217938
|
+
*/
|
|
217939
|
+
jfcProfileName: string;
|
|
217940
|
+
/**
|
|
217941
|
+
* The BASE64 encoded string of JFR settings XML with schema used by JDK 8.
|
|
217942
|
+
*/
|
|
217943
|
+
jfcV1: string;
|
|
217944
|
+
/**
|
|
217945
|
+
* The BASE64 encoded string of JFR settings XML with [schema used by JDK 9 and after](https://raw.githubusercontent.com/openjdk/jdk/master/src/jdk.jfr/share/classes/jdk/jfr/internal/jfc/jfc.xsd).
|
|
217946
|
+
*/
|
|
217947
|
+
jfcV2: string;
|
|
217948
|
+
/**
|
|
217949
|
+
* Duration of the JFR recording in minutes.
|
|
217950
|
+
*/
|
|
217951
|
+
recordingDurationInMinutes: number;
|
|
217952
|
+
/**
|
|
217953
|
+
* The maximum size limit for the JFR file collected.
|
|
217954
|
+
*/
|
|
217955
|
+
recordingSizeInMb: number;
|
|
217956
|
+
/**
|
|
217957
|
+
* The attachment targets to start JFR.
|
|
217958
|
+
*/
|
|
217959
|
+
targets: outputs.Jms.GetTaskSchedulesTaskScheduleCollectionItemTaskDetailJfrTaskRequestTarget[];
|
|
217960
|
+
/**
|
|
217961
|
+
* Period to looking for JVMs. In addition to attach to running JVMs when given the command, JVM started within the waiting period will also be attached for JFR. The value should be larger than the agent polling interval setting for the fleet to ensure agent can get the instructions. If not specified, the agent polling interval for the fleet is used.
|
|
217962
|
+
*/
|
|
217963
|
+
waitingPeriodInMinutes: number;
|
|
217964
|
+
}
|
|
217965
|
+
interface GetTaskSchedulesTaskScheduleCollectionItemTaskDetailJfrTaskRequestTarget {
|
|
217966
|
+
/**
|
|
217967
|
+
* Unique key that identifies the application installation for JFR data collection.
|
|
217968
|
+
*/
|
|
217969
|
+
applicationInstallationKey: string;
|
|
217970
|
+
/**
|
|
217971
|
+
* Unique key that identifies the application for JFR data collection.
|
|
217972
|
+
*/
|
|
217973
|
+
applicationKey: string;
|
|
217974
|
+
/**
|
|
217975
|
+
* Unique key that identifies the container for JFR data collection.
|
|
217976
|
+
*/
|
|
217977
|
+
containerKey: string;
|
|
217978
|
+
/**
|
|
217979
|
+
* Unique key that identify the JVM for JFR data collection.
|
|
217980
|
+
*/
|
|
217981
|
+
jreKey: string;
|
|
217982
|
+
/**
|
|
217983
|
+
* The Fleet-unique identifier of the related managed instance.
|
|
217984
|
+
*/
|
|
217985
|
+
managedInstanceId: string;
|
|
217986
|
+
}
|
|
217987
|
+
interface GetTaskSchedulesTaskScheduleCollectionItemTaskDetailPerformanceTuningTaskRequest {
|
|
217988
|
+
/**
|
|
217989
|
+
* Duration of the JFR recording in minutes.
|
|
217990
|
+
*/
|
|
217991
|
+
recordingDurationInMinutes: number;
|
|
217992
|
+
/**
|
|
217993
|
+
* The attachment targets to start JFR.
|
|
217994
|
+
*/
|
|
217995
|
+
targets: outputs.Jms.GetTaskSchedulesTaskScheduleCollectionItemTaskDetailPerformanceTuningTaskRequestTarget[];
|
|
217996
|
+
/**
|
|
217997
|
+
* Period to looking for JVMs. In addition to attach to running JVMs when given the command, JVM started within the waiting period will also be attached for JFR. The value should be larger than the agent polling interval setting for the fleet to ensure agent can get the instructions. If not specified, the agent polling interval for the fleet is used.
|
|
217998
|
+
*/
|
|
217999
|
+
waitingPeriodInMinutes: number;
|
|
218000
|
+
}
|
|
218001
|
+
interface GetTaskSchedulesTaskScheduleCollectionItemTaskDetailPerformanceTuningTaskRequestTarget {
|
|
218002
|
+
/**
|
|
218003
|
+
* Unique key that identifies the application installation for JFR data collection.
|
|
218004
|
+
*/
|
|
218005
|
+
applicationInstallationKey: string;
|
|
218006
|
+
/**
|
|
218007
|
+
* Unique key that identifies the application for JFR data collection.
|
|
218008
|
+
*/
|
|
218009
|
+
applicationKey: string;
|
|
218010
|
+
/**
|
|
218011
|
+
* Unique key that identifies the container for JFR data collection.
|
|
218012
|
+
*/
|
|
218013
|
+
containerKey: string;
|
|
218014
|
+
/**
|
|
218015
|
+
* Unique key that identify the JVM for JFR data collection.
|
|
218016
|
+
*/
|
|
218017
|
+
jreKey: string;
|
|
218018
|
+
/**
|
|
218019
|
+
* The Fleet-unique identifier of the related managed instance.
|
|
218020
|
+
*/
|
|
218021
|
+
managedInstanceId: string;
|
|
218022
|
+
}
|
|
218023
|
+
interface GetTaskSchedulesTaskScheduleCollectionItemTaskDetailRemoveInstallationSiteTaskRequest {
|
|
218024
|
+
/**
|
|
218025
|
+
* The list of installation sites to remove.
|
|
218026
|
+
*/
|
|
218027
|
+
installationSites: outputs.Jms.GetTaskSchedulesTaskScheduleCollectionItemTaskDetailRemoveInstallationSiteTaskRequestInstallationSite[];
|
|
218028
|
+
}
|
|
218029
|
+
interface GetTaskSchedulesTaskScheduleCollectionItemTaskDetailRemoveInstallationSiteTaskRequestInstallationSite {
|
|
218030
|
+
/**
|
|
218031
|
+
* The unique identifier for the installation of a Java Runtime at a specific path on a specific operating system.
|
|
218032
|
+
*/
|
|
218033
|
+
installationKey: string;
|
|
218034
|
+
/**
|
|
218035
|
+
* The Fleet-unique identifier of the related managed instance.
|
|
218036
|
+
*/
|
|
218037
|
+
managedInstanceId: string;
|
|
218038
|
+
}
|
|
218039
|
+
interface GetTaskSchedulesTaskScheduleCollectionItemTaskDetailScanJavaServerTaskRequest {
|
|
218040
|
+
/**
|
|
218041
|
+
* The list of [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of managed instances to scan.
|
|
218042
|
+
*/
|
|
218043
|
+
managedInstanceIds: string[];
|
|
218044
|
+
}
|
|
218045
|
+
interface GetTaskSchedulesTaskScheduleCollectionItemTaskDetailScanLibraryTaskRequest {
|
|
218046
|
+
/**
|
|
218047
|
+
* The duration of the dynamic scan in minutes.
|
|
218048
|
+
*/
|
|
218049
|
+
dynamicScanDurationInMinutes: number;
|
|
218050
|
+
/**
|
|
218051
|
+
* Indicates whether the scan is dynamic or static.
|
|
218052
|
+
*/
|
|
218053
|
+
isDynamicScan: boolean;
|
|
218054
|
+
/**
|
|
218055
|
+
* The list of [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of managed instances to scan.
|
|
218056
|
+
*/
|
|
218057
|
+
managedInstanceIds: string[];
|
|
218058
|
+
}
|
|
218059
|
+
interface GetUtilsJavaMigrationAnalysiCreatedBy {
|
|
218060
|
+
/**
|
|
218061
|
+
* The name of the principal.
|
|
218062
|
+
*/
|
|
218063
|
+
displayName: string;
|
|
218064
|
+
/**
|
|
218065
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Java Migration Analysis.
|
|
218066
|
+
*/
|
|
218067
|
+
id: string;
|
|
218068
|
+
}
|
|
218069
|
+
interface GetUtilsJavaMigrationAnalysisFilter {
|
|
218070
|
+
name: string;
|
|
218071
|
+
regex?: boolean;
|
|
218072
|
+
values: string[];
|
|
218073
|
+
}
|
|
218074
|
+
interface GetUtilsJavaMigrationAnalysisJavaMigrationAnalysisCollection {
|
|
218075
|
+
items: outputs.Jms.GetUtilsJavaMigrationAnalysisJavaMigrationAnalysisCollectionItem[];
|
|
218076
|
+
}
|
|
218077
|
+
interface GetUtilsJavaMigrationAnalysisJavaMigrationAnalysisCollectionItem {
|
|
218078
|
+
/**
|
|
218079
|
+
* The project name of the Performance Tuning Analysis to query for.
|
|
218080
|
+
*/
|
|
218081
|
+
analysisProjectName: string;
|
|
218082
|
+
/**
|
|
218083
|
+
* The analysis application file names result in the Object Storage.
|
|
218084
|
+
*/
|
|
218085
|
+
analysisResultFiles: string[];
|
|
218086
|
+
/**
|
|
218087
|
+
* Path to the Object Storage analysis application result.
|
|
218088
|
+
*/
|
|
218089
|
+
analysisResultObjectStoragePath: string;
|
|
218090
|
+
/**
|
|
218091
|
+
* Object storage bucket name.
|
|
218092
|
+
*/
|
|
218093
|
+
bucket: string;
|
|
218094
|
+
/**
|
|
218095
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
|
|
218096
|
+
*/
|
|
218097
|
+
compartmentId: string;
|
|
218098
|
+
/**
|
|
218099
|
+
* An authorized principal.
|
|
218100
|
+
*/
|
|
218101
|
+
createdBies: outputs.Jms.GetUtilsJavaMigrationAnalysisJavaMigrationAnalysisCollectionItemCreatedBy[];
|
|
218102
|
+
/**
|
|
218103
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Java Migration Analysis.
|
|
218104
|
+
*/
|
|
218105
|
+
id: string;
|
|
218106
|
+
/**
|
|
218107
|
+
* Object storage paths to the input files applications to be analysed.
|
|
218108
|
+
*/
|
|
218109
|
+
inputApplicationsObjectStoragePaths: string[];
|
|
218110
|
+
/**
|
|
218111
|
+
* Additional info reserved for future use.
|
|
218112
|
+
*/
|
|
218113
|
+
metadata: string;
|
|
218114
|
+
/**
|
|
218115
|
+
* Object storage namespace.
|
|
218116
|
+
*/
|
|
218117
|
+
namespace: string;
|
|
218118
|
+
/**
|
|
218119
|
+
* Jdk Version of the Java Migration Analysis target.
|
|
218120
|
+
*/
|
|
218121
|
+
targetJdkVersion: string;
|
|
218122
|
+
/**
|
|
218123
|
+
* The date and time the Java Migration Analysis was created, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
|
|
218124
|
+
*/
|
|
218125
|
+
timeCreated: string;
|
|
218126
|
+
/**
|
|
218127
|
+
* The date and time the Java Migration Analysis was finished, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
|
|
218128
|
+
*/
|
|
218129
|
+
timeFinished: string;
|
|
218130
|
+
/**
|
|
218131
|
+
* The date and time the Java Migration Analysis was started, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
|
|
218132
|
+
*/
|
|
218133
|
+
timeStarted: string;
|
|
218134
|
+
/**
|
|
218135
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Work Request.
|
|
218136
|
+
*/
|
|
218137
|
+
workRequestId: string;
|
|
218138
|
+
}
|
|
218139
|
+
interface GetUtilsJavaMigrationAnalysisJavaMigrationAnalysisCollectionItemCreatedBy {
|
|
218140
|
+
/**
|
|
218141
|
+
* The name of the principal.
|
|
218142
|
+
*/
|
|
218143
|
+
displayName: string;
|
|
218144
|
+
/**
|
|
218145
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Java Migration Analysis.
|
|
218146
|
+
*/
|
|
218147
|
+
id: string;
|
|
218148
|
+
}
|
|
218149
|
+
interface GetUtilsPerformanceTuningAnalysiCreatedBy {
|
|
218150
|
+
/**
|
|
218151
|
+
* The name of the principal.
|
|
218152
|
+
*/
|
|
218153
|
+
displayName: string;
|
|
218154
|
+
/**
|
|
218155
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Performance Tuning Analysis.
|
|
218156
|
+
*/
|
|
218157
|
+
id: string;
|
|
218158
|
+
}
|
|
218159
|
+
interface GetUtilsPerformanceTuningAnalysisFilter {
|
|
218160
|
+
name: string;
|
|
218161
|
+
regex?: boolean;
|
|
218162
|
+
values: string[];
|
|
218163
|
+
}
|
|
218164
|
+
interface GetUtilsPerformanceTuningAnalysisPerformanceTuningAnalysisCollection {
|
|
218165
|
+
items: outputs.Jms.GetUtilsPerformanceTuningAnalysisPerformanceTuningAnalysisCollectionItem[];
|
|
218166
|
+
}
|
|
218167
|
+
interface GetUtilsPerformanceTuningAnalysisPerformanceTuningAnalysisCollectionItem {
|
|
218168
|
+
/**
|
|
218169
|
+
* The project name of the Performance Tuning Analysis to query for.
|
|
218170
|
+
*/
|
|
218171
|
+
analysisProjectName: string;
|
|
218172
|
+
/**
|
|
218173
|
+
* Object storage path to the artifact.
|
|
218174
|
+
*/
|
|
218175
|
+
artifactObjectStoragePath: string;
|
|
218176
|
+
/**
|
|
218177
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
|
|
218178
|
+
*/
|
|
218179
|
+
compartmentId: string;
|
|
218180
|
+
/**
|
|
218181
|
+
* An authorized principal.
|
|
218182
|
+
*/
|
|
218183
|
+
createdBies: outputs.Jms.GetUtilsPerformanceTuningAnalysisPerformanceTuningAnalysisCollectionItemCreatedBy[];
|
|
218184
|
+
/**
|
|
218185
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Performance Tuning Analysis.
|
|
218186
|
+
*/
|
|
218187
|
+
id: string;
|
|
218188
|
+
/**
|
|
218189
|
+
* Possible Performance Tuning Result statuses.
|
|
218190
|
+
*/
|
|
218191
|
+
result: string;
|
|
218192
|
+
/**
|
|
218193
|
+
* Object storage path to the analysis.
|
|
218194
|
+
*/
|
|
218195
|
+
resultObjectStoragePath: string;
|
|
218196
|
+
/**
|
|
218197
|
+
* The date and time the Performance Tuning Analysis was created, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
|
|
218198
|
+
*/
|
|
218199
|
+
timeCreated: string;
|
|
218200
|
+
/**
|
|
218201
|
+
* The date and time the Performance Tuning Analysis was finished, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
|
|
218202
|
+
*/
|
|
218203
|
+
timeFinished: string;
|
|
218204
|
+
/**
|
|
218205
|
+
* The date and time the Performance Tuning Analysis was started, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
|
|
218206
|
+
*/
|
|
218207
|
+
timeStarted: string;
|
|
218208
|
+
/**
|
|
218209
|
+
* Number of warnings in the Performance Tuning Analysis.
|
|
218210
|
+
*/
|
|
218211
|
+
warningCount: number;
|
|
218212
|
+
/**
|
|
218213
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Work Request.
|
|
218214
|
+
*/
|
|
218215
|
+
workRequestId: string;
|
|
218216
|
+
}
|
|
218217
|
+
interface GetUtilsPerformanceTuningAnalysisPerformanceTuningAnalysisCollectionItemCreatedBy {
|
|
218218
|
+
/**
|
|
218219
|
+
* The name of the principal.
|
|
218220
|
+
*/
|
|
218221
|
+
displayName: string;
|
|
218222
|
+
/**
|
|
218223
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Performance Tuning Analysis.
|
|
218224
|
+
*/
|
|
218225
|
+
id: string;
|
|
218226
|
+
}
|
|
216930
218227
|
interface JavaDownloadsJavaDownloadReportCreatedBy {
|
|
216931
218228
|
/**
|
|
216932
218229
|
* Display name for the Java download report.
|
|
@@ -216997,6 +218294,312 @@ export declare namespace Jms {
|
|
|
216997
218294
|
*/
|
|
216998
218295
|
id: string;
|
|
216999
218296
|
}
|
|
218297
|
+
interface TaskScheduleTaskDetails {
|
|
218298
|
+
/**
|
|
218299
|
+
* (Updatable) The list of Java installation sites to add.
|
|
218300
|
+
*/
|
|
218301
|
+
addInstallationSiteTaskRequest: outputs.Jms.TaskScheduleTaskDetailsAddInstallationSiteTaskRequest;
|
|
218302
|
+
/**
|
|
218303
|
+
* (Updatable) Details of the request to start a JFR crypto event analysis. When the targets aren't specified, then all managed instances currently in the fleet are selected.
|
|
218304
|
+
*/
|
|
218305
|
+
cryptoTaskRequest: outputs.Jms.TaskScheduleTaskDetailsCryptoTaskRequest;
|
|
218306
|
+
/**
|
|
218307
|
+
* (Updatable) Details of the request to start a Java migration analyses. The analyses requires the managed instance OCID, deployed application key, source JDK version, and target JDK version of each selected application.
|
|
218308
|
+
*/
|
|
218309
|
+
deployedApplicationMigrationTaskRequest: outputs.Jms.TaskScheduleTaskDetailsDeployedApplicationMigrationTaskRequest;
|
|
218310
|
+
/**
|
|
218311
|
+
* (Updatable) Details of the request to start a Java migration analysis. The analysis requires the managed instance OCID, application installation key, source JDK version, and target JDK version of each selected application.
|
|
218312
|
+
*/
|
|
218313
|
+
javaMigrationTaskRequest: outputs.Jms.TaskScheduleTaskDetailsJavaMigrationTaskRequest;
|
|
218314
|
+
/**
|
|
218315
|
+
* (Updatable) Details of the request to start JFR recordings. When the targets aren't specified, then all managed instances currently in the Fleet are selected.
|
|
218316
|
+
*/
|
|
218317
|
+
jfrTaskRequest: outputs.Jms.TaskScheduleTaskDetailsJfrTaskRequest;
|
|
218318
|
+
/**
|
|
218319
|
+
* (Updatable) Details of the request to start a JFR performance tuning analysis.
|
|
218320
|
+
*/
|
|
218321
|
+
performanceTuningTaskRequest: outputs.Jms.TaskScheduleTaskDetailsPerformanceTuningTaskRequest;
|
|
218322
|
+
/**
|
|
218323
|
+
* (Updatable) The list of Java installation sites to remove.
|
|
218324
|
+
*/
|
|
218325
|
+
removeInstallationSiteTaskRequest: outputs.Jms.TaskScheduleTaskDetailsRemoveInstallationSiteTaskRequest;
|
|
218326
|
+
/**
|
|
218327
|
+
* (Updatable) The list of managed instances to scan.
|
|
218328
|
+
*/
|
|
218329
|
+
scanJavaServerTaskRequest: outputs.Jms.TaskScheduleTaskDetailsScanJavaServerTaskRequest;
|
|
218330
|
+
/**
|
|
218331
|
+
* (Updatable) The list of managed instances to scan.
|
|
218332
|
+
*/
|
|
218333
|
+
scanLibraryTaskRequest: outputs.Jms.TaskScheduleTaskDetailsScanLibraryTaskRequest;
|
|
218334
|
+
/**
|
|
218335
|
+
* (Updatable) Type of task.
|
|
218336
|
+
*
|
|
218337
|
+
*
|
|
218338
|
+
* ** IMPORTANT **
|
|
218339
|
+
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
218340
|
+
*/
|
|
218341
|
+
taskType: string;
|
|
218342
|
+
}
|
|
218343
|
+
interface TaskScheduleTaskDetailsAddInstallationSiteTaskRequest {
|
|
218344
|
+
/**
|
|
218345
|
+
* (Updatable) The list of installation sites to add.
|
|
218346
|
+
*/
|
|
218347
|
+
installationSites: outputs.Jms.TaskScheduleTaskDetailsAddInstallationSiteTaskRequestInstallationSite[];
|
|
218348
|
+
/**
|
|
218349
|
+
* (Updatable) Optional list of post java installation actions
|
|
218350
|
+
*/
|
|
218351
|
+
postInstallationActions: string[];
|
|
218352
|
+
}
|
|
218353
|
+
interface TaskScheduleTaskDetailsAddInstallationSiteTaskRequestInstallationSite {
|
|
218354
|
+
/**
|
|
218355
|
+
* (Updatable) Artifact content type for the Java version.
|
|
218356
|
+
*/
|
|
218357
|
+
artifactContentType: string;
|
|
218358
|
+
/**
|
|
218359
|
+
* (Updatable) Forces the installation request even if a more recent release is already present in the host.
|
|
218360
|
+
*/
|
|
218361
|
+
forceInstall: boolean;
|
|
218362
|
+
/**
|
|
218363
|
+
* (Updatable) Flag to install headless or headful Java installation. Only valid for Oracle Linux in OCI.
|
|
218364
|
+
*/
|
|
218365
|
+
headlessMode: boolean;
|
|
218366
|
+
/**
|
|
218367
|
+
* (Updatable) Custom path to install new Java installation site.
|
|
218368
|
+
*/
|
|
218369
|
+
installationPath: string;
|
|
218370
|
+
/**
|
|
218371
|
+
* (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the related managed instance.
|
|
218372
|
+
*/
|
|
218373
|
+
managedInstanceId: string;
|
|
218374
|
+
/**
|
|
218375
|
+
* (Updatable) The release version of the Java Runtime.
|
|
218376
|
+
*/
|
|
218377
|
+
releaseVersion: string;
|
|
218378
|
+
}
|
|
218379
|
+
interface TaskScheduleTaskDetailsCryptoTaskRequest {
|
|
218380
|
+
/**
|
|
218381
|
+
* (Updatable) Duration of the JFR recording in minutes.
|
|
218382
|
+
*/
|
|
218383
|
+
recordingDurationInMinutes: number;
|
|
218384
|
+
/**
|
|
218385
|
+
* (Updatable) The attachment targets to start JFR.
|
|
218386
|
+
*/
|
|
218387
|
+
targets: outputs.Jms.TaskScheduleTaskDetailsCryptoTaskRequestTarget[];
|
|
218388
|
+
/**
|
|
218389
|
+
* (Updatable) Period to looking for JVMs. In addition to attach to running JVMs when given the command, JVM started within the waiting period will also be attached for JFR. The value should be larger than the agent polling interval setting for the fleet to ensure agent can get the instructions. If not specified, the agent polling interval for the fleet is used.
|
|
218390
|
+
*/
|
|
218391
|
+
waitingPeriodInMinutes: number;
|
|
218392
|
+
}
|
|
218393
|
+
interface TaskScheduleTaskDetailsCryptoTaskRequestTarget {
|
|
218394
|
+
/**
|
|
218395
|
+
* (Updatable) Unique key that identifies the application installation for JFR data collection.
|
|
218396
|
+
*/
|
|
218397
|
+
applicationInstallationKey: string;
|
|
218398
|
+
/**
|
|
218399
|
+
* (Updatable) Unique key that identifies the application for JFR data collection.
|
|
218400
|
+
*/
|
|
218401
|
+
applicationKey: string;
|
|
218402
|
+
/**
|
|
218403
|
+
* (Updatable) Unique key that identifies the container for JFR data collection.
|
|
218404
|
+
*/
|
|
218405
|
+
containerKey: string;
|
|
218406
|
+
/**
|
|
218407
|
+
* (Updatable) Unique key that identify the JVM for JFR data collection.
|
|
218408
|
+
*/
|
|
218409
|
+
jreKey: string;
|
|
218410
|
+
/**
|
|
218411
|
+
* (Updatable) OCID of the Managed Instance to collect JFR data.
|
|
218412
|
+
*/
|
|
218413
|
+
managedInstanceId: string;
|
|
218414
|
+
}
|
|
218415
|
+
interface TaskScheduleTaskDetailsDeployedApplicationMigrationTaskRequest {
|
|
218416
|
+
/**
|
|
218417
|
+
* (Updatable) An array of migration analyses requests.
|
|
218418
|
+
*/
|
|
218419
|
+
targets: outputs.Jms.TaskScheduleTaskDetailsDeployedApplicationMigrationTaskRequestTarget[];
|
|
218420
|
+
}
|
|
218421
|
+
interface TaskScheduleTaskDetailsDeployedApplicationMigrationTaskRequestTarget {
|
|
218422
|
+
/**
|
|
218423
|
+
* (Updatable) The unique key that identifies the deployed application's installation path that is to be used for the Java migration analyses.
|
|
218424
|
+
*/
|
|
218425
|
+
deployedApplicationInstallationKey: string;
|
|
218426
|
+
/**
|
|
218427
|
+
* (Updatable) Excludes the packages that starts with the prefix from the migration analyses result. Either this or includePackagePrefixes can be specified.
|
|
218428
|
+
*/
|
|
218429
|
+
excludePackagePrefixes: string[];
|
|
218430
|
+
/**
|
|
218431
|
+
* (Updatable) Includes the packages that starts with the prefix from the migration analyses result. Either this or excludePackagePrefixes can be specified.
|
|
218432
|
+
*/
|
|
218433
|
+
includePackagePrefixes: string[];
|
|
218434
|
+
/**
|
|
218435
|
+
* (Updatable) The OCID of the managed instance that hosts the application for which the Java migration analyses was performed.
|
|
218436
|
+
*/
|
|
218437
|
+
managedInstanceId: string;
|
|
218438
|
+
/**
|
|
218439
|
+
* (Updatable) The JDK version the application is currently running on.
|
|
218440
|
+
*/
|
|
218441
|
+
sourceJdkVersion: string;
|
|
218442
|
+
/**
|
|
218443
|
+
* (Updatable) The JDK version against which the migration analyses was performed to identify effort required to move from source JDK.
|
|
218444
|
+
*/
|
|
218445
|
+
targetJdkVersion: string;
|
|
218446
|
+
}
|
|
218447
|
+
interface TaskScheduleTaskDetailsJavaMigrationTaskRequest {
|
|
218448
|
+
/**
|
|
218449
|
+
* (Updatable) An array of migration analysis requests.
|
|
218450
|
+
*/
|
|
218451
|
+
targets: outputs.Jms.TaskScheduleTaskDetailsJavaMigrationTaskRequestTarget[];
|
|
218452
|
+
}
|
|
218453
|
+
interface TaskScheduleTaskDetailsJavaMigrationTaskRequestTarget {
|
|
218454
|
+
/**
|
|
218455
|
+
* (Updatable) The unique key that identifies the application's installation path that is to be used for the Java migration analysis.
|
|
218456
|
+
*/
|
|
218457
|
+
applicationInstallationKey: string;
|
|
218458
|
+
/**
|
|
218459
|
+
* (Updatable) Excludes the packages that starts with the prefix from the migration analysis result. Either this or includePackagePrefixes can be specified.
|
|
218460
|
+
*/
|
|
218461
|
+
excludePackagePrefixes: string[];
|
|
218462
|
+
/**
|
|
218463
|
+
* (Updatable) includes the packages that starts with the prefix from the migration analysis result. Either this or excludePackagePrefixes can be specified.
|
|
218464
|
+
*/
|
|
218465
|
+
includePackagePrefixes: string[];
|
|
218466
|
+
/**
|
|
218467
|
+
* (Updatable) The OCID of the managed instance that hosts the application for which the Java migration analysis was performed.
|
|
218468
|
+
*/
|
|
218469
|
+
managedInstanceId: string;
|
|
218470
|
+
/**
|
|
218471
|
+
* (Updatable) The JDK version the application is currently running on.
|
|
218472
|
+
*/
|
|
218473
|
+
sourceJdkVersion: string;
|
|
218474
|
+
/**
|
|
218475
|
+
* (Updatable) The JDK version against which the migration analysis was performed to identify effort required to move from source JDK.
|
|
218476
|
+
*/
|
|
218477
|
+
targetJdkVersion: string;
|
|
218478
|
+
}
|
|
218479
|
+
interface TaskScheduleTaskDetailsJfrTaskRequest {
|
|
218480
|
+
/**
|
|
218481
|
+
* (Updatable) The profile used for JFR events selection. If the name isn't recognized, the settings from jfcV1 or jfcV2 will be used depending on the JVM version. Both jfcV2 and jfcV1 should be provided to ensure JFR collection on different JVM versions.
|
|
218482
|
+
*/
|
|
218483
|
+
jfcProfileName: string;
|
|
218484
|
+
/**
|
|
218485
|
+
* (Updatable) The BASE64 encoded string of JFR settings XML with schema used by JDK 8.
|
|
218486
|
+
*/
|
|
218487
|
+
jfcV1: string;
|
|
218488
|
+
/**
|
|
218489
|
+
* (Updatable) The BASE64 encoded string of JFR settings XML with [schema used by JDK 9 and after](https://raw.githubusercontent.com/openjdk/jdk/master/src/jdk.jfr/share/classes/jdk/jfr/internal/jfc/jfc.xsd).
|
|
218490
|
+
*/
|
|
218491
|
+
jfcV2: string;
|
|
218492
|
+
/**
|
|
218493
|
+
* (Updatable) Duration of the JFR recording in minutes.
|
|
218494
|
+
*/
|
|
218495
|
+
recordingDurationInMinutes: number;
|
|
218496
|
+
/**
|
|
218497
|
+
* (Updatable) The maximum size limit for the JFR file collected.
|
|
218498
|
+
*/
|
|
218499
|
+
recordingSizeInMb: number;
|
|
218500
|
+
/**
|
|
218501
|
+
* (Updatable) The attachment targets to start JFR.
|
|
218502
|
+
*/
|
|
218503
|
+
targets: outputs.Jms.TaskScheduleTaskDetailsJfrTaskRequestTarget[];
|
|
218504
|
+
/**
|
|
218505
|
+
* (Updatable) Period to looking for JVMs. In addition to attach to running JVMs when given the command, JVM started within the waiting period will also be attached for JFR. The value should be larger than the agent polling interval setting for the fleet to ensure agent can get the instructions. If not specified, the agent polling interval for the fleet is used.
|
|
218506
|
+
*/
|
|
218507
|
+
waitingPeriodInMinutes: number;
|
|
218508
|
+
}
|
|
218509
|
+
interface TaskScheduleTaskDetailsJfrTaskRequestTarget {
|
|
218510
|
+
/**
|
|
218511
|
+
* (Updatable) Unique key that identifies the application installation for JFR data collection.
|
|
218512
|
+
*/
|
|
218513
|
+
applicationInstallationKey: string;
|
|
218514
|
+
/**
|
|
218515
|
+
* (Updatable) Unique key that identifies the application for JFR data collection.
|
|
218516
|
+
*/
|
|
218517
|
+
applicationKey: string;
|
|
218518
|
+
/**
|
|
218519
|
+
* (Updatable) Unique key that identifies the container for JFR data collection.
|
|
218520
|
+
*/
|
|
218521
|
+
containerKey: string;
|
|
218522
|
+
/**
|
|
218523
|
+
* (Updatable) Unique key that identify the JVM for JFR data collection.
|
|
218524
|
+
*/
|
|
218525
|
+
jreKey: string;
|
|
218526
|
+
/**
|
|
218527
|
+
* (Updatable) OCID of the Managed Instance to collect JFR data.
|
|
218528
|
+
*/
|
|
218529
|
+
managedInstanceId: string;
|
|
218530
|
+
}
|
|
218531
|
+
interface TaskScheduleTaskDetailsPerformanceTuningTaskRequest {
|
|
218532
|
+
/**
|
|
218533
|
+
* (Updatable) Duration of the JFR recording in minutes.
|
|
218534
|
+
*/
|
|
218535
|
+
recordingDurationInMinutes: number;
|
|
218536
|
+
/**
|
|
218537
|
+
* (Updatable) The attachment targets to start JFR.
|
|
218538
|
+
*/
|
|
218539
|
+
targets: outputs.Jms.TaskScheduleTaskDetailsPerformanceTuningTaskRequestTarget[];
|
|
218540
|
+
/**
|
|
218541
|
+
* (Updatable) Period to looking for JVMs. In addition to attach to running JVMs when given the command, JVM started within the waiting period will also be attached for JFR. The value should be larger than the agent polling interval setting for the fleet to ensure agent can get the instructions. If not specified, the agent polling interval for the fleet is used.
|
|
218542
|
+
*/
|
|
218543
|
+
waitingPeriodInMinutes: number;
|
|
218544
|
+
}
|
|
218545
|
+
interface TaskScheduleTaskDetailsPerformanceTuningTaskRequestTarget {
|
|
218546
|
+
/**
|
|
218547
|
+
* (Updatable) Unique key that identifies the application installation for JFR data collection.
|
|
218548
|
+
*/
|
|
218549
|
+
applicationInstallationKey: string;
|
|
218550
|
+
/**
|
|
218551
|
+
* (Updatable) Unique key that identifies the application for JFR data collection.
|
|
218552
|
+
*/
|
|
218553
|
+
applicationKey: string;
|
|
218554
|
+
/**
|
|
218555
|
+
* (Updatable) Unique key that identifies the container for JFR data collection.
|
|
218556
|
+
*/
|
|
218557
|
+
containerKey: string;
|
|
218558
|
+
/**
|
|
218559
|
+
* (Updatable) Unique key that identify the JVM for JFR data collection.
|
|
218560
|
+
*/
|
|
218561
|
+
jreKey: string;
|
|
218562
|
+
/**
|
|
218563
|
+
* (Updatable) OCID of the Managed Instance to collect JFR data.
|
|
218564
|
+
*/
|
|
218565
|
+
managedInstanceId: string;
|
|
218566
|
+
}
|
|
218567
|
+
interface TaskScheduleTaskDetailsRemoveInstallationSiteTaskRequest {
|
|
218568
|
+
/**
|
|
218569
|
+
* (Updatable) The list of installation sites to remove.
|
|
218570
|
+
*/
|
|
218571
|
+
installationSites: outputs.Jms.TaskScheduleTaskDetailsRemoveInstallationSiteTaskRequestInstallationSite[];
|
|
218572
|
+
}
|
|
218573
|
+
interface TaskScheduleTaskDetailsRemoveInstallationSiteTaskRequestInstallationSite {
|
|
218574
|
+
/**
|
|
218575
|
+
* (Updatable) The unique identifier for the installation of a Java Runtime at a specific path on a specific operating system.
|
|
218576
|
+
*/
|
|
218577
|
+
installationKey: string;
|
|
218578
|
+
/**
|
|
218579
|
+
* (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the related managed instance.
|
|
218580
|
+
*/
|
|
218581
|
+
managedInstanceId: string;
|
|
218582
|
+
}
|
|
218583
|
+
interface TaskScheduleTaskDetailsScanJavaServerTaskRequest {
|
|
218584
|
+
/**
|
|
218585
|
+
* (Updatable) The list of [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of managed instances to scan.
|
|
218586
|
+
*/
|
|
218587
|
+
managedInstanceIds: string[];
|
|
218588
|
+
}
|
|
218589
|
+
interface TaskScheduleTaskDetailsScanLibraryTaskRequest {
|
|
218590
|
+
/**
|
|
218591
|
+
* (Updatable) The duration of the dynamic scan in minutes.
|
|
218592
|
+
*/
|
|
218593
|
+
dynamicScanDurationInMinutes: number;
|
|
218594
|
+
/**
|
|
218595
|
+
* (Updatable) Indicates whether the scan is dynamic or static.
|
|
218596
|
+
*/
|
|
218597
|
+
isDynamicScan: boolean;
|
|
218598
|
+
/**
|
|
218599
|
+
* (Updatable) The list of [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of managed instances to scan.
|
|
218600
|
+
*/
|
|
218601
|
+
managedInstanceIds: string[];
|
|
218602
|
+
}
|
|
217000
218603
|
}
|
|
217001
218604
|
export declare namespace Kms {
|
|
217002
218605
|
interface GeneratedKeyKeyShape {
|
|
@@ -226290,6 +227893,45 @@ export declare namespace Marketplace {
|
|
|
226290
227893
|
*/
|
|
226291
227894
|
name: string;
|
|
226292
227895
|
}
|
|
227896
|
+
interface GetMarketplaceMetadataPublicKeysFilter {
|
|
227897
|
+
name: string;
|
|
227898
|
+
regex?: boolean;
|
|
227899
|
+
values: string[];
|
|
227900
|
+
}
|
|
227901
|
+
interface GetMarketplaceMetadataPublicKeysMarketplaceMetadataPublicKey {
|
|
227902
|
+
/**
|
|
227903
|
+
* chain of certificates used to sign JWT
|
|
227904
|
+
*/
|
|
227905
|
+
certificateChains: string[];
|
|
227906
|
+
/**
|
|
227907
|
+
* unique identifier of associated X509 certificate
|
|
227908
|
+
*/
|
|
227909
|
+
certificateThumbprint: string;
|
|
227910
|
+
/**
|
|
227911
|
+
* base64 encoded exponent for public key
|
|
227912
|
+
*/
|
|
227913
|
+
exponent: string;
|
|
227914
|
+
/**
|
|
227915
|
+
* algorithm for public key (i.e. RS256)
|
|
227916
|
+
*/
|
|
227917
|
+
keyAlgorithm: string;
|
|
227918
|
+
/**
|
|
227919
|
+
* unique id that maps to public certificate, directs user which certificate to use to verfiy
|
|
227920
|
+
*/
|
|
227921
|
+
keyId: string;
|
|
227922
|
+
/**
|
|
227923
|
+
* key type (i.e. RSA)
|
|
227924
|
+
*/
|
|
227925
|
+
keyType: string;
|
|
227926
|
+
/**
|
|
227927
|
+
* how key is to be used
|
|
227928
|
+
*/
|
|
227929
|
+
keyUse: string;
|
|
227930
|
+
/**
|
|
227931
|
+
* RSA public modulus
|
|
227932
|
+
*/
|
|
227933
|
+
modulus: string;
|
|
227934
|
+
}
|
|
226293
227935
|
interface GetPublicationIcon {
|
|
226294
227936
|
/**
|
|
226295
227937
|
* The content URL of the upload data.
|
|
@@ -259058,6 +260700,14 @@ export declare namespace Redis {
|
|
|
259058
260700
|
definedTags: {
|
|
259059
260701
|
[key: string]: string;
|
|
259060
260702
|
};
|
|
260703
|
+
/**
|
|
260704
|
+
* The private IP address of the API endpoint for sharded cluster discovery.
|
|
260705
|
+
*/
|
|
260706
|
+
discoveryEndpointIpAddress: string;
|
|
260707
|
+
/**
|
|
260708
|
+
* The fully qualified domain name (FQDN) of the API endpoint for sharded cluster discovery.
|
|
260709
|
+
*/
|
|
260710
|
+
discoveryFqdn: string;
|
|
259061
260711
|
/**
|
|
259062
260712
|
* A filter to return only resources that match the entire display name given.
|
|
259063
260713
|
*/
|