@pulumi/oci 3.11.0-alpha.1762844657 → 3.11.0-alpha.1763007519

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
@@ -64,6 +64,8 @@ export declare class FusionEnvironmentAdminUser extends pulumi.CustomResource {
64
64
  readonly lastName: pulumi.Output<string>;
65
65
  /**
66
66
  * The password for the administrator.
67
+ *
68
+ * @deprecated The 'password' field is deprecated. Please use the OCI Console or email link to reset the password.
67
69
  */
68
70
  readonly password: pulumi.Output<string>;
69
71
  /**
@@ -109,6 +111,8 @@ export interface FusionEnvironmentAdminUserState {
109
111
  lastName?: pulumi.Input<string>;
110
112
  /**
111
113
  * The password for the administrator.
114
+ *
115
+ * @deprecated The 'password' field is deprecated. Please use the OCI Console or email link to reset the password.
112
116
  */
113
117
  password?: pulumi.Input<string>;
114
118
  /**
@@ -142,6 +146,8 @@ export interface FusionEnvironmentAdminUserArgs {
142
146
  lastName: pulumi.Input<string>;
143
147
  /**
144
148
  * The password for the administrator.
149
+ *
150
+ * @deprecated The 'password' field is deprecated. Please use the OCI Console or email link to reset the password.
145
151
  */
146
152
  password?: pulumi.Input<string>;
147
153
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"fusionEnvironmentAdminUser.js","sourceRoot":"","sources":["../../fusionapps/fusionEnvironmentAdminUser.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"fusionEnvironmentAdminUser.js","sourceRoot":"","sources":["../../fusionapps/fusionEnvironmentAdminUser.ts"],"names":[],"mappings":"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"}
@@ -4,9 +4,9 @@ import * as outputs from "../types/output";
4
4
  /**
5
5
  * This data source provides the list of Limit Definitions in Oracle Cloud Infrastructure Limits service.
6
6
  *
7
- * Includes a list of resource limits that are currently supported. If subscription Id is provided, then only resource limits supported by subscription will be returned
8
- * If the 'areQuotasSupported' property is true, you can create quota policies on top of this limit at the
9
- * compartment level.
7
+ * Includes a list of resource limits that are currently supported.
8
+ * If the subscription ID is provided, then only resource limits supported by the subscription will be returned.
9
+ * If the `areQuotasSupported` property is true, you can create quota policies on top of this limit at the compartment level.
10
10
  *
11
11
  * ## Example Usage
12
12
  *
@@ -41,7 +41,7 @@ export interface GetLimitDefinitionsArgs {
41
41
  */
42
42
  serviceName?: string;
43
43
  /**
44
- * The OCID of the subscription assigned to tenant
44
+ * The subscription OCID assigned to the tenant.
45
45
  */
46
46
  subscriptionId?: string;
47
47
  }
@@ -72,9 +72,9 @@ export interface GetLimitDefinitionsResult {
72
72
  /**
73
73
  * This data source provides the list of Limit Definitions in Oracle Cloud Infrastructure Limits service.
74
74
  *
75
- * Includes a list of resource limits that are currently supported. If subscription Id is provided, then only resource limits supported by subscription will be returned
76
- * If the 'areQuotasSupported' property is true, you can create quota policies on top of this limit at the
77
- * compartment level.
75
+ * Includes a list of resource limits that are currently supported.
76
+ * If the subscription ID is provided, then only resource limits supported by the subscription will be returned.
77
+ * If the `areQuotasSupported` property is true, you can create quota policies on top of this limit at the compartment level.
78
78
  *
79
79
  * ## Example Usage
80
80
  *
@@ -109,7 +109,7 @@ export interface GetLimitDefinitionsOutputArgs {
109
109
  */
110
110
  serviceName?: pulumi.Input<string>;
111
111
  /**
112
- * The OCID of the subscription assigned to tenant
112
+ * The subscription OCID assigned to the tenant.
113
113
  */
114
114
  subscriptionId?: pulumi.Input<string>;
115
115
  }
@@ -8,9 +8,9 @@ const utilities = require("../utilities");
8
8
  /**
9
9
  * This data source provides the list of Limit Definitions in Oracle Cloud Infrastructure Limits service.
10
10
  *
11
- * Includes a list of resource limits that are currently supported. If subscription Id is provided, then only resource limits supported by subscription will be returned
12
- * If the 'areQuotasSupported' property is true, you can create quota policies on top of this limit at the
13
- * compartment level.
11
+ * Includes a list of resource limits that are currently supported.
12
+ * If the subscription ID is provided, then only resource limits supported by the subscription will be returned.
13
+ * If the `areQuotasSupported` property is true, you can create quota policies on top of this limit at the compartment level.
14
14
  *
15
15
  * ## Example Usage
16
16
  *
@@ -40,9 +40,9 @@ exports.getLimitDefinitions = getLimitDefinitions;
40
40
  /**
41
41
  * This data source provides the list of Limit Definitions in Oracle Cloud Infrastructure Limits service.
42
42
  *
43
- * Includes a list of resource limits that are currently supported. If subscription Id is provided, then only resource limits supported by subscription will be returned
44
- * If the 'areQuotasSupported' property is true, you can create quota policies on top of this limit at the
45
- * compartment level.
43
+ * Includes a list of resource limits that are currently supported.
44
+ * If the subscription ID is provided, then only resource limits supported by the subscription will be returned.
45
+ * If the `areQuotasSupported` property is true, you can create quota policies on top of this limit at the compartment level.
46
46
  *
47
47
  * ## Example Usage
48
48
  *
@@ -4,7 +4,8 @@ import * as outputs from "../types/output";
4
4
  /**
5
5
  * This data source provides the list of Limit Values in Oracle Cloud Infrastructure Limits service.
6
6
  *
7
- * Includes a full list of resource limits belonging to a given service. If subscription Id is provided, limit value for subscription will be returned.
7
+ * Includes a full list of resource limits belonging to a given service.
8
+ * If the subscription ID is provided, the limit value for the subscription will be returned.
8
9
  *
9
10
  * ## Example Usage
10
11
  *
@@ -16,6 +17,7 @@ import * as outputs from "../types/output";
16
17
  * compartmentId: tenancyOcid,
17
18
  * serviceName: testService.name,
18
19
  * availabilityDomain: limitValueAvailabilityDomain,
20
+ * externalLocation: limitValueExternalLocation,
19
21
  * name: limitValueName,
20
22
  * scopeType: limitValueScopeType,
21
23
  * subscriptionId: subscriptionOcid,
@@ -35,6 +37,10 @@ export interface GetLimitValuesArgs {
35
37
  * The OCID of the parent compartment (remember that the tenancy is simply the root compartment).
36
38
  */
37
39
  compartmentId: string;
40
+ /**
41
+ * External cloud provider location
42
+ */
43
+ externalLocation?: string;
38
44
  filters?: inputs.Limits.GetLimitValuesFilter[];
39
45
  /**
40
46
  * Optional field, can be used to see a specific resource limit value.
@@ -49,7 +55,7 @@ export interface GetLimitValuesArgs {
49
55
  */
50
56
  serviceName: string;
51
57
  /**
52
- * The OCID of the subscription assigned to tenant
58
+ * The subscription OCID assigned to the tenant.
53
59
  */
54
60
  subscriptionId?: string;
55
61
  }
@@ -62,6 +68,7 @@ export interface GetLimitValuesResult {
62
68
  */
63
69
  readonly availabilityDomain?: string;
64
70
  readonly compartmentId: string;
71
+ readonly externalLocation?: string;
65
72
  readonly filters?: outputs.Limits.GetLimitValuesFilter[];
66
73
  /**
67
74
  * The provider-assigned unique ID for this managed resource.
@@ -85,7 +92,8 @@ export interface GetLimitValuesResult {
85
92
  /**
86
93
  * This data source provides the list of Limit Values in Oracle Cloud Infrastructure Limits service.
87
94
  *
88
- * Includes a full list of resource limits belonging to a given service. If subscription Id is provided, limit value for subscription will be returned.
95
+ * Includes a full list of resource limits belonging to a given service.
96
+ * If the subscription ID is provided, the limit value for the subscription will be returned.
89
97
  *
90
98
  * ## Example Usage
91
99
  *
@@ -97,6 +105,7 @@ export interface GetLimitValuesResult {
97
105
  * compartmentId: tenancyOcid,
98
106
  * serviceName: testService.name,
99
107
  * availabilityDomain: limitValueAvailabilityDomain,
108
+ * externalLocation: limitValueExternalLocation,
100
109
  * name: limitValueName,
101
110
  * scopeType: limitValueScopeType,
102
111
  * subscriptionId: subscriptionOcid,
@@ -116,6 +125,10 @@ export interface GetLimitValuesOutputArgs {
116
125
  * The OCID of the parent compartment (remember that the tenancy is simply the root compartment).
117
126
  */
118
127
  compartmentId: pulumi.Input<string>;
128
+ /**
129
+ * External cloud provider location
130
+ */
131
+ externalLocation?: pulumi.Input<string>;
119
132
  filters?: pulumi.Input<pulumi.Input<inputs.Limits.GetLimitValuesFilterArgs>[]>;
120
133
  /**
121
134
  * Optional field, can be used to see a specific resource limit value.
@@ -130,7 +143,7 @@ export interface GetLimitValuesOutputArgs {
130
143
  */
131
144
  serviceName: pulumi.Input<string>;
132
145
  /**
133
- * The OCID of the subscription assigned to tenant
146
+ * The subscription OCID assigned to the tenant.
134
147
  */
135
148
  subscriptionId?: pulumi.Input<string>;
136
149
  }
@@ -8,7 +8,8 @@ const utilities = require("../utilities");
8
8
  /**
9
9
  * This data source provides the list of Limit Values in Oracle Cloud Infrastructure Limits service.
10
10
  *
11
- * Includes a full list of resource limits belonging to a given service. If subscription Id is provided, limit value for subscription will be returned.
11
+ * Includes a full list of resource limits belonging to a given service.
12
+ * If the subscription ID is provided, the limit value for the subscription will be returned.
12
13
  *
13
14
  * ## Example Usage
14
15
  *
@@ -20,6 +21,7 @@ const utilities = require("../utilities");
20
21
  * compartmentId: tenancyOcid,
21
22
  * serviceName: testService.name,
22
23
  * availabilityDomain: limitValueAvailabilityDomain,
24
+ * externalLocation: limitValueExternalLocation,
23
25
  * name: limitValueName,
24
26
  * scopeType: limitValueScopeType,
25
27
  * subscriptionId: subscriptionOcid,
@@ -31,6 +33,7 @@ function getLimitValues(args, opts) {
31
33
  return pulumi.runtime.invoke("oci:Limits/getLimitValues:getLimitValues", {
32
34
  "availabilityDomain": args.availabilityDomain,
33
35
  "compartmentId": args.compartmentId,
36
+ "externalLocation": args.externalLocation,
34
37
  "filters": args.filters,
35
38
  "name": args.name,
36
39
  "scopeType": args.scopeType,
@@ -42,7 +45,8 @@ exports.getLimitValues = getLimitValues;
42
45
  /**
43
46
  * This data source provides the list of Limit Values in Oracle Cloud Infrastructure Limits service.
44
47
  *
45
- * Includes a full list of resource limits belonging to a given service. If subscription Id is provided, limit value for subscription will be returned.
48
+ * Includes a full list of resource limits belonging to a given service.
49
+ * If the subscription ID is provided, the limit value for the subscription will be returned.
46
50
  *
47
51
  * ## Example Usage
48
52
  *
@@ -54,6 +58,7 @@ exports.getLimitValues = getLimitValues;
54
58
  * compartmentId: tenancyOcid,
55
59
  * serviceName: testService.name,
56
60
  * availabilityDomain: limitValueAvailabilityDomain,
61
+ * externalLocation: limitValueExternalLocation,
57
62
  * name: limitValueName,
58
63
  * scopeType: limitValueScopeType,
59
64
  * subscriptionId: subscriptionOcid,
@@ -65,6 +70,7 @@ function getLimitValuesOutput(args, opts) {
65
70
  return pulumi.runtime.invokeOutput("oci:Limits/getLimitValues:getLimitValues", {
66
71
  "availabilityDomain": args.availabilityDomain,
67
72
  "compartmentId": args.compartmentId,
73
+ "externalLocation": args.externalLocation,
68
74
  "filters": args.filters,
69
75
  "name": args.name,
70
76
  "scopeType": args.scopeType,
@@ -1 +1 @@
1
- {"version":3,"file":"getLimitValues.js","sourceRoot":"","sources":["../../limits/getLimitValues.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0CAA0C,EAAE;QACrE,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;QAC7C,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,wCAWC;AA8DD;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAAiC;IAClG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,0CAA0C,EAAE;QAC3E,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;QAC7C,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,oDAWC"}
1
+ {"version":3,"file":"getLimitValues.js","sourceRoot":"","sources":["../../limits/getLimitValues.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0CAA0C,EAAE;QACrE,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;QAC7C,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,wCAYC;AAmED;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAAiC;IAClG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,0CAA0C,EAAE;QAC3E,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;QAC7C,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,oDAYC"}
@@ -5,7 +5,7 @@ import * as pulumi from "@pulumi/pulumi";
5
5
  * For a given compartmentId, resource limit name, and scope, returns the following:
6
6
  * * The number of available resources associated with the given limit.
7
7
  * * The usage in the selected compartment for the given limit.
8
- * If Subscription Id is provided, then usage for resource created in that subscription will be returned
8
+ * If the subscription ID is provided, then usage for resource created in that subscription will be returned.
9
9
  * Note that not all resource limits support this API. If the value is not available, the API returns a 404 response.
10
10
  *
11
11
  * ## Example Usage
@@ -19,7 +19,8 @@ import * as pulumi from "@pulumi/pulumi";
19
19
  * limitName: resourceAvailabilityLimitName,
20
20
  * serviceName: testService.name,
21
21
  * availabilityDomain: resourceAvailabilityAvailabilityDomain,
22
- * subscriptionId: subscriptionOcid,
22
+ * externalLocation: resourceAvailabilityExternalLocation,
23
+ * subscriptionId: testSubscription.id,
23
24
  * });
24
25
  * ```
25
26
  */
@@ -36,6 +37,10 @@ export interface GetResourceAvailabilityArgs {
36
37
  * The OCID of the compartment for which data is being fetched.
37
38
  */
38
39
  compartmentId: string;
40
+ /**
41
+ * External cloud provider location
42
+ */
43
+ externalLocation?: string;
39
44
  /**
40
45
  * The limit name for which to fetch the data.
41
46
  */
@@ -45,7 +50,7 @@ export interface GetResourceAvailabilityArgs {
45
50
  */
46
51
  serviceName: string;
47
52
  /**
48
- * The OCID of the subscription assigned to tenant
53
+ * The subscription OCID assigned to the tenant.
49
54
  */
50
55
  subscriptionId?: string;
51
56
  }
@@ -63,6 +68,7 @@ export interface GetResourceAvailabilityResult {
63
68
  * The effective quota value for the given compartment. This field is only present if there is a current quota policy affecting the current resource in the target region or availability domain.
64
69
  */
65
70
  readonly effectiveQuotaValue: number;
71
+ readonly externalLocation?: string;
66
72
  /**
67
73
  * The most accurate count of available resources.
68
74
  */
@@ -89,7 +95,7 @@ export interface GetResourceAvailabilityResult {
89
95
  * For a given compartmentId, resource limit name, and scope, returns the following:
90
96
  * * The number of available resources associated with the given limit.
91
97
  * * The usage in the selected compartment for the given limit.
92
- * If Subscription Id is provided, then usage for resource created in that subscription will be returned
98
+ * If the subscription ID is provided, then usage for resource created in that subscription will be returned.
93
99
  * Note that not all resource limits support this API. If the value is not available, the API returns a 404 response.
94
100
  *
95
101
  * ## Example Usage
@@ -103,7 +109,8 @@ export interface GetResourceAvailabilityResult {
103
109
  * limitName: resourceAvailabilityLimitName,
104
110
  * serviceName: testService.name,
105
111
  * availabilityDomain: resourceAvailabilityAvailabilityDomain,
106
- * subscriptionId: subscriptionOcid,
112
+ * externalLocation: resourceAvailabilityExternalLocation,
113
+ * subscriptionId: testSubscription.id,
107
114
  * });
108
115
  * ```
109
116
  */
@@ -120,6 +127,10 @@ export interface GetResourceAvailabilityOutputArgs {
120
127
  * The OCID of the compartment for which data is being fetched.
121
128
  */
122
129
  compartmentId: pulumi.Input<string>;
130
+ /**
131
+ * External cloud provider location
132
+ */
133
+ externalLocation?: pulumi.Input<string>;
123
134
  /**
124
135
  * The limit name for which to fetch the data.
125
136
  */
@@ -129,7 +140,7 @@ export interface GetResourceAvailabilityOutputArgs {
129
140
  */
130
141
  serviceName: pulumi.Input<string>;
131
142
  /**
132
- * The OCID of the subscription assigned to tenant
143
+ * The subscription OCID assigned to the tenant.
133
144
  */
134
145
  subscriptionId?: pulumi.Input<string>;
135
146
  }
@@ -11,7 +11,7 @@ const utilities = require("../utilities");
11
11
  * For a given compartmentId, resource limit name, and scope, returns the following:
12
12
  * * The number of available resources associated with the given limit.
13
13
  * * The usage in the selected compartment for the given limit.
14
- * If Subscription Id is provided, then usage for resource created in that subscription will be returned
14
+ * If the subscription ID is provided, then usage for resource created in that subscription will be returned.
15
15
  * Note that not all resource limits support this API. If the value is not available, the API returns a 404 response.
16
16
  *
17
17
  * ## Example Usage
@@ -25,7 +25,8 @@ const utilities = require("../utilities");
25
25
  * limitName: resourceAvailabilityLimitName,
26
26
  * serviceName: testService.name,
27
27
  * availabilityDomain: resourceAvailabilityAvailabilityDomain,
28
- * subscriptionId: subscriptionOcid,
28
+ * externalLocation: resourceAvailabilityExternalLocation,
29
+ * subscriptionId: testSubscription.id,
29
30
  * });
30
31
  * ```
31
32
  */
@@ -34,6 +35,7 @@ function getResourceAvailability(args, opts) {
34
35
  return pulumi.runtime.invoke("oci:Limits/getResourceAvailability:getResourceAvailability", {
35
36
  "availabilityDomain": args.availabilityDomain,
36
37
  "compartmentId": args.compartmentId,
38
+ "externalLocation": args.externalLocation,
37
39
  "limitName": args.limitName,
38
40
  "serviceName": args.serviceName,
39
41
  "subscriptionId": args.subscriptionId,
@@ -46,7 +48,7 @@ exports.getResourceAvailability = getResourceAvailability;
46
48
  * For a given compartmentId, resource limit name, and scope, returns the following:
47
49
  * * The number of available resources associated with the given limit.
48
50
  * * The usage in the selected compartment for the given limit.
49
- * If Subscription Id is provided, then usage for resource created in that subscription will be returned
51
+ * If the subscription ID is provided, then usage for resource created in that subscription will be returned.
50
52
  * Note that not all resource limits support this API. If the value is not available, the API returns a 404 response.
51
53
  *
52
54
  * ## Example Usage
@@ -60,7 +62,8 @@ exports.getResourceAvailability = getResourceAvailability;
60
62
  * limitName: resourceAvailabilityLimitName,
61
63
  * serviceName: testService.name,
62
64
  * availabilityDomain: resourceAvailabilityAvailabilityDomain,
63
- * subscriptionId: subscriptionOcid,
65
+ * externalLocation: resourceAvailabilityExternalLocation,
66
+ * subscriptionId: testSubscription.id,
64
67
  * });
65
68
  * ```
66
69
  */
@@ -69,6 +72,7 @@ function getResourceAvailabilityOutput(args, opts) {
69
72
  return pulumi.runtime.invokeOutput("oci:Limits/getResourceAvailability:getResourceAvailability", {
70
73
  "availabilityDomain": args.availabilityDomain,
71
74
  "compartmentId": args.compartmentId,
75
+ "externalLocation": args.externalLocation,
72
76
  "limitName": args.limitName,
73
77
  "serviceName": args.serviceName,
74
78
  "subscriptionId": args.subscriptionId,
@@ -1 +1 @@
1
- {"version":3,"file":"getResourceAvailability.js","sourceRoot":"","sources":["../../limits/getResourceAvailability.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,SAAgB,uBAAuB,CAAC,IAAiC,EAAE,IAA2B;IAClG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4DAA4D,EAAE;QACvF,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;QAC7C,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,0DASC;AA8DD;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,SAAgB,6BAA6B,CAAC,IAAuC,EAAE,IAAiC;IACpH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4DAA4D,EAAE;QAC7F,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;QAC7C,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,sEASC"}
1
+ {"version":3,"file":"getResourceAvailability.js","sourceRoot":"","sources":["../../limits/getResourceAvailability.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,SAAgB,uBAAuB,CAAC,IAAiC,EAAE,IAA2B;IAClG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4DAA4D,EAAE;QACvF,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;QAC7C,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,0DAUC;AAmED;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,SAAgB,6BAA6B,CAAC,IAAuC,EAAE,IAAiC;IACpH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4DAA4D,EAAE;QAC7F,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;QAC7C,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,sEAUC"}
@@ -30,7 +30,7 @@ export interface GetServicesArgs {
30
30
  compartmentId: string;
31
31
  filters?: inputs.Limits.GetServicesFilter[];
32
32
  /**
33
- * The OCID of the subscription assigned to tenant
33
+ * The subscription OCID assigned to the tenant.
34
34
  */
35
35
  subscriptionId?: string;
36
36
  }
@@ -79,7 +79,7 @@ export interface GetServicesOutputArgs {
79
79
  compartmentId: pulumi.Input<string>;
80
80
  filters?: pulumi.Input<pulumi.Input<inputs.Limits.GetServicesFilterArgs>[]>;
81
81
  /**
82
- * The OCID of the subscription assigned to tenant
82
+ * The subscription OCID assigned to the tenant.
83
83
  */
84
84
  subscriptionId?: pulumi.Input<string>;
85
85
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/oci",
3
- "version": "3.11.0-alpha.1762844657",
3
+ "version": "3.11.0-alpha.1763007519",
4
4
  "description": "A Pulumi package for creating and managing Oracle Cloud Infrastructure resources.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -25,6 +25,6 @@
25
25
  "pulumi": {
26
26
  "resource": true,
27
27
  "name": "oci",
28
- "version": "3.11.0-alpha.1762844657"
28
+ "version": "3.11.0-alpha.1763007519"
29
29
  }
30
30
  }