@pulumi/oci 3.11.0-alpha.1762844657 → 3.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (110) hide show
  1. package/artifacts/getContainerImages.d.ts +11 -0
  2. package/artifacts/getContainerImages.js +4 -0
  3. package/artifacts/getContainerImages.js.map +1 -1
  4. package/containerengine/getClusterOption.d.ts +11 -0
  5. package/containerengine/getClusterOption.js +4 -0
  6. package/containerengine/getClusterOption.js.map +1 -1
  7. package/containerengine/getNodePoolOption.d.ts +44 -0
  8. package/containerengine/getNodePoolOption.js +16 -0
  9. package/containerengine/getNodePoolOption.js.map +1 -1
  10. package/core/dedicatedVmHost.d.ts +33 -7
  11. package/core/dedicatedVmHost.js +6 -0
  12. package/core/dedicatedVmHost.js.map +1 -1
  13. package/core/getDedicatedVmHost.d.ts +11 -3
  14. package/core/getDedicatedVmHost.js.map +1 -1
  15. package/core/getDedicatedVmHostInstances.d.ts +14 -0
  16. package/core/getDedicatedVmHostInstances.js +4 -0
  17. package/core/getDedicatedVmHostInstances.js.map +1 -1
  18. package/core/getDedicatedVmHosts.d.ts +14 -0
  19. package/core/getDedicatedVmHosts.js +4 -0
  20. package/core/getDedicatedVmHosts.js.map +1 -1
  21. package/fleetappsmanagement/catalogItem.d.ts +0 -54
  22. package/fleetappsmanagement/catalogItem.js +0 -42
  23. package/fleetappsmanagement/catalogItem.js.map +1 -1
  24. package/fleetappsmanagement/fleet.d.ts +6 -6
  25. package/fleetappsmanagement/getCatalogItemVariablesDefinition.d.ts +83 -0
  26. package/fleetappsmanagement/getCatalogItemVariablesDefinition.js +54 -0
  27. package/fleetappsmanagement/getCatalogItemVariablesDefinition.js.map +1 -0
  28. package/fleetappsmanagement/getCatalogItems.d.ts +14 -0
  29. package/fleetappsmanagement/getCatalogItems.js +4 -0
  30. package/fleetappsmanagement/getCatalogItems.js.map +1 -1
  31. package/fleetappsmanagement/getFleet.d.ts +1 -1
  32. package/fleetappsmanagement/getFleetCompliance.d.ts +75 -0
  33. package/fleetappsmanagement/getFleetCompliance.js +54 -0
  34. package/fleetappsmanagement/getFleetCompliance.js.map +1 -0
  35. package/fleetappsmanagement/getFleetTargets.d.ts +14 -0
  36. package/fleetappsmanagement/getFleetTargets.js +4 -0
  37. package/fleetappsmanagement/getFleetTargets.js.map +1 -1
  38. package/fleetappsmanagement/getInstalledPatches.d.ts +138 -0
  39. package/fleetappsmanagement/getInstalledPatches.js +78 -0
  40. package/fleetappsmanagement/getInstalledPatches.js.map +1 -0
  41. package/fleetappsmanagement/getInventoryRecords.d.ts +11 -0
  42. package/fleetappsmanagement/getInventoryRecords.js +4 -0
  43. package/fleetappsmanagement/getInventoryRecords.js.map +1 -1
  44. package/fleetappsmanagement/getRecommendedPatches.d.ts +150 -0
  45. package/fleetappsmanagement/getRecommendedPatches.js +80 -0
  46. package/fleetappsmanagement/getRecommendedPatches.js.map +1 -0
  47. package/fleetappsmanagement/getReportMetadata.d.ts +83 -0
  48. package/fleetappsmanagement/getReportMetadata.js +60 -0
  49. package/fleetappsmanagement/getReportMetadata.js.map +1 -0
  50. package/fleetappsmanagement/getRunbook.d.ts +2 -2
  51. package/fleetappsmanagement/getRunbookExport.d.ts +99 -0
  52. package/fleetappsmanagement/getRunbookExport.js +58 -0
  53. package/fleetappsmanagement/getRunbookExport.js.map +1 -0
  54. package/fleetappsmanagement/getRunbookExportStatuses.d.ts +73 -0
  55. package/fleetappsmanagement/getRunbookExportStatuses.js +60 -0
  56. package/fleetappsmanagement/getRunbookExportStatuses.js.map +1 -0
  57. package/fleetappsmanagement/getRunbookImport.d.ts +99 -0
  58. package/fleetappsmanagement/getRunbookImport.js +58 -0
  59. package/fleetappsmanagement/getRunbookImport.js.map +1 -0
  60. package/fleetappsmanagement/getRunbookImportStatuses.d.ts +73 -0
  61. package/fleetappsmanagement/getRunbookImportStatuses.js +60 -0
  62. package/fleetappsmanagement/getRunbookImportStatuses.js.map +1 -0
  63. package/fleetappsmanagement/getRunbookVersion.d.ts +1 -1
  64. package/fleetappsmanagement/getRunbookVersions.d.ts +1 -1
  65. package/fleetappsmanagement/getSchedulerExecutions.d.ts +26 -4
  66. package/fleetappsmanagement/getSchedulerExecutions.js +10 -2
  67. package/fleetappsmanagement/getSchedulerExecutions.js.map +1 -1
  68. package/fleetappsmanagement/getTargetComponents.d.ts +119 -0
  69. package/fleetappsmanagement/getTargetComponents.js +72 -0
  70. package/fleetappsmanagement/getTargetComponents.js.map +1 -0
  71. package/fleetappsmanagement/getTargetProperties.d.ts +105 -0
  72. package/fleetappsmanagement/getTargetProperties.js +68 -0
  73. package/fleetappsmanagement/getTargetProperties.js.map +1 -0
  74. package/fleetappsmanagement/index.d.ts +33 -0
  75. package/fleetappsmanagement/index.js +36 -3
  76. package/fleetappsmanagement/index.js.map +1 -1
  77. package/fleetappsmanagement/onboarding.d.ts +22 -19
  78. package/fleetappsmanagement/onboarding.js +2 -13
  79. package/fleetappsmanagement/onboarding.js.map +1 -1
  80. package/fleetappsmanagement/platformConfiguration.d.ts +29 -11
  81. package/fleetappsmanagement/platformConfiguration.js +8 -2
  82. package/fleetappsmanagement/platformConfiguration.js.map +1 -1
  83. package/fleetappsmanagement/property.d.ts +22 -4
  84. package/fleetappsmanagement/property.js +8 -2
  85. package/fleetappsmanagement/property.js.map +1 -1
  86. package/fleetappsmanagement/runbook.d.ts +6 -5
  87. package/fleetappsmanagement/runbook.js +1 -0
  88. package/fleetappsmanagement/runbook.js.map +1 -1
  89. package/fleetappsmanagement/runbookVersion.d.ts +6 -152
  90. package/fleetappsmanagement/runbookVersion.js +0 -152
  91. package/fleetappsmanagement/runbookVersion.js.map +1 -1
  92. package/fleetappsmanagement/taskRecord.d.ts +1 -0
  93. package/fleetappsmanagement/taskRecord.js +1 -0
  94. package/fleetappsmanagement/taskRecord.js.map +1 -1
  95. package/functions/getFusionEnvironmentAdminUser.d.ts +3 -0
  96. package/functions/getFusionEnvironmentAdminUser.js.map +1 -1
  97. package/fusionapps/fusionEnvironmentAdminUser.d.ts +6 -0
  98. package/fusionapps/fusionEnvironmentAdminUser.js.map +1 -1
  99. package/limits/getLimitDefinitions.d.ts +8 -8
  100. package/limits/getLimitDefinitions.js +6 -6
  101. package/limits/getLimitValues.d.ts +17 -4
  102. package/limits/getLimitValues.js +8 -2
  103. package/limits/getLimitValues.js.map +1 -1
  104. package/limits/getResourceAvailability.d.ts +17 -6
  105. package/limits/getResourceAvailability.js +8 -4
  106. package/limits/getResourceAvailability.js.map +1 -1
  107. package/limits/getServices.d.ts +2 -2
  108. package/package.json +2 -2
  109. package/types/input.d.ts +155 -60
  110. package/types/output.d.ts +730 -87
@@ -16,6 +16,7 @@ import * as outputs from "../types/output";
16
16
  * compartmentId: compartmentId,
17
17
  * compartmentIdInSubtree: containerImageCompartmentIdInSubtree,
18
18
  * displayName: containerImageDisplayName,
19
+ * imageDigest: containerImageImageDigest,
19
20
  * imageId: testImage.id,
20
21
  * isVersioned: containerImageIsVersioned,
21
22
  * repositoryId: testRepository.id,
@@ -43,6 +44,10 @@ export interface GetContainerImagesArgs {
43
44
  */
44
45
  displayName?: string;
45
46
  filters?: inputs.Artifacts.GetContainerImagesFilter[];
47
+ /**
48
+ * The digest of the container image. Example: `sha256:e7d38b3517548a1c71e41bffe9c8ae6d6d29546ce46bf62159837aad072c90aa`
49
+ */
50
+ imageDigest?: string;
46
51
  /**
47
52
  * A filter to return a container image summary only for the specified container image OCID.
48
53
  */
@@ -90,6 +95,7 @@ export interface GetContainerImagesResult {
90
95
  * The provider-assigned unique ID for this managed resource.
91
96
  */
92
97
  readonly id: string;
98
+ readonly imageDigest?: string;
93
99
  readonly imageId?: string;
94
100
  readonly isVersioned?: boolean;
95
101
  /**
@@ -124,6 +130,7 @@ export interface GetContainerImagesResult {
124
130
  * compartmentId: compartmentId,
125
131
  * compartmentIdInSubtree: containerImageCompartmentIdInSubtree,
126
132
  * displayName: containerImageDisplayName,
133
+ * imageDigest: containerImageImageDigest,
127
134
  * imageId: testImage.id,
128
135
  * isVersioned: containerImageIsVersioned,
129
136
  * repositoryId: testRepository.id,
@@ -151,6 +158,10 @@ export interface GetContainerImagesOutputArgs {
151
158
  */
152
159
  displayName?: pulumi.Input<string>;
153
160
  filters?: pulumi.Input<pulumi.Input<inputs.Artifacts.GetContainerImagesFilterArgs>[]>;
161
+ /**
162
+ * The digest of the container image. Example: `sha256:e7d38b3517548a1c71e41bffe9c8ae6d6d29546ce46bf62159837aad072c90aa`
163
+ */
164
+ imageDigest?: pulumi.Input<string>;
154
165
  /**
155
166
  * A filter to return a container image summary only for the specified container image OCID.
156
167
  */
@@ -20,6 +20,7 @@ const utilities = require("../utilities");
20
20
  * compartmentId: compartmentId,
21
21
  * compartmentIdInSubtree: containerImageCompartmentIdInSubtree,
22
22
  * displayName: containerImageDisplayName,
23
+ * imageDigest: containerImageImageDigest,
23
24
  * imageId: testImage.id,
24
25
  * isVersioned: containerImageIsVersioned,
25
26
  * repositoryId: testRepository.id,
@@ -36,6 +37,7 @@ function getContainerImages(args, opts) {
36
37
  "compartmentIdInSubtree": args.compartmentIdInSubtree,
37
38
  "displayName": args.displayName,
38
39
  "filters": args.filters,
40
+ "imageDigest": args.imageDigest,
39
41
  "imageId": args.imageId,
40
42
  "isVersioned": args.isVersioned,
41
43
  "repositoryId": args.repositoryId,
@@ -60,6 +62,7 @@ exports.getContainerImages = getContainerImages;
60
62
  * compartmentId: compartmentId,
61
63
  * compartmentIdInSubtree: containerImageCompartmentIdInSubtree,
62
64
  * displayName: containerImageDisplayName,
65
+ * imageDigest: containerImageImageDigest,
63
66
  * imageId: testImage.id,
64
67
  * isVersioned: containerImageIsVersioned,
65
68
  * repositoryId: testRepository.id,
@@ -76,6 +79,7 @@ function getContainerImagesOutput(args, opts) {
76
79
  "compartmentIdInSubtree": args.compartmentIdInSubtree,
77
80
  "displayName": args.displayName,
78
81
  "filters": args.filters,
82
+ "imageDigest": args.imageDigest,
79
83
  "imageId": args.imageId,
80
84
  "isVersioned": args.isVersioned,
81
85
  "repositoryId": args.repositoryId,
@@ -1 +1 @@
1
- {"version":3,"file":"getContainerImages.js","sourceRoot":"","sources":["../../artifacts/getContainerImages.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAA2B;IACxF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,qDAAqD,EAAE;QAChF,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,wBAAwB,EAAE,IAAI,CAAC,sBAAsB;QACrD,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAdD,gDAcC;AAsFD;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAAiC;IAC1G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,qDAAqD,EAAE;QACtF,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,wBAAwB,EAAE,IAAI,CAAC,sBAAsB;QACrD,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAdD,4DAcC"}
1
+ {"version":3,"file":"getContainerImages.js","sourceRoot":"","sources":["../../artifacts/getContainerImages.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAA2B;IACxF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,qDAAqD,EAAE;QAChF,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,wBAAwB,EAAE,IAAI,CAAC,sBAAsB;QACrD,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAfD,gDAeC;AA2FD;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAAiC;IAC1G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,qDAAqD,EAAE;QACtF,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,wBAAwB,EAAE,IAAI,CAAC,sBAAsB;QACrD,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAfD,4DAeC"}
@@ -14,6 +14,7 @@ import * as outputs from "../types/output";
14
14
  * const testClusterOption = oci.ContainerEngine.getClusterOption({
15
15
  * clusterOptionId: testClusterOptionOciContainerengineClusterOption.id,
16
16
  * compartmentId: compartmentId,
17
+ * shouldListAllPatchVersions: clusterOptionShouldListAllPatchVersions,
17
18
  * });
18
19
  * ```
19
20
  */
@@ -30,6 +31,10 @@ export interface GetClusterOptionArgs {
30
31
  * The OCID of the compartment.
31
32
  */
32
33
  compartmentId?: string;
34
+ /**
35
+ * Option to show all kubernetes patch versions
36
+ */
37
+ shouldListAllPatchVersions?: boolean;
33
38
  }
34
39
  /**
35
40
  * A collection of values returned by getClusterOption.
@@ -49,6 +54,7 @@ export interface GetClusterOptionResult {
49
54
  * Available Kubernetes versions.
50
55
  */
51
56
  readonly kubernetesVersions: string[];
57
+ readonly shouldListAllPatchVersions?: boolean;
52
58
  }
53
59
  /**
54
60
  * This data source provides details about a specific Cluster Option resource in Oracle Cloud Infrastructure Container Engine service.
@@ -64,6 +70,7 @@ export interface GetClusterOptionResult {
64
70
  * const testClusterOption = oci.ContainerEngine.getClusterOption({
65
71
  * clusterOptionId: testClusterOptionOciContainerengineClusterOption.id,
66
72
  * compartmentId: compartmentId,
73
+ * shouldListAllPatchVersions: clusterOptionShouldListAllPatchVersions,
67
74
  * });
68
75
  * ```
69
76
  */
@@ -80,4 +87,8 @@ export interface GetClusterOptionOutputArgs {
80
87
  * The OCID of the compartment.
81
88
  */
82
89
  compartmentId?: pulumi.Input<string>;
90
+ /**
91
+ * Option to show all kubernetes patch versions
92
+ */
93
+ shouldListAllPatchVersions?: pulumi.Input<boolean>;
83
94
  }
@@ -19,6 +19,7 @@ const utilities = require("../utilities");
19
19
  * const testClusterOption = oci.ContainerEngine.getClusterOption({
20
20
  * clusterOptionId: testClusterOptionOciContainerengineClusterOption.id,
21
21
  * compartmentId: compartmentId,
22
+ * shouldListAllPatchVersions: clusterOptionShouldListAllPatchVersions,
22
23
  * });
23
24
  * ```
24
25
  */
@@ -27,6 +28,7 @@ function getClusterOption(args, opts) {
27
28
  return pulumi.runtime.invoke("oci:ContainerEngine/getClusterOption:getClusterOption", {
28
29
  "clusterOptionId": args.clusterOptionId,
29
30
  "compartmentId": args.compartmentId,
31
+ "shouldListAllPatchVersions": args.shouldListAllPatchVersions,
30
32
  }, opts);
31
33
  }
32
34
  exports.getClusterOption = getClusterOption;
@@ -44,6 +46,7 @@ exports.getClusterOption = getClusterOption;
44
46
  * const testClusterOption = oci.ContainerEngine.getClusterOption({
45
47
  * clusterOptionId: testClusterOptionOciContainerengineClusterOption.id,
46
48
  * compartmentId: compartmentId,
49
+ * shouldListAllPatchVersions: clusterOptionShouldListAllPatchVersions,
47
50
  * });
48
51
  * ```
49
52
  */
@@ -52,6 +55,7 @@ function getClusterOptionOutput(args, opts) {
52
55
  return pulumi.runtime.invokeOutput("oci:ContainerEngine/getClusterOption:getClusterOption", {
53
56
  "clusterOptionId": args.clusterOptionId,
54
57
  "compartmentId": args.compartmentId,
58
+ "shouldListAllPatchVersions": args.shouldListAllPatchVersions,
55
59
  }, opts);
56
60
  }
57
61
  exports.getClusterOptionOutput = getClusterOptionOutput;
@@ -1 +1 @@
1
- {"version":3,"file":"getClusterOption.js","sourceRoot":"","sources":["../../containerengine/getClusterOption.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,uDAAuD,EAAE;QAClF,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,eAAe,EAAE,IAAI,CAAC,aAAa;KACtC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,4CAMC;AAmCD;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAAiC;IACtG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,uDAAuD,EAAE;QACxF,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,eAAe,EAAE,IAAI,CAAC,aAAa;KACtC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,wDAMC"}
1
+ {"version":3,"file":"getClusterOption.js","sourceRoot":"","sources":["../../containerengine/getClusterOption.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,uDAAuD,EAAE;QAClF,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,4BAA4B,EAAE,IAAI,CAAC,0BAA0B;KAChE,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,4CAOC;AAwCD;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAAiC;IACtG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,uDAAuD,EAAE;QACxF,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,4BAA4B,EAAE,IAAI,CAAC,0BAA0B;KAChE,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,wDAOC"}
@@ -14,6 +14,10 @@ import * as outputs from "../types/output";
14
14
  * const testNodePoolOption = oci.ContainerEngine.getNodePoolOption({
15
15
  * nodePoolOptionId: testNodePoolOptionOciContainerengineNodePoolOption.id,
16
16
  * compartmentId: compartmentId,
17
+ * nodePoolK8sVersion: nodePoolOptionNodePoolK8sVersion,
18
+ * nodePoolOsArch: nodePoolOptionNodePoolOsArch,
19
+ * nodePoolOsType: nodePoolOptionNodePoolOsType,
20
+ * shouldListAllPatchVersions: nodePoolOptionShouldListAllPatchVersions,
17
21
  * });
18
22
  * ```
19
23
  */
@@ -26,10 +30,26 @@ export interface GetNodePoolOptionArgs {
26
30
  * The OCID of the compartment.
27
31
  */
28
32
  compartmentId?: string;
33
+ /**
34
+ * Filter node pool options by Kubernetes version.
35
+ */
36
+ nodePoolK8sVersion?: string;
29
37
  /**
30
38
  * The id of the option set to retrieve. Use "all" get all options, or use a cluster ID to get options specific to the provided cluster.
31
39
  */
32
40
  nodePoolOptionId: string;
41
+ /**
42
+ * Filter node pool options by OS architecture.
43
+ */
44
+ nodePoolOsArch?: string;
45
+ /**
46
+ * Filter node pool options by OS type.
47
+ */
48
+ nodePoolOsType?: string;
49
+ /**
50
+ * Option to show all kubernetes patch versions
51
+ */
52
+ shouldListAllPatchVersions?: boolean;
33
53
  }
34
54
  /**
35
55
  * A collection of values returned by getNodePoolOption.
@@ -48,11 +68,15 @@ export interface GetNodePoolOptionResult {
48
68
  * Available Kubernetes versions.
49
69
  */
50
70
  readonly kubernetesVersions: string[];
71
+ readonly nodePoolK8sVersion?: string;
51
72
  readonly nodePoolOptionId: string;
73
+ readonly nodePoolOsArch?: string;
74
+ readonly nodePoolOsType?: string;
52
75
  /**
53
76
  * Available shapes for nodes.
54
77
  */
55
78
  readonly shapes: string[];
79
+ readonly shouldListAllPatchVersions?: boolean;
56
80
  /**
57
81
  * Available source of the node.
58
82
  */
@@ -72,6 +96,10 @@ export interface GetNodePoolOptionResult {
72
96
  * const testNodePoolOption = oci.ContainerEngine.getNodePoolOption({
73
97
  * nodePoolOptionId: testNodePoolOptionOciContainerengineNodePoolOption.id,
74
98
  * compartmentId: compartmentId,
99
+ * nodePoolK8sVersion: nodePoolOptionNodePoolK8sVersion,
100
+ * nodePoolOsArch: nodePoolOptionNodePoolOsArch,
101
+ * nodePoolOsType: nodePoolOptionNodePoolOsType,
102
+ * shouldListAllPatchVersions: nodePoolOptionShouldListAllPatchVersions,
75
103
  * });
76
104
  * ```
77
105
  */
@@ -84,8 +112,24 @@ export interface GetNodePoolOptionOutputArgs {
84
112
  * The OCID of the compartment.
85
113
  */
86
114
  compartmentId?: pulumi.Input<string>;
115
+ /**
116
+ * Filter node pool options by Kubernetes version.
117
+ */
118
+ nodePoolK8sVersion?: pulumi.Input<string>;
87
119
  /**
88
120
  * The id of the option set to retrieve. Use "all" get all options, or use a cluster ID to get options specific to the provided cluster.
89
121
  */
90
122
  nodePoolOptionId: pulumi.Input<string>;
123
+ /**
124
+ * Filter node pool options by OS architecture.
125
+ */
126
+ nodePoolOsArch?: pulumi.Input<string>;
127
+ /**
128
+ * Filter node pool options by OS type.
129
+ */
130
+ nodePoolOsType?: pulumi.Input<string>;
131
+ /**
132
+ * Option to show all kubernetes patch versions
133
+ */
134
+ shouldListAllPatchVersions?: pulumi.Input<boolean>;
91
135
  }
@@ -19,6 +19,10 @@ const utilities = require("../utilities");
19
19
  * const testNodePoolOption = oci.ContainerEngine.getNodePoolOption({
20
20
  * nodePoolOptionId: testNodePoolOptionOciContainerengineNodePoolOption.id,
21
21
  * compartmentId: compartmentId,
22
+ * nodePoolK8sVersion: nodePoolOptionNodePoolK8sVersion,
23
+ * nodePoolOsArch: nodePoolOptionNodePoolOsArch,
24
+ * nodePoolOsType: nodePoolOptionNodePoolOsType,
25
+ * shouldListAllPatchVersions: nodePoolOptionShouldListAllPatchVersions,
22
26
  * });
23
27
  * ```
24
28
  */
@@ -26,7 +30,11 @@ function getNodePoolOption(args, opts) {
26
30
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
27
31
  return pulumi.runtime.invoke("oci:ContainerEngine/getNodePoolOption:getNodePoolOption", {
28
32
  "compartmentId": args.compartmentId,
33
+ "nodePoolK8sVersion": args.nodePoolK8sVersion,
29
34
  "nodePoolOptionId": args.nodePoolOptionId,
35
+ "nodePoolOsArch": args.nodePoolOsArch,
36
+ "nodePoolOsType": args.nodePoolOsType,
37
+ "shouldListAllPatchVersions": args.shouldListAllPatchVersions,
30
38
  }, opts);
31
39
  }
32
40
  exports.getNodePoolOption = getNodePoolOption;
@@ -44,6 +52,10 @@ exports.getNodePoolOption = getNodePoolOption;
44
52
  * const testNodePoolOption = oci.ContainerEngine.getNodePoolOption({
45
53
  * nodePoolOptionId: testNodePoolOptionOciContainerengineNodePoolOption.id,
46
54
  * compartmentId: compartmentId,
55
+ * nodePoolK8sVersion: nodePoolOptionNodePoolK8sVersion,
56
+ * nodePoolOsArch: nodePoolOptionNodePoolOsArch,
57
+ * nodePoolOsType: nodePoolOptionNodePoolOsType,
58
+ * shouldListAllPatchVersions: nodePoolOptionShouldListAllPatchVersions,
47
59
  * });
48
60
  * ```
49
61
  */
@@ -51,7 +63,11 @@ function getNodePoolOptionOutput(args, opts) {
51
63
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
52
64
  return pulumi.runtime.invokeOutput("oci:ContainerEngine/getNodePoolOption:getNodePoolOption", {
53
65
  "compartmentId": args.compartmentId,
66
+ "nodePoolK8sVersion": args.nodePoolK8sVersion,
54
67
  "nodePoolOptionId": args.nodePoolOptionId,
68
+ "nodePoolOsArch": args.nodePoolOsArch,
69
+ "nodePoolOsType": args.nodePoolOsType,
70
+ "shouldListAllPatchVersions": args.shouldListAllPatchVersions,
55
71
  }, opts);
56
72
  }
57
73
  exports.getNodePoolOptionOutput = getNodePoolOptionOutput;
@@ -1 +1 @@
1
- {"version":3,"file":"getNodePoolOption.js","sourceRoot":"","sources":["../../containerengine/getNodePoolOption.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IACtF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,yDAAyD,EAAE;QACpF,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;KAC5C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,8CAMC;AA2CD;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,uBAAuB,CAAC,IAAiC,EAAE,IAAiC;IACxG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,yDAAyD,EAAE;QAC1F,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;KAC5C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0DAMC"}
1
+ {"version":3,"file":"getNodePoolOption.js","sourceRoot":"","sources":["../../containerengine/getNodePoolOption.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IACtF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,yDAAyD,EAAE;QACpF,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;QAC7C,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,4BAA4B,EAAE,IAAI,CAAC,0BAA0B;KAChE,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,8CAUC;AA+DD;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,uBAAuB,CAAC,IAAiC,EAAE,IAAiC;IACxG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,yDAAyD,EAAE;QAC1F,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;QAC7C,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,4BAA4B,EAAE,IAAI,CAAC,0BAA0B;KAChE,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,0DAUC"}
@@ -12,6 +12,7 @@ import * as outputs from "../types/output";
12
12
  * availabilityDomain: dedicatedVmHostAvailabilityDomain,
13
13
  * compartmentId: compartmentId,
14
14
  * dedicatedVmHostShape: dedicatedVmHostDedicatedVmHostShape,
15
+ * capacityConfig: dedicatedVmHostCapacityConfig,
15
16
  * definedTags: {
16
17
  * "Operations.CostCenter": "42",
17
18
  * },
@@ -20,6 +21,7 @@ import * as outputs from "../types/output";
20
21
  * freeformTags: {
21
22
  * Department: "Finance",
22
23
  * },
24
+ * isMemoryEncryptionEnabled: dedicatedVmHostIsMemoryEncryptionEnabled,
23
25
  * placementConstraintDetails: {
24
26
  * type: dedicatedVmHostPlacementConstraintDetailsType,
25
27
  * computeBareMetalHostId: testComputeBareMetalHost.id,
@@ -56,15 +58,19 @@ export declare class DedicatedVmHost extends pulumi.CustomResource {
56
58
  */
57
59
  readonly availabilityDomain: pulumi.Output<string>;
58
60
  /**
59
- * A list of total and remaining CPU & memory per capacity bucket.
61
+ * A list of total and remaining CPU and memory per capacity bucket.
60
62
  */
61
63
  readonly capacityBins: pulumi.Output<outputs.Core.DedicatedVmHostCapacityBin[]>;
64
+ /**
65
+ * The capacity configuration selected to be configured for the Dedicated Virtual Machine host. Run [ListDedicatedVmHostShapes](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/DedicatedVmHostShapeSummary/ListDedicatedVmHostShapes) API first to see the capacity configuration options.
66
+ */
67
+ readonly capacityConfig: pulumi.Output<string>;
62
68
  /**
63
69
  * (Updatable) The OCID of the compartment.
64
70
  */
65
71
  readonly compartmentId: pulumi.Output<string>;
66
72
  /**
67
- * The OCID of the compute bare metal host.
73
+ * The OCID of the compute bare metal host. This is only available for dedicated capacity customers.
68
74
  */
69
75
  readonly computeBareMetalHostId: pulumi.Output<string>;
70
76
  /**
@@ -96,7 +102,11 @@ export declare class DedicatedVmHost extends pulumi.CustomResource {
96
102
  [key: string]: string;
97
103
  }>;
98
104
  /**
99
- * Generic placement details field which is overloaded with bare metal host id or host group id based on the resource we are targeting to launch.
105
+ * Specifies if the Dedicated Virtual Machine Host (DVMH) is restricted to running only Confidential VMs. If `true`, only Confidential VMs can be launched. If `false`, Confidential VMs cannot be launched.
106
+ */
107
+ readonly isMemoryEncryptionEnabled: pulumi.Output<boolean>;
108
+ /**
109
+ * The details for providing placement constraints.
100
110
  */
101
111
  readonly placementConstraintDetails: pulumi.Output<outputs.Core.DedicatedVmHostPlacementConstraintDetails>;
102
112
  /**
@@ -141,15 +151,19 @@ export interface DedicatedVmHostState {
141
151
  */
142
152
  availabilityDomain?: pulumi.Input<string>;
143
153
  /**
144
- * A list of total and remaining CPU & memory per capacity bucket.
154
+ * A list of total and remaining CPU and memory per capacity bucket.
145
155
  */
146
156
  capacityBins?: pulumi.Input<pulumi.Input<inputs.Core.DedicatedVmHostCapacityBin>[]>;
157
+ /**
158
+ * The capacity configuration selected to be configured for the Dedicated Virtual Machine host. Run [ListDedicatedVmHostShapes](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/DedicatedVmHostShapeSummary/ListDedicatedVmHostShapes) API first to see the capacity configuration options.
159
+ */
160
+ capacityConfig?: pulumi.Input<string>;
147
161
  /**
148
162
  * (Updatable) The OCID of the compartment.
149
163
  */
150
164
  compartmentId?: pulumi.Input<string>;
151
165
  /**
152
- * The OCID of the compute bare metal host.
166
+ * The OCID of the compute bare metal host. This is only available for dedicated capacity customers.
153
167
  */
154
168
  computeBareMetalHostId?: pulumi.Input<string>;
155
169
  /**
@@ -181,7 +195,11 @@ export interface DedicatedVmHostState {
181
195
  [key: string]: pulumi.Input<string>;
182
196
  }>;
183
197
  /**
184
- * Generic placement details field which is overloaded with bare metal host id or host group id based on the resource we are targeting to launch.
198
+ * Specifies if the Dedicated Virtual Machine Host (DVMH) is restricted to running only Confidential VMs. If `true`, only Confidential VMs can be launched. If `false`, Confidential VMs cannot be launched.
199
+ */
200
+ isMemoryEncryptionEnabled?: pulumi.Input<boolean>;
201
+ /**
202
+ * The details for providing placement constraints.
185
203
  */
186
204
  placementConstraintDetails?: pulumi.Input<inputs.Core.DedicatedVmHostPlacementConstraintDetails>;
187
205
  /**
@@ -217,6 +235,10 @@ export interface DedicatedVmHostArgs {
217
235
  * The availability domain of the dedicated virtual machine host. Example: `Uocm:PHX-AD-1`
218
236
  */
219
237
  availabilityDomain: pulumi.Input<string>;
238
+ /**
239
+ * The capacity configuration selected to be configured for the Dedicated Virtual Machine host. Run [ListDedicatedVmHostShapes](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/DedicatedVmHostShapeSummary/ListDedicatedVmHostShapes) API first to see the capacity configuration options.
240
+ */
241
+ capacityConfig?: pulumi.Input<string>;
220
242
  /**
221
243
  * (Updatable) The OCID of the compartment.
222
244
  */
@@ -250,7 +272,11 @@ export interface DedicatedVmHostArgs {
250
272
  [key: string]: pulumi.Input<string>;
251
273
  }>;
252
274
  /**
253
- * Generic placement details field which is overloaded with bare metal host id or host group id based on the resource we are targeting to launch.
275
+ * Specifies if the Dedicated Virtual Machine Host (DVMH) is restricted to running only Confidential VMs. If `true`, only Confidential VMs can be launched. If `false`, Confidential VMs cannot be launched.
276
+ */
277
+ isMemoryEncryptionEnabled?: pulumi.Input<boolean>;
278
+ /**
279
+ * The details for providing placement constraints.
254
280
  */
255
281
  placementConstraintDetails?: pulumi.Input<inputs.Core.DedicatedVmHostPlacementConstraintDetails>;
256
282
  }
@@ -16,6 +16,7 @@ const utilities = require("../utilities");
16
16
  * availabilityDomain: dedicatedVmHostAvailabilityDomain,
17
17
  * compartmentId: compartmentId,
18
18
  * dedicatedVmHostShape: dedicatedVmHostDedicatedVmHostShape,
19
+ * capacityConfig: dedicatedVmHostCapacityConfig,
19
20
  * definedTags: {
20
21
  * "Operations.CostCenter": "42",
21
22
  * },
@@ -24,6 +25,7 @@ const utilities = require("../utilities");
24
25
  * freeformTags: {
25
26
  * Department: "Finance",
26
27
  * },
28
+ * isMemoryEncryptionEnabled: dedicatedVmHostIsMemoryEncryptionEnabled,
27
29
  * placementConstraintDetails: {
28
30
  * type: dedicatedVmHostPlacementConstraintDetailsType,
29
31
  * computeBareMetalHostId: testComputeBareMetalHost.id,
@@ -69,6 +71,7 @@ class DedicatedVmHost extends pulumi.CustomResource {
69
71
  const state = argsOrState;
70
72
  resourceInputs["availabilityDomain"] = state?.availabilityDomain;
71
73
  resourceInputs["capacityBins"] = state?.capacityBins;
74
+ resourceInputs["capacityConfig"] = state?.capacityConfig;
72
75
  resourceInputs["compartmentId"] = state?.compartmentId;
73
76
  resourceInputs["computeBareMetalHostId"] = state?.computeBareMetalHostId;
74
77
  resourceInputs["dedicatedVmHostShape"] = state?.dedicatedVmHostShape;
@@ -76,6 +79,7 @@ class DedicatedVmHost extends pulumi.CustomResource {
76
79
  resourceInputs["displayName"] = state?.displayName;
77
80
  resourceInputs["faultDomain"] = state?.faultDomain;
78
81
  resourceInputs["freeformTags"] = state?.freeformTags;
82
+ resourceInputs["isMemoryEncryptionEnabled"] = state?.isMemoryEncryptionEnabled;
79
83
  resourceInputs["placementConstraintDetails"] = state?.placementConstraintDetails;
80
84
  resourceInputs["remainingMemoryInGbs"] = state?.remainingMemoryInGbs;
81
85
  resourceInputs["remainingOcpus"] = state?.remainingOcpus;
@@ -96,12 +100,14 @@ class DedicatedVmHost extends pulumi.CustomResource {
96
100
  throw new Error("Missing required property 'dedicatedVmHostShape'");
97
101
  }
98
102
  resourceInputs["availabilityDomain"] = args?.availabilityDomain;
103
+ resourceInputs["capacityConfig"] = args?.capacityConfig;
99
104
  resourceInputs["compartmentId"] = args?.compartmentId;
100
105
  resourceInputs["dedicatedVmHostShape"] = args?.dedicatedVmHostShape;
101
106
  resourceInputs["definedTags"] = args?.definedTags;
102
107
  resourceInputs["displayName"] = args?.displayName;
103
108
  resourceInputs["faultDomain"] = args?.faultDomain;
104
109
  resourceInputs["freeformTags"] = args?.freeformTags;
110
+ resourceInputs["isMemoryEncryptionEnabled"] = args?.isMemoryEncryptionEnabled;
105
111
  resourceInputs["placementConstraintDetails"] = args?.placementConstraintDetails;
106
112
  resourceInputs["capacityBins"] = undefined /*out*/;
107
113
  resourceInputs["computeBareMetalHostId"] = undefined /*out*/;
@@ -1 +1 @@
1
- {"version":3,"file":"dedicatedVmHost.js","sourceRoot":"","sources":["../../core/dedicatedVmHost.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"dedicatedVmHost.js","sourceRoot":"","sources":["../../core/dedicatedVmHost.ts"],"names":[],"mappings":"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"}
@@ -35,15 +35,19 @@ export interface GetDedicatedVmHostResult {
35
35
  */
36
36
  readonly availabilityDomain: string;
37
37
  /**
38
- * A list of total and remaining CPU & memory per capacity bucket.
38
+ * A list of total and remaining CPU and memory per capacity bucket.
39
39
  */
40
40
  readonly capacityBins: outputs.Core.GetDedicatedVmHostCapacityBin[];
41
+ /**
42
+ * The capacity configuration selected to be configured for the Dedicated Virtual Machine host. Run [ListDedicatedVmHostShapes](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/DedicatedVmHostShapeSummary/ListDedicatedVmHostShapes) API to see details of this capacity configuration.
43
+ */
44
+ readonly capacityConfig: string;
41
45
  /**
42
46
  * The OCID of the compartment that contains the dedicated virtual machine host.
43
47
  */
44
48
  readonly compartmentId: string;
45
49
  /**
46
- * The OCID of the compute bare metal host.
50
+ * The OCID of the compute bare metal host. This is only available for dedicated capacity customers.
47
51
  */
48
52
  readonly computeBareMetalHostId: string;
49
53
  readonly dedicatedVmHostId: string;
@@ -76,7 +80,11 @@ export interface GetDedicatedVmHostResult {
76
80
  */
77
81
  readonly id: string;
78
82
  /**
79
- * Generic placement details field which is overloaded with bare metal host id or host group id based on the resource we are targeting to launch.
83
+ * Specifies if the Dedicated Virtual Machine Host (DVMH) is restricted to running only Confidential VMs. If `true`, only Confidential VMs can be launched. If `false`, Confidential VMs cannot be launched.
84
+ */
85
+ readonly isMemoryEncryptionEnabled: boolean;
86
+ /**
87
+ * The details for providing placement constraints.
80
88
  */
81
89
  readonly placementConstraintDetails: outputs.Core.GetDedicatedVmHostPlacementConstraintDetail[];
82
90
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"getDedicatedVmHost.js","sourceRoot":"","sources":["../../core/getDedicatedVmHost.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAA2B;IACxF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gDAAgD,EAAE;QAC3E,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;KAC9C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gDAKC;AAsFD;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAAiC;IAC1G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gDAAgD,EAAE;QACjF,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;KAC9C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4DAKC"}
1
+ {"version":3,"file":"getDedicatedVmHost.js","sourceRoot":"","sources":["../../core/getDedicatedVmHost.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAA2B;IACxF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gDAAgD,EAAE;QAC3E,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;KAC9C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gDAKC;AA8FD;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAAiC;IAC1G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gDAAgD,EAAE;QACjF,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;KAC9C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4DAKC"}
@@ -16,6 +16,7 @@ import * as outputs from "../types/output";
16
16
  * compartmentId: compartmentId,
17
17
  * dedicatedVmHostId: testDedicatedVmHost.id,
18
18
  * availabilityDomain: dedicatedVmHostsInstanceAvailabilityDomain,
19
+ * isMemoryEncryptionEnabled: dedicatedVmHostsInstanceIsMemoryEncryptionEnabled,
19
20
  * });
20
21
  * ```
21
22
  */
@@ -37,6 +38,10 @@ export interface GetDedicatedVmHostInstancesArgs {
37
38
  */
38
39
  dedicatedVmHostId: string;
39
40
  filters?: inputs.Core.GetDedicatedVmHostInstancesFilter[];
41
+ /**
42
+ * A filter to return only confidential Dedicated VM hosts (DVMH) or confidential VM instances on DVMH.
43
+ */
44
+ isMemoryEncryptionEnabled?: boolean;
40
45
  }
41
46
  /**
42
47
  * A collection of values returned by getDedicatedVmHostInstances.
@@ -60,6 +65,10 @@ export interface GetDedicatedVmHostInstancesResult {
60
65
  * The provider-assigned unique ID for this managed resource.
61
66
  */
62
67
  readonly id: string;
68
+ /**
69
+ * Specifies whether the VM instance is confidential.
70
+ */
71
+ readonly isMemoryEncryptionEnabled?: boolean;
63
72
  }
64
73
  /**
65
74
  * This data source provides the list of Dedicated Vm Hosts Instances in Oracle Cloud Infrastructure Core service.
@@ -76,6 +85,7 @@ export interface GetDedicatedVmHostInstancesResult {
76
85
  * compartmentId: compartmentId,
77
86
  * dedicatedVmHostId: testDedicatedVmHost.id,
78
87
  * availabilityDomain: dedicatedVmHostsInstanceAvailabilityDomain,
88
+ * isMemoryEncryptionEnabled: dedicatedVmHostsInstanceIsMemoryEncryptionEnabled,
79
89
  * });
80
90
  * ```
81
91
  */
@@ -97,4 +107,8 @@ export interface GetDedicatedVmHostInstancesOutputArgs {
97
107
  */
98
108
  dedicatedVmHostId: pulumi.Input<string>;
99
109
  filters?: pulumi.Input<pulumi.Input<inputs.Core.GetDedicatedVmHostInstancesFilterArgs>[]>;
110
+ /**
111
+ * A filter to return only confidential Dedicated VM hosts (DVMH) or confidential VM instances on DVMH.
112
+ */
113
+ isMemoryEncryptionEnabled?: pulumi.Input<boolean>;
100
114
  }
@@ -20,6 +20,7 @@ const utilities = require("../utilities");
20
20
  * compartmentId: compartmentId,
21
21
  * dedicatedVmHostId: testDedicatedVmHost.id,
22
22
  * availabilityDomain: dedicatedVmHostsInstanceAvailabilityDomain,
23
+ * isMemoryEncryptionEnabled: dedicatedVmHostsInstanceIsMemoryEncryptionEnabled,
23
24
  * });
24
25
  * ```
25
26
  */
@@ -30,6 +31,7 @@ function getDedicatedVmHostInstances(args, opts) {
30
31
  "compartmentId": args.compartmentId,
31
32
  "dedicatedVmHostId": args.dedicatedVmHostId,
32
33
  "filters": args.filters,
34
+ "isMemoryEncryptionEnabled": args.isMemoryEncryptionEnabled,
33
35
  }, opts);
34
36
  }
35
37
  exports.getDedicatedVmHostInstances = getDedicatedVmHostInstances;
@@ -48,6 +50,7 @@ exports.getDedicatedVmHostInstances = getDedicatedVmHostInstances;
48
50
  * compartmentId: compartmentId,
49
51
  * dedicatedVmHostId: testDedicatedVmHost.id,
50
52
  * availabilityDomain: dedicatedVmHostsInstanceAvailabilityDomain,
53
+ * isMemoryEncryptionEnabled: dedicatedVmHostsInstanceIsMemoryEncryptionEnabled,
51
54
  * });
52
55
  * ```
53
56
  */
@@ -58,6 +61,7 @@ function getDedicatedVmHostInstancesOutput(args, opts) {
58
61
  "compartmentId": args.compartmentId,
59
62
  "dedicatedVmHostId": args.dedicatedVmHostId,
60
63
  "filters": args.filters,
64
+ "isMemoryEncryptionEnabled": args.isMemoryEncryptionEnabled,
61
65
  }, opts);
62
66
  }
63
67
  exports.getDedicatedVmHostInstancesOutput = getDedicatedVmHostInstancesOutput;
@@ -1 +1 @@
1
- {"version":3,"file":"getDedicatedVmHostInstances.js","sourceRoot":"","sources":["../../core/getDedicatedVmHostInstances.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAA2B;IAC1G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kEAAkE,EAAE;QAC7F,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;QAC7C,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,kEAQC;AA4CD;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,iCAAiC,CAAC,IAA2C,EAAE,IAAiC;IAC5H,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,kEAAkE,EAAE;QACnG,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;QAC7C,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,8EAQC"}
1
+ {"version":3,"file":"getDedicatedVmHostInstances.js","sourceRoot":"","sources":["../../core/getDedicatedVmHostInstances.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAA2B;IAC1G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kEAAkE,EAAE;QAC7F,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;QAC7C,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,2BAA2B,EAAE,IAAI,CAAC,yBAAyB;KAC9D,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,kEASC;AAoDD;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,iCAAiC,CAAC,IAA2C,EAAE,IAAiC;IAC5H,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,kEAAkE,EAAE;QACnG,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;QAC7C,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,2BAA2B,EAAE,IAAI,CAAC,yBAAyB;KAC9D,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,8EASC"}