@nebius/js-sdk 0.2.60 → 0.2.61
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/dist/cjs/api/nebius/vpc/v1/index.d.ts +1314 -572
- package/dist/cjs/api/nebius/vpc/v1/index.d.ts.map +1 -1
- package/dist/cjs/api/nebius/vpc/v1/index.js +114 -57
- package/dist/cjs/api/nebius/vpc/v1/index.js.map +1 -1
- package/dist/cjs/version.d.ts +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/esm/api/nebius/vpc/v1/index.d.ts +1314 -572
- package/dist/esm/api/nebius/vpc/v1/index.d.ts.map +1 -1
- package/dist/esm/api/nebius/vpc/v1/index.js +114 -57
- package/dist/esm/api/nebius/vpc/v1/index.js.map +1 -1
- package/dist/esm/version.d.ts +1 -1
- package/dist/esm/version.js +1 -1
- package/package.json +1 -1
|
@@ -1324,7 +1324,8 @@ class AllocationService {
|
|
|
1324
1324
|
return new index_js_2.OperationService(this.sdk, this.addr);
|
|
1325
1325
|
}
|
|
1326
1326
|
/**
|
|
1327
|
-
*
|
|
1327
|
+
* Retrieves an allocation by its ID.
|
|
1328
|
+
*
|
|
1328
1329
|
*/
|
|
1329
1330
|
get(...args) {
|
|
1330
1331
|
const spec = this.spec.get;
|
|
@@ -1335,7 +1336,8 @@ class AllocationService {
|
|
|
1335
1336
|
return new request_js_1.Request(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
1336
1337
|
}
|
|
1337
1338
|
/**
|
|
1338
|
-
*
|
|
1339
|
+
* Retrieves an allocation by its name within a specified parent.
|
|
1340
|
+
*
|
|
1339
1341
|
*/
|
|
1340
1342
|
getByName(...args) {
|
|
1341
1343
|
const spec = this.spec.getByName;
|
|
@@ -1346,7 +1348,8 @@ class AllocationService {
|
|
|
1346
1348
|
return new request_js_1.Request(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
1347
1349
|
}
|
|
1348
1350
|
/**
|
|
1349
|
-
*
|
|
1351
|
+
* Lists allocations within a specified parent.
|
|
1352
|
+
*
|
|
1350
1353
|
*/
|
|
1351
1354
|
list(...args) {
|
|
1352
1355
|
const spec = this.spec.list;
|
|
@@ -1357,7 +1360,8 @@ class AllocationService {
|
|
|
1357
1360
|
return new request_js_1.Request(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
1358
1361
|
}
|
|
1359
1362
|
/**
|
|
1360
|
-
*
|
|
1363
|
+
* Lists allocations from a specified pool.
|
|
1364
|
+
*
|
|
1361
1365
|
*/
|
|
1362
1366
|
listByPool(...args) {
|
|
1363
1367
|
const spec = this.spec.listByPool;
|
|
@@ -1368,7 +1372,8 @@ class AllocationService {
|
|
|
1368
1372
|
return new request_js_1.Request(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
1369
1373
|
}
|
|
1370
1374
|
/**
|
|
1371
|
-
*
|
|
1375
|
+
* Lists allocations available to a specified subnet, including unassigned allocations from compatible pools.
|
|
1376
|
+
*
|
|
1372
1377
|
*/
|
|
1373
1378
|
listBySubnet(...args) {
|
|
1374
1379
|
const spec = this.spec.listBySubnet;
|
|
@@ -1379,7 +1384,8 @@ class AllocationService {
|
|
|
1379
1384
|
return new request_js_1.Request(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
1380
1385
|
}
|
|
1381
1386
|
/**
|
|
1382
|
-
*
|
|
1387
|
+
* Creates a new allocation with the specified configuration.
|
|
1388
|
+
*
|
|
1383
1389
|
*/
|
|
1384
1390
|
create(...args) {
|
|
1385
1391
|
const spec = this.spec.create;
|
|
@@ -1393,7 +1399,8 @@ class AllocationService {
|
|
|
1393
1399
|
return new request_js_1.Request(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
1394
1400
|
}
|
|
1395
1401
|
/**
|
|
1396
|
-
*
|
|
1402
|
+
* Updates an existing allocation with new configuration parameters.
|
|
1403
|
+
*
|
|
1397
1404
|
*/
|
|
1398
1405
|
update(...args) {
|
|
1399
1406
|
const spec = this.spec.update;
|
|
@@ -1407,7 +1414,8 @@ class AllocationService {
|
|
|
1407
1414
|
return new request_js_1.Request(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
1408
1415
|
}
|
|
1409
1416
|
/**
|
|
1410
|
-
*
|
|
1417
|
+
* Deletes an allocation by its ID.
|
|
1418
|
+
*
|
|
1411
1419
|
*/
|
|
1412
1420
|
delete(...args) {
|
|
1413
1421
|
const spec = this.spec.delete;
|
|
@@ -4060,7 +4068,8 @@ class NetworkService {
|
|
|
4060
4068
|
return new index_js_2.OperationService(this.sdk, this.addr);
|
|
4061
4069
|
}
|
|
4062
4070
|
/**
|
|
4063
|
-
*
|
|
4071
|
+
* Retrieves a network by its ID.
|
|
4072
|
+
*
|
|
4064
4073
|
*/
|
|
4065
4074
|
get(...args) {
|
|
4066
4075
|
const spec = this.spec.get;
|
|
@@ -4071,7 +4080,8 @@ class NetworkService {
|
|
|
4071
4080
|
return new request_js_1.Request(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
4072
4081
|
}
|
|
4073
4082
|
/**
|
|
4074
|
-
*
|
|
4083
|
+
* Retrieves a network by its name within a specified parent.
|
|
4084
|
+
*
|
|
4075
4085
|
*/
|
|
4076
4086
|
getByName(...args) {
|
|
4077
4087
|
const spec = this.spec.getByName;
|
|
@@ -4082,7 +4092,8 @@ class NetworkService {
|
|
|
4082
4092
|
return new request_js_1.Request(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
4083
4093
|
}
|
|
4084
4094
|
/**
|
|
4085
|
-
*
|
|
4095
|
+
* Lists networks within a specified parent.
|
|
4096
|
+
*
|
|
4086
4097
|
*/
|
|
4087
4098
|
list(...args) {
|
|
4088
4099
|
const spec = this.spec.list;
|
|
@@ -4093,7 +4104,8 @@ class NetworkService {
|
|
|
4093
4104
|
return new request_js_1.Request(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
4094
4105
|
}
|
|
4095
4106
|
/**
|
|
4096
|
-
*
|
|
4107
|
+
* Creates a new network with the specified configuration.
|
|
4108
|
+
*
|
|
4097
4109
|
*/
|
|
4098
4110
|
create(...args) {
|
|
4099
4111
|
const spec = this.spec.create;
|
|
@@ -4107,7 +4119,9 @@ class NetworkService {
|
|
|
4107
4119
|
return new request_js_1.Request(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
4108
4120
|
}
|
|
4109
4121
|
/**
|
|
4110
|
-
*
|
|
4122
|
+
* Creates a default network, subnet, pools, and route table for a specified project.
|
|
4123
|
+
* Creates a default security group when that feature is enabled for the project.
|
|
4124
|
+
*
|
|
4111
4125
|
*/
|
|
4112
4126
|
createDefault(...args) {
|
|
4113
4127
|
const spec = this.spec.createDefault;
|
|
@@ -4121,7 +4135,8 @@ class NetworkService {
|
|
|
4121
4135
|
return new request_js_1.Request(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
4122
4136
|
}
|
|
4123
4137
|
/**
|
|
4124
|
-
*
|
|
4138
|
+
* Updates an existing network with new configuration parameters.
|
|
4139
|
+
*
|
|
4125
4140
|
*/
|
|
4126
4141
|
update(...args) {
|
|
4127
4142
|
const spec = this.spec.update;
|
|
@@ -4135,7 +4150,8 @@ class NetworkService {
|
|
|
4135
4150
|
return new request_js_1.Request(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
4136
4151
|
}
|
|
4137
4152
|
/**
|
|
4138
|
-
*
|
|
4153
|
+
* Deletes a network by its ID.
|
|
4154
|
+
*
|
|
4139
4155
|
*/
|
|
4140
4156
|
delete(...args) {
|
|
4141
4157
|
const spec = this.spec.delete;
|
|
@@ -6063,7 +6079,8 @@ class PoolService {
|
|
|
6063
6079
|
return new index_js_2.OperationService(this.sdk, this.addr);
|
|
6064
6080
|
}
|
|
6065
6081
|
/**
|
|
6066
|
-
*
|
|
6082
|
+
* Retrieves a pool by its ID.
|
|
6083
|
+
*
|
|
6067
6084
|
*/
|
|
6068
6085
|
get(...args) {
|
|
6069
6086
|
const spec = this.spec.get;
|
|
@@ -6074,7 +6091,8 @@ class PoolService {
|
|
|
6074
6091
|
return new request_js_1.Request(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
6075
6092
|
}
|
|
6076
6093
|
/**
|
|
6077
|
-
*
|
|
6094
|
+
* Retrieves a pool by its name within a specified parent.
|
|
6095
|
+
*
|
|
6078
6096
|
*/
|
|
6079
6097
|
getByName(...args) {
|
|
6080
6098
|
const spec = this.spec.getByName;
|
|
@@ -6085,7 +6103,8 @@ class PoolService {
|
|
|
6085
6103
|
return new request_js_1.Request(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
6086
6104
|
}
|
|
6087
6105
|
/**
|
|
6088
|
-
*
|
|
6106
|
+
* Lists pools within a specified parent.
|
|
6107
|
+
*
|
|
6089
6108
|
*/
|
|
6090
6109
|
list(...args) {
|
|
6091
6110
|
const spec = this.spec.list;
|
|
@@ -6096,7 +6115,8 @@ class PoolService {
|
|
|
6096
6115
|
return new request_js_1.Request(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
6097
6116
|
}
|
|
6098
6117
|
/**
|
|
6099
|
-
*
|
|
6118
|
+
* Lists pools that use a specified pool as their source.
|
|
6119
|
+
*
|
|
6100
6120
|
*/
|
|
6101
6121
|
listBySourcePool(...args) {
|
|
6102
6122
|
const spec = this.spec.listBySourcePool;
|
|
@@ -6107,7 +6127,8 @@ class PoolService {
|
|
|
6107
6127
|
return new request_js_1.Request(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
6108
6128
|
}
|
|
6109
6129
|
/**
|
|
6110
|
-
*
|
|
6130
|
+
* Creates a new pool with the specified configuration.
|
|
6131
|
+
*
|
|
6111
6132
|
*/
|
|
6112
6133
|
create(...args) {
|
|
6113
6134
|
const spec = this.spec.create;
|
|
@@ -6121,7 +6142,8 @@ class PoolService {
|
|
|
6121
6142
|
return new request_js_1.Request(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
6122
6143
|
}
|
|
6123
6144
|
/**
|
|
6124
|
-
*
|
|
6145
|
+
* Updates an existing pool with new configuration parameters.
|
|
6146
|
+
*
|
|
6125
6147
|
*/
|
|
6126
6148
|
update(...args) {
|
|
6127
6149
|
const spec = this.spec.update;
|
|
@@ -6135,7 +6157,8 @@ class PoolService {
|
|
|
6135
6157
|
return new request_js_1.Request(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
6136
6158
|
}
|
|
6137
6159
|
/**
|
|
6138
|
-
*
|
|
6160
|
+
* Deletes a pool by its ID.
|
|
6161
|
+
*
|
|
6139
6162
|
*/
|
|
6140
6163
|
delete(...args) {
|
|
6141
6164
|
const spec = this.spec.delete;
|
|
@@ -8017,7 +8040,8 @@ class RouteService {
|
|
|
8017
8040
|
return new index_js_2.OperationService(this.sdk, this.addr);
|
|
8018
8041
|
}
|
|
8019
8042
|
/**
|
|
8020
|
-
*
|
|
8043
|
+
* Retrieves a route by its ID.
|
|
8044
|
+
*
|
|
8021
8045
|
*/
|
|
8022
8046
|
get(...args) {
|
|
8023
8047
|
const spec = this.spec.get;
|
|
@@ -8028,7 +8052,8 @@ class RouteService {
|
|
|
8028
8052
|
return new request_js_1.Request(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
8029
8053
|
}
|
|
8030
8054
|
/**
|
|
8031
|
-
*
|
|
8055
|
+
* Retrieves a route by its name within a specified route table.
|
|
8056
|
+
*
|
|
8032
8057
|
*/
|
|
8033
8058
|
getByName(...args) {
|
|
8034
8059
|
const spec = this.spec.getByName;
|
|
@@ -8039,7 +8064,8 @@ class RouteService {
|
|
|
8039
8064
|
return new request_js_1.Request(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
8040
8065
|
}
|
|
8041
8066
|
/**
|
|
8042
|
-
*
|
|
8067
|
+
* Lists routes in a specified route table.
|
|
8068
|
+
*
|
|
8043
8069
|
*/
|
|
8044
8070
|
list(...args) {
|
|
8045
8071
|
const spec = this.spec.list;
|
|
@@ -8050,7 +8076,8 @@ class RouteService {
|
|
|
8050
8076
|
return new request_js_1.Request(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
8051
8077
|
}
|
|
8052
8078
|
/**
|
|
8053
|
-
*
|
|
8079
|
+
* Creates a new route with the specified configuration.
|
|
8080
|
+
*
|
|
8054
8081
|
*/
|
|
8055
8082
|
create(...args) {
|
|
8056
8083
|
const spec = this.spec.create;
|
|
@@ -8064,7 +8091,8 @@ class RouteService {
|
|
|
8064
8091
|
return new request_js_1.Request(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
8065
8092
|
}
|
|
8066
8093
|
/**
|
|
8067
|
-
*
|
|
8094
|
+
* Updates an existing route with new configuration parameters.
|
|
8095
|
+
*
|
|
8068
8096
|
*/
|
|
8069
8097
|
update(...args) {
|
|
8070
8098
|
const spec = this.spec.update;
|
|
@@ -8078,7 +8106,8 @@ class RouteService {
|
|
|
8078
8106
|
return new request_js_1.Request(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
8079
8107
|
}
|
|
8080
8108
|
/**
|
|
8081
|
-
*
|
|
8109
|
+
* Deletes a route by its ID.
|
|
8110
|
+
*
|
|
8082
8111
|
*/
|
|
8083
8112
|
delete(...args) {
|
|
8084
8113
|
const spec = this.spec.delete;
|
|
@@ -9240,7 +9269,8 @@ class RouteTableService {
|
|
|
9240
9269
|
return new index_js_2.OperationService(this.sdk, this.addr);
|
|
9241
9270
|
}
|
|
9242
9271
|
/**
|
|
9243
|
-
*
|
|
9272
|
+
* Retrieves a route table by its ID.
|
|
9273
|
+
*
|
|
9244
9274
|
*/
|
|
9245
9275
|
get(...args) {
|
|
9246
9276
|
const spec = this.spec.get;
|
|
@@ -9251,7 +9281,8 @@ class RouteTableService {
|
|
|
9251
9281
|
return new request_js_1.Request(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
9252
9282
|
}
|
|
9253
9283
|
/**
|
|
9254
|
-
*
|
|
9284
|
+
* Retrieves a route table by its name within a specified parent.
|
|
9285
|
+
*
|
|
9255
9286
|
*/
|
|
9256
9287
|
getByName(...args) {
|
|
9257
9288
|
const spec = this.spec.getByName;
|
|
@@ -9262,7 +9293,8 @@ class RouteTableService {
|
|
|
9262
9293
|
return new request_js_1.Request(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
9263
9294
|
}
|
|
9264
9295
|
/**
|
|
9265
|
-
*
|
|
9296
|
+
* Lists route tables within a specified parent.
|
|
9297
|
+
*
|
|
9266
9298
|
*/
|
|
9267
9299
|
list(...args) {
|
|
9268
9300
|
const spec = this.spec.list;
|
|
@@ -9273,7 +9305,8 @@ class RouteTableService {
|
|
|
9273
9305
|
return new request_js_1.Request(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
9274
9306
|
}
|
|
9275
9307
|
/**
|
|
9276
|
-
*
|
|
9308
|
+
* Lists route tables that belong to a specified network.
|
|
9309
|
+
*
|
|
9277
9310
|
*/
|
|
9278
9311
|
listByNetwork(...args) {
|
|
9279
9312
|
const spec = this.spec.listByNetwork;
|
|
@@ -9284,7 +9317,8 @@ class RouteTableService {
|
|
|
9284
9317
|
return new request_js_1.Request(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
9285
9318
|
}
|
|
9286
9319
|
/**
|
|
9287
|
-
*
|
|
9320
|
+
* Creates a new route table with the specified configuration.
|
|
9321
|
+
*
|
|
9288
9322
|
*/
|
|
9289
9323
|
create(...args) {
|
|
9290
9324
|
const spec = this.spec.create;
|
|
@@ -9298,7 +9332,8 @@ class RouteTableService {
|
|
|
9298
9332
|
return new request_js_1.Request(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
9299
9333
|
}
|
|
9300
9334
|
/**
|
|
9301
|
-
*
|
|
9335
|
+
* Updates an existing route table with new configuration parameters.
|
|
9336
|
+
*
|
|
9302
9337
|
*/
|
|
9303
9338
|
update(...args) {
|
|
9304
9339
|
const spec = this.spec.update;
|
|
@@ -9312,7 +9347,8 @@ class RouteTableService {
|
|
|
9312
9347
|
return new request_js_1.Request(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
9313
9348
|
}
|
|
9314
9349
|
/**
|
|
9315
|
-
*
|
|
9350
|
+
* Deletes a route table by its ID.
|
|
9351
|
+
*
|
|
9316
9352
|
*/
|
|
9317
9353
|
delete(...args) {
|
|
9318
9354
|
const spec = this.spec.delete;
|
|
@@ -12273,7 +12309,8 @@ class SecurityGroupService {
|
|
|
12273
12309
|
return new index_js_2.OperationService(this.sdk, this.addr);
|
|
12274
12310
|
}
|
|
12275
12311
|
/**
|
|
12276
|
-
*
|
|
12312
|
+
* Retrieves a security group by its ID.
|
|
12313
|
+
*
|
|
12277
12314
|
*/
|
|
12278
12315
|
get(...args) {
|
|
12279
12316
|
const spec = this.spec.get;
|
|
@@ -12284,7 +12321,8 @@ class SecurityGroupService {
|
|
|
12284
12321
|
return new request_js_1.Request(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
12285
12322
|
}
|
|
12286
12323
|
/**
|
|
12287
|
-
*
|
|
12324
|
+
* Retrieves a security group by its name within a specified parent.
|
|
12325
|
+
*
|
|
12288
12326
|
*/
|
|
12289
12327
|
getByName(...args) {
|
|
12290
12328
|
const spec = this.spec.getByName;
|
|
@@ -12295,7 +12333,8 @@ class SecurityGroupService {
|
|
|
12295
12333
|
return new request_js_1.Request(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
12296
12334
|
}
|
|
12297
12335
|
/**
|
|
12298
|
-
*
|
|
12336
|
+
* Lists security groups within a specified parent.
|
|
12337
|
+
*
|
|
12299
12338
|
*/
|
|
12300
12339
|
list(...args) {
|
|
12301
12340
|
const spec = this.spec.list;
|
|
@@ -12306,7 +12345,7 @@ class SecurityGroupService {
|
|
|
12306
12345
|
return new request_js_1.Request(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
12307
12346
|
}
|
|
12308
12347
|
/**
|
|
12309
|
-
* Lists security groups in a
|
|
12348
|
+
* Lists security groups in a specified network.
|
|
12310
12349
|
*
|
|
12311
12350
|
*/
|
|
12312
12351
|
listByNetwork(...args) {
|
|
@@ -12318,7 +12357,8 @@ class SecurityGroupService {
|
|
|
12318
12357
|
return new request_js_1.Request(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
12319
12358
|
}
|
|
12320
12359
|
/**
|
|
12321
|
-
*
|
|
12360
|
+
* Creates a new security group with the specified configuration.
|
|
12361
|
+
*
|
|
12322
12362
|
*/
|
|
12323
12363
|
create(...args) {
|
|
12324
12364
|
const spec = this.spec.create;
|
|
@@ -12332,7 +12372,8 @@ class SecurityGroupService {
|
|
|
12332
12372
|
return new request_js_1.Request(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
12333
12373
|
}
|
|
12334
12374
|
/**
|
|
12335
|
-
*
|
|
12375
|
+
* Updates an existing security group with new configuration parameters.
|
|
12376
|
+
*
|
|
12336
12377
|
*/
|
|
12337
12378
|
update(...args) {
|
|
12338
12379
|
const spec = this.spec.update;
|
|
@@ -12346,7 +12387,8 @@ class SecurityGroupService {
|
|
|
12346
12387
|
return new request_js_1.Request(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
12347
12388
|
}
|
|
12348
12389
|
/**
|
|
12349
|
-
*
|
|
12390
|
+
* Deletes a security group by its ID.
|
|
12391
|
+
*
|
|
12350
12392
|
*/
|
|
12351
12393
|
delete(...args) {
|
|
12352
12394
|
const spec = this.spec.delete;
|
|
@@ -13757,7 +13799,8 @@ class SecurityRuleService {
|
|
|
13757
13799
|
return new index_js_2.OperationService(this.sdk, this.addr);
|
|
13758
13800
|
}
|
|
13759
13801
|
/**
|
|
13760
|
-
*
|
|
13802
|
+
* Retrieves a security rule by its ID.
|
|
13803
|
+
*
|
|
13761
13804
|
*/
|
|
13762
13805
|
get(...args) {
|
|
13763
13806
|
const spec = this.spec.get;
|
|
@@ -13768,7 +13811,8 @@ class SecurityRuleService {
|
|
|
13768
13811
|
return new request_js_1.Request(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
13769
13812
|
}
|
|
13770
13813
|
/**
|
|
13771
|
-
*
|
|
13814
|
+
* Retrieves a security rule by its name within a specified security group.
|
|
13815
|
+
*
|
|
13772
13816
|
*/
|
|
13773
13817
|
getByName(...args) {
|
|
13774
13818
|
const spec = this.spec.getByName;
|
|
@@ -13779,7 +13823,8 @@ class SecurityRuleService {
|
|
|
13779
13823
|
return new request_js_1.Request(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
13780
13824
|
}
|
|
13781
13825
|
/**
|
|
13782
|
-
*
|
|
13826
|
+
* Lists security rules in a specified security group.
|
|
13827
|
+
*
|
|
13783
13828
|
*/
|
|
13784
13829
|
list(...args) {
|
|
13785
13830
|
const spec = this.spec.list;
|
|
@@ -13790,7 +13835,8 @@ class SecurityRuleService {
|
|
|
13790
13835
|
return new request_js_1.Request(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
13791
13836
|
}
|
|
13792
13837
|
/**
|
|
13793
|
-
*
|
|
13838
|
+
* Creates a new security rule with the specified configuration.
|
|
13839
|
+
*
|
|
13794
13840
|
*/
|
|
13795
13841
|
create(...args) {
|
|
13796
13842
|
const spec = this.spec.create;
|
|
@@ -13804,7 +13850,8 @@ class SecurityRuleService {
|
|
|
13804
13850
|
return new request_js_1.Request(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
13805
13851
|
}
|
|
13806
13852
|
/**
|
|
13807
|
-
*
|
|
13853
|
+
* Updates an existing security rule with new configuration parameters.
|
|
13854
|
+
*
|
|
13808
13855
|
*/
|
|
13809
13856
|
update(...args) {
|
|
13810
13857
|
const spec = this.spec.update;
|
|
@@ -13818,7 +13865,8 @@ class SecurityRuleService {
|
|
|
13818
13865
|
return new request_js_1.Request(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
13819
13866
|
}
|
|
13820
13867
|
/**
|
|
13821
|
-
*
|
|
13868
|
+
* Deletes a security rule by its ID.
|
|
13869
|
+
*
|
|
13822
13870
|
*/
|
|
13823
13871
|
delete(...args) {
|
|
13824
13872
|
const spec = this.spec.delete;
|
|
@@ -16184,7 +16232,8 @@ class SubnetService {
|
|
|
16184
16232
|
return new index_js_2.OperationService(this.sdk, this.addr);
|
|
16185
16233
|
}
|
|
16186
16234
|
/**
|
|
16187
|
-
*
|
|
16235
|
+
* Retrieves a subnet by its ID.
|
|
16236
|
+
*
|
|
16188
16237
|
*/
|
|
16189
16238
|
get(...args) {
|
|
16190
16239
|
const spec = this.spec.get;
|
|
@@ -16195,7 +16244,8 @@ class SubnetService {
|
|
|
16195
16244
|
return new request_js_1.Request(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
16196
16245
|
}
|
|
16197
16246
|
/**
|
|
16198
|
-
*
|
|
16247
|
+
* Retrieves a subnet by its name within a specified parent.
|
|
16248
|
+
*
|
|
16199
16249
|
*/
|
|
16200
16250
|
getByName(...args) {
|
|
16201
16251
|
const spec = this.spec.getByName;
|
|
@@ -16206,7 +16256,8 @@ class SubnetService {
|
|
|
16206
16256
|
return new request_js_1.Request(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
16207
16257
|
}
|
|
16208
16258
|
/**
|
|
16209
|
-
*
|
|
16259
|
+
* Lists subnets within a specified parent.
|
|
16260
|
+
*
|
|
16210
16261
|
*/
|
|
16211
16262
|
list(...args) {
|
|
16212
16263
|
const spec = this.spec.list;
|
|
@@ -16217,7 +16268,8 @@ class SubnetService {
|
|
|
16217
16268
|
return new request_js_1.Request(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
16218
16269
|
}
|
|
16219
16270
|
/**
|
|
16220
|
-
*
|
|
16271
|
+
* Lists subnets that belong to a specified network.
|
|
16272
|
+
*
|
|
16221
16273
|
*/
|
|
16222
16274
|
listByNetwork(...args) {
|
|
16223
16275
|
const spec = this.spec.listByNetwork;
|
|
@@ -16228,7 +16280,8 @@ class SubnetService {
|
|
|
16228
16280
|
return new request_js_1.Request(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
16229
16281
|
}
|
|
16230
16282
|
/**
|
|
16231
|
-
*
|
|
16283
|
+
* Creates a new subnet with the specified configuration.
|
|
16284
|
+
*
|
|
16232
16285
|
*/
|
|
16233
16286
|
create(...args) {
|
|
16234
16287
|
const spec = this.spec.create;
|
|
@@ -16242,7 +16295,8 @@ class SubnetService {
|
|
|
16242
16295
|
return new request_js_1.Request(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
16243
16296
|
}
|
|
16244
16297
|
/**
|
|
16245
|
-
*
|
|
16298
|
+
* Updates an existing subnet with new configuration parameters.
|
|
16299
|
+
*
|
|
16246
16300
|
*/
|
|
16247
16301
|
update(...args) {
|
|
16248
16302
|
const spec = this.spec.update;
|
|
@@ -16256,7 +16310,8 @@ class SubnetService {
|
|
|
16256
16310
|
return new request_js_1.Request(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
16257
16311
|
}
|
|
16258
16312
|
/**
|
|
16259
|
-
*
|
|
16313
|
+
* Deletes a subnet by its ID.
|
|
16314
|
+
*
|
|
16260
16315
|
*/
|
|
16261
16316
|
delete(...args) {
|
|
16262
16317
|
const spec = this.spec.delete;
|
|
@@ -17939,7 +17994,8 @@ class TargetGroupService {
|
|
|
17939
17994
|
return new index_js_2.OperationService(this.sdk, this.addr);
|
|
17940
17995
|
}
|
|
17941
17996
|
/**
|
|
17942
|
-
*
|
|
17997
|
+
* Retrieves a target group by its ID.
|
|
17998
|
+
*
|
|
17943
17999
|
*/
|
|
17944
18000
|
get(...args) {
|
|
17945
18001
|
const spec = this.spec.get;
|
|
@@ -17950,7 +18006,8 @@ class TargetGroupService {
|
|
|
17950
18006
|
return new request_js_1.Request(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
17951
18007
|
}
|
|
17952
18008
|
/**
|
|
17953
|
-
*
|
|
18009
|
+
* Updates an existing target group with new configuration parameters.
|
|
18010
|
+
*
|
|
17954
18011
|
*/
|
|
17955
18012
|
update(...args) {
|
|
17956
18013
|
const spec = this.spec.update;
|