@azure/arm-avs 5.0.1-alpha.20240925.1 → 6.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +47 -7
- package/dist/index.js +136 -543
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/workloadNetworksUpdateDhcpSample.js +1 -1
- package/dist-esm/samples-dev/workloadNetworksUpdateDhcpSample.js.map +1 -1
- package/dist-esm/samples-dev/workloadNetworksUpdateDnsServiceSample.js.map +1 -1
- package/dist-esm/samples-dev/workloadNetworksUpdateDnsZoneSample.js +1 -1
- package/dist-esm/samples-dev/workloadNetworksUpdateDnsZoneSample.js.map +1 -1
- package/dist-esm/samples-dev/workloadNetworksUpdatePortMirroringSample.js.map +1 -1
- package/dist-esm/samples-dev/workloadNetworksUpdateSegmentsSample.js +1 -1
- package/dist-esm/samples-dev/workloadNetworksUpdateSegmentsSample.js.map +1 -1
- package/dist-esm/samples-dev/workloadNetworksUpdateVMGroupSample.js +1 -1
- package/dist-esm/samples-dev/workloadNetworksUpdateVMGroupSample.js.map +1 -1
- package/dist-esm/src/azureVMwareSolutionAPI.js +1 -1
- package/dist-esm/src/models/index.d.ts +80 -227
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +6 -6
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +24 -36
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +50 -425
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +0 -6
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +1 -25
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/addons.js +2 -2
- package/dist-esm/src/operations/addons.js.map +1 -1
- package/dist-esm/src/operations/authorizations.js +2 -2
- package/dist-esm/src/operations/authorizations.js.map +1 -1
- package/dist-esm/src/operations/cloudLinks.js +2 -2
- package/dist-esm/src/operations/cloudLinks.js.map +1 -1
- package/dist-esm/src/operations/clusters.js +2 -2
- package/dist-esm/src/operations/clusters.js.map +1 -1
- package/dist-esm/src/operations/datastores.js +2 -2
- package/dist-esm/src/operations/datastores.js.map +1 -1
- package/dist-esm/src/operations/globalReachConnections.js +2 -2
- package/dist-esm/src/operations/globalReachConnections.js.map +1 -1
- package/dist-esm/src/operations/hcxEnterpriseSites.js +2 -2
- package/dist-esm/src/operations/hcxEnterpriseSites.js.map +1 -1
- package/dist-esm/src/operations/placementPolicies.js +2 -2
- package/dist-esm/src/operations/placementPolicies.js.map +1 -1
- package/dist-esm/src/operations/privateClouds.js +4 -4
- package/dist-esm/src/operations/privateClouds.js.map +1 -1
- package/dist-esm/src/operations/scriptCmdlets.js +2 -2
- package/dist-esm/src/operations/scriptCmdlets.js.map +1 -1
- package/dist-esm/src/operations/scriptExecutions.js +2 -2
- package/dist-esm/src/operations/scriptExecutions.js.map +1 -1
- package/dist-esm/src/operations/scriptPackages.js +2 -2
- package/dist-esm/src/operations/scriptPackages.js.map +1 -1
- package/dist-esm/src/operations/virtualMachines.d.ts.map +1 -1
- package/dist-esm/src/operations/virtualMachines.js +3 -2
- package/dist-esm/src/operations/virtualMachines.js.map +1 -1
- package/dist-esm/src/operations/workloadNetworks.d.ts +13 -13
- package/dist-esm/src/operations/workloadNetworks.d.ts.map +1 -1
- package/dist-esm/src/operations/workloadNetworks.js +26 -26
- package/dist-esm/src/operations/workloadNetworks.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/workloadNetworks.d.ts +13 -13
- package/dist-esm/src/operationsInterfaces/workloadNetworks.d.ts.map +1 -1
- package/package.json +32 -31
- package/review/arm-avs.api.md +140 -222
- package/src/azureVMwareSolutionAPI.ts +1 -1
- package/src/models/index.ts +80 -250
- package/src/models/mappers.ts +64 -459
- package/src/models/parameters.ts +0 -36
- package/src/operations/addons.ts +2 -2
- package/src/operations/authorizations.ts +2 -2
- package/src/operations/cloudLinks.ts +2 -2
- package/src/operations/clusters.ts +2 -2
- package/src/operations/datastores.ts +2 -2
- package/src/operations/globalReachConnections.ts +2 -2
- package/src/operations/hcxEnterpriseSites.ts +2 -2
- package/src/operations/placementPolicies.ts +2 -2
- package/src/operations/privateClouds.ts +4 -4
- package/src/operations/scriptCmdlets.ts +2 -2
- package/src/operations/scriptExecutions.ts +2 -2
- package/src/operations/scriptPackages.ts +2 -2
- package/src/operations/virtualMachines.ts +3 -2
- package/src/operations/workloadNetworks.ts +38 -44
- package/src/operationsInterfaces/workloadNetworks.ts +12 -18
- package/types/arm-avs.d.ts +183 -340
|
@@ -290,10 +290,10 @@ export const Trial = {
|
|
|
290
290
|
},
|
|
291
291
|
},
|
|
292
292
|
};
|
|
293
|
-
export const
|
|
293
|
+
export const PrivateCloudList = {
|
|
294
294
|
type: {
|
|
295
295
|
name: "Composite",
|
|
296
|
-
className: "
|
|
296
|
+
className: "PrivateCloudList",
|
|
297
297
|
modelProperties: {
|
|
298
298
|
value: {
|
|
299
299
|
serializedName: "value",
|
|
@@ -610,10 +610,10 @@ export const Endpoints = {
|
|
|
610
610
|
},
|
|
611
611
|
},
|
|
612
612
|
};
|
|
613
|
-
export const
|
|
613
|
+
export const PrivateCloudIdentity = {
|
|
614
614
|
type: {
|
|
615
615
|
name: "Composite",
|
|
616
|
-
className: "
|
|
616
|
+
className: "PrivateCloudIdentity",
|
|
617
617
|
modelProperties: {
|
|
618
618
|
principalId: {
|
|
619
619
|
serializedName: "principalId",
|
|
@@ -742,7 +742,7 @@ export const PrivateCloudUpdate = {
|
|
|
742
742
|
serializedName: "identity",
|
|
743
743
|
type: {
|
|
744
744
|
name: "Composite",
|
|
745
|
-
className: "
|
|
745
|
+
className: "PrivateCloudIdentity",
|
|
746
746
|
},
|
|
747
747
|
},
|
|
748
748
|
managementCluster: {
|
|
@@ -804,10 +804,10 @@ export const PrivateCloudUpdate = {
|
|
|
804
804
|
},
|
|
805
805
|
},
|
|
806
806
|
};
|
|
807
|
-
export const
|
|
807
|
+
export const AddonList = {
|
|
808
808
|
type: {
|
|
809
809
|
name: "Composite",
|
|
810
|
-
className: "
|
|
810
|
+
className: "AddonList",
|
|
811
811
|
modelProperties: {
|
|
812
812
|
value: {
|
|
813
813
|
serializedName: "value",
|
|
@@ -858,10 +858,10 @@ export const AddonProperties = {
|
|
|
858
858
|
},
|
|
859
859
|
},
|
|
860
860
|
};
|
|
861
|
-
export const
|
|
861
|
+
export const ExpressRouteAuthorizationList = {
|
|
862
862
|
type: {
|
|
863
863
|
name: "Composite",
|
|
864
|
-
className: "
|
|
864
|
+
className: "ExpressRouteAuthorizationList",
|
|
865
865
|
modelProperties: {
|
|
866
866
|
value: {
|
|
867
867
|
serializedName: "value",
|
|
@@ -885,10 +885,10 @@ export const ExpressRouteAuthorizationListResult = {
|
|
|
885
885
|
},
|
|
886
886
|
},
|
|
887
887
|
};
|
|
888
|
-
export const
|
|
888
|
+
export const CloudLinkList = {
|
|
889
889
|
type: {
|
|
890
890
|
name: "Composite",
|
|
891
|
-
className: "
|
|
891
|
+
className: "CloudLinkList",
|
|
892
892
|
modelProperties: {
|
|
893
893
|
value: {
|
|
894
894
|
serializedName: "value",
|
|
@@ -912,10 +912,10 @@ export const CloudLinkListResult = {
|
|
|
912
912
|
},
|
|
913
913
|
},
|
|
914
914
|
};
|
|
915
|
-
export const
|
|
915
|
+
export const ClusterList = {
|
|
916
916
|
type: {
|
|
917
917
|
name: "Composite",
|
|
918
|
-
className: "
|
|
918
|
+
className: "ClusterList",
|
|
919
919
|
modelProperties: {
|
|
920
920
|
value: {
|
|
921
921
|
serializedName: "value",
|
|
@@ -971,10 +971,10 @@ export const ClusterUpdate = {
|
|
|
971
971
|
},
|
|
972
972
|
},
|
|
973
973
|
};
|
|
974
|
-
export const
|
|
974
|
+
export const DatastoreList = {
|
|
975
975
|
type: {
|
|
976
976
|
name: "Composite",
|
|
977
|
-
className: "
|
|
977
|
+
className: "DatastoreList",
|
|
978
978
|
modelProperties: {
|
|
979
979
|
value: {
|
|
980
980
|
serializedName: "value",
|
|
@@ -1111,10 +1111,10 @@ export const ClusterZone = {
|
|
|
1111
1111
|
},
|
|
1112
1112
|
},
|
|
1113
1113
|
};
|
|
1114
|
-
export const
|
|
1114
|
+
export const PlacementPoliciesList = {
|
|
1115
1115
|
type: {
|
|
1116
1116
|
name: "Composite",
|
|
1117
|
-
className: "
|
|
1117
|
+
className: "PlacementPoliciesList",
|
|
1118
1118
|
modelProperties: {
|
|
1119
1119
|
value: {
|
|
1120
1120
|
serializedName: "value",
|
|
@@ -1225,10 +1225,10 @@ export const PlacementPolicyUpdate = {
|
|
|
1225
1225
|
},
|
|
1226
1226
|
},
|
|
1227
1227
|
};
|
|
1228
|
-
export const
|
|
1228
|
+
export const VirtualMachinesList = {
|
|
1229
1229
|
type: {
|
|
1230
1230
|
name: "Composite",
|
|
1231
|
-
className: "
|
|
1231
|
+
className: "VirtualMachinesList",
|
|
1232
1232
|
modelProperties: {
|
|
1233
1233
|
value: {
|
|
1234
1234
|
serializedName: "value",
|
|
@@ -1266,10 +1266,10 @@ export const VirtualMachineRestrictMovement = {
|
|
|
1266
1266
|
},
|
|
1267
1267
|
},
|
|
1268
1268
|
};
|
|
1269
|
-
export const
|
|
1269
|
+
export const GlobalReachConnectionList = {
|
|
1270
1270
|
type: {
|
|
1271
1271
|
name: "Composite",
|
|
1272
|
-
className: "
|
|
1272
|
+
className: "GlobalReachConnectionList",
|
|
1273
1273
|
modelProperties: {
|
|
1274
1274
|
value: {
|
|
1275
1275
|
serializedName: "value",
|
|
@@ -1293,10 +1293,10 @@ export const GlobalReachConnectionListResult = {
|
|
|
1293
1293
|
},
|
|
1294
1294
|
},
|
|
1295
1295
|
};
|
|
1296
|
-
export const
|
|
1296
|
+
export const HcxEnterpriseSiteList = {
|
|
1297
1297
|
type: {
|
|
1298
1298
|
name: "Composite",
|
|
1299
|
-
className: "
|
|
1299
|
+
className: "HcxEnterpriseSiteList",
|
|
1300
1300
|
modelProperties: {
|
|
1301
1301
|
value: {
|
|
1302
1302
|
serializedName: "value",
|
|
@@ -1383,10 +1383,10 @@ export const AdminCredentials = {
|
|
|
1383
1383
|
},
|
|
1384
1384
|
},
|
|
1385
1385
|
};
|
|
1386
|
-
export const
|
|
1386
|
+
export const ScriptExecutionsList = {
|
|
1387
1387
|
type: {
|
|
1388
1388
|
name: "Composite",
|
|
1389
|
-
className: "
|
|
1389
|
+
className: "ScriptExecutionsList",
|
|
1390
1390
|
modelProperties: {
|
|
1391
1391
|
value: {
|
|
1392
1392
|
serializedName: "value",
|
|
@@ -1437,10 +1437,10 @@ export const ScriptExecutionParameter = {
|
|
|
1437
1437
|
},
|
|
1438
1438
|
},
|
|
1439
1439
|
};
|
|
1440
|
-
export const
|
|
1440
|
+
export const ScriptPackagesList = {
|
|
1441
1441
|
type: {
|
|
1442
1442
|
name: "Composite",
|
|
1443
|
-
className: "
|
|
1443
|
+
className: "ScriptPackagesList",
|
|
1444
1444
|
modelProperties: {
|
|
1445
1445
|
value: {
|
|
1446
1446
|
serializedName: "value",
|
|
@@ -1464,10 +1464,10 @@ export const ScriptPackageListResult = {
|
|
|
1464
1464
|
},
|
|
1465
1465
|
},
|
|
1466
1466
|
};
|
|
1467
|
-
export const
|
|
1467
|
+
export const ScriptCmdletsList = {
|
|
1468
1468
|
type: {
|
|
1469
1469
|
name: "Composite",
|
|
1470
|
-
className: "
|
|
1470
|
+
className: "ScriptCmdletsList",
|
|
1471
1471
|
modelProperties: {
|
|
1472
1472
|
value: {
|
|
1473
1473
|
serializedName: "value",
|
|
@@ -1533,10 +1533,10 @@ export const ScriptParameter = {
|
|
|
1533
1533
|
},
|
|
1534
1534
|
},
|
|
1535
1535
|
};
|
|
1536
|
-
export const
|
|
1536
|
+
export const WorkloadNetworkList = {
|
|
1537
1537
|
type: {
|
|
1538
1538
|
name: "Composite",
|
|
1539
|
-
className: "
|
|
1539
|
+
className: "WorkloadNetworkList",
|
|
1540
1540
|
modelProperties: {
|
|
1541
1541
|
value: {
|
|
1542
1542
|
serializedName: "value",
|
|
@@ -1560,10 +1560,10 @@ export const WorkloadNetworkListResult = {
|
|
|
1560
1560
|
},
|
|
1561
1561
|
},
|
|
1562
1562
|
};
|
|
1563
|
-
export const
|
|
1563
|
+
export const WorkloadNetworkDhcpList = {
|
|
1564
1564
|
type: {
|
|
1565
1565
|
name: "Composite",
|
|
1566
|
-
className: "
|
|
1566
|
+
className: "WorkloadNetworkDhcpList",
|
|
1567
1567
|
modelProperties: {
|
|
1568
1568
|
value: {
|
|
1569
1569
|
serializedName: "value",
|
|
@@ -1638,57 +1638,10 @@ export const WorkloadNetworkDhcpEntity = {
|
|
|
1638
1638
|
},
|
|
1639
1639
|
},
|
|
1640
1640
|
};
|
|
1641
|
-
export const
|
|
1641
|
+
export const WorkloadNetworkDnsServicesList = {
|
|
1642
1642
|
type: {
|
|
1643
1643
|
name: "Composite",
|
|
1644
|
-
className: "
|
|
1645
|
-
modelProperties: {
|
|
1646
|
-
properties: {
|
|
1647
|
-
serializedName: "properties",
|
|
1648
|
-
type: {
|
|
1649
|
-
name: "Composite",
|
|
1650
|
-
className: "WorkloadNetworkDhcpEntityUpdate",
|
|
1651
|
-
},
|
|
1652
|
-
},
|
|
1653
|
-
},
|
|
1654
|
-
},
|
|
1655
|
-
};
|
|
1656
|
-
export const WorkloadNetworkDhcpEntityUpdate = {
|
|
1657
|
-
type: {
|
|
1658
|
-
name: "Composite",
|
|
1659
|
-
className: "WorkloadNetworkDhcpEntityUpdate",
|
|
1660
|
-
uberParent: "WorkloadNetworkDhcpEntityUpdate",
|
|
1661
|
-
polymorphicDiscriminator: {
|
|
1662
|
-
serializedName: "dhcpType",
|
|
1663
|
-
clientName: "dhcpType",
|
|
1664
|
-
},
|
|
1665
|
-
modelProperties: {
|
|
1666
|
-
dhcpType: {
|
|
1667
|
-
serializedName: "dhcpType",
|
|
1668
|
-
required: true,
|
|
1669
|
-
type: {
|
|
1670
|
-
name: "String",
|
|
1671
|
-
},
|
|
1672
|
-
},
|
|
1673
|
-
displayName: {
|
|
1674
|
-
serializedName: "displayName",
|
|
1675
|
-
type: {
|
|
1676
|
-
name: "String",
|
|
1677
|
-
},
|
|
1678
|
-
},
|
|
1679
|
-
revision: {
|
|
1680
|
-
serializedName: "revision",
|
|
1681
|
-
type: {
|
|
1682
|
-
name: "Number",
|
|
1683
|
-
},
|
|
1684
|
-
},
|
|
1685
|
-
},
|
|
1686
|
-
},
|
|
1687
|
-
};
|
|
1688
|
-
export const WorkloadNetworkDnsServiceListResult = {
|
|
1689
|
-
type: {
|
|
1690
|
-
name: "Composite",
|
|
1691
|
-
className: "WorkloadNetworkDnsServiceListResult",
|
|
1644
|
+
className: "WorkloadNetworkDnsServicesList",
|
|
1692
1645
|
modelProperties: {
|
|
1693
1646
|
value: {
|
|
1694
1647
|
serializedName: "value",
|
|
@@ -1712,73 +1665,10 @@ export const WorkloadNetworkDnsServiceListResult = {
|
|
|
1712
1665
|
},
|
|
1713
1666
|
},
|
|
1714
1667
|
};
|
|
1715
|
-
export const
|
|
1716
|
-
type: {
|
|
1717
|
-
name: "Composite",
|
|
1718
|
-
className: "WorkloadNetworkDnsServiceUpdate",
|
|
1719
|
-
modelProperties: {
|
|
1720
|
-
displayName: {
|
|
1721
|
-
serializedName: "properties.displayName",
|
|
1722
|
-
type: {
|
|
1723
|
-
name: "String",
|
|
1724
|
-
},
|
|
1725
|
-
},
|
|
1726
|
-
dnsServiceIp: {
|
|
1727
|
-
serializedName: "properties.dnsServiceIp",
|
|
1728
|
-
type: {
|
|
1729
|
-
name: "String",
|
|
1730
|
-
},
|
|
1731
|
-
},
|
|
1732
|
-
defaultDnsZone: {
|
|
1733
|
-
serializedName: "properties.defaultDnsZone",
|
|
1734
|
-
type: {
|
|
1735
|
-
name: "String",
|
|
1736
|
-
},
|
|
1737
|
-
},
|
|
1738
|
-
fqdnZones: {
|
|
1739
|
-
serializedName: "properties.fqdnZones",
|
|
1740
|
-
type: {
|
|
1741
|
-
name: "Sequence",
|
|
1742
|
-
element: {
|
|
1743
|
-
type: {
|
|
1744
|
-
name: "String",
|
|
1745
|
-
},
|
|
1746
|
-
},
|
|
1747
|
-
},
|
|
1748
|
-
},
|
|
1749
|
-
logLevel: {
|
|
1750
|
-
serializedName: "properties.logLevel",
|
|
1751
|
-
type: {
|
|
1752
|
-
name: "String",
|
|
1753
|
-
},
|
|
1754
|
-
},
|
|
1755
|
-
status: {
|
|
1756
|
-
serializedName: "properties.status",
|
|
1757
|
-
readOnly: true,
|
|
1758
|
-
type: {
|
|
1759
|
-
name: "String",
|
|
1760
|
-
},
|
|
1761
|
-
},
|
|
1762
|
-
provisioningState: {
|
|
1763
|
-
serializedName: "properties.provisioningState",
|
|
1764
|
-
readOnly: true,
|
|
1765
|
-
type: {
|
|
1766
|
-
name: "String",
|
|
1767
|
-
},
|
|
1768
|
-
},
|
|
1769
|
-
revision: {
|
|
1770
|
-
serializedName: "properties.revision",
|
|
1771
|
-
type: {
|
|
1772
|
-
name: "Number",
|
|
1773
|
-
},
|
|
1774
|
-
},
|
|
1775
|
-
},
|
|
1776
|
-
},
|
|
1777
|
-
};
|
|
1778
|
-
export const WorkloadNetworkDnsZoneListResult = {
|
|
1668
|
+
export const WorkloadNetworkDnsZonesList = {
|
|
1779
1669
|
type: {
|
|
1780
1670
|
name: "Composite",
|
|
1781
|
-
className: "
|
|
1671
|
+
className: "WorkloadNetworkDnsZonesList",
|
|
1782
1672
|
modelProperties: {
|
|
1783
1673
|
value: {
|
|
1784
1674
|
serializedName: "value",
|
|
@@ -1802,71 +1692,10 @@ export const WorkloadNetworkDnsZoneListResult = {
|
|
|
1802
1692
|
},
|
|
1803
1693
|
},
|
|
1804
1694
|
};
|
|
1805
|
-
export const
|
|
1695
|
+
export const WorkloadNetworkGatewayList = {
|
|
1806
1696
|
type: {
|
|
1807
1697
|
name: "Composite",
|
|
1808
|
-
className: "
|
|
1809
|
-
modelProperties: {
|
|
1810
|
-
displayName: {
|
|
1811
|
-
serializedName: "properties.displayName",
|
|
1812
|
-
type: {
|
|
1813
|
-
name: "String",
|
|
1814
|
-
},
|
|
1815
|
-
},
|
|
1816
|
-
domain: {
|
|
1817
|
-
serializedName: "properties.domain",
|
|
1818
|
-
type: {
|
|
1819
|
-
name: "Sequence",
|
|
1820
|
-
element: {
|
|
1821
|
-
type: {
|
|
1822
|
-
name: "String",
|
|
1823
|
-
},
|
|
1824
|
-
},
|
|
1825
|
-
},
|
|
1826
|
-
},
|
|
1827
|
-
dnsServerIps: {
|
|
1828
|
-
serializedName: "properties.dnsServerIps",
|
|
1829
|
-
type: {
|
|
1830
|
-
name: "Sequence",
|
|
1831
|
-
element: {
|
|
1832
|
-
type: {
|
|
1833
|
-
name: "String",
|
|
1834
|
-
},
|
|
1835
|
-
},
|
|
1836
|
-
},
|
|
1837
|
-
},
|
|
1838
|
-
sourceIp: {
|
|
1839
|
-
serializedName: "properties.sourceIp",
|
|
1840
|
-
type: {
|
|
1841
|
-
name: "String",
|
|
1842
|
-
},
|
|
1843
|
-
},
|
|
1844
|
-
dnsServices: {
|
|
1845
|
-
serializedName: "properties.dnsServices",
|
|
1846
|
-
type: {
|
|
1847
|
-
name: "Number",
|
|
1848
|
-
},
|
|
1849
|
-
},
|
|
1850
|
-
provisioningState: {
|
|
1851
|
-
serializedName: "properties.provisioningState",
|
|
1852
|
-
readOnly: true,
|
|
1853
|
-
type: {
|
|
1854
|
-
name: "String",
|
|
1855
|
-
},
|
|
1856
|
-
},
|
|
1857
|
-
revision: {
|
|
1858
|
-
serializedName: "properties.revision",
|
|
1859
|
-
type: {
|
|
1860
|
-
name: "Number",
|
|
1861
|
-
},
|
|
1862
|
-
},
|
|
1863
|
-
},
|
|
1864
|
-
},
|
|
1865
|
-
};
|
|
1866
|
-
export const WorkloadNetworkGatewayListResult = {
|
|
1867
|
-
type: {
|
|
1868
|
-
name: "Composite",
|
|
1869
|
-
className: "WorkloadNetworkGatewayListResult",
|
|
1698
|
+
className: "WorkloadNetworkGatewayList",
|
|
1870
1699
|
modelProperties: {
|
|
1871
1700
|
value: {
|
|
1872
1701
|
serializedName: "value",
|
|
@@ -1890,10 +1719,10 @@ export const WorkloadNetworkGatewayListResult = {
|
|
|
1890
1719
|
},
|
|
1891
1720
|
},
|
|
1892
1721
|
};
|
|
1893
|
-
export const
|
|
1722
|
+
export const WorkloadNetworkPortMirroringList = {
|
|
1894
1723
|
type: {
|
|
1895
1724
|
name: "Composite",
|
|
1896
|
-
className: "
|
|
1725
|
+
className: "WorkloadNetworkPortMirroringList",
|
|
1897
1726
|
modelProperties: {
|
|
1898
1727
|
value: {
|
|
1899
1728
|
serializedName: "value",
|
|
@@ -1917,62 +1746,10 @@ export const WorkloadNetworkPortMirroringListResult = {
|
|
|
1917
1746
|
},
|
|
1918
1747
|
},
|
|
1919
1748
|
};
|
|
1920
|
-
export const
|
|
1749
|
+
export const WorkloadNetworkPublicIPsList = {
|
|
1921
1750
|
type: {
|
|
1922
1751
|
name: "Composite",
|
|
1923
|
-
className: "
|
|
1924
|
-
modelProperties: {
|
|
1925
|
-
displayName: {
|
|
1926
|
-
serializedName: "properties.displayName",
|
|
1927
|
-
type: {
|
|
1928
|
-
name: "String",
|
|
1929
|
-
},
|
|
1930
|
-
},
|
|
1931
|
-
direction: {
|
|
1932
|
-
serializedName: "properties.direction",
|
|
1933
|
-
type: {
|
|
1934
|
-
name: "String",
|
|
1935
|
-
},
|
|
1936
|
-
},
|
|
1937
|
-
source: {
|
|
1938
|
-
serializedName: "properties.source",
|
|
1939
|
-
type: {
|
|
1940
|
-
name: "String",
|
|
1941
|
-
},
|
|
1942
|
-
},
|
|
1943
|
-
destination: {
|
|
1944
|
-
serializedName: "properties.destination",
|
|
1945
|
-
type: {
|
|
1946
|
-
name: "String",
|
|
1947
|
-
},
|
|
1948
|
-
},
|
|
1949
|
-
status: {
|
|
1950
|
-
serializedName: "properties.status",
|
|
1951
|
-
readOnly: true,
|
|
1952
|
-
type: {
|
|
1953
|
-
name: "String",
|
|
1954
|
-
},
|
|
1955
|
-
},
|
|
1956
|
-
provisioningState: {
|
|
1957
|
-
serializedName: "properties.provisioningState",
|
|
1958
|
-
readOnly: true,
|
|
1959
|
-
type: {
|
|
1960
|
-
name: "String",
|
|
1961
|
-
},
|
|
1962
|
-
},
|
|
1963
|
-
revision: {
|
|
1964
|
-
serializedName: "properties.revision",
|
|
1965
|
-
type: {
|
|
1966
|
-
name: "Number",
|
|
1967
|
-
},
|
|
1968
|
-
},
|
|
1969
|
-
},
|
|
1970
|
-
},
|
|
1971
|
-
};
|
|
1972
|
-
export const WorkloadNetworkPublicIPListResult = {
|
|
1973
|
-
type: {
|
|
1974
|
-
name: "Composite",
|
|
1975
|
-
className: "WorkloadNetworkPublicIPListResult",
|
|
1752
|
+
className: "WorkloadNetworkPublicIPsList",
|
|
1976
1753
|
modelProperties: {
|
|
1977
1754
|
value: {
|
|
1978
1755
|
serializedName: "value",
|
|
@@ -1996,10 +1773,10 @@ export const WorkloadNetworkPublicIPListResult = {
|
|
|
1996
1773
|
},
|
|
1997
1774
|
},
|
|
1998
1775
|
};
|
|
1999
|
-
export const
|
|
1776
|
+
export const WorkloadNetworkSegmentsList = {
|
|
2000
1777
|
type: {
|
|
2001
1778
|
name: "Composite",
|
|
2002
|
-
className: "
|
|
1779
|
+
className: "WorkloadNetworkSegmentsList",
|
|
2003
1780
|
modelProperties: {
|
|
2004
1781
|
value: {
|
|
2005
1782
|
serializedName: "value",
|
|
@@ -2062,70 +1839,10 @@ export const WorkloadNetworkSegmentPortVif = {
|
|
|
2062
1839
|
},
|
|
2063
1840
|
},
|
|
2064
1841
|
};
|
|
2065
|
-
export const
|
|
1842
|
+
export const WorkloadNetworkVirtualMachinesList = {
|
|
2066
1843
|
type: {
|
|
2067
1844
|
name: "Composite",
|
|
2068
|
-
className: "
|
|
2069
|
-
modelProperties: {
|
|
2070
|
-
displayName: {
|
|
2071
|
-
serializedName: "properties.displayName",
|
|
2072
|
-
type: {
|
|
2073
|
-
name: "String",
|
|
2074
|
-
},
|
|
2075
|
-
},
|
|
2076
|
-
connectedGateway: {
|
|
2077
|
-
serializedName: "properties.connectedGateway",
|
|
2078
|
-
type: {
|
|
2079
|
-
name: "String",
|
|
2080
|
-
},
|
|
2081
|
-
},
|
|
2082
|
-
subnet: {
|
|
2083
|
-
serializedName: "properties.subnet",
|
|
2084
|
-
type: {
|
|
2085
|
-
name: "Composite",
|
|
2086
|
-
className: "WorkloadNetworkSegmentSubnet",
|
|
2087
|
-
},
|
|
2088
|
-
},
|
|
2089
|
-
portVif: {
|
|
2090
|
-
serializedName: "properties.portVif",
|
|
2091
|
-
readOnly: true,
|
|
2092
|
-
type: {
|
|
2093
|
-
name: "Sequence",
|
|
2094
|
-
element: {
|
|
2095
|
-
type: {
|
|
2096
|
-
name: "Composite",
|
|
2097
|
-
className: "WorkloadNetworkSegmentPortVif",
|
|
2098
|
-
},
|
|
2099
|
-
},
|
|
2100
|
-
},
|
|
2101
|
-
},
|
|
2102
|
-
status: {
|
|
2103
|
-
serializedName: "properties.status",
|
|
2104
|
-
readOnly: true,
|
|
2105
|
-
type: {
|
|
2106
|
-
name: "String",
|
|
2107
|
-
},
|
|
2108
|
-
},
|
|
2109
|
-
provisioningState: {
|
|
2110
|
-
serializedName: "properties.provisioningState",
|
|
2111
|
-
readOnly: true,
|
|
2112
|
-
type: {
|
|
2113
|
-
name: "String",
|
|
2114
|
-
},
|
|
2115
|
-
},
|
|
2116
|
-
revision: {
|
|
2117
|
-
serializedName: "properties.revision",
|
|
2118
|
-
type: {
|
|
2119
|
-
name: "Number",
|
|
2120
|
-
},
|
|
2121
|
-
},
|
|
2122
|
-
},
|
|
2123
|
-
},
|
|
2124
|
-
};
|
|
2125
|
-
export const WorkloadNetworkVirtualMachineListResult = {
|
|
2126
|
-
type: {
|
|
2127
|
-
name: "Composite",
|
|
2128
|
-
className: "WorkloadNetworkVirtualMachineListResult",
|
|
1845
|
+
className: "WorkloadNetworkVirtualMachinesList",
|
|
2129
1846
|
modelProperties: {
|
|
2130
1847
|
value: {
|
|
2131
1848
|
serializedName: "value",
|
|
@@ -2149,10 +1866,10 @@ export const WorkloadNetworkVirtualMachineListResult = {
|
|
|
2149
1866
|
},
|
|
2150
1867
|
},
|
|
2151
1868
|
};
|
|
2152
|
-
export const
|
|
1869
|
+
export const WorkloadNetworkVMGroupsList = {
|
|
2153
1870
|
type: {
|
|
2154
1871
|
name: "Composite",
|
|
2155
|
-
className: "
|
|
1872
|
+
className: "WorkloadNetworkVMGroupsList",
|
|
2156
1873
|
modelProperties: {
|
|
2157
1874
|
value: {
|
|
2158
1875
|
serializedName: "value",
|
|
@@ -2176,51 +1893,6 @@ export const WorkloadNetworkVMGroupListResult = {
|
|
|
2176
1893
|
},
|
|
2177
1894
|
},
|
|
2178
1895
|
};
|
|
2179
|
-
export const WorkloadNetworkVMGroupUpdate = {
|
|
2180
|
-
type: {
|
|
2181
|
-
name: "Composite",
|
|
2182
|
-
className: "WorkloadNetworkVMGroupUpdate",
|
|
2183
|
-
modelProperties: {
|
|
2184
|
-
displayName: {
|
|
2185
|
-
serializedName: "properties.displayName",
|
|
2186
|
-
type: {
|
|
2187
|
-
name: "String",
|
|
2188
|
-
},
|
|
2189
|
-
},
|
|
2190
|
-
members: {
|
|
2191
|
-
serializedName: "properties.members",
|
|
2192
|
-
type: {
|
|
2193
|
-
name: "Sequence",
|
|
2194
|
-
element: {
|
|
2195
|
-
type: {
|
|
2196
|
-
name: "String",
|
|
2197
|
-
},
|
|
2198
|
-
},
|
|
2199
|
-
},
|
|
2200
|
-
},
|
|
2201
|
-
status: {
|
|
2202
|
-
serializedName: "properties.status",
|
|
2203
|
-
readOnly: true,
|
|
2204
|
-
type: {
|
|
2205
|
-
name: "String",
|
|
2206
|
-
},
|
|
2207
|
-
},
|
|
2208
|
-
provisioningState: {
|
|
2209
|
-
serializedName: "properties.provisioningState",
|
|
2210
|
-
readOnly: true,
|
|
2211
|
-
type: {
|
|
2212
|
-
name: "String",
|
|
2213
|
-
},
|
|
2214
|
-
},
|
|
2215
|
-
revision: {
|
|
2216
|
-
serializedName: "properties.revision",
|
|
2217
|
-
type: {
|
|
2218
|
-
name: "Number",
|
|
2219
|
-
},
|
|
2220
|
-
},
|
|
2221
|
-
},
|
|
2222
|
-
},
|
|
2223
|
-
};
|
|
2224
1896
|
export const TrackedResource = {
|
|
2225
1897
|
type: {
|
|
2226
1898
|
name: "Composite",
|
|
@@ -2478,50 +2150,6 @@ export const WorkloadNetworkDhcpServer = {
|
|
|
2478
2150
|
} }),
|
|
2479
2151
|
},
|
|
2480
2152
|
};
|
|
2481
|
-
export const WorkloadNetworkDhcpRelayUpdate = {
|
|
2482
|
-
serializedName: "RELAY",
|
|
2483
|
-
type: {
|
|
2484
|
-
name: "Composite",
|
|
2485
|
-
className: "WorkloadNetworkDhcpRelayUpdate",
|
|
2486
|
-
uberParent: "WorkloadNetworkDhcpEntityUpdate",
|
|
2487
|
-
polymorphicDiscriminator: WorkloadNetworkDhcpEntityUpdate.type.polymorphicDiscriminator,
|
|
2488
|
-
modelProperties: Object.assign(Object.assign({}, WorkloadNetworkDhcpEntityUpdate.type.modelProperties), { serverAddresses: {
|
|
2489
|
-
constraints: {
|
|
2490
|
-
MinItems: 1,
|
|
2491
|
-
MaxItems: 3,
|
|
2492
|
-
},
|
|
2493
|
-
serializedName: "serverAddresses",
|
|
2494
|
-
type: {
|
|
2495
|
-
name: "Sequence",
|
|
2496
|
-
element: {
|
|
2497
|
-
type: {
|
|
2498
|
-
name: "String",
|
|
2499
|
-
},
|
|
2500
|
-
},
|
|
2501
|
-
},
|
|
2502
|
-
} }),
|
|
2503
|
-
},
|
|
2504
|
-
};
|
|
2505
|
-
export const WorkloadNetworkDhcpServerUpdate = {
|
|
2506
|
-
serializedName: "SERVER",
|
|
2507
|
-
type: {
|
|
2508
|
-
name: "Composite",
|
|
2509
|
-
className: "WorkloadNetworkDhcpServerUpdate",
|
|
2510
|
-
uberParent: "WorkloadNetworkDhcpEntityUpdate",
|
|
2511
|
-
polymorphicDiscriminator: WorkloadNetworkDhcpEntityUpdate.type.polymorphicDiscriminator,
|
|
2512
|
-
modelProperties: Object.assign(Object.assign({}, WorkloadNetworkDhcpEntityUpdate.type.modelProperties), { serverAddress: {
|
|
2513
|
-
serializedName: "serverAddress",
|
|
2514
|
-
type: {
|
|
2515
|
-
name: "String",
|
|
2516
|
-
},
|
|
2517
|
-
}, leaseTime: {
|
|
2518
|
-
serializedName: "leaseTime",
|
|
2519
|
-
type: {
|
|
2520
|
-
name: "Number",
|
|
2521
|
-
},
|
|
2522
|
-
} }),
|
|
2523
|
-
},
|
|
2524
|
-
};
|
|
2525
2153
|
export const PrivateCloud = {
|
|
2526
2154
|
type: {
|
|
2527
2155
|
name: "Composite",
|
|
@@ -2536,7 +2164,7 @@ export const PrivateCloud = {
|
|
|
2536
2164
|
serializedName: "identity",
|
|
2537
2165
|
type: {
|
|
2538
2166
|
name: "Composite",
|
|
2539
|
-
className: "
|
|
2167
|
+
className: "PrivateCloudIdentity",
|
|
2540
2168
|
},
|
|
2541
2169
|
}, managementCluster: {
|
|
2542
2170
|
serializedName: "properties.managementCluster",
|
|
@@ -4335,7 +3963,6 @@ export let discriminators = {
|
|
|
4335
3963
|
PlacementPolicyProperties: PlacementPolicyProperties,
|
|
4336
3964
|
ScriptExecutionParameter: ScriptExecutionParameter,
|
|
4337
3965
|
WorkloadNetworkDhcpEntity: WorkloadNetworkDhcpEntity,
|
|
4338
|
-
WorkloadNetworkDhcpEntityUpdate: WorkloadNetworkDhcpEntityUpdate,
|
|
4339
3966
|
"AddonProperties.Arc": AddonArcProperties,
|
|
4340
3967
|
"AddonProperties.HCX": AddonHcxProperties,
|
|
4341
3968
|
"AddonProperties.SRM": AddonSrmProperties,
|
|
@@ -4347,7 +3974,5 @@ export let discriminators = {
|
|
|
4347
3974
|
"ScriptExecutionParameter.Value": ScriptStringExecutionParameter,
|
|
4348
3975
|
"WorkloadNetworkDhcpEntity.RELAY": WorkloadNetworkDhcpRelay,
|
|
4349
3976
|
"WorkloadNetworkDhcpEntity.SERVER": WorkloadNetworkDhcpServer,
|
|
4350
|
-
"WorkloadNetworkDhcpEntityUpdate.RELAY": WorkloadNetworkDhcpRelayUpdate,
|
|
4351
|
-
"WorkloadNetworkDhcpEntityUpdate.SERVER": WorkloadNetworkDhcpServerUpdate,
|
|
4352
3977
|
};
|
|
4353
3978
|
//# sourceMappingURL=mappers.js.map
|