oci-core 2.119.0 → 2.120.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +36 -0
- package/lib/client.js +197 -1
- package/lib/client.js.map +1 -1
- package/lib/model/add-ipv4-subnet-cidr-details.d.ts +38 -0
- package/lib/model/add-ipv4-subnet-cidr-details.js +36 -0
- package/lib/model/add-ipv4-subnet-cidr-details.js.map +1 -0
- package/lib/model/create-private-ip-details.d.ts +16 -0
- package/lib/model/create-private-ip-details.js.map +1 -1
- package/lib/model/create-subnet-details.d.ts +9 -1
- package/lib/model/create-subnet-details.js.map +1 -1
- package/lib/model/create-vnic-details.d.ts +10 -0
- package/lib/model/create-vnic-details.js.map +1 -1
- package/lib/model/index.d.ts +6 -0
- package/lib/model/index.js +20 -14
- package/lib/model/index.js.map +1 -1
- package/lib/model/instance-configuration-create-vnic-details.d.ts +11 -0
- package/lib/model/instance-configuration-create-vnic-details.js.map +1 -1
- package/lib/model/modify-ipv4-subnet-cidr-details.d.ts +38 -0
- package/lib/model/modify-ipv4-subnet-cidr-details.js +36 -0
- package/lib/model/modify-ipv4-subnet-cidr-details.js.map +1 -0
- package/lib/model/private-ip.d.ts +9 -0
- package/lib/model/private-ip.js.map +1 -1
- package/lib/model/remove-ipv4-subnet-cidr-details.d.ts +40 -0
- package/lib/model/remove-ipv4-subnet-cidr-details.js +36 -0
- package/lib/model/remove-ipv4-subnet-cidr-details.js.map +1 -0
- package/lib/model/subnet.d.ts +8 -0
- package/lib/model/subnet.js.map +1 -1
- package/lib/request/add-ipv4-subnet-cidr-request.d.ts +49 -0
- package/lib/request/add-ipv4-subnet-cidr-request.js +15 -0
- package/lib/request/add-ipv4-subnet-cidr-request.js.map +1 -0
- package/lib/request/index.d.ts +6 -0
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-compute-hosts-request.d.ts +7 -0
- package/lib/request/list-compute-hosts-request.js.map +1 -1
- package/lib/request/modify-ipv4-subnet-cidr-request.d.ts +49 -0
- package/lib/request/modify-ipv4-subnet-cidr-request.js +15 -0
- package/lib/request/modify-ipv4-subnet-cidr-request.js.map +1 -0
- package/lib/request/remove-ipv4-subnet-cidr-request.d.ts +49 -0
- package/lib/request/remove-ipv4-subnet-cidr-request.js +15 -0
- package/lib/request/remove-ipv4-subnet-cidr-request.js.map +1 -0
- package/lib/response/add-ipv4-subnet-cidr-response.d.ts +27 -0
- package/lib/response/add-ipv4-subnet-cidr-response.js +15 -0
- package/lib/response/add-ipv4-subnet-cidr-response.js.map +1 -0
- package/lib/response/index.d.ts +6 -0
- package/lib/response/modify-ipv4-subnet-cidr-response.d.ts +27 -0
- package/lib/response/modify-ipv4-subnet-cidr-response.js +15 -0
- package/lib/response/modify-ipv4-subnet-cidr-response.js.map +1 -0
- package/lib/response/remove-ipv4-subnet-cidr-response.d.ts +27 -0
- package/lib/response/remove-ipv4-subnet-cidr-response.js +15 -0
- package/lib/response/remove-ipv4-subnet-cidr-response.js.map +1 -0
- package/lib/virtualnetwork-waiter.d.ts +30 -0
- package/lib/virtualnetwork-waiter.js +45 -0
- package/lib/virtualnetwork-waiter.js.map +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -4200,6 +4200,16 @@ export declare class VirtualNetworkClient {
|
|
|
4200
4200
|
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/core/AddDrgRouteRules.ts.html |here} to see how to use AddDrgRouteRules API.
|
|
4201
4201
|
*/
|
|
4202
4202
|
addDrgRouteRules(addDrgRouteRulesRequest: requests.AddDrgRouteRulesRequest): Promise<responses.AddDrgRouteRulesResponse>;
|
|
4203
|
+
/**
|
|
4204
|
+
* Add an IPv4 prefix to a subnet.
|
|
4205
|
+
*
|
|
4206
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
4207
|
+
* @param AddIpv4SubnetCidrRequest
|
|
4208
|
+
* @return AddIpv4SubnetCidrResponse
|
|
4209
|
+
* @throws OciError when an error occurs
|
|
4210
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/core/AddIpv4SubnetCidr.ts.html |here} to see how to use AddIpv4SubnetCidr API.
|
|
4211
|
+
*/
|
|
4212
|
+
addIpv4SubnetCidr(addIpv4SubnetCidrRequest: requests.AddIpv4SubnetCidrRequest): Promise<responses.AddIpv4SubnetCidrResponse>;
|
|
4203
4213
|
/**
|
|
4204
4214
|
* Add an IPv6 prefix to a subnet.
|
|
4205
4215
|
*
|
|
@@ -8246,6 +8256,22 @@ export declare class VirtualNetworkClient {
|
|
|
8246
8256
|
* @param request a request which can be sent to the service operation
|
|
8247
8257
|
*/
|
|
8248
8258
|
listVtapsResponseIterator(request: requests.ListVtapsRequest): AsyncIterableIterator<responses.ListVtapsResponse>;
|
|
8259
|
+
/**
|
|
8260
|
+
* Updates the specified Ipv4 CIDR block of a Subnet. The new Ipv4 CIDR IP range must meet the following criteria:
|
|
8261
|
+
* <p>
|
|
8262
|
+
- Must be valid.
|
|
8263
|
+
* - Must not overlap with another Ipv4 CIDR block in the Subnet or the on-premises network CIDR block.
|
|
8264
|
+
* - Must not exceed the limit of Ipv4 CIDR blocks allowed per Subnet.
|
|
8265
|
+
* - Must include IP addresses from the original CIDR block that are used in the VCN's existing route rules.
|
|
8266
|
+
* - No IP address in an existing subnet should be outside of the new CIDR block range.
|
|
8267
|
+
*
|
|
8268
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
8269
|
+
* @param ModifyIpv4SubnetCidrRequest
|
|
8270
|
+
* @return ModifyIpv4SubnetCidrResponse
|
|
8271
|
+
* @throws OciError when an error occurs
|
|
8272
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/core/ModifyIpv4SubnetCidr.ts.html |here} to see how to use ModifyIpv4SubnetCidr API.
|
|
8273
|
+
*/
|
|
8274
|
+
modifyIpv4SubnetCidr(modifyIpv4SubnetCidrRequest: requests.ModifyIpv4SubnetCidrRequest): Promise<responses.ModifyIpv4SubnetCidrResponse>;
|
|
8249
8275
|
/**
|
|
8250
8276
|
* Updates the specified CIDR block of a VCN. The new CIDR IP range must meet the following criteria:
|
|
8251
8277
|
* <p>
|
|
@@ -8315,6 +8341,16 @@ export declare class VirtualNetworkClient {
|
|
|
8315
8341
|
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/core/RemoveImportDrgRouteDistribution.ts.html |here} to see how to use RemoveImportDrgRouteDistribution API.
|
|
8316
8342
|
*/
|
|
8317
8343
|
removeImportDrgRouteDistribution(removeImportDrgRouteDistributionRequest: requests.RemoveImportDrgRouteDistributionRequest): Promise<responses.RemoveImportDrgRouteDistributionResponse>;
|
|
8344
|
+
/**
|
|
8345
|
+
* Remove an IPv4 prefix from a subnet
|
|
8346
|
+
*
|
|
8347
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
8348
|
+
* @param RemoveIpv4SubnetCidrRequest
|
|
8349
|
+
* @return RemoveIpv4SubnetCidrResponse
|
|
8350
|
+
* @throws OciError when an error occurs
|
|
8351
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/core/RemoveIpv4SubnetCidr.ts.html |here} to see how to use RemoveIpv4SubnetCidr API.
|
|
8352
|
+
*/
|
|
8353
|
+
removeIpv4SubnetCidr(removeIpv4SubnetCidrRequest: requests.RemoveIpv4SubnetCidrRequest): Promise<responses.RemoveIpv4SubnetCidrResponse>;
|
|
8318
8354
|
/**
|
|
8319
8355
|
* Remove an IPv6 prefix from a subnet. At least one IPv6 CIDR should remain.
|
|
8320
8356
|
*
|
package/lib/client.js
CHANGED
|
@@ -11181,7 +11181,8 @@ class ComputeClient {
|
|
|
11181
11181
|
"sortOrder": listComputeHostsRequest.sortOrder,
|
|
11182
11182
|
"computeHostLifecycleState": listComputeHostsRequest.computeHostLifecycleState,
|
|
11183
11183
|
"computeHostHealth": listComputeHostsRequest.computeHostHealth,
|
|
11184
|
-
"computeHostGroupId": listComputeHostsRequest.computeHostGroupId
|
|
11184
|
+
"computeHostGroupId": listComputeHostsRequest.computeHostGroupId,
|
|
11185
|
+
"computeHostInSubtree": listComputeHostsRequest.computeHostInSubtree
|
|
11185
11186
|
};
|
|
11186
11187
|
let headerParams = {
|
|
11187
11188
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
@@ -16827,6 +16828,69 @@ class VirtualNetworkClient {
|
|
|
16827
16828
|
}
|
|
16828
16829
|
});
|
|
16829
16830
|
}
|
|
16831
|
+
/**
|
|
16832
|
+
* Add an IPv4 prefix to a subnet.
|
|
16833
|
+
*
|
|
16834
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
16835
|
+
* @param AddIpv4SubnetCidrRequest
|
|
16836
|
+
* @return AddIpv4SubnetCidrResponse
|
|
16837
|
+
* @throws OciError when an error occurs
|
|
16838
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/core/AddIpv4SubnetCidr.ts.html |here} to see how to use AddIpv4SubnetCidr API.
|
|
16839
|
+
*/
|
|
16840
|
+
addIpv4SubnetCidr(addIpv4SubnetCidrRequest) {
|
|
16841
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
16842
|
+
if (this.logger)
|
|
16843
|
+
this.logger.debug("Calling operation VirtualNetworkClient#addIpv4SubnetCidr.");
|
|
16844
|
+
const operationName = "addIpv4SubnetCidr";
|
|
16845
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/iaas/20160918/Subnet/AddIpv4SubnetCidr";
|
|
16846
|
+
const pathParams = {
|
|
16847
|
+
"{subnetId}": addIpv4SubnetCidrRequest.subnetId
|
|
16848
|
+
};
|
|
16849
|
+
const queryParams = {};
|
|
16850
|
+
let headerParams = {
|
|
16851
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
16852
|
+
"opc-retry-token": addIpv4SubnetCidrRequest.opcRetryToken,
|
|
16853
|
+
"if-match": addIpv4SubnetCidrRequest.ifMatch,
|
|
16854
|
+
"opc-request-id": addIpv4SubnetCidrRequest.opcRequestId
|
|
16855
|
+
};
|
|
16856
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
16857
|
+
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, addIpv4SubnetCidrRequest.retryConfiguration, specRetryConfiguration);
|
|
16858
|
+
if (this.logger)
|
|
16859
|
+
retrier.logger = this.logger;
|
|
16860
|
+
const request = yield oci_common_2.composeRequest({
|
|
16861
|
+
baseEndpoint: this._endpoint,
|
|
16862
|
+
defaultHeaders: this._defaultHeaders,
|
|
16863
|
+
path: "/subnets/{subnetId}/actions/addIpv4Cidr",
|
|
16864
|
+
method: "POST",
|
|
16865
|
+
bodyContent: common.ObjectSerializer.serialize(addIpv4SubnetCidrRequest.addIpv4SubnetCidrDetails, "AddIpv4SubnetCidrDetails", model.AddIpv4SubnetCidrDetails.getJsonObj),
|
|
16866
|
+
pathParams: pathParams,
|
|
16867
|
+
headerParams: headerParams,
|
|
16868
|
+
queryParams: queryParams
|
|
16869
|
+
});
|
|
16870
|
+
try {
|
|
16871
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
16872
|
+
const sdkResponse = oci_common_2.composeResponse({
|
|
16873
|
+
responseObject: {},
|
|
16874
|
+
responseHeaders: [
|
|
16875
|
+
{
|
|
16876
|
+
value: response.headers.get("opc-request-id"),
|
|
16877
|
+
key: "opcRequestId",
|
|
16878
|
+
dataType: "string"
|
|
16879
|
+
},
|
|
16880
|
+
{
|
|
16881
|
+
value: response.headers.get("opc-work-request-id"),
|
|
16882
|
+
key: "opcWorkRequestId",
|
|
16883
|
+
dataType: "string"
|
|
16884
|
+
}
|
|
16885
|
+
]
|
|
16886
|
+
});
|
|
16887
|
+
return sdkResponse;
|
|
16888
|
+
}
|
|
16889
|
+
catch (err) {
|
|
16890
|
+
throw err;
|
|
16891
|
+
}
|
|
16892
|
+
});
|
|
16893
|
+
}
|
|
16830
16894
|
/**
|
|
16831
16895
|
* Add an IPv6 prefix to a subnet.
|
|
16832
16896
|
*
|
|
@@ -31980,6 +32044,75 @@ class VirtualNetworkClient {
|
|
|
31980
32044
|
listVtapsResponseIterator(request) {
|
|
31981
32045
|
return oci_common_1.paginateResponses(request, req => this.listVtaps(req));
|
|
31982
32046
|
}
|
|
32047
|
+
/**
|
|
32048
|
+
* Updates the specified Ipv4 CIDR block of a Subnet. The new Ipv4 CIDR IP range must meet the following criteria:
|
|
32049
|
+
* <p>
|
|
32050
|
+
- Must be valid.
|
|
32051
|
+
* - Must not overlap with another Ipv4 CIDR block in the Subnet or the on-premises network CIDR block.
|
|
32052
|
+
* - Must not exceed the limit of Ipv4 CIDR blocks allowed per Subnet.
|
|
32053
|
+
* - Must include IP addresses from the original CIDR block that are used in the VCN's existing route rules.
|
|
32054
|
+
* - No IP address in an existing subnet should be outside of the new CIDR block range.
|
|
32055
|
+
*
|
|
32056
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
32057
|
+
* @param ModifyIpv4SubnetCidrRequest
|
|
32058
|
+
* @return ModifyIpv4SubnetCidrResponse
|
|
32059
|
+
* @throws OciError when an error occurs
|
|
32060
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/core/ModifyIpv4SubnetCidr.ts.html |here} to see how to use ModifyIpv4SubnetCidr API.
|
|
32061
|
+
*/
|
|
32062
|
+
modifyIpv4SubnetCidr(modifyIpv4SubnetCidrRequest) {
|
|
32063
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
32064
|
+
if (this.logger)
|
|
32065
|
+
this.logger.debug("Calling operation VirtualNetworkClient#modifyIpv4SubnetCidr.");
|
|
32066
|
+
const operationName = "modifyIpv4SubnetCidr";
|
|
32067
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/iaas/20160918/Subnet/ModifyIpv4SubnetCidr";
|
|
32068
|
+
const pathParams = {
|
|
32069
|
+
"{subnetId}": modifyIpv4SubnetCidrRequest.subnetId
|
|
32070
|
+
};
|
|
32071
|
+
const queryParams = {};
|
|
32072
|
+
let headerParams = {
|
|
32073
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
32074
|
+
"opc-retry-token": modifyIpv4SubnetCidrRequest.opcRetryToken,
|
|
32075
|
+
"if-match": modifyIpv4SubnetCidrRequest.ifMatch,
|
|
32076
|
+
"opc-request-id": modifyIpv4SubnetCidrRequest.opcRequestId
|
|
32077
|
+
};
|
|
32078
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
32079
|
+
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, modifyIpv4SubnetCidrRequest.retryConfiguration, specRetryConfiguration);
|
|
32080
|
+
if (this.logger)
|
|
32081
|
+
retrier.logger = this.logger;
|
|
32082
|
+
const request = yield oci_common_2.composeRequest({
|
|
32083
|
+
baseEndpoint: this._endpoint,
|
|
32084
|
+
defaultHeaders: this._defaultHeaders,
|
|
32085
|
+
path: "/subnets/{subnetId}/actions/modifyIpv4Cidr",
|
|
32086
|
+
method: "POST",
|
|
32087
|
+
bodyContent: common.ObjectSerializer.serialize(modifyIpv4SubnetCidrRequest.modifyIpv4SubnetCidrDetails, "ModifyIpv4SubnetCidrDetails", model.ModifyIpv4SubnetCidrDetails.getJsonObj),
|
|
32088
|
+
pathParams: pathParams,
|
|
32089
|
+
headerParams: headerParams,
|
|
32090
|
+
queryParams: queryParams
|
|
32091
|
+
});
|
|
32092
|
+
try {
|
|
32093
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
32094
|
+
const sdkResponse = oci_common_2.composeResponse({
|
|
32095
|
+
responseObject: {},
|
|
32096
|
+
responseHeaders: [
|
|
32097
|
+
{
|
|
32098
|
+
value: response.headers.get("opc-request-id"),
|
|
32099
|
+
key: "opcRequestId",
|
|
32100
|
+
dataType: "string"
|
|
32101
|
+
},
|
|
32102
|
+
{
|
|
32103
|
+
value: response.headers.get("opc-work-request-id"),
|
|
32104
|
+
key: "opcWorkRequestId",
|
|
32105
|
+
dataType: "string"
|
|
32106
|
+
}
|
|
32107
|
+
]
|
|
32108
|
+
});
|
|
32109
|
+
return sdkResponse;
|
|
32110
|
+
}
|
|
32111
|
+
catch (err) {
|
|
32112
|
+
throw err;
|
|
32113
|
+
}
|
|
32114
|
+
});
|
|
32115
|
+
}
|
|
31983
32116
|
/**
|
|
31984
32117
|
* Updates the specified CIDR block of a VCN. The new CIDR IP range must meet the following criteria:
|
|
31985
32118
|
* <p>
|
|
@@ -32358,6 +32491,69 @@ class VirtualNetworkClient {
|
|
|
32358
32491
|
}
|
|
32359
32492
|
});
|
|
32360
32493
|
}
|
|
32494
|
+
/**
|
|
32495
|
+
* Remove an IPv4 prefix from a subnet
|
|
32496
|
+
*
|
|
32497
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
32498
|
+
* @param RemoveIpv4SubnetCidrRequest
|
|
32499
|
+
* @return RemoveIpv4SubnetCidrResponse
|
|
32500
|
+
* @throws OciError when an error occurs
|
|
32501
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/core/RemoveIpv4SubnetCidr.ts.html |here} to see how to use RemoveIpv4SubnetCidr API.
|
|
32502
|
+
*/
|
|
32503
|
+
removeIpv4SubnetCidr(removeIpv4SubnetCidrRequest) {
|
|
32504
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
32505
|
+
if (this.logger)
|
|
32506
|
+
this.logger.debug("Calling operation VirtualNetworkClient#removeIpv4SubnetCidr.");
|
|
32507
|
+
const operationName = "removeIpv4SubnetCidr";
|
|
32508
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/iaas/20160918/Subnet/RemoveIpv4SubnetCidr";
|
|
32509
|
+
const pathParams = {
|
|
32510
|
+
"{subnetId}": removeIpv4SubnetCidrRequest.subnetId
|
|
32511
|
+
};
|
|
32512
|
+
const queryParams = {};
|
|
32513
|
+
let headerParams = {
|
|
32514
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
32515
|
+
"opc-retry-token": removeIpv4SubnetCidrRequest.opcRetryToken,
|
|
32516
|
+
"if-match": removeIpv4SubnetCidrRequest.ifMatch,
|
|
32517
|
+
"opc-request-id": removeIpv4SubnetCidrRequest.opcRequestId
|
|
32518
|
+
};
|
|
32519
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
32520
|
+
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, removeIpv4SubnetCidrRequest.retryConfiguration, specRetryConfiguration);
|
|
32521
|
+
if (this.logger)
|
|
32522
|
+
retrier.logger = this.logger;
|
|
32523
|
+
const request = yield oci_common_2.composeRequest({
|
|
32524
|
+
baseEndpoint: this._endpoint,
|
|
32525
|
+
defaultHeaders: this._defaultHeaders,
|
|
32526
|
+
path: "/subnets/{subnetId}/actions/removeIpv4Cidr",
|
|
32527
|
+
method: "POST",
|
|
32528
|
+
bodyContent: common.ObjectSerializer.serialize(removeIpv4SubnetCidrRequest.removeIpv4SubnetCidrDetails, "RemoveIpv4SubnetCidrDetails", model.RemoveIpv4SubnetCidrDetails.getJsonObj),
|
|
32529
|
+
pathParams: pathParams,
|
|
32530
|
+
headerParams: headerParams,
|
|
32531
|
+
queryParams: queryParams
|
|
32532
|
+
});
|
|
32533
|
+
try {
|
|
32534
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
32535
|
+
const sdkResponse = oci_common_2.composeResponse({
|
|
32536
|
+
responseObject: {},
|
|
32537
|
+
responseHeaders: [
|
|
32538
|
+
{
|
|
32539
|
+
value: response.headers.get("opc-request-id"),
|
|
32540
|
+
key: "opcRequestId",
|
|
32541
|
+
dataType: "string"
|
|
32542
|
+
},
|
|
32543
|
+
{
|
|
32544
|
+
value: response.headers.get("opc-work-request-id"),
|
|
32545
|
+
key: "opcWorkRequestId",
|
|
32546
|
+
dataType: "string"
|
|
32547
|
+
}
|
|
32548
|
+
]
|
|
32549
|
+
});
|
|
32550
|
+
return sdkResponse;
|
|
32551
|
+
}
|
|
32552
|
+
catch (err) {
|
|
32553
|
+
throw err;
|
|
32554
|
+
}
|
|
32555
|
+
});
|
|
32556
|
+
}
|
|
32361
32557
|
/**
|
|
32362
32558
|
* Remove an IPv6 prefix from a subnet. At least one IPv6 CIDR should remain.
|
|
32363
32559
|
*
|