@pulumi/oci 3.11.0-alpha.1762412398 → 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.
- package/artifacts/getContainerImages.d.ts +11 -0
- package/artifacts/getContainerImages.js +4 -0
- package/artifacts/getContainerImages.js.map +1 -1
- package/containerengine/getClusterOption.d.ts +11 -0
- package/containerengine/getClusterOption.js +4 -0
- package/containerengine/getClusterOption.js.map +1 -1
- package/containerengine/getNodePoolOption.d.ts +44 -0
- package/containerengine/getNodePoolOption.js +16 -0
- package/containerengine/getNodePoolOption.js.map +1 -1
- package/core/dedicatedVmHost.d.ts +33 -7
- package/core/dedicatedVmHost.js +6 -0
- package/core/dedicatedVmHost.js.map +1 -1
- package/core/getDedicatedVmHost.d.ts +11 -3
- package/core/getDedicatedVmHost.js.map +1 -1
- package/core/getDedicatedVmHostInstances.d.ts +14 -0
- package/core/getDedicatedVmHostInstances.js +4 -0
- package/core/getDedicatedVmHostInstances.js.map +1 -1
- package/core/getDedicatedVmHosts.d.ts +14 -0
- package/core/getDedicatedVmHosts.js +4 -0
- package/core/getDedicatedVmHosts.js.map +1 -1
- package/fleetappsmanagement/catalogItem.d.ts +0 -54
- package/fleetappsmanagement/catalogItem.js +0 -42
- package/fleetappsmanagement/catalogItem.js.map +1 -1
- package/fleetappsmanagement/fleet.d.ts +6 -6
- package/fleetappsmanagement/getCatalogItemVariablesDefinition.d.ts +83 -0
- package/fleetappsmanagement/getCatalogItemVariablesDefinition.js +54 -0
- package/fleetappsmanagement/getCatalogItemVariablesDefinition.js.map +1 -0
- package/fleetappsmanagement/getCatalogItems.d.ts +14 -0
- package/fleetappsmanagement/getCatalogItems.js +4 -0
- package/fleetappsmanagement/getCatalogItems.js.map +1 -1
- package/fleetappsmanagement/getFleet.d.ts +1 -1
- package/fleetappsmanagement/getFleetCompliance.d.ts +75 -0
- package/fleetappsmanagement/getFleetCompliance.js +54 -0
- package/fleetappsmanagement/getFleetCompliance.js.map +1 -0
- package/fleetappsmanagement/getFleetTargets.d.ts +14 -0
- package/fleetappsmanagement/getFleetTargets.js +4 -0
- package/fleetappsmanagement/getFleetTargets.js.map +1 -1
- package/fleetappsmanagement/getInstalledPatches.d.ts +138 -0
- package/fleetappsmanagement/getInstalledPatches.js +78 -0
- package/fleetappsmanagement/getInstalledPatches.js.map +1 -0
- package/fleetappsmanagement/getInventoryRecords.d.ts +11 -0
- package/fleetappsmanagement/getInventoryRecords.js +4 -0
- package/fleetappsmanagement/getInventoryRecords.js.map +1 -1
- package/fleetappsmanagement/getRecommendedPatches.d.ts +150 -0
- package/fleetappsmanagement/getRecommendedPatches.js +80 -0
- package/fleetappsmanagement/getRecommendedPatches.js.map +1 -0
- package/fleetappsmanagement/getReportMetadata.d.ts +83 -0
- package/fleetappsmanagement/getReportMetadata.js +60 -0
- package/fleetappsmanagement/getReportMetadata.js.map +1 -0
- package/fleetappsmanagement/getRunbook.d.ts +2 -2
- package/fleetappsmanagement/getRunbookExport.d.ts +99 -0
- package/fleetappsmanagement/getRunbookExport.js +58 -0
- package/fleetappsmanagement/getRunbookExport.js.map +1 -0
- package/fleetappsmanagement/getRunbookExportStatuses.d.ts +73 -0
- package/fleetappsmanagement/getRunbookExportStatuses.js +60 -0
- package/fleetappsmanagement/getRunbookExportStatuses.js.map +1 -0
- package/fleetappsmanagement/getRunbookImport.d.ts +99 -0
- package/fleetappsmanagement/getRunbookImport.js +58 -0
- package/fleetappsmanagement/getRunbookImport.js.map +1 -0
- package/fleetappsmanagement/getRunbookImportStatuses.d.ts +73 -0
- package/fleetappsmanagement/getRunbookImportStatuses.js +60 -0
- package/fleetappsmanagement/getRunbookImportStatuses.js.map +1 -0
- package/fleetappsmanagement/getRunbookVersion.d.ts +1 -1
- package/fleetappsmanagement/getRunbookVersions.d.ts +1 -1
- package/fleetappsmanagement/getSchedulerExecutions.d.ts +26 -4
- package/fleetappsmanagement/getSchedulerExecutions.js +10 -2
- package/fleetappsmanagement/getSchedulerExecutions.js.map +1 -1
- package/fleetappsmanagement/getTargetComponents.d.ts +119 -0
- package/fleetappsmanagement/getTargetComponents.js +72 -0
- package/fleetappsmanagement/getTargetComponents.js.map +1 -0
- package/fleetappsmanagement/getTargetProperties.d.ts +105 -0
- package/fleetappsmanagement/getTargetProperties.js +68 -0
- package/fleetappsmanagement/getTargetProperties.js.map +1 -0
- package/fleetappsmanagement/index.d.ts +33 -0
- package/fleetappsmanagement/index.js +36 -3
- package/fleetappsmanagement/index.js.map +1 -1
- package/fleetappsmanagement/onboarding.d.ts +22 -19
- package/fleetappsmanagement/onboarding.js +2 -13
- package/fleetappsmanagement/onboarding.js.map +1 -1
- package/fleetappsmanagement/platformConfiguration.d.ts +29 -11
- package/fleetappsmanagement/platformConfiguration.js +8 -2
- package/fleetappsmanagement/platformConfiguration.js.map +1 -1
- package/fleetappsmanagement/property.d.ts +22 -4
- package/fleetappsmanagement/property.js +8 -2
- package/fleetappsmanagement/property.js.map +1 -1
- package/fleetappsmanagement/runbook.d.ts +6 -5
- package/fleetappsmanagement/runbook.js +1 -0
- package/fleetappsmanagement/runbook.js.map +1 -1
- package/fleetappsmanagement/runbookVersion.d.ts +6 -152
- package/fleetappsmanagement/runbookVersion.js +0 -152
- package/fleetappsmanagement/runbookVersion.js.map +1 -1
- package/fleetappsmanagement/taskRecord.d.ts +1 -0
- package/fleetappsmanagement/taskRecord.js +1 -0
- package/fleetappsmanagement/taskRecord.js.map +1 -1
- package/functions/getFusionEnvironmentAdminUser.d.ts +3 -0
- package/functions/getFusionEnvironmentAdminUser.js.map +1 -1
- package/fusionapps/fusionEnvironmentAdminUser.d.ts +6 -0
- package/fusionapps/fusionEnvironmentAdminUser.js.map +1 -1
- package/limits/getLimitDefinitions.d.ts +8 -8
- package/limits/getLimitDefinitions.js +6 -6
- package/limits/getLimitValues.d.ts +17 -4
- package/limits/getLimitValues.js +8 -2
- package/limits/getLimitValues.js.map +1 -1
- package/limits/getResourceAvailability.d.ts +17 -6
- package/limits/getResourceAvailability.js +8 -4
- package/limits/getResourceAvailability.js.map +1 -1
- package/limits/getServices.d.ts +2 -2
- package/package.json +2 -2
- package/types/input.d.ts +155 -60
- 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":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,MAAa,0BAA2B,SAAQ,MAAM,CAAC,cAAc;IACjE;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAuC,EAAE,IAAmC;QACrI,OAAO,IAAI,0BAA0B,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACjF,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,0BAA0B,CAAC,YAAY,CAAC;IAC3E,CAAC;
|
|
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.
|
|
8
|
-
* If 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
|
|
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.
|
|
76
|
-
* If 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
|
|
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.
|
|
12
|
-
* If 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.
|
|
44
|
-
* If 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.
|
|
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
|
|
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.
|
|
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
|
|
146
|
+
* The subscription OCID assigned to the tenant.
|
|
134
147
|
*/
|
|
135
148
|
subscriptionId?: pulumi.Input<string>;
|
|
136
149
|
}
|
package/limits/getLimitValues.js
CHANGED
|
@@ -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.
|
|
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.
|
|
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
|
|
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
|
|
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
|
-
*
|
|
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
|
|
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
|
|
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
|
-
*
|
|
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
|
|
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
|
|
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
|
-
*
|
|
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
|
|
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
|
-
*
|
|
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
|
|
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"}
|
package/limits/getServices.d.ts
CHANGED
|
@@ -30,7 +30,7 @@ export interface GetServicesArgs {
|
|
|
30
30
|
compartmentId: string;
|
|
31
31
|
filters?: inputs.Limits.GetServicesFilter[];
|
|
32
32
|
/**
|
|
33
|
-
* The OCID
|
|
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
|
|
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.
|
|
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.
|
|
28
|
+
"version": "3.11.0-alpha.1763007519"
|
|
29
29
|
}
|
|
30
30
|
}
|