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