@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
|
@@ -1318,7 +1318,8 @@ export class AllocationService {
|
|
|
1318
1318
|
return new OperationService(this.sdk, this.addr);
|
|
1319
1319
|
}
|
|
1320
1320
|
/**
|
|
1321
|
-
*
|
|
1321
|
+
* Retrieves an allocation by its ID.
|
|
1322
|
+
*
|
|
1322
1323
|
*/
|
|
1323
1324
|
get(...args) {
|
|
1324
1325
|
const spec = this.spec.get;
|
|
@@ -1329,7 +1330,8 @@ export class AllocationService {
|
|
|
1329
1330
|
return new SDKRequestClass(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
1330
1331
|
}
|
|
1331
1332
|
/**
|
|
1332
|
-
*
|
|
1333
|
+
* Retrieves an allocation by its name within a specified parent.
|
|
1334
|
+
*
|
|
1333
1335
|
*/
|
|
1334
1336
|
getByName(...args) {
|
|
1335
1337
|
const spec = this.spec.getByName;
|
|
@@ -1340,7 +1342,8 @@ export class AllocationService {
|
|
|
1340
1342
|
return new SDKRequestClass(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
1341
1343
|
}
|
|
1342
1344
|
/**
|
|
1343
|
-
*
|
|
1345
|
+
* Lists allocations within a specified parent.
|
|
1346
|
+
*
|
|
1344
1347
|
*/
|
|
1345
1348
|
list(...args) {
|
|
1346
1349
|
const spec = this.spec.list;
|
|
@@ -1351,7 +1354,8 @@ export class AllocationService {
|
|
|
1351
1354
|
return new SDKRequestClass(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
1352
1355
|
}
|
|
1353
1356
|
/**
|
|
1354
|
-
*
|
|
1357
|
+
* Lists allocations from a specified pool.
|
|
1358
|
+
*
|
|
1355
1359
|
*/
|
|
1356
1360
|
listByPool(...args) {
|
|
1357
1361
|
const spec = this.spec.listByPool;
|
|
@@ -1362,7 +1366,8 @@ export class AllocationService {
|
|
|
1362
1366
|
return new SDKRequestClass(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
1363
1367
|
}
|
|
1364
1368
|
/**
|
|
1365
|
-
*
|
|
1369
|
+
* Lists allocations available to a specified subnet, including unassigned allocations from compatible pools.
|
|
1370
|
+
*
|
|
1366
1371
|
*/
|
|
1367
1372
|
listBySubnet(...args) {
|
|
1368
1373
|
const spec = this.spec.listBySubnet;
|
|
@@ -1373,7 +1378,8 @@ export class AllocationService {
|
|
|
1373
1378
|
return new SDKRequestClass(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
1374
1379
|
}
|
|
1375
1380
|
/**
|
|
1376
|
-
*
|
|
1381
|
+
* Creates a new allocation with the specified configuration.
|
|
1382
|
+
*
|
|
1377
1383
|
*/
|
|
1378
1384
|
create(...args) {
|
|
1379
1385
|
const spec = this.spec.create;
|
|
@@ -1387,7 +1393,8 @@ export class AllocationService {
|
|
|
1387
1393
|
return new SDKRequestClass(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
1388
1394
|
}
|
|
1389
1395
|
/**
|
|
1390
|
-
*
|
|
1396
|
+
* Updates an existing allocation with new configuration parameters.
|
|
1397
|
+
*
|
|
1391
1398
|
*/
|
|
1392
1399
|
update(...args) {
|
|
1393
1400
|
const spec = this.spec.update;
|
|
@@ -1401,7 +1408,8 @@ export class AllocationService {
|
|
|
1401
1408
|
return new SDKRequestClass(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
1402
1409
|
}
|
|
1403
1410
|
/**
|
|
1404
|
-
*
|
|
1411
|
+
* Deletes an allocation by its ID.
|
|
1412
|
+
*
|
|
1405
1413
|
*/
|
|
1406
1414
|
delete(...args) {
|
|
1407
1415
|
const spec = this.spec.delete;
|
|
@@ -4053,7 +4061,8 @@ export class NetworkService {
|
|
|
4053
4061
|
return new OperationService(this.sdk, this.addr);
|
|
4054
4062
|
}
|
|
4055
4063
|
/**
|
|
4056
|
-
*
|
|
4064
|
+
* Retrieves a network by its ID.
|
|
4065
|
+
*
|
|
4057
4066
|
*/
|
|
4058
4067
|
get(...args) {
|
|
4059
4068
|
const spec = this.spec.get;
|
|
@@ -4064,7 +4073,8 @@ export class NetworkService {
|
|
|
4064
4073
|
return new SDKRequestClass(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
4065
4074
|
}
|
|
4066
4075
|
/**
|
|
4067
|
-
*
|
|
4076
|
+
* Retrieves a network by its name within a specified parent.
|
|
4077
|
+
*
|
|
4068
4078
|
*/
|
|
4069
4079
|
getByName(...args) {
|
|
4070
4080
|
const spec = this.spec.getByName;
|
|
@@ -4075,7 +4085,8 @@ export class NetworkService {
|
|
|
4075
4085
|
return new SDKRequestClass(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
4076
4086
|
}
|
|
4077
4087
|
/**
|
|
4078
|
-
*
|
|
4088
|
+
* Lists networks within a specified parent.
|
|
4089
|
+
*
|
|
4079
4090
|
*/
|
|
4080
4091
|
list(...args) {
|
|
4081
4092
|
const spec = this.spec.list;
|
|
@@ -4086,7 +4097,8 @@ export class NetworkService {
|
|
|
4086
4097
|
return new SDKRequestClass(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
4087
4098
|
}
|
|
4088
4099
|
/**
|
|
4089
|
-
*
|
|
4100
|
+
* Creates a new network with the specified configuration.
|
|
4101
|
+
*
|
|
4090
4102
|
*/
|
|
4091
4103
|
create(...args) {
|
|
4092
4104
|
const spec = this.spec.create;
|
|
@@ -4100,7 +4112,9 @@ export class NetworkService {
|
|
|
4100
4112
|
return new SDKRequestClass(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
4101
4113
|
}
|
|
4102
4114
|
/**
|
|
4103
|
-
*
|
|
4115
|
+
* Creates a default network, subnet, pools, and route table for a specified project.
|
|
4116
|
+
* Creates a default security group when that feature is enabled for the project.
|
|
4117
|
+
*
|
|
4104
4118
|
*/
|
|
4105
4119
|
createDefault(...args) {
|
|
4106
4120
|
const spec = this.spec.createDefault;
|
|
@@ -4114,7 +4128,8 @@ export class NetworkService {
|
|
|
4114
4128
|
return new SDKRequestClass(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
4115
4129
|
}
|
|
4116
4130
|
/**
|
|
4117
|
-
*
|
|
4131
|
+
* Updates an existing network with new configuration parameters.
|
|
4132
|
+
*
|
|
4118
4133
|
*/
|
|
4119
4134
|
update(...args) {
|
|
4120
4135
|
const spec = this.spec.update;
|
|
@@ -4128,7 +4143,8 @@ export class NetworkService {
|
|
|
4128
4143
|
return new SDKRequestClass(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
4129
4144
|
}
|
|
4130
4145
|
/**
|
|
4131
|
-
*
|
|
4146
|
+
* Deletes a network by its ID.
|
|
4147
|
+
*
|
|
4132
4148
|
*/
|
|
4133
4149
|
delete(...args) {
|
|
4134
4150
|
const spec = this.spec.delete;
|
|
@@ -6055,7 +6071,8 @@ export class PoolService {
|
|
|
6055
6071
|
return new OperationService(this.sdk, this.addr);
|
|
6056
6072
|
}
|
|
6057
6073
|
/**
|
|
6058
|
-
*
|
|
6074
|
+
* Retrieves a pool by its ID.
|
|
6075
|
+
*
|
|
6059
6076
|
*/
|
|
6060
6077
|
get(...args) {
|
|
6061
6078
|
const spec = this.spec.get;
|
|
@@ -6066,7 +6083,8 @@ export class PoolService {
|
|
|
6066
6083
|
return new SDKRequestClass(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
6067
6084
|
}
|
|
6068
6085
|
/**
|
|
6069
|
-
*
|
|
6086
|
+
* Retrieves a pool by its name within a specified parent.
|
|
6087
|
+
*
|
|
6070
6088
|
*/
|
|
6071
6089
|
getByName(...args) {
|
|
6072
6090
|
const spec = this.spec.getByName;
|
|
@@ -6077,7 +6095,8 @@ export class PoolService {
|
|
|
6077
6095
|
return new SDKRequestClass(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
6078
6096
|
}
|
|
6079
6097
|
/**
|
|
6080
|
-
*
|
|
6098
|
+
* Lists pools within a specified parent.
|
|
6099
|
+
*
|
|
6081
6100
|
*/
|
|
6082
6101
|
list(...args) {
|
|
6083
6102
|
const spec = this.spec.list;
|
|
@@ -6088,7 +6107,8 @@ export class PoolService {
|
|
|
6088
6107
|
return new SDKRequestClass(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
6089
6108
|
}
|
|
6090
6109
|
/**
|
|
6091
|
-
*
|
|
6110
|
+
* Lists pools that use a specified pool as their source.
|
|
6111
|
+
*
|
|
6092
6112
|
*/
|
|
6093
6113
|
listBySourcePool(...args) {
|
|
6094
6114
|
const spec = this.spec.listBySourcePool;
|
|
@@ -6099,7 +6119,8 @@ export class PoolService {
|
|
|
6099
6119
|
return new SDKRequestClass(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
6100
6120
|
}
|
|
6101
6121
|
/**
|
|
6102
|
-
*
|
|
6122
|
+
* Creates a new pool with the specified configuration.
|
|
6123
|
+
*
|
|
6103
6124
|
*/
|
|
6104
6125
|
create(...args) {
|
|
6105
6126
|
const spec = this.spec.create;
|
|
@@ -6113,7 +6134,8 @@ export class PoolService {
|
|
|
6113
6134
|
return new SDKRequestClass(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
6114
6135
|
}
|
|
6115
6136
|
/**
|
|
6116
|
-
*
|
|
6137
|
+
* Updates an existing pool with new configuration parameters.
|
|
6138
|
+
*
|
|
6117
6139
|
*/
|
|
6118
6140
|
update(...args) {
|
|
6119
6141
|
const spec = this.spec.update;
|
|
@@ -6127,7 +6149,8 @@ export class PoolService {
|
|
|
6127
6149
|
return new SDKRequestClass(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
6128
6150
|
}
|
|
6129
6151
|
/**
|
|
6130
|
-
*
|
|
6152
|
+
* Deletes a pool by its ID.
|
|
6153
|
+
*
|
|
6131
6154
|
*/
|
|
6132
6155
|
delete(...args) {
|
|
6133
6156
|
const spec = this.spec.delete;
|
|
@@ -8008,7 +8031,8 @@ export class RouteService {
|
|
|
8008
8031
|
return new OperationService(this.sdk, this.addr);
|
|
8009
8032
|
}
|
|
8010
8033
|
/**
|
|
8011
|
-
*
|
|
8034
|
+
* Retrieves a route by its ID.
|
|
8035
|
+
*
|
|
8012
8036
|
*/
|
|
8013
8037
|
get(...args) {
|
|
8014
8038
|
const spec = this.spec.get;
|
|
@@ -8019,7 +8043,8 @@ export class RouteService {
|
|
|
8019
8043
|
return new SDKRequestClass(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
8020
8044
|
}
|
|
8021
8045
|
/**
|
|
8022
|
-
*
|
|
8046
|
+
* Retrieves a route by its name within a specified route table.
|
|
8047
|
+
*
|
|
8023
8048
|
*/
|
|
8024
8049
|
getByName(...args) {
|
|
8025
8050
|
const spec = this.spec.getByName;
|
|
@@ -8030,7 +8055,8 @@ export class RouteService {
|
|
|
8030
8055
|
return new SDKRequestClass(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
8031
8056
|
}
|
|
8032
8057
|
/**
|
|
8033
|
-
*
|
|
8058
|
+
* Lists routes in a specified route table.
|
|
8059
|
+
*
|
|
8034
8060
|
*/
|
|
8035
8061
|
list(...args) {
|
|
8036
8062
|
const spec = this.spec.list;
|
|
@@ -8041,7 +8067,8 @@ export class RouteService {
|
|
|
8041
8067
|
return new SDKRequestClass(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
8042
8068
|
}
|
|
8043
8069
|
/**
|
|
8044
|
-
*
|
|
8070
|
+
* Creates a new route with the specified configuration.
|
|
8071
|
+
*
|
|
8045
8072
|
*/
|
|
8046
8073
|
create(...args) {
|
|
8047
8074
|
const spec = this.spec.create;
|
|
@@ -8055,7 +8082,8 @@ export class RouteService {
|
|
|
8055
8082
|
return new SDKRequestClass(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
8056
8083
|
}
|
|
8057
8084
|
/**
|
|
8058
|
-
*
|
|
8085
|
+
* Updates an existing route with new configuration parameters.
|
|
8086
|
+
*
|
|
8059
8087
|
*/
|
|
8060
8088
|
update(...args) {
|
|
8061
8089
|
const spec = this.spec.update;
|
|
@@ -8069,7 +8097,8 @@ export class RouteService {
|
|
|
8069
8097
|
return new SDKRequestClass(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
8070
8098
|
}
|
|
8071
8099
|
/**
|
|
8072
|
-
*
|
|
8100
|
+
* Deletes a route by its ID.
|
|
8101
|
+
*
|
|
8073
8102
|
*/
|
|
8074
8103
|
delete(...args) {
|
|
8075
8104
|
const spec = this.spec.delete;
|
|
@@ -9230,7 +9259,8 @@ export class RouteTableService {
|
|
|
9230
9259
|
return new OperationService(this.sdk, this.addr);
|
|
9231
9260
|
}
|
|
9232
9261
|
/**
|
|
9233
|
-
*
|
|
9262
|
+
* Retrieves a route table by its ID.
|
|
9263
|
+
*
|
|
9234
9264
|
*/
|
|
9235
9265
|
get(...args) {
|
|
9236
9266
|
const spec = this.spec.get;
|
|
@@ -9241,7 +9271,8 @@ export class RouteTableService {
|
|
|
9241
9271
|
return new SDKRequestClass(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
9242
9272
|
}
|
|
9243
9273
|
/**
|
|
9244
|
-
*
|
|
9274
|
+
* Retrieves a route table by its name within a specified parent.
|
|
9275
|
+
*
|
|
9245
9276
|
*/
|
|
9246
9277
|
getByName(...args) {
|
|
9247
9278
|
const spec = this.spec.getByName;
|
|
@@ -9252,7 +9283,8 @@ export class RouteTableService {
|
|
|
9252
9283
|
return new SDKRequestClass(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
9253
9284
|
}
|
|
9254
9285
|
/**
|
|
9255
|
-
*
|
|
9286
|
+
* Lists route tables within a specified parent.
|
|
9287
|
+
*
|
|
9256
9288
|
*/
|
|
9257
9289
|
list(...args) {
|
|
9258
9290
|
const spec = this.spec.list;
|
|
@@ -9263,7 +9295,8 @@ export class RouteTableService {
|
|
|
9263
9295
|
return new SDKRequestClass(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
9264
9296
|
}
|
|
9265
9297
|
/**
|
|
9266
|
-
*
|
|
9298
|
+
* Lists route tables that belong to a specified network.
|
|
9299
|
+
*
|
|
9267
9300
|
*/
|
|
9268
9301
|
listByNetwork(...args) {
|
|
9269
9302
|
const spec = this.spec.listByNetwork;
|
|
@@ -9274,7 +9307,8 @@ export class RouteTableService {
|
|
|
9274
9307
|
return new SDKRequestClass(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
9275
9308
|
}
|
|
9276
9309
|
/**
|
|
9277
|
-
*
|
|
9310
|
+
* Creates a new route table with the specified configuration.
|
|
9311
|
+
*
|
|
9278
9312
|
*/
|
|
9279
9313
|
create(...args) {
|
|
9280
9314
|
const spec = this.spec.create;
|
|
@@ -9288,7 +9322,8 @@ export class RouteTableService {
|
|
|
9288
9322
|
return new SDKRequestClass(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
9289
9323
|
}
|
|
9290
9324
|
/**
|
|
9291
|
-
*
|
|
9325
|
+
* Updates an existing route table with new configuration parameters.
|
|
9326
|
+
*
|
|
9292
9327
|
*/
|
|
9293
9328
|
update(...args) {
|
|
9294
9329
|
const spec = this.spec.update;
|
|
@@ -9302,7 +9337,8 @@ export class RouteTableService {
|
|
|
9302
9337
|
return new SDKRequestClass(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
9303
9338
|
}
|
|
9304
9339
|
/**
|
|
9305
|
-
*
|
|
9340
|
+
* Deletes a route table by its ID.
|
|
9341
|
+
*
|
|
9306
9342
|
*/
|
|
9307
9343
|
delete(...args) {
|
|
9308
9344
|
const spec = this.spec.delete;
|
|
@@ -12262,7 +12298,8 @@ export class SecurityGroupService {
|
|
|
12262
12298
|
return new OperationService(this.sdk, this.addr);
|
|
12263
12299
|
}
|
|
12264
12300
|
/**
|
|
12265
|
-
*
|
|
12301
|
+
* Retrieves a security group by its ID.
|
|
12302
|
+
*
|
|
12266
12303
|
*/
|
|
12267
12304
|
get(...args) {
|
|
12268
12305
|
const spec = this.spec.get;
|
|
@@ -12273,7 +12310,8 @@ export class SecurityGroupService {
|
|
|
12273
12310
|
return new SDKRequestClass(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
12274
12311
|
}
|
|
12275
12312
|
/**
|
|
12276
|
-
*
|
|
12313
|
+
* Retrieves a security group by its name within a specified parent.
|
|
12314
|
+
*
|
|
12277
12315
|
*/
|
|
12278
12316
|
getByName(...args) {
|
|
12279
12317
|
const spec = this.spec.getByName;
|
|
@@ -12284,7 +12322,8 @@ export class SecurityGroupService {
|
|
|
12284
12322
|
return new SDKRequestClass(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
12285
12323
|
}
|
|
12286
12324
|
/**
|
|
12287
|
-
*
|
|
12325
|
+
* Lists security groups within a specified parent.
|
|
12326
|
+
*
|
|
12288
12327
|
*/
|
|
12289
12328
|
list(...args) {
|
|
12290
12329
|
const spec = this.spec.list;
|
|
@@ -12295,7 +12334,7 @@ export class SecurityGroupService {
|
|
|
12295
12334
|
return new SDKRequestClass(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
12296
12335
|
}
|
|
12297
12336
|
/**
|
|
12298
|
-
* Lists security groups in a
|
|
12337
|
+
* Lists security groups in a specified network.
|
|
12299
12338
|
*
|
|
12300
12339
|
*/
|
|
12301
12340
|
listByNetwork(...args) {
|
|
@@ -12307,7 +12346,8 @@ export class SecurityGroupService {
|
|
|
12307
12346
|
return new SDKRequestClass(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
12308
12347
|
}
|
|
12309
12348
|
/**
|
|
12310
|
-
*
|
|
12349
|
+
* Creates a new security group with the specified configuration.
|
|
12350
|
+
*
|
|
12311
12351
|
*/
|
|
12312
12352
|
create(...args) {
|
|
12313
12353
|
const spec = this.spec.create;
|
|
@@ -12321,7 +12361,8 @@ export class SecurityGroupService {
|
|
|
12321
12361
|
return new SDKRequestClass(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
12322
12362
|
}
|
|
12323
12363
|
/**
|
|
12324
|
-
*
|
|
12364
|
+
* Updates an existing security group with new configuration parameters.
|
|
12365
|
+
*
|
|
12325
12366
|
*/
|
|
12326
12367
|
update(...args) {
|
|
12327
12368
|
const spec = this.spec.update;
|
|
@@ -12335,7 +12376,8 @@ export class SecurityGroupService {
|
|
|
12335
12376
|
return new SDKRequestClass(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
12336
12377
|
}
|
|
12337
12378
|
/**
|
|
12338
|
-
*
|
|
12379
|
+
* Deletes a security group by its ID.
|
|
12380
|
+
*
|
|
12339
12381
|
*/
|
|
12340
12382
|
delete(...args) {
|
|
12341
12383
|
const spec = this.spec.delete;
|
|
@@ -13745,7 +13787,8 @@ export class SecurityRuleService {
|
|
|
13745
13787
|
return new OperationService(this.sdk, this.addr);
|
|
13746
13788
|
}
|
|
13747
13789
|
/**
|
|
13748
|
-
*
|
|
13790
|
+
* Retrieves a security rule by its ID.
|
|
13791
|
+
*
|
|
13749
13792
|
*/
|
|
13750
13793
|
get(...args) {
|
|
13751
13794
|
const spec = this.spec.get;
|
|
@@ -13756,7 +13799,8 @@ export class SecurityRuleService {
|
|
|
13756
13799
|
return new SDKRequestClass(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
13757
13800
|
}
|
|
13758
13801
|
/**
|
|
13759
|
-
*
|
|
13802
|
+
* Retrieves a security rule by its name within a specified security group.
|
|
13803
|
+
*
|
|
13760
13804
|
*/
|
|
13761
13805
|
getByName(...args) {
|
|
13762
13806
|
const spec = this.spec.getByName;
|
|
@@ -13767,7 +13811,8 @@ export class SecurityRuleService {
|
|
|
13767
13811
|
return new SDKRequestClass(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
13768
13812
|
}
|
|
13769
13813
|
/**
|
|
13770
|
-
*
|
|
13814
|
+
* Lists security rules in a specified security group.
|
|
13815
|
+
*
|
|
13771
13816
|
*/
|
|
13772
13817
|
list(...args) {
|
|
13773
13818
|
const spec = this.spec.list;
|
|
@@ -13778,7 +13823,8 @@ export class SecurityRuleService {
|
|
|
13778
13823
|
return new SDKRequestClass(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
13779
13824
|
}
|
|
13780
13825
|
/**
|
|
13781
|
-
*
|
|
13826
|
+
* Creates a new security rule with the specified configuration.
|
|
13827
|
+
*
|
|
13782
13828
|
*/
|
|
13783
13829
|
create(...args) {
|
|
13784
13830
|
const spec = this.spec.create;
|
|
@@ -13792,7 +13838,8 @@ export class SecurityRuleService {
|
|
|
13792
13838
|
return new SDKRequestClass(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
13793
13839
|
}
|
|
13794
13840
|
/**
|
|
13795
|
-
*
|
|
13841
|
+
* Updates an existing security rule with new configuration parameters.
|
|
13842
|
+
*
|
|
13796
13843
|
*/
|
|
13797
13844
|
update(...args) {
|
|
13798
13845
|
const spec = this.spec.update;
|
|
@@ -13806,7 +13853,8 @@ export class SecurityRuleService {
|
|
|
13806
13853
|
return new SDKRequestClass(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
13807
13854
|
}
|
|
13808
13855
|
/**
|
|
13809
|
-
*
|
|
13856
|
+
* Deletes a security rule by its ID.
|
|
13857
|
+
*
|
|
13810
13858
|
*/
|
|
13811
13859
|
delete(...args) {
|
|
13812
13860
|
const spec = this.spec.delete;
|
|
@@ -16171,7 +16219,8 @@ export class SubnetService {
|
|
|
16171
16219
|
return new OperationService(this.sdk, this.addr);
|
|
16172
16220
|
}
|
|
16173
16221
|
/**
|
|
16174
|
-
*
|
|
16222
|
+
* Retrieves a subnet by its ID.
|
|
16223
|
+
*
|
|
16175
16224
|
*/
|
|
16176
16225
|
get(...args) {
|
|
16177
16226
|
const spec = this.spec.get;
|
|
@@ -16182,7 +16231,8 @@ export class SubnetService {
|
|
|
16182
16231
|
return new SDKRequestClass(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
16183
16232
|
}
|
|
16184
16233
|
/**
|
|
16185
|
-
*
|
|
16234
|
+
* Retrieves a subnet by its name within a specified parent.
|
|
16235
|
+
*
|
|
16186
16236
|
*/
|
|
16187
16237
|
getByName(...args) {
|
|
16188
16238
|
const spec = this.spec.getByName;
|
|
@@ -16193,7 +16243,8 @@ export class SubnetService {
|
|
|
16193
16243
|
return new SDKRequestClass(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
16194
16244
|
}
|
|
16195
16245
|
/**
|
|
16196
|
-
*
|
|
16246
|
+
* Lists subnets within a specified parent.
|
|
16247
|
+
*
|
|
16197
16248
|
*/
|
|
16198
16249
|
list(...args) {
|
|
16199
16250
|
const spec = this.spec.list;
|
|
@@ -16204,7 +16255,8 @@ export class SubnetService {
|
|
|
16204
16255
|
return new SDKRequestClass(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
16205
16256
|
}
|
|
16206
16257
|
/**
|
|
16207
|
-
*
|
|
16258
|
+
* Lists subnets that belong to a specified network.
|
|
16259
|
+
*
|
|
16208
16260
|
*/
|
|
16209
16261
|
listByNetwork(...args) {
|
|
16210
16262
|
const spec = this.spec.listByNetwork;
|
|
@@ -16215,7 +16267,8 @@ export class SubnetService {
|
|
|
16215
16267
|
return new SDKRequestClass(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
16216
16268
|
}
|
|
16217
16269
|
/**
|
|
16218
|
-
*
|
|
16270
|
+
* Creates a new subnet with the specified configuration.
|
|
16271
|
+
*
|
|
16219
16272
|
*/
|
|
16220
16273
|
create(...args) {
|
|
16221
16274
|
const spec = this.spec.create;
|
|
@@ -16229,7 +16282,8 @@ export class SubnetService {
|
|
|
16229
16282
|
return new SDKRequestClass(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
16230
16283
|
}
|
|
16231
16284
|
/**
|
|
16232
|
-
*
|
|
16285
|
+
* Updates an existing subnet with new configuration parameters.
|
|
16286
|
+
*
|
|
16233
16287
|
*/
|
|
16234
16288
|
update(...args) {
|
|
16235
16289
|
const spec = this.spec.update;
|
|
@@ -16243,7 +16297,8 @@ export class SubnetService {
|
|
|
16243
16297
|
return new SDKRequestClass(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
16244
16298
|
}
|
|
16245
16299
|
/**
|
|
16246
|
-
*
|
|
16300
|
+
* Deletes a subnet by its ID.
|
|
16301
|
+
*
|
|
16247
16302
|
*/
|
|
16248
16303
|
delete(...args) {
|
|
16249
16304
|
const spec = this.spec.delete;
|
|
@@ -17925,7 +17980,8 @@ export class TargetGroupService {
|
|
|
17925
17980
|
return new OperationService(this.sdk, this.addr);
|
|
17926
17981
|
}
|
|
17927
17982
|
/**
|
|
17928
|
-
*
|
|
17983
|
+
* Retrieves a target group by its ID.
|
|
17984
|
+
*
|
|
17929
17985
|
*/
|
|
17930
17986
|
get(...args) {
|
|
17931
17987
|
const spec = this.spec.get;
|
|
@@ -17936,7 +17992,8 @@ export class TargetGroupService {
|
|
|
17936
17992
|
return new SDKRequestClass(this.sdk, spec, this.addr, deserialize, request, metadata, options);
|
|
17937
17993
|
}
|
|
17938
17994
|
/**
|
|
17939
|
-
*
|
|
17995
|
+
* Updates an existing target group with new configuration parameters.
|
|
17996
|
+
*
|
|
17940
17997
|
*/
|
|
17941
17998
|
update(...args) {
|
|
17942
17999
|
const spec = this.spec.update;
|