@azure/arm-peering 2.1.1-alpha.20250718.1 → 2.1.1-alpha.20250721.1
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/browser/models/mappers.js +156 -72
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/operations/cdnPeeringPrefixes.js +23 -40
- package/dist/browser/operations/cdnPeeringPrefixes.js.map +1 -1
- package/dist/browser/operations/connectionMonitorTests.js +23 -40
- package/dist/browser/operations/connectionMonitorTests.js.map +1 -1
- package/dist/browser/operations/legacyPeerings.js +23 -40
- package/dist/browser/operations/legacyPeerings.js.map +1 -1
- package/dist/browser/operations/lookingGlass.js +1 -0
- package/dist/browser/operations/lookingGlass.js.map +1 -1
- package/dist/browser/operations/operations.js +23 -40
- package/dist/browser/operations/operations.js.map +1 -1
- package/dist/browser/operations/peerAsns.js +23 -40
- package/dist/browser/operations/peerAsns.js.map +1 -1
- package/dist/browser/operations/peeringLocations.js +23 -40
- package/dist/browser/operations/peeringLocations.js.map +1 -1
- package/dist/browser/operations/peeringServiceCountries.js +23 -40
- package/dist/browser/operations/peeringServiceCountries.js.map +1 -1
- package/dist/browser/operations/peeringServiceLocations.js +23 -40
- package/dist/browser/operations/peeringServiceLocations.js.map +1 -1
- package/dist/browser/operations/peeringServiceProviders.js +23 -40
- package/dist/browser/operations/peeringServiceProviders.js.map +1 -1
- package/dist/browser/operations/peeringServices.js +45 -79
- package/dist/browser/operations/peeringServices.js.map +1 -1
- package/dist/browser/operations/peerings.js +45 -79
- package/dist/browser/operations/peerings.js.map +1 -1
- package/dist/browser/operations/prefixes.js +23 -40
- package/dist/browser/operations/prefixes.js.map +1 -1
- package/dist/browser/operations/receivedRoutes.js +23 -40
- package/dist/browser/operations/receivedRoutes.js.map +1 -1
- package/dist/browser/operations/registeredAsns.js +23 -40
- package/dist/browser/operations/registeredAsns.js.map +1 -1
- package/dist/browser/operations/registeredPrefixes.js +23 -40
- package/dist/browser/operations/registeredPrefixes.js.map +1 -1
- package/dist/browser/pagingHelper.js +2 -4
- package/dist/browser/pagingHelper.js.map +1 -1
- package/dist/browser/peeringManagementClient.js +29 -5
- package/dist/browser/peeringManagementClient.js.map +1 -1
- package/dist/commonjs/models/mappers.js +156 -72
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/operations/cdnPeeringPrefixes.js +23 -39
- package/dist/commonjs/operations/cdnPeeringPrefixes.js.map +1 -1
- package/dist/commonjs/operations/connectionMonitorTests.js +23 -39
- package/dist/commonjs/operations/connectionMonitorTests.js.map +1 -1
- package/dist/commonjs/operations/legacyPeerings.js +23 -39
- package/dist/commonjs/operations/legacyPeerings.js.map +1 -1
- package/dist/commonjs/operations/lookingGlass.js +1 -0
- package/dist/commonjs/operations/lookingGlass.js.map +1 -1
- package/dist/commonjs/operations/operations.js +23 -39
- package/dist/commonjs/operations/operations.js.map +1 -1
- package/dist/commonjs/operations/peerAsns.js +23 -39
- package/dist/commonjs/operations/peerAsns.js.map +1 -1
- package/dist/commonjs/operations/peeringLocations.js +23 -39
- package/dist/commonjs/operations/peeringLocations.js.map +1 -1
- package/dist/commonjs/operations/peeringServiceCountries.js +23 -39
- package/dist/commonjs/operations/peeringServiceCountries.js.map +1 -1
- package/dist/commonjs/operations/peeringServiceLocations.js +23 -39
- package/dist/commonjs/operations/peeringServiceLocations.js.map +1 -1
- package/dist/commonjs/operations/peeringServiceProviders.js +23 -39
- package/dist/commonjs/operations/peeringServiceProviders.js.map +1 -1
- package/dist/commonjs/operations/peeringServices.js +45 -78
- package/dist/commonjs/operations/peeringServices.js.map +1 -1
- package/dist/commonjs/operations/peerings.js +45 -78
- package/dist/commonjs/operations/peerings.js.map +1 -1
- package/dist/commonjs/operations/prefixes.js +23 -39
- package/dist/commonjs/operations/prefixes.js.map +1 -1
- package/dist/commonjs/operations/receivedRoutes.js +23 -39
- package/dist/commonjs/operations/receivedRoutes.js.map +1 -1
- package/dist/commonjs/operations/registeredAsns.js +23 -39
- package/dist/commonjs/operations/registeredAsns.js.map +1 -1
- package/dist/commonjs/operations/registeredPrefixes.js +23 -39
- package/dist/commonjs/operations/registeredPrefixes.js.map +1 -1
- package/dist/commonjs/pagingHelper.js +2 -4
- package/dist/commonjs/pagingHelper.js.map +1 -1
- package/dist/commonjs/peeringManagementClient.js +29 -5
- package/dist/commonjs/peeringManagementClient.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +11 -11
- package/dist/esm/models/mappers.js +156 -72
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/operations/cdnPeeringPrefixes.js +23 -40
- package/dist/esm/operations/cdnPeeringPrefixes.js.map +1 -1
- package/dist/esm/operations/connectionMonitorTests.js +23 -40
- package/dist/esm/operations/connectionMonitorTests.js.map +1 -1
- package/dist/esm/operations/legacyPeerings.js +23 -40
- package/dist/esm/operations/legacyPeerings.js.map +1 -1
- package/dist/esm/operations/lookingGlass.js +1 -0
- package/dist/esm/operations/lookingGlass.js.map +1 -1
- package/dist/esm/operations/operations.js +23 -40
- package/dist/esm/operations/operations.js.map +1 -1
- package/dist/esm/operations/peerAsns.js +23 -40
- package/dist/esm/operations/peerAsns.js.map +1 -1
- package/dist/esm/operations/peeringLocations.js +23 -40
- package/dist/esm/operations/peeringLocations.js.map +1 -1
- package/dist/esm/operations/peeringServiceCountries.js +23 -40
- package/dist/esm/operations/peeringServiceCountries.js.map +1 -1
- package/dist/esm/operations/peeringServiceLocations.js +23 -40
- package/dist/esm/operations/peeringServiceLocations.js.map +1 -1
- package/dist/esm/operations/peeringServiceProviders.js +23 -40
- package/dist/esm/operations/peeringServiceProviders.js.map +1 -1
- package/dist/esm/operations/peeringServices.js +45 -79
- package/dist/esm/operations/peeringServices.js.map +1 -1
- package/dist/esm/operations/peerings.js +45 -79
- package/dist/esm/operations/peerings.js.map +1 -1
- package/dist/esm/operations/prefixes.js +23 -40
- package/dist/esm/operations/prefixes.js.map +1 -1
- package/dist/esm/operations/receivedRoutes.js +23 -40
- package/dist/esm/operations/receivedRoutes.js.map +1 -1
- package/dist/esm/operations/registeredAsns.js +23 -40
- package/dist/esm/operations/registeredAsns.js.map +1 -1
- package/dist/esm/operations/registeredPrefixes.js +23 -40
- package/dist/esm/operations/registeredPrefixes.js.map +1 -1
- package/dist/esm/pagingHelper.js +2 -4
- package/dist/esm/pagingHelper.js.map +1 -1
- package/dist/esm/peeringManagementClient.js +29 -5
- package/dist/esm/peeringManagementClient.js.map +1 -1
- package/dist/react-native/models/mappers.js +156 -72
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/operations/cdnPeeringPrefixes.js +23 -40
- package/dist/react-native/operations/cdnPeeringPrefixes.js.map +1 -1
- package/dist/react-native/operations/connectionMonitorTests.js +23 -40
- package/dist/react-native/operations/connectionMonitorTests.js.map +1 -1
- package/dist/react-native/operations/legacyPeerings.js +23 -40
- package/dist/react-native/operations/legacyPeerings.js.map +1 -1
- package/dist/react-native/operations/lookingGlass.js +1 -0
- package/dist/react-native/operations/lookingGlass.js.map +1 -1
- package/dist/react-native/operations/operations.js +23 -40
- package/dist/react-native/operations/operations.js.map +1 -1
- package/dist/react-native/operations/peerAsns.js +23 -40
- package/dist/react-native/operations/peerAsns.js.map +1 -1
- package/dist/react-native/operations/peeringLocations.js +23 -40
- package/dist/react-native/operations/peeringLocations.js.map +1 -1
- package/dist/react-native/operations/peeringServiceCountries.js +23 -40
- package/dist/react-native/operations/peeringServiceCountries.js.map +1 -1
- package/dist/react-native/operations/peeringServiceLocations.js +23 -40
- package/dist/react-native/operations/peeringServiceLocations.js.map +1 -1
- package/dist/react-native/operations/peeringServiceProviders.js +23 -40
- package/dist/react-native/operations/peeringServiceProviders.js.map +1 -1
- package/dist/react-native/operations/peeringServices.js +45 -79
- package/dist/react-native/operations/peeringServices.js.map +1 -1
- package/dist/react-native/operations/peerings.js +45 -79
- package/dist/react-native/operations/peerings.js.map +1 -1
- package/dist/react-native/operations/prefixes.js +23 -40
- package/dist/react-native/operations/prefixes.js.map +1 -1
- package/dist/react-native/operations/receivedRoutes.js +23 -40
- package/dist/react-native/operations/receivedRoutes.js.map +1 -1
- package/dist/react-native/operations/registeredAsns.js +23 -40
- package/dist/react-native/operations/registeredAsns.js.map +1 -1
- package/dist/react-native/operations/registeredPrefixes.js +23 -40
- package/dist/react-native/operations/registeredPrefixes.js.map +1 -1
- package/dist/react-native/pagingHelper.js +2 -4
- package/dist/react-native/pagingHelper.js.map +1 -1
- package/dist/react-native/peeringManagementClient.js +29 -5
- package/dist/react-native/peeringManagementClient.js.map +1 -1
- package/package.json +2 -2
- package/review/arm-peering-node.api.md +1242 -1242
|
@@ -1321,103 +1321,123 @@ exports.CdnPeeringPrefix = {
|
|
|
1321
1321
|
type: {
|
|
1322
1322
|
name: "Composite",
|
|
1323
1323
|
className: "CdnPeeringPrefix",
|
|
1324
|
-
modelProperties:
|
|
1324
|
+
modelProperties: {
|
|
1325
|
+
...exports.Resource.type.modelProperties,
|
|
1326
|
+
prefix: {
|
|
1325
1327
|
serializedName: "properties.prefix",
|
|
1326
1328
|
readOnly: true,
|
|
1327
1329
|
type: {
|
|
1328
1330
|
name: "String"
|
|
1329
1331
|
}
|
|
1330
|
-
},
|
|
1332
|
+
},
|
|
1333
|
+
azureRegion: {
|
|
1331
1334
|
serializedName: "properties.azureRegion",
|
|
1332
1335
|
readOnly: true,
|
|
1333
1336
|
type: {
|
|
1334
1337
|
name: "String"
|
|
1335
1338
|
}
|
|
1336
|
-
},
|
|
1339
|
+
},
|
|
1340
|
+
azureService: {
|
|
1337
1341
|
serializedName: "properties.azureService",
|
|
1338
1342
|
readOnly: true,
|
|
1339
1343
|
type: {
|
|
1340
1344
|
name: "String"
|
|
1341
1345
|
}
|
|
1342
|
-
},
|
|
1346
|
+
},
|
|
1347
|
+
isPrimaryRegion: {
|
|
1343
1348
|
serializedName: "properties.isPrimaryRegion",
|
|
1344
1349
|
readOnly: true,
|
|
1345
1350
|
type: {
|
|
1346
1351
|
name: "Boolean"
|
|
1347
1352
|
}
|
|
1348
|
-
},
|
|
1353
|
+
},
|
|
1354
|
+
bgpCommunity: {
|
|
1349
1355
|
serializedName: "properties.bgpCommunity",
|
|
1350
1356
|
readOnly: true,
|
|
1351
1357
|
type: {
|
|
1352
1358
|
name: "String"
|
|
1353
1359
|
}
|
|
1354
|
-
}
|
|
1360
|
+
}
|
|
1361
|
+
}
|
|
1355
1362
|
}
|
|
1356
1363
|
};
|
|
1357
1364
|
exports.Peering = {
|
|
1358
1365
|
type: {
|
|
1359
1366
|
name: "Composite",
|
|
1360
1367
|
className: "Peering",
|
|
1361
|
-
modelProperties:
|
|
1368
|
+
modelProperties: {
|
|
1369
|
+
...exports.Resource.type.modelProperties,
|
|
1370
|
+
sku: {
|
|
1362
1371
|
serializedName: "sku",
|
|
1363
1372
|
type: {
|
|
1364
1373
|
name: "Composite",
|
|
1365
1374
|
className: "PeeringSku"
|
|
1366
1375
|
}
|
|
1367
|
-
},
|
|
1376
|
+
},
|
|
1377
|
+
kind: {
|
|
1368
1378
|
serializedName: "kind",
|
|
1369
1379
|
required: true,
|
|
1370
1380
|
type: {
|
|
1371
1381
|
name: "String"
|
|
1372
1382
|
}
|
|
1373
|
-
},
|
|
1383
|
+
},
|
|
1384
|
+
location: {
|
|
1374
1385
|
serializedName: "location",
|
|
1375
1386
|
required: true,
|
|
1376
1387
|
type: {
|
|
1377
1388
|
name: "String"
|
|
1378
1389
|
}
|
|
1379
|
-
},
|
|
1390
|
+
},
|
|
1391
|
+
tags: {
|
|
1380
1392
|
serializedName: "tags",
|
|
1381
1393
|
type: {
|
|
1382
1394
|
name: "Dictionary",
|
|
1383
1395
|
value: { type: { name: "String" } }
|
|
1384
1396
|
}
|
|
1385
|
-
},
|
|
1397
|
+
},
|
|
1398
|
+
direct: {
|
|
1386
1399
|
serializedName: "properties.direct",
|
|
1387
1400
|
type: {
|
|
1388
1401
|
name: "Composite",
|
|
1389
1402
|
className: "PeeringPropertiesDirect"
|
|
1390
1403
|
}
|
|
1391
|
-
},
|
|
1404
|
+
},
|
|
1405
|
+
exchange: {
|
|
1392
1406
|
serializedName: "properties.exchange",
|
|
1393
1407
|
type: {
|
|
1394
1408
|
name: "Composite",
|
|
1395
1409
|
className: "PeeringPropertiesExchange"
|
|
1396
1410
|
}
|
|
1397
|
-
},
|
|
1411
|
+
},
|
|
1412
|
+
peeringLocation: {
|
|
1398
1413
|
serializedName: "properties.peeringLocation",
|
|
1399
1414
|
type: {
|
|
1400
1415
|
name: "String"
|
|
1401
1416
|
}
|
|
1402
|
-
},
|
|
1417
|
+
},
|
|
1418
|
+
provisioningState: {
|
|
1403
1419
|
serializedName: "properties.provisioningState",
|
|
1404
1420
|
readOnly: true,
|
|
1405
1421
|
type: {
|
|
1406
1422
|
name: "String"
|
|
1407
1423
|
}
|
|
1408
|
-
}
|
|
1424
|
+
}
|
|
1425
|
+
}
|
|
1409
1426
|
}
|
|
1410
1427
|
};
|
|
1411
1428
|
exports.PeerAsn = {
|
|
1412
1429
|
type: {
|
|
1413
1430
|
name: "Composite",
|
|
1414
1431
|
className: "PeerAsn",
|
|
1415
|
-
modelProperties:
|
|
1432
|
+
modelProperties: {
|
|
1433
|
+
...exports.Resource.type.modelProperties,
|
|
1434
|
+
peerAsn: {
|
|
1416
1435
|
serializedName: "properties.peerAsn",
|
|
1417
1436
|
type: {
|
|
1418
1437
|
name: "Number"
|
|
1419
1438
|
}
|
|
1420
|
-
},
|
|
1439
|
+
},
|
|
1440
|
+
peerContactDetail: {
|
|
1421
1441
|
serializedName: "properties.peerContactDetail",
|
|
1422
1442
|
type: {
|
|
1423
1443
|
name: "Sequence",
|
|
@@ -1428,156 +1448,187 @@ exports.PeerAsn = {
|
|
|
1428
1448
|
}
|
|
1429
1449
|
}
|
|
1430
1450
|
}
|
|
1431
|
-
},
|
|
1451
|
+
},
|
|
1452
|
+
peerName: {
|
|
1432
1453
|
serializedName: "properties.peerName",
|
|
1433
1454
|
type: {
|
|
1434
1455
|
name: "String"
|
|
1435
1456
|
}
|
|
1436
|
-
},
|
|
1457
|
+
},
|
|
1458
|
+
validationState: {
|
|
1437
1459
|
serializedName: "properties.validationState",
|
|
1438
1460
|
readOnly: true,
|
|
1439
1461
|
type: {
|
|
1440
1462
|
name: "String"
|
|
1441
1463
|
}
|
|
1442
|
-
},
|
|
1464
|
+
},
|
|
1465
|
+
errorMessage: {
|
|
1443
1466
|
serializedName: "properties.errorMessage",
|
|
1444
1467
|
readOnly: true,
|
|
1445
1468
|
type: {
|
|
1446
1469
|
name: "String"
|
|
1447
1470
|
}
|
|
1448
|
-
}
|
|
1471
|
+
}
|
|
1472
|
+
}
|
|
1449
1473
|
}
|
|
1450
1474
|
};
|
|
1451
1475
|
exports.PeeringLocation = {
|
|
1452
1476
|
type: {
|
|
1453
1477
|
name: "Composite",
|
|
1454
1478
|
className: "PeeringLocation",
|
|
1455
|
-
modelProperties:
|
|
1479
|
+
modelProperties: {
|
|
1480
|
+
...exports.Resource.type.modelProperties,
|
|
1481
|
+
kind: {
|
|
1456
1482
|
serializedName: "kind",
|
|
1457
1483
|
type: {
|
|
1458
1484
|
name: "String"
|
|
1459
1485
|
}
|
|
1460
|
-
},
|
|
1486
|
+
},
|
|
1487
|
+
direct: {
|
|
1461
1488
|
serializedName: "properties.direct",
|
|
1462
1489
|
type: {
|
|
1463
1490
|
name: "Composite",
|
|
1464
1491
|
className: "PeeringLocationPropertiesDirect"
|
|
1465
1492
|
}
|
|
1466
|
-
},
|
|
1493
|
+
},
|
|
1494
|
+
exchange: {
|
|
1467
1495
|
serializedName: "properties.exchange",
|
|
1468
1496
|
type: {
|
|
1469
1497
|
name: "Composite",
|
|
1470
1498
|
className: "PeeringLocationPropertiesExchange"
|
|
1471
1499
|
}
|
|
1472
|
-
},
|
|
1500
|
+
},
|
|
1501
|
+
peeringLocation: {
|
|
1473
1502
|
serializedName: "properties.peeringLocation",
|
|
1474
1503
|
type: {
|
|
1475
1504
|
name: "String"
|
|
1476
1505
|
}
|
|
1477
|
-
},
|
|
1506
|
+
},
|
|
1507
|
+
country: {
|
|
1478
1508
|
serializedName: "properties.country",
|
|
1479
1509
|
type: {
|
|
1480
1510
|
name: "String"
|
|
1481
1511
|
}
|
|
1482
|
-
},
|
|
1512
|
+
},
|
|
1513
|
+
azureRegion: {
|
|
1483
1514
|
serializedName: "properties.azureRegion",
|
|
1484
1515
|
type: {
|
|
1485
1516
|
name: "String"
|
|
1486
1517
|
}
|
|
1487
|
-
}
|
|
1518
|
+
}
|
|
1519
|
+
}
|
|
1488
1520
|
}
|
|
1489
1521
|
};
|
|
1490
1522
|
exports.PeeringRegisteredAsn = {
|
|
1491
1523
|
type: {
|
|
1492
1524
|
name: "Composite",
|
|
1493
1525
|
className: "PeeringRegisteredAsn",
|
|
1494
|
-
modelProperties:
|
|
1526
|
+
modelProperties: {
|
|
1527
|
+
...exports.Resource.type.modelProperties,
|
|
1528
|
+
asn: {
|
|
1495
1529
|
serializedName: "properties.asn",
|
|
1496
1530
|
type: {
|
|
1497
1531
|
name: "Number"
|
|
1498
1532
|
}
|
|
1499
|
-
},
|
|
1533
|
+
},
|
|
1534
|
+
peeringServicePrefixKey: {
|
|
1500
1535
|
serializedName: "properties.peeringServicePrefixKey",
|
|
1501
1536
|
readOnly: true,
|
|
1502
1537
|
type: {
|
|
1503
1538
|
name: "String"
|
|
1504
1539
|
}
|
|
1505
|
-
},
|
|
1540
|
+
},
|
|
1541
|
+
provisioningState: {
|
|
1506
1542
|
serializedName: "properties.provisioningState",
|
|
1507
1543
|
readOnly: true,
|
|
1508
1544
|
type: {
|
|
1509
1545
|
name: "String"
|
|
1510
1546
|
}
|
|
1511
|
-
}
|
|
1547
|
+
}
|
|
1548
|
+
}
|
|
1512
1549
|
}
|
|
1513
1550
|
};
|
|
1514
1551
|
exports.PeeringRegisteredPrefix = {
|
|
1515
1552
|
type: {
|
|
1516
1553
|
name: "Composite",
|
|
1517
1554
|
className: "PeeringRegisteredPrefix",
|
|
1518
|
-
modelProperties:
|
|
1555
|
+
modelProperties: {
|
|
1556
|
+
...exports.Resource.type.modelProperties,
|
|
1557
|
+
prefix: {
|
|
1519
1558
|
serializedName: "properties.prefix",
|
|
1520
1559
|
type: {
|
|
1521
1560
|
name: "String"
|
|
1522
1561
|
}
|
|
1523
|
-
},
|
|
1562
|
+
},
|
|
1563
|
+
prefixValidationState: {
|
|
1524
1564
|
serializedName: "properties.prefixValidationState",
|
|
1525
1565
|
readOnly: true,
|
|
1526
1566
|
type: {
|
|
1527
1567
|
name: "String"
|
|
1528
1568
|
}
|
|
1529
|
-
},
|
|
1569
|
+
},
|
|
1570
|
+
peeringServicePrefixKey: {
|
|
1530
1571
|
serializedName: "properties.peeringServicePrefixKey",
|
|
1531
1572
|
readOnly: true,
|
|
1532
1573
|
type: {
|
|
1533
1574
|
name: "String"
|
|
1534
1575
|
}
|
|
1535
|
-
},
|
|
1576
|
+
},
|
|
1577
|
+
errorMessage: {
|
|
1536
1578
|
serializedName: "properties.errorMessage",
|
|
1537
1579
|
readOnly: true,
|
|
1538
1580
|
type: {
|
|
1539
1581
|
name: "String"
|
|
1540
1582
|
}
|
|
1541
|
-
},
|
|
1583
|
+
},
|
|
1584
|
+
provisioningState: {
|
|
1542
1585
|
serializedName: "properties.provisioningState",
|
|
1543
1586
|
readOnly: true,
|
|
1544
1587
|
type: {
|
|
1545
1588
|
name: "String"
|
|
1546
1589
|
}
|
|
1547
|
-
}
|
|
1590
|
+
}
|
|
1591
|
+
}
|
|
1548
1592
|
}
|
|
1549
1593
|
};
|
|
1550
1594
|
exports.ConnectionMonitorTest = {
|
|
1551
1595
|
type: {
|
|
1552
1596
|
name: "Composite",
|
|
1553
1597
|
className: "ConnectionMonitorTest",
|
|
1554
|
-
modelProperties:
|
|
1598
|
+
modelProperties: {
|
|
1599
|
+
...exports.Resource.type.modelProperties,
|
|
1600
|
+
sourceAgent: {
|
|
1555
1601
|
serializedName: "properties.sourceAgent",
|
|
1556
1602
|
type: {
|
|
1557
1603
|
name: "String"
|
|
1558
1604
|
}
|
|
1559
|
-
},
|
|
1605
|
+
},
|
|
1606
|
+
destination: {
|
|
1560
1607
|
serializedName: "properties.destination",
|
|
1561
1608
|
type: {
|
|
1562
1609
|
name: "String"
|
|
1563
1610
|
}
|
|
1564
|
-
},
|
|
1611
|
+
},
|
|
1612
|
+
destinationPort: {
|
|
1565
1613
|
serializedName: "properties.destinationPort",
|
|
1566
1614
|
type: {
|
|
1567
1615
|
name: "Number"
|
|
1568
1616
|
}
|
|
1569
|
-
},
|
|
1617
|
+
},
|
|
1618
|
+
testFrequencyInSec: {
|
|
1570
1619
|
serializedName: "properties.testFrequencyInSec",
|
|
1571
1620
|
type: {
|
|
1572
1621
|
name: "Number"
|
|
1573
1622
|
}
|
|
1574
|
-
},
|
|
1623
|
+
},
|
|
1624
|
+
isTestSuccessful: {
|
|
1575
1625
|
serializedName: "properties.isTestSuccessful",
|
|
1576
1626
|
readOnly: true,
|
|
1577
1627
|
type: {
|
|
1578
1628
|
name: "Boolean"
|
|
1579
1629
|
}
|
|
1580
|
-
},
|
|
1630
|
+
},
|
|
1631
|
+
path: {
|
|
1581
1632
|
serializedName: "properties.path",
|
|
1582
1633
|
readOnly: true,
|
|
1583
1634
|
type: {
|
|
@@ -1588,72 +1639,87 @@ exports.ConnectionMonitorTest = {
|
|
|
1588
1639
|
}
|
|
1589
1640
|
}
|
|
1590
1641
|
}
|
|
1591
|
-
},
|
|
1642
|
+
},
|
|
1643
|
+
provisioningState: {
|
|
1592
1644
|
serializedName: "properties.provisioningState",
|
|
1593
1645
|
readOnly: true,
|
|
1594
1646
|
type: {
|
|
1595
1647
|
name: "String"
|
|
1596
1648
|
}
|
|
1597
|
-
}
|
|
1649
|
+
}
|
|
1650
|
+
}
|
|
1598
1651
|
}
|
|
1599
1652
|
};
|
|
1600
1653
|
exports.PeeringServiceCountry = {
|
|
1601
1654
|
type: {
|
|
1602
1655
|
name: "Composite",
|
|
1603
1656
|
className: "PeeringServiceCountry",
|
|
1604
|
-
modelProperties:
|
|
1657
|
+
modelProperties: {
|
|
1658
|
+
...exports.Resource.type.modelProperties
|
|
1659
|
+
}
|
|
1605
1660
|
}
|
|
1606
1661
|
};
|
|
1607
1662
|
exports.PeeringServiceLocation = {
|
|
1608
1663
|
type: {
|
|
1609
1664
|
name: "Composite",
|
|
1610
1665
|
className: "PeeringServiceLocation",
|
|
1611
|
-
modelProperties:
|
|
1666
|
+
modelProperties: {
|
|
1667
|
+
...exports.Resource.type.modelProperties,
|
|
1668
|
+
country: {
|
|
1612
1669
|
serializedName: "properties.country",
|
|
1613
1670
|
type: {
|
|
1614
1671
|
name: "String"
|
|
1615
1672
|
}
|
|
1616
|
-
},
|
|
1673
|
+
},
|
|
1674
|
+
state: {
|
|
1617
1675
|
serializedName: "properties.state",
|
|
1618
1676
|
type: {
|
|
1619
1677
|
name: "String"
|
|
1620
1678
|
}
|
|
1621
|
-
},
|
|
1679
|
+
},
|
|
1680
|
+
azureRegion: {
|
|
1622
1681
|
serializedName: "properties.azureRegion",
|
|
1623
1682
|
type: {
|
|
1624
1683
|
name: "String"
|
|
1625
1684
|
}
|
|
1626
|
-
}
|
|
1685
|
+
}
|
|
1686
|
+
}
|
|
1627
1687
|
}
|
|
1628
1688
|
};
|
|
1629
1689
|
exports.PeeringServicePrefix = {
|
|
1630
1690
|
type: {
|
|
1631
1691
|
name: "Composite",
|
|
1632
1692
|
className: "PeeringServicePrefix",
|
|
1633
|
-
modelProperties:
|
|
1693
|
+
modelProperties: {
|
|
1694
|
+
...exports.Resource.type.modelProperties,
|
|
1695
|
+
prefix: {
|
|
1634
1696
|
serializedName: "properties.prefix",
|
|
1635
1697
|
type: {
|
|
1636
1698
|
name: "String"
|
|
1637
1699
|
}
|
|
1638
|
-
},
|
|
1700
|
+
},
|
|
1701
|
+
prefixValidationState: {
|
|
1639
1702
|
serializedName: "properties.prefixValidationState",
|
|
1640
1703
|
readOnly: true,
|
|
1641
1704
|
type: {
|
|
1642
1705
|
name: "String"
|
|
1643
1706
|
}
|
|
1644
|
-
},
|
|
1707
|
+
},
|
|
1708
|
+
learnedType: {
|
|
1645
1709
|
serializedName: "properties.learnedType",
|
|
1646
1710
|
readOnly: true,
|
|
1647
1711
|
type: {
|
|
1648
1712
|
name: "String"
|
|
1649
1713
|
}
|
|
1650
|
-
},
|
|
1714
|
+
},
|
|
1715
|
+
errorMessage: {
|
|
1651
1716
|
serializedName: "properties.errorMessage",
|
|
1652
1717
|
readOnly: true,
|
|
1653
1718
|
type: {
|
|
1654
1719
|
name: "String"
|
|
1655
1720
|
}
|
|
1656
|
-
},
|
|
1721
|
+
},
|
|
1722
|
+
events: {
|
|
1657
1723
|
serializedName: "properties.events",
|
|
1658
1724
|
readOnly: true,
|
|
1659
1725
|
type: {
|
|
@@ -1665,30 +1731,36 @@ exports.PeeringServicePrefix = {
|
|
|
1665
1731
|
}
|
|
1666
1732
|
}
|
|
1667
1733
|
}
|
|
1668
|
-
},
|
|
1734
|
+
},
|
|
1735
|
+
peeringServicePrefixKey: {
|
|
1669
1736
|
serializedName: "properties.peeringServicePrefixKey",
|
|
1670
1737
|
type: {
|
|
1671
1738
|
name: "String"
|
|
1672
1739
|
}
|
|
1673
|
-
},
|
|
1740
|
+
},
|
|
1741
|
+
provisioningState: {
|
|
1674
1742
|
serializedName: "properties.provisioningState",
|
|
1675
1743
|
readOnly: true,
|
|
1676
1744
|
type: {
|
|
1677
1745
|
name: "String"
|
|
1678
1746
|
}
|
|
1679
|
-
}
|
|
1747
|
+
}
|
|
1748
|
+
}
|
|
1680
1749
|
}
|
|
1681
1750
|
};
|
|
1682
1751
|
exports.PeeringServiceProvider = {
|
|
1683
1752
|
type: {
|
|
1684
1753
|
name: "Composite",
|
|
1685
1754
|
className: "PeeringServiceProvider",
|
|
1686
|
-
modelProperties:
|
|
1755
|
+
modelProperties: {
|
|
1756
|
+
...exports.Resource.type.modelProperties,
|
|
1757
|
+
serviceProviderName: {
|
|
1687
1758
|
serializedName: "properties.serviceProviderName",
|
|
1688
1759
|
type: {
|
|
1689
1760
|
name: "String"
|
|
1690
1761
|
}
|
|
1691
|
-
},
|
|
1762
|
+
},
|
|
1763
|
+
peeringLocations: {
|
|
1692
1764
|
serializedName: "properties.peeringLocations",
|
|
1693
1765
|
type: {
|
|
1694
1766
|
name: "Sequence",
|
|
@@ -1698,64 +1770,76 @@ exports.PeeringServiceProvider = {
|
|
|
1698
1770
|
}
|
|
1699
1771
|
}
|
|
1700
1772
|
}
|
|
1701
|
-
}
|
|
1773
|
+
}
|
|
1774
|
+
}
|
|
1702
1775
|
}
|
|
1703
1776
|
};
|
|
1704
1777
|
exports.PeeringService = {
|
|
1705
1778
|
type: {
|
|
1706
1779
|
name: "Composite",
|
|
1707
1780
|
className: "PeeringService",
|
|
1708
|
-
modelProperties:
|
|
1781
|
+
modelProperties: {
|
|
1782
|
+
...exports.Resource.type.modelProperties,
|
|
1783
|
+
sku: {
|
|
1709
1784
|
serializedName: "sku",
|
|
1710
1785
|
type: {
|
|
1711
1786
|
name: "Composite",
|
|
1712
1787
|
className: "PeeringServiceSku"
|
|
1713
1788
|
}
|
|
1714
|
-
},
|
|
1789
|
+
},
|
|
1790
|
+
location: {
|
|
1715
1791
|
serializedName: "location",
|
|
1716
1792
|
required: true,
|
|
1717
1793
|
type: {
|
|
1718
1794
|
name: "String"
|
|
1719
1795
|
}
|
|
1720
|
-
},
|
|
1796
|
+
},
|
|
1797
|
+
tags: {
|
|
1721
1798
|
serializedName: "tags",
|
|
1722
1799
|
type: {
|
|
1723
1800
|
name: "Dictionary",
|
|
1724
1801
|
value: { type: { name: "String" } }
|
|
1725
1802
|
}
|
|
1726
|
-
},
|
|
1803
|
+
},
|
|
1804
|
+
peeringServiceLocation: {
|
|
1727
1805
|
serializedName: "properties.peeringServiceLocation",
|
|
1728
1806
|
type: {
|
|
1729
1807
|
name: "String"
|
|
1730
1808
|
}
|
|
1731
|
-
},
|
|
1809
|
+
},
|
|
1810
|
+
peeringServiceProvider: {
|
|
1732
1811
|
serializedName: "properties.peeringServiceProvider",
|
|
1733
1812
|
type: {
|
|
1734
1813
|
name: "String"
|
|
1735
1814
|
}
|
|
1736
|
-
},
|
|
1815
|
+
},
|
|
1816
|
+
provisioningState: {
|
|
1737
1817
|
serializedName: "properties.provisioningState",
|
|
1738
1818
|
readOnly: true,
|
|
1739
1819
|
type: {
|
|
1740
1820
|
name: "String"
|
|
1741
1821
|
}
|
|
1742
|
-
},
|
|
1822
|
+
},
|
|
1823
|
+
providerPrimaryPeeringLocation: {
|
|
1743
1824
|
serializedName: "properties.providerPrimaryPeeringLocation",
|
|
1744
1825
|
type: {
|
|
1745
1826
|
name: "String"
|
|
1746
1827
|
}
|
|
1747
|
-
},
|
|
1828
|
+
},
|
|
1829
|
+
providerBackupPeeringLocation: {
|
|
1748
1830
|
serializedName: "properties.providerBackupPeeringLocation",
|
|
1749
1831
|
type: {
|
|
1750
1832
|
name: "String"
|
|
1751
1833
|
}
|
|
1752
|
-
},
|
|
1834
|
+
},
|
|
1835
|
+
logAnalyticsWorkspaceProperties: {
|
|
1753
1836
|
serializedName: "properties.logAnalyticsWorkspaceProperties",
|
|
1754
1837
|
type: {
|
|
1755
1838
|
name: "Composite",
|
|
1756
1839
|
className: "LogAnalyticsWorkspaceProperties"
|
|
1757
1840
|
}
|
|
1758
|
-
}
|
|
1841
|
+
}
|
|
1842
|
+
}
|
|
1759
1843
|
}
|
|
1760
1844
|
};
|
|
1761
1845
|
//# sourceMappingURL=mappers.js.map
|