@azure/arm-managednetworkfabric 2.0.0-beta.1 → 2.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/README.md +1 -1
- package/dist/browser/api/accessControlLists/operations.d.ts +3 -8
- package/dist/browser/api/accessControlLists/operations.js +52 -47
- package/dist/browser/api/accessControlLists/operations.js.map +1 -1
- package/dist/browser/api/azureNetworkFabricManagementServiceAPIContext.js +4 -2
- package/dist/browser/api/azureNetworkFabricManagementServiceAPIContext.js.map +1 -1
- package/dist/browser/api/externalNetworks/index.d.ts +2 -2
- package/dist/browser/api/externalNetworks/index.js +1 -1
- package/dist/browser/api/externalNetworks/index.js.map +1 -1
- package/dist/browser/api/externalNetworks/operations.d.ts +11 -12
- package/dist/browser/api/externalNetworks/operations.js +84 -37
- package/dist/browser/api/externalNetworks/operations.js.map +1 -1
- package/dist/browser/api/externalNetworks/options.d.ts +5 -0
- package/dist/browser/api/externalNetworks/options.js.map +1 -1
- package/dist/browser/api/internalNetworks/index.d.ts +2 -2
- package/dist/browser/api/internalNetworks/index.js +1 -1
- package/dist/browser/api/internalNetworks/index.js.map +1 -1
- package/dist/browser/api/internalNetworks/operations.d.ts +15 -16
- package/dist/browser/api/internalNetworks/operations.js +94 -45
- package/dist/browser/api/internalNetworks/operations.js.map +1 -1
- package/dist/browser/api/internalNetworks/options.d.ts +5 -0
- package/dist/browser/api/internalNetworks/options.js.map +1 -1
- package/dist/browser/api/internetGatewayRules/operations.d.ts +0 -5
- package/dist/browser/api/internetGatewayRules/operations.js +29 -30
- package/dist/browser/api/internetGatewayRules/operations.js.map +1 -1
- package/dist/browser/api/internetGateways/operations.d.ts +0 -5
- package/dist/browser/api/internetGateways/operations.js +29 -30
- package/dist/browser/api/internetGateways/operations.js.map +1 -1
- package/dist/browser/api/ipCommunities/operations.d.ts +0 -5
- package/dist/browser/api/ipCommunities/operations.js +29 -30
- package/dist/browser/api/ipCommunities/operations.js.map +1 -1
- package/dist/browser/api/ipExtendedCommunities/operations.d.ts +0 -5
- package/dist/browser/api/ipExtendedCommunities/operations.js +29 -30
- package/dist/browser/api/ipExtendedCommunities/operations.js.map +1 -1
- package/dist/browser/api/ipPrefixes/operations.d.ts +0 -5
- package/dist/browser/api/ipPrefixes/operations.js +29 -30
- package/dist/browser/api/ipPrefixes/operations.js.map +1 -1
- package/dist/browser/api/l2IsolationDomains/operations.d.ts +3 -8
- package/dist/browser/api/l2IsolationDomains/operations.js +52 -47
- package/dist/browser/api/l2IsolationDomains/operations.js.map +1 -1
- package/dist/browser/api/l3IsolationDomains/operations.d.ts +4 -9
- package/dist/browser/api/l3IsolationDomains/operations.js +53 -48
- package/dist/browser/api/l3IsolationDomains/operations.js.map +1 -1
- package/dist/browser/api/neighborGroups/index.d.ts +2 -2
- package/dist/browser/api/neighborGroups/index.js +1 -1
- package/dist/browser/api/neighborGroups/index.js.map +1 -1
- package/dist/browser/api/neighborGroups/operations.d.ts +6 -7
- package/dist/browser/api/neighborGroups/operations.js +65 -31
- package/dist/browser/api/neighborGroups/operations.js.map +1 -1
- package/dist/browser/api/neighborGroups/options.d.ts +5 -0
- package/dist/browser/api/neighborGroups/options.js.map +1 -1
- package/dist/browser/api/networkBootstrapDevices/index.d.ts +3 -0
- package/dist/browser/api/networkBootstrapDevices/index.js +4 -0
- package/dist/browser/api/networkBootstrapDevices/index.js.map +1 -0
- package/dist/browser/api/networkBootstrapDevices/operations.d.ts +51 -0
- package/dist/browser/api/networkBootstrapDevices/operations.js +378 -0
- package/dist/browser/api/networkBootstrapDevices/operations.js.map +1 -0
- package/dist/browser/api/networkBootstrapDevices/options.d.ts +51 -0
- package/dist/browser/api/networkBootstrapDevices/options.js +4 -0
- package/dist/browser/api/networkBootstrapDevices/options.js.map +1 -0
- package/dist/browser/api/networkBootstrapInterfaces/index.d.ts +3 -0
- package/dist/browser/api/networkBootstrapInterfaces/index.js +4 -0
- package/dist/browser/api/networkBootstrapInterfaces/index.js.map +1 -0
- package/dist/browser/api/networkBootstrapInterfaces/operations.d.ts +31 -0
- package/dist/browser/api/networkBootstrapInterfaces/operations.js +223 -0
- package/dist/browser/api/networkBootstrapInterfaces/operations.js.map +1 -0
- package/dist/browser/api/networkBootstrapInterfaces/options.d.ts +28 -0
- package/dist/browser/api/networkBootstrapInterfaces/options.js +4 -0
- package/dist/browser/api/networkBootstrapInterfaces/options.js.map +1 -0
- package/dist/browser/api/networkDeviceSkus/operations.js +9 -9
- package/dist/browser/api/networkDeviceSkus/operations.js.map +1 -1
- package/dist/browser/api/networkDevices/index.d.ts +2 -2
- package/dist/browser/api/networkDevices/index.js +1 -1
- package/dist/browser/api/networkDevices/index.js.map +1 -1
- package/dist/browser/api/networkDevices/operations.d.ts +21 -18
- package/dist/browser/api/networkDevices/operations.js +148 -67
- package/dist/browser/api/networkDevices/operations.js.map +1 -1
- package/dist/browser/api/networkDevices/options.d.ts +10 -0
- package/dist/browser/api/networkDevices/options.js.map +1 -1
- package/dist/browser/api/networkFabricControllers/operations.d.ts +0 -5
- package/dist/browser/api/networkFabricControllers/operations.js +29 -30
- package/dist/browser/api/networkFabricControllers/operations.js.map +1 -1
- package/dist/browser/api/networkFabricSkus/operations.js +9 -9
- package/dist/browser/api/networkFabricSkus/operations.js.map +1 -1
- package/dist/browser/api/networkFabrics/index.d.ts +2 -2
- package/dist/browser/api/networkFabrics/index.js +1 -1
- package/dist/browser/api/networkFabrics/index.js.map +1 -1
- package/dist/browser/api/networkFabrics/operations.d.ts +55 -33
- package/dist/browser/api/networkFabrics/operations.js +294 -114
- package/dist/browser/api/networkFabrics/operations.js.map +1 -1
- package/dist/browser/api/networkFabrics/options.d.ts +23 -0
- package/dist/browser/api/networkFabrics/options.js.map +1 -1
- package/dist/browser/api/networkInterfaces/operations.d.ts +3 -8
- package/dist/browser/api/networkInterfaces/operations.js +33 -30
- package/dist/browser/api/networkInterfaces/operations.js.map +1 -1
- package/dist/browser/api/networkMonitors/operations.d.ts +1 -6
- package/dist/browser/api/networkMonitors/operations.js +37 -36
- package/dist/browser/api/networkMonitors/operations.js.map +1 -1
- package/dist/browser/api/networkPacketBrokers/operations.d.ts +0 -5
- package/dist/browser/api/networkPacketBrokers/operations.js +29 -30
- package/dist/browser/api/networkPacketBrokers/operations.js.map +1 -1
- package/dist/browser/api/networkRacks/operations.d.ts +0 -5
- package/dist/browser/api/networkRacks/operations.js +29 -30
- package/dist/browser/api/networkRacks/operations.js.map +1 -1
- package/dist/browser/api/networkTapRules/operations.d.ts +3 -8
- package/dist/browser/api/networkTapRules/operations.js +52 -47
- package/dist/browser/api/networkTapRules/operations.js.map +1 -1
- package/dist/browser/api/networkTaps/operations.d.ts +5 -10
- package/dist/browser/api/networkTaps/operations.js +46 -43
- package/dist/browser/api/networkTaps/operations.js.map +1 -1
- package/dist/browser/api/networkToNetworkInterconnects/index.d.ts +2 -2
- package/dist/browser/api/networkToNetworkInterconnects/index.js +1 -1
- package/dist/browser/api/networkToNetworkInterconnects/index.js.map +1 -1
- package/dist/browser/api/networkToNetworkInterconnects/operations.d.ts +11 -12
- package/dist/browser/api/networkToNetworkInterconnects/operations.js +84 -37
- package/dist/browser/api/networkToNetworkInterconnects/operations.js.map +1 -1
- package/dist/browser/api/networkToNetworkInterconnects/options.d.ts +5 -0
- package/dist/browser/api/networkToNetworkInterconnects/options.js.map +1 -1
- package/dist/browser/api/operations/operations.js +5 -7
- package/dist/browser/api/operations/operations.js.map +1 -1
- package/dist/browser/api/routePolicies/operations.d.ts +3 -8
- package/dist/browser/api/routePolicies/operations.js +52 -47
- package/dist/browser/api/routePolicies/operations.js.map +1 -1
- package/dist/browser/azureNetworkFabricManagementServiceAPI.d.ts +6 -0
- package/dist/browser/azureNetworkFabricManagementServiceAPI.js +8 -0
- package/dist/browser/azureNetworkFabricManagementServiceAPI.js.map +1 -1
- package/dist/browser/classic/accessControlLists/index.d.ts +4 -9
- package/dist/browser/classic/accessControlLists/index.js.map +1 -1
- package/dist/browser/classic/externalNetworks/index.d.ts +14 -13
- package/dist/browser/classic/externalNetworks/index.js +10 -1
- package/dist/browser/classic/externalNetworks/index.js.map +1 -1
- package/dist/browser/classic/index.d.ts +2 -0
- package/dist/browser/classic/index.js.map +1 -1
- package/dist/browser/classic/internalNetworks/index.d.ts +18 -17
- package/dist/browser/classic/internalNetworks/index.js +10 -1
- package/dist/browser/classic/internalNetworks/index.js.map +1 -1
- package/dist/browser/classic/internetGatewayRules/index.d.ts +0 -5
- package/dist/browser/classic/internetGatewayRules/index.js.map +1 -1
- package/dist/browser/classic/internetGateways/index.d.ts +0 -5
- package/dist/browser/classic/internetGateways/index.js.map +1 -1
- package/dist/browser/classic/ipCommunities/index.d.ts +0 -5
- package/dist/browser/classic/ipCommunities/index.js.map +1 -1
- package/dist/browser/classic/ipExtendedCommunities/index.d.ts +0 -5
- package/dist/browser/classic/ipExtendedCommunities/index.js.map +1 -1
- package/dist/browser/classic/ipPrefixes/index.d.ts +0 -5
- package/dist/browser/classic/ipPrefixes/index.js.map +1 -1
- package/dist/browser/classic/l2IsolationDomains/index.d.ts +4 -9
- package/dist/browser/classic/l2IsolationDomains/index.js.map +1 -1
- package/dist/browser/classic/l3IsolationDomains/index.d.ts +5 -10
- package/dist/browser/classic/l3IsolationDomains/index.js.map +1 -1
- package/dist/browser/classic/neighborGroups/index.d.ts +8 -7
- package/dist/browser/classic/neighborGroups/index.js +10 -1
- package/dist/browser/classic/neighborGroups/index.js.map +1 -1
- package/dist/browser/classic/networkBootstrapDevices/index.d.ts +65 -0
- package/dist/browser/classic/networkBootstrapDevices/index.js +89 -0
- package/dist/browser/classic/networkBootstrapDevices/index.js.map +1 -0
- package/dist/browser/classic/networkBootstrapInterfaces/index.d.ts +39 -0
- package/dist/browser/classic/networkBootstrapInterfaces/index.js +52 -0
- package/dist/browser/classic/networkBootstrapInterfaces/index.js.map +1 -0
- package/dist/browser/classic/networkDevices/index.d.ts +29 -22
- package/dist/browser/classic/networkDevices/index.js +19 -1
- package/dist/browser/classic/networkDevices/index.js.map +1 -1
- package/dist/browser/classic/networkFabricControllers/index.d.ts +0 -5
- package/dist/browser/classic/networkFabricControllers/index.js.map +1 -1
- package/dist/browser/classic/networkFabrics/index.d.ts +76 -46
- package/dist/browser/classic/networkFabrics/index.js +37 -1
- package/dist/browser/classic/networkFabrics/index.js.map +1 -1
- package/dist/browser/classic/networkInterfaces/index.d.ts +4 -9
- package/dist/browser/classic/networkInterfaces/index.js.map +1 -1
- package/dist/browser/classic/networkMonitors/index.d.ts +1 -6
- package/dist/browser/classic/networkMonitors/index.js.map +1 -1
- package/dist/browser/classic/networkPacketBrokers/index.d.ts +0 -5
- package/dist/browser/classic/networkPacketBrokers/index.js.map +1 -1
- package/dist/browser/classic/networkRacks/index.d.ts +0 -5
- package/dist/browser/classic/networkRacks/index.js.map +1 -1
- package/dist/browser/classic/networkTapRules/index.d.ts +4 -9
- package/dist/browser/classic/networkTapRules/index.js.map +1 -1
- package/dist/browser/classic/networkTaps/index.d.ts +7 -12
- package/dist/browser/classic/networkTaps/index.js.map +1 -1
- package/dist/browser/classic/networkToNetworkInterconnects/index.d.ts +14 -13
- package/dist/browser/classic/networkToNetworkInterconnects/index.js +10 -1
- package/dist/browser/classic/networkToNetworkInterconnects/index.js.map +1 -1
- package/dist/browser/classic/routePolicies/index.d.ts +4 -9
- package/dist/browser/classic/routePolicies/index.js.map +1 -1
- package/dist/browser/index.d.ts +12 -9
- package/dist/browser/index.js +2 -1
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/models/index.d.ts +2 -2
- package/dist/browser/models/index.js +1 -1
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/models.d.ts +1715 -221
- package/dist/browser/models/models.js +1654 -190
- package/dist/browser/models/models.js.map +1 -1
- package/dist/browser/restorePollerHelpers.js +117 -57
- package/dist/browser/restorePollerHelpers.js.map +1 -1
- package/dist/browser/static-helpers/pagingHelpers.js +1 -1
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -1
- package/dist/browser/static-helpers/pollingHelpers.d.ts +1 -1
- package/dist/browser/static-helpers/pollingHelpers.js +1 -1
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -1
- package/dist/browser/static-helpers/simplePollerHelpers.d.ts +1 -1
- package/dist/browser/static-helpers/simplePollerHelpers.js.map +1 -1
- package/dist/commonjs/api/accessControlLists/operations.d.ts +3 -8
- package/dist/commonjs/api/accessControlLists/operations.js +51 -41
- package/dist/commonjs/api/accessControlLists/operations.js.map +2 -2
- package/dist/commonjs/api/azureNetworkFabricManagementServiceAPIContext.js +4 -2
- package/dist/commonjs/api/azureNetworkFabricManagementServiceAPIContext.js.map +2 -2
- package/dist/commonjs/api/externalNetworks/index.d.ts +2 -2
- package/dist/commonjs/api/externalNetworks/index.js +4 -2
- package/dist/commonjs/api/externalNetworks/index.js.map +2 -2
- package/dist/commonjs/api/externalNetworks/operations.d.ts +11 -12
- package/dist/commonjs/api/externalNetworks/operations.js +106 -33
- package/dist/commonjs/api/externalNetworks/operations.js.map +2 -2
- package/dist/commonjs/api/externalNetworks/options.d.ts +5 -0
- package/dist/commonjs/api/externalNetworks/options.js.map +1 -1
- package/dist/commonjs/api/internalNetworks/index.d.ts +2 -2
- package/dist/commonjs/api/internalNetworks/index.js +4 -2
- package/dist/commonjs/api/internalNetworks/index.js.map +2 -2
- package/dist/commonjs/api/internalNetworks/operations.d.ts +15 -16
- package/dist/commonjs/api/internalNetworks/operations.js +115 -40
- package/dist/commonjs/api/internalNetworks/operations.js.map +2 -2
- package/dist/commonjs/api/internalNetworks/options.d.ts +5 -0
- package/dist/commonjs/api/internalNetworks/options.js.map +1 -1
- package/dist/commonjs/api/internetGatewayRules/operations.d.ts +0 -5
- package/dist/commonjs/api/internetGatewayRules/operations.js +29 -25
- package/dist/commonjs/api/internetGatewayRules/operations.js.map +2 -2
- package/dist/commonjs/api/internetGateways/operations.d.ts +0 -5
- package/dist/commonjs/api/internetGateways/operations.js +29 -25
- package/dist/commonjs/api/internetGateways/operations.js.map +2 -2
- package/dist/commonjs/api/ipCommunities/operations.d.ts +0 -5
- package/dist/commonjs/api/ipCommunities/operations.js +29 -25
- package/dist/commonjs/api/ipCommunities/operations.js.map +2 -2
- package/dist/commonjs/api/ipExtendedCommunities/operations.d.ts +0 -5
- package/dist/commonjs/api/ipExtendedCommunities/operations.js +29 -25
- package/dist/commonjs/api/ipExtendedCommunities/operations.js.map +2 -2
- package/dist/commonjs/api/ipPrefixes/operations.d.ts +0 -5
- package/dist/commonjs/api/ipPrefixes/operations.js +29 -25
- package/dist/commonjs/api/ipPrefixes/operations.js.map +2 -2
- package/dist/commonjs/api/l2IsolationDomains/operations.d.ts +3 -8
- package/dist/commonjs/api/l2IsolationDomains/operations.js +51 -41
- package/dist/commonjs/api/l2IsolationDomains/operations.js.map +2 -2
- package/dist/commonjs/api/l3IsolationDomains/operations.d.ts +4 -9
- package/dist/commonjs/api/l3IsolationDomains/operations.js +51 -41
- package/dist/commonjs/api/l3IsolationDomains/operations.js.map +2 -2
- package/dist/commonjs/api/neighborGroups/index.d.ts +2 -2
- package/dist/commonjs/api/neighborGroups/index.js +2 -0
- package/dist/commonjs/api/neighborGroups/index.js.map +2 -2
- package/dist/commonjs/api/neighborGroups/operations.d.ts +6 -7
- package/dist/commonjs/api/neighborGroups/operations.js +73 -25
- package/dist/commonjs/api/neighborGroups/operations.js.map +2 -2
- package/dist/commonjs/api/neighborGroups/options.d.ts +5 -0
- package/dist/commonjs/api/neighborGroups/options.js.map +1 -1
- package/dist/commonjs/api/networkBootstrapDevices/index.d.ts +3 -0
- package/dist/commonjs/api/networkBootstrapDevices/index.js +48 -0
- package/dist/commonjs/api/networkBootstrapDevices/index.js.map +7 -0
- package/dist/commonjs/api/networkBootstrapDevices/operations.d.ts +51 -0
- package/dist/commonjs/api/networkBootstrapDevices/operations.js +522 -0
- package/dist/commonjs/api/networkBootstrapDevices/operations.js.map +7 -0
- package/dist/commonjs/api/networkBootstrapDevices/options.d.ts +51 -0
- package/dist/commonjs/api/networkBootstrapDevices/options.js +16 -0
- package/dist/commonjs/api/networkBootstrapDevices/options.js.map +7 -0
- package/dist/commonjs/api/networkBootstrapInterfaces/index.d.ts +3 -0
- package/dist/commonjs/api/networkBootstrapInterfaces/index.js +38 -0
- package/dist/commonjs/api/networkBootstrapInterfaces/index.js.map +7 -0
- package/dist/commonjs/api/networkBootstrapInterfaces/operations.d.ts +31 -0
- package/dist/commonjs/api/networkBootstrapInterfaces/operations.js +348 -0
- package/dist/commonjs/api/networkBootstrapInterfaces/operations.js.map +7 -0
- package/dist/commonjs/api/networkBootstrapInterfaces/options.d.ts +28 -0
- package/dist/commonjs/api/networkBootstrapInterfaces/options.js +16 -0
- package/dist/commonjs/api/networkBootstrapInterfaces/options.js.map +7 -0
- package/dist/commonjs/api/networkDeviceSkus/operations.js +9 -9
- package/dist/commonjs/api/networkDeviceSkus/operations.js.map +2 -2
- package/dist/commonjs/api/networkDevices/index.d.ts +2 -2
- package/dist/commonjs/api/networkDevices/index.js +4 -0
- package/dist/commonjs/api/networkDevices/index.js.map +2 -2
- package/dist/commonjs/api/networkDevices/operations.d.ts +21 -18
- package/dist/commonjs/api/networkDevices/operations.js +165 -61
- package/dist/commonjs/api/networkDevices/operations.js.map +2 -2
- package/dist/commonjs/api/networkDevices/options.d.ts +10 -0
- package/dist/commonjs/api/networkDevices/options.js.map +1 -1
- package/dist/commonjs/api/networkFabricControllers/operations.d.ts +0 -5
- package/dist/commonjs/api/networkFabricControllers/operations.js +29 -25
- package/dist/commonjs/api/networkFabricControllers/operations.js.map +2 -2
- package/dist/commonjs/api/networkFabricSkus/operations.js +9 -9
- package/dist/commonjs/api/networkFabricSkus/operations.js.map +2 -2
- package/dist/commonjs/api/networkFabrics/index.d.ts +2 -2
- package/dist/commonjs/api/networkFabrics/index.js +8 -0
- package/dist/commonjs/api/networkFabrics/index.js.map +2 -2
- package/dist/commonjs/api/networkFabrics/operations.d.ts +55 -33
- package/dist/commonjs/api/networkFabrics/operations.js +319 -109
- package/dist/commonjs/api/networkFabrics/operations.js.map +2 -2
- package/dist/commonjs/api/networkFabrics/options.d.ts +23 -0
- package/dist/commonjs/api/networkFabrics/options.js.map +1 -1
- package/dist/commonjs/api/networkInterfaces/operations.d.ts +3 -8
- package/dist/commonjs/api/networkInterfaces/operations.js +32 -24
- package/dist/commonjs/api/networkInterfaces/operations.js.map +2 -2
- package/dist/commonjs/api/networkMonitors/operations.d.ts +1 -6
- package/dist/commonjs/api/networkMonitors/operations.js +36 -30
- package/dist/commonjs/api/networkMonitors/operations.js.map +2 -2
- package/dist/commonjs/api/networkPacketBrokers/operations.d.ts +0 -5
- package/dist/commonjs/api/networkPacketBrokers/operations.js +29 -25
- package/dist/commonjs/api/networkPacketBrokers/operations.js.map +2 -2
- package/dist/commonjs/api/networkRacks/operations.d.ts +0 -5
- package/dist/commonjs/api/networkRacks/operations.js +29 -25
- package/dist/commonjs/api/networkRacks/operations.js.map +2 -2
- package/dist/commonjs/api/networkTapRules/operations.d.ts +3 -8
- package/dist/commonjs/api/networkTapRules/operations.js +51 -41
- package/dist/commonjs/api/networkTapRules/operations.js.map +2 -2
- package/dist/commonjs/api/networkTaps/operations.d.ts +5 -10
- package/dist/commonjs/api/networkTaps/operations.js +45 -37
- package/dist/commonjs/api/networkTaps/operations.js.map +2 -2
- package/dist/commonjs/api/networkToNetworkInterconnects/index.d.ts +2 -2
- package/dist/commonjs/api/networkToNetworkInterconnects/index.js +4 -2
- package/dist/commonjs/api/networkToNetworkInterconnects/index.js.map +2 -2
- package/dist/commonjs/api/networkToNetworkInterconnects/operations.d.ts +11 -12
- package/dist/commonjs/api/networkToNetworkInterconnects/operations.js +106 -33
- package/dist/commonjs/api/networkToNetworkInterconnects/operations.js.map +2 -2
- package/dist/commonjs/api/networkToNetworkInterconnects/options.d.ts +5 -0
- package/dist/commonjs/api/networkToNetworkInterconnects/options.js.map +1 -1
- package/dist/commonjs/api/operations/operations.js +5 -7
- package/dist/commonjs/api/operations/operations.js.map +2 -2
- package/dist/commonjs/api/routePolicies/operations.d.ts +3 -8
- package/dist/commonjs/api/routePolicies/operations.js +51 -41
- package/dist/commonjs/api/routePolicies/operations.js.map +2 -2
- package/dist/commonjs/azureNetworkFabricManagementServiceAPI.d.ts +6 -0
- package/dist/commonjs/azureNetworkFabricManagementServiceAPI.js +8 -0
- package/dist/commonjs/azureNetworkFabricManagementServiceAPI.js.map +2 -2
- package/dist/commonjs/classic/accessControlLists/index.d.ts +4 -9
- package/dist/commonjs/classic/accessControlLists/index.js.map +2 -2
- package/dist/commonjs/classic/externalNetworks/index.d.ts +14 -13
- package/dist/commonjs/classic/externalNetworks/index.js +30 -0
- package/dist/commonjs/classic/externalNetworks/index.js.map +2 -2
- package/dist/commonjs/classic/index.d.ts +2 -0
- package/dist/commonjs/classic/index.js.map +1 -1
- package/dist/commonjs/classic/internalNetworks/index.d.ts +18 -17
- package/dist/commonjs/classic/internalNetworks/index.js +30 -0
- package/dist/commonjs/classic/internalNetworks/index.js.map +2 -2
- package/dist/commonjs/classic/internetGatewayRules/index.d.ts +0 -5
- package/dist/commonjs/classic/internetGatewayRules/index.js.map +2 -2
- package/dist/commonjs/classic/internetGateways/index.d.ts +0 -5
- package/dist/commonjs/classic/internetGateways/index.js.map +2 -2
- package/dist/commonjs/classic/ipCommunities/index.d.ts +0 -5
- package/dist/commonjs/classic/ipCommunities/index.js.map +2 -2
- package/dist/commonjs/classic/ipExtendedCommunities/index.d.ts +0 -5
- package/dist/commonjs/classic/ipExtendedCommunities/index.js.map +2 -2
- package/dist/commonjs/classic/ipPrefixes/index.d.ts +0 -5
- package/dist/commonjs/classic/ipPrefixes/index.js.map +2 -2
- package/dist/commonjs/classic/l2IsolationDomains/index.d.ts +4 -9
- package/dist/commonjs/classic/l2IsolationDomains/index.js.map +2 -2
- package/dist/commonjs/classic/l3IsolationDomains/index.d.ts +5 -10
- package/dist/commonjs/classic/l3IsolationDomains/index.js.map +2 -2
- package/dist/commonjs/classic/neighborGroups/index.d.ts +8 -7
- package/dist/commonjs/classic/neighborGroups/index.js +9 -0
- package/dist/commonjs/classic/neighborGroups/index.js.map +2 -2
- package/dist/commonjs/classic/networkBootstrapDevices/index.d.ts +65 -0
- package/dist/commonjs/classic/networkBootstrapDevices/index.js +146 -0
- package/dist/commonjs/classic/networkBootstrapDevices/index.js.map +7 -0
- package/dist/commonjs/classic/networkBootstrapInterfaces/index.d.ts +39 -0
- package/dist/commonjs/classic/networkBootstrapInterfaces/index.js +163 -0
- package/dist/commonjs/classic/networkBootstrapInterfaces/index.js.map +7 -0
- package/dist/commonjs/classic/networkDevices/index.d.ts +29 -22
- package/dist/commonjs/classic/networkDevices/index.js +18 -0
- package/dist/commonjs/classic/networkDevices/index.js.map +2 -2
- package/dist/commonjs/classic/networkFabricControllers/index.d.ts +0 -5
- package/dist/commonjs/classic/networkFabricControllers/index.js.map +2 -2
- package/dist/commonjs/classic/networkFabrics/index.d.ts +76 -46
- package/dist/commonjs/classic/networkFabrics/index.js +36 -0
- package/dist/commonjs/classic/networkFabrics/index.js.map +2 -2
- package/dist/commonjs/classic/networkInterfaces/index.d.ts +4 -9
- package/dist/commonjs/classic/networkInterfaces/index.js.map +2 -2
- package/dist/commonjs/classic/networkMonitors/index.d.ts +1 -6
- package/dist/commonjs/classic/networkMonitors/index.js.map +2 -2
- package/dist/commonjs/classic/networkPacketBrokers/index.d.ts +0 -5
- package/dist/commonjs/classic/networkPacketBrokers/index.js.map +2 -2
- package/dist/commonjs/classic/networkRacks/index.d.ts +0 -5
- package/dist/commonjs/classic/networkRacks/index.js.map +2 -2
- package/dist/commonjs/classic/networkTapRules/index.d.ts +4 -9
- package/dist/commonjs/classic/networkTapRules/index.js.map +2 -2
- package/dist/commonjs/classic/networkTaps/index.d.ts +7 -12
- package/dist/commonjs/classic/networkTaps/index.js.map +2 -2
- package/dist/commonjs/classic/networkToNetworkInterconnects/index.d.ts +14 -13
- package/dist/commonjs/classic/networkToNetworkInterconnects/index.js +30 -0
- package/dist/commonjs/classic/networkToNetworkInterconnects/index.js.map +2 -2
- package/dist/commonjs/classic/routePolicies/index.d.ts +4 -9
- package/dist/commonjs/classic/routePolicies/index.js.map +2 -2
- package/dist/commonjs/index.d.ts +12 -9
- package/dist/commonjs/index.js +19 -2
- package/dist/commonjs/index.js.map +2 -2
- package/dist/commonjs/models/index.d.ts +2 -2
- package/dist/commonjs/models/index.js +14 -2
- package/dist/commonjs/models/index.js.map +2 -2
- package/dist/commonjs/models/models.d.ts +1715 -221
- package/dist/commonjs/models/models.js +1519 -221
- package/dist/commonjs/models/models.js.map +3 -3
- package/dist/commonjs/restorePollerHelpers.js +225 -165
- package/dist/commonjs/restorePollerHelpers.js.map +3 -3
- package/dist/commonjs/static-helpers/pagingHelpers.js +1 -1
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +2 -2
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts +1 -1
- package/dist/commonjs/static-helpers/pollingHelpers.js +1 -1
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +2 -2
- package/dist/commonjs/static-helpers/simplePollerHelpers.d.ts +1 -1
- package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/esm/api/accessControlLists/operations.d.ts +3 -8
- package/dist/esm/api/accessControlLists/operations.js +52 -47
- package/dist/esm/api/accessControlLists/operations.js.map +1 -1
- package/dist/esm/api/azureNetworkFabricManagementServiceAPIContext.js +4 -2
- package/dist/esm/api/azureNetworkFabricManagementServiceAPIContext.js.map +1 -1
- package/dist/esm/api/externalNetworks/index.d.ts +2 -2
- package/dist/esm/api/externalNetworks/index.js +1 -1
- package/dist/esm/api/externalNetworks/index.js.map +1 -1
- package/dist/esm/api/externalNetworks/operations.d.ts +11 -12
- package/dist/esm/api/externalNetworks/operations.js +84 -37
- package/dist/esm/api/externalNetworks/operations.js.map +1 -1
- package/dist/esm/api/externalNetworks/options.d.ts +5 -0
- package/dist/esm/api/externalNetworks/options.js.map +1 -1
- package/dist/esm/api/internalNetworks/index.d.ts +2 -2
- package/dist/esm/api/internalNetworks/index.js +1 -1
- package/dist/esm/api/internalNetworks/index.js.map +1 -1
- package/dist/esm/api/internalNetworks/operations.d.ts +15 -16
- package/dist/esm/api/internalNetworks/operations.js +94 -45
- package/dist/esm/api/internalNetworks/operations.js.map +1 -1
- package/dist/esm/api/internalNetworks/options.d.ts +5 -0
- package/dist/esm/api/internalNetworks/options.js.map +1 -1
- package/dist/esm/api/internetGatewayRules/operations.d.ts +0 -5
- package/dist/esm/api/internetGatewayRules/operations.js +29 -30
- package/dist/esm/api/internetGatewayRules/operations.js.map +1 -1
- package/dist/esm/api/internetGateways/operations.d.ts +0 -5
- package/dist/esm/api/internetGateways/operations.js +29 -30
- package/dist/esm/api/internetGateways/operations.js.map +1 -1
- package/dist/esm/api/ipCommunities/operations.d.ts +0 -5
- package/dist/esm/api/ipCommunities/operations.js +29 -30
- package/dist/esm/api/ipCommunities/operations.js.map +1 -1
- package/dist/esm/api/ipExtendedCommunities/operations.d.ts +0 -5
- package/dist/esm/api/ipExtendedCommunities/operations.js +29 -30
- package/dist/esm/api/ipExtendedCommunities/operations.js.map +1 -1
- package/dist/esm/api/ipPrefixes/operations.d.ts +0 -5
- package/dist/esm/api/ipPrefixes/operations.js +29 -30
- package/dist/esm/api/ipPrefixes/operations.js.map +1 -1
- package/dist/esm/api/l2IsolationDomains/operations.d.ts +3 -8
- package/dist/esm/api/l2IsolationDomains/operations.js +52 -47
- package/dist/esm/api/l2IsolationDomains/operations.js.map +1 -1
- package/dist/esm/api/l3IsolationDomains/operations.d.ts +4 -9
- package/dist/esm/api/l3IsolationDomains/operations.js +53 -48
- package/dist/esm/api/l3IsolationDomains/operations.js.map +1 -1
- package/dist/esm/api/neighborGroups/index.d.ts +2 -2
- package/dist/esm/api/neighborGroups/index.js +1 -1
- package/dist/esm/api/neighborGroups/index.js.map +1 -1
- package/dist/esm/api/neighborGroups/operations.d.ts +6 -7
- package/dist/esm/api/neighborGroups/operations.js +65 -31
- package/dist/esm/api/neighborGroups/operations.js.map +1 -1
- package/dist/esm/api/neighborGroups/options.d.ts +5 -0
- package/dist/esm/api/neighborGroups/options.js.map +1 -1
- package/dist/esm/api/networkBootstrapDevices/index.d.ts +3 -0
- package/dist/esm/api/networkBootstrapDevices/index.js +4 -0
- package/dist/esm/api/networkBootstrapDevices/index.js.map +1 -0
- package/dist/esm/api/networkBootstrapDevices/operations.d.ts +51 -0
- package/dist/esm/api/networkBootstrapDevices/operations.js +378 -0
- package/dist/esm/api/networkBootstrapDevices/operations.js.map +1 -0
- package/dist/esm/api/networkBootstrapDevices/options.d.ts +51 -0
- package/dist/esm/api/networkBootstrapDevices/options.js +4 -0
- package/dist/esm/api/networkBootstrapDevices/options.js.map +1 -0
- package/dist/esm/api/networkBootstrapInterfaces/index.d.ts +3 -0
- package/dist/esm/api/networkBootstrapInterfaces/index.js +4 -0
- package/dist/esm/api/networkBootstrapInterfaces/index.js.map +1 -0
- package/dist/esm/api/networkBootstrapInterfaces/operations.d.ts +31 -0
- package/dist/esm/api/networkBootstrapInterfaces/operations.js +223 -0
- package/dist/esm/api/networkBootstrapInterfaces/operations.js.map +1 -0
- package/dist/esm/api/networkBootstrapInterfaces/options.d.ts +28 -0
- package/dist/esm/api/networkBootstrapInterfaces/options.js +4 -0
- package/dist/esm/api/networkBootstrapInterfaces/options.js.map +1 -0
- package/dist/esm/api/networkDeviceSkus/operations.js +9 -9
- package/dist/esm/api/networkDeviceSkus/operations.js.map +1 -1
- package/dist/esm/api/networkDevices/index.d.ts +2 -2
- package/dist/esm/api/networkDevices/index.js +1 -1
- package/dist/esm/api/networkDevices/index.js.map +1 -1
- package/dist/esm/api/networkDevices/operations.d.ts +21 -18
- package/dist/esm/api/networkDevices/operations.js +148 -67
- package/dist/esm/api/networkDevices/operations.js.map +1 -1
- package/dist/esm/api/networkDevices/options.d.ts +10 -0
- package/dist/esm/api/networkDevices/options.js.map +1 -1
- package/dist/esm/api/networkFabricControllers/operations.d.ts +0 -5
- package/dist/esm/api/networkFabricControllers/operations.js +29 -30
- package/dist/esm/api/networkFabricControllers/operations.js.map +1 -1
- package/dist/esm/api/networkFabricSkus/operations.js +9 -9
- package/dist/esm/api/networkFabricSkus/operations.js.map +1 -1
- package/dist/esm/api/networkFabrics/index.d.ts +2 -2
- package/dist/esm/api/networkFabrics/index.js +1 -1
- package/dist/esm/api/networkFabrics/index.js.map +1 -1
- package/dist/esm/api/networkFabrics/operations.d.ts +55 -33
- package/dist/esm/api/networkFabrics/operations.js +294 -114
- package/dist/esm/api/networkFabrics/operations.js.map +1 -1
- package/dist/esm/api/networkFabrics/options.d.ts +23 -0
- package/dist/esm/api/networkFabrics/options.js.map +1 -1
- package/dist/esm/api/networkInterfaces/operations.d.ts +3 -8
- package/dist/esm/api/networkInterfaces/operations.js +33 -30
- package/dist/esm/api/networkInterfaces/operations.js.map +1 -1
- package/dist/esm/api/networkMonitors/operations.d.ts +1 -6
- package/dist/esm/api/networkMonitors/operations.js +37 -36
- package/dist/esm/api/networkMonitors/operations.js.map +1 -1
- package/dist/esm/api/networkPacketBrokers/operations.d.ts +0 -5
- package/dist/esm/api/networkPacketBrokers/operations.js +29 -30
- package/dist/esm/api/networkPacketBrokers/operations.js.map +1 -1
- package/dist/esm/api/networkRacks/operations.d.ts +0 -5
- package/dist/esm/api/networkRacks/operations.js +29 -30
- package/dist/esm/api/networkRacks/operations.js.map +1 -1
- package/dist/esm/api/networkTapRules/operations.d.ts +3 -8
- package/dist/esm/api/networkTapRules/operations.js +52 -47
- package/dist/esm/api/networkTapRules/operations.js.map +1 -1
- package/dist/esm/api/networkTaps/operations.d.ts +5 -10
- package/dist/esm/api/networkTaps/operations.js +46 -43
- package/dist/esm/api/networkTaps/operations.js.map +1 -1
- package/dist/esm/api/networkToNetworkInterconnects/index.d.ts +2 -2
- package/dist/esm/api/networkToNetworkInterconnects/index.js +1 -1
- package/dist/esm/api/networkToNetworkInterconnects/index.js.map +1 -1
- package/dist/esm/api/networkToNetworkInterconnects/operations.d.ts +11 -12
- package/dist/esm/api/networkToNetworkInterconnects/operations.js +84 -37
- package/dist/esm/api/networkToNetworkInterconnects/operations.js.map +1 -1
- package/dist/esm/api/networkToNetworkInterconnects/options.d.ts +5 -0
- package/dist/esm/api/networkToNetworkInterconnects/options.js.map +1 -1
- package/dist/esm/api/operations/operations.js +5 -7
- package/dist/esm/api/operations/operations.js.map +1 -1
- package/dist/esm/api/routePolicies/operations.d.ts +3 -8
- package/dist/esm/api/routePolicies/operations.js +52 -47
- package/dist/esm/api/routePolicies/operations.js.map +1 -1
- package/dist/esm/azureNetworkFabricManagementServiceAPI.d.ts +6 -0
- package/dist/esm/azureNetworkFabricManagementServiceAPI.js +8 -0
- package/dist/esm/azureNetworkFabricManagementServiceAPI.js.map +1 -1
- package/dist/esm/classic/accessControlLists/index.d.ts +4 -9
- package/dist/esm/classic/accessControlLists/index.js.map +1 -1
- package/dist/esm/classic/externalNetworks/index.d.ts +14 -13
- package/dist/esm/classic/externalNetworks/index.js +10 -1
- package/dist/esm/classic/externalNetworks/index.js.map +1 -1
- package/dist/esm/classic/index.d.ts +2 -0
- package/dist/esm/classic/index.js.map +1 -1
- package/dist/esm/classic/internalNetworks/index.d.ts +18 -17
- package/dist/esm/classic/internalNetworks/index.js +10 -1
- package/dist/esm/classic/internalNetworks/index.js.map +1 -1
- package/dist/esm/classic/internetGatewayRules/index.d.ts +0 -5
- package/dist/esm/classic/internetGatewayRules/index.js.map +1 -1
- package/dist/esm/classic/internetGateways/index.d.ts +0 -5
- package/dist/esm/classic/internetGateways/index.js.map +1 -1
- package/dist/esm/classic/ipCommunities/index.d.ts +0 -5
- package/dist/esm/classic/ipCommunities/index.js.map +1 -1
- package/dist/esm/classic/ipExtendedCommunities/index.d.ts +0 -5
- package/dist/esm/classic/ipExtendedCommunities/index.js.map +1 -1
- package/dist/esm/classic/ipPrefixes/index.d.ts +0 -5
- package/dist/esm/classic/ipPrefixes/index.js.map +1 -1
- package/dist/esm/classic/l2IsolationDomains/index.d.ts +4 -9
- package/dist/esm/classic/l2IsolationDomains/index.js.map +1 -1
- package/dist/esm/classic/l3IsolationDomains/index.d.ts +5 -10
- package/dist/esm/classic/l3IsolationDomains/index.js.map +1 -1
- package/dist/esm/classic/neighborGroups/index.d.ts +8 -7
- package/dist/esm/classic/neighborGroups/index.js +10 -1
- package/dist/esm/classic/neighborGroups/index.js.map +1 -1
- package/dist/esm/classic/networkBootstrapDevices/index.d.ts +65 -0
- package/dist/esm/classic/networkBootstrapDevices/index.js +89 -0
- package/dist/esm/classic/networkBootstrapDevices/index.js.map +1 -0
- package/dist/esm/classic/networkBootstrapInterfaces/index.d.ts +39 -0
- package/dist/esm/classic/networkBootstrapInterfaces/index.js +52 -0
- package/dist/esm/classic/networkBootstrapInterfaces/index.js.map +1 -0
- package/dist/esm/classic/networkDevices/index.d.ts +29 -22
- package/dist/esm/classic/networkDevices/index.js +19 -1
- package/dist/esm/classic/networkDevices/index.js.map +1 -1
- package/dist/esm/classic/networkFabricControllers/index.d.ts +0 -5
- package/dist/esm/classic/networkFabricControllers/index.js.map +1 -1
- package/dist/esm/classic/networkFabrics/index.d.ts +76 -46
- package/dist/esm/classic/networkFabrics/index.js +37 -1
- package/dist/esm/classic/networkFabrics/index.js.map +1 -1
- package/dist/esm/classic/networkInterfaces/index.d.ts +4 -9
- package/dist/esm/classic/networkInterfaces/index.js.map +1 -1
- package/dist/esm/classic/networkMonitors/index.d.ts +1 -6
- package/dist/esm/classic/networkMonitors/index.js.map +1 -1
- package/dist/esm/classic/networkPacketBrokers/index.d.ts +0 -5
- package/dist/esm/classic/networkPacketBrokers/index.js.map +1 -1
- package/dist/esm/classic/networkRacks/index.d.ts +0 -5
- package/dist/esm/classic/networkRacks/index.js.map +1 -1
- package/dist/esm/classic/networkTapRules/index.d.ts +4 -9
- package/dist/esm/classic/networkTapRules/index.js.map +1 -1
- package/dist/esm/classic/networkTaps/index.d.ts +7 -12
- package/dist/esm/classic/networkTaps/index.js.map +1 -1
- package/dist/esm/classic/networkToNetworkInterconnects/index.d.ts +14 -13
- package/dist/esm/classic/networkToNetworkInterconnects/index.js +10 -1
- package/dist/esm/classic/networkToNetworkInterconnects/index.js.map +1 -1
- package/dist/esm/classic/routePolicies/index.d.ts +4 -9
- package/dist/esm/classic/routePolicies/index.js.map +1 -1
- package/dist/esm/index.d.ts +12 -9
- package/dist/esm/index.js +2 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/models/index.d.ts +2 -2
- package/dist/esm/models/index.js +1 -1
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/models.d.ts +1715 -221
- package/dist/esm/models/models.js +1654 -190
- package/dist/esm/models/models.js.map +1 -1
- package/dist/esm/restorePollerHelpers.js +117 -57
- package/dist/esm/restorePollerHelpers.js.map +1 -1
- package/dist/esm/static-helpers/pagingHelpers.js +1 -1
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -1
- package/dist/esm/static-helpers/pollingHelpers.d.ts +1 -1
- package/dist/esm/static-helpers/pollingHelpers.js +1 -1
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -1
- package/dist/esm/static-helpers/simplePollerHelpers.d.ts +1 -1
- package/dist/esm/static-helpers/simplePollerHelpers.js.map +1 -1
- package/package.json +32 -4
|
@@ -116,6 +116,9 @@ export function accessControlListPropertiesSerializer(item) {
|
|
|
116
116
|
globalAccessControlListActions: !item["globalAccessControlListActions"]
|
|
117
117
|
? item["globalAccessControlListActions"]
|
|
118
118
|
: globalAccessControlListActionPropertiesSerializer(item["globalAccessControlListActions"]),
|
|
119
|
+
controlPlaneAclConfiguration: !item["controlPlaneAclConfiguration"]
|
|
120
|
+
? item["controlPlaneAclConfiguration"]
|
|
121
|
+
: controlPlaneAclPropertiesArraySerializer(item["controlPlaneAclConfiguration"]),
|
|
119
122
|
};
|
|
120
123
|
}
|
|
121
124
|
export function accessControlListPropertiesDeserializer(item) {
|
|
@@ -141,6 +144,14 @@ export function accessControlListPropertiesDeserializer(item) {
|
|
|
141
144
|
lastOperation: !item["lastOperation"]
|
|
142
145
|
? item["lastOperation"]
|
|
143
146
|
: lastOperationPropertiesDeserializer(item["lastOperation"]),
|
|
147
|
+
networkFabricIds: !item["networkFabricIds"]
|
|
148
|
+
? item["networkFabricIds"]
|
|
149
|
+
: item["networkFabricIds"].map((p) => {
|
|
150
|
+
return p;
|
|
151
|
+
}),
|
|
152
|
+
controlPlaneAclConfiguration: !item["controlPlaneAclConfiguration"]
|
|
153
|
+
? item["controlPlaneAclConfiguration"]
|
|
154
|
+
: controlPlaneAclPropertiesArrayDeserializer(item["controlPlaneAclConfiguration"]),
|
|
144
155
|
configurationState: item["configurationState"],
|
|
145
156
|
provisioningState: item["provisioningState"],
|
|
146
157
|
administrativeState: item["administrativeState"],
|
|
@@ -454,6 +465,8 @@ export var KnownBitRateUnit;
|
|
|
454
465
|
KnownBitRateUnit["Mbps"] = "Mbps";
|
|
455
466
|
/** Bit rate unit in gigabits per second. */
|
|
456
467
|
KnownBitRateUnit["Gbps"] = "Gbps";
|
|
468
|
+
/** Bit rate unit in packets per second. */
|
|
469
|
+
KnownBitRateUnit["Pps"] = "Pps";
|
|
457
470
|
})(KnownBitRateUnit || (KnownBitRateUnit = {}));
|
|
458
471
|
export function burstSizeSerializer(item) {
|
|
459
472
|
return { size: item["size"], unit: item["unit"] };
|
|
@@ -475,6 +488,8 @@ export var KnownBurstSizeUnit;
|
|
|
475
488
|
KnownBurstSizeUnit["MBytes"] = "MBytes";
|
|
476
489
|
/** Burst size unit in gigabytes. */
|
|
477
490
|
KnownBurstSizeUnit["GBytes"] = "GBytes";
|
|
491
|
+
/** Burst size unit in packets. */
|
|
492
|
+
KnownBurstSizeUnit["Packets"] = "Packets";
|
|
478
493
|
})(KnownBurstSizeUnit || (KnownBurstSizeUnit = {}));
|
|
479
494
|
export function commonDynamicMatchConfigurationArraySerializer(result) {
|
|
480
495
|
return result.map((item) => {
|
|
@@ -613,6 +628,8 @@ export var KnownAclType;
|
|
|
613
628
|
KnownAclType["Tenant"] = "Tenant";
|
|
614
629
|
/** AclType Management */
|
|
615
630
|
KnownAclType["Management"] = "Management";
|
|
631
|
+
/** Control Plane Access Control List (ACL) */
|
|
632
|
+
KnownAclType["ControlPlaneAcl"] = "ControlPlaneAcl";
|
|
616
633
|
})(KnownAclType || (KnownAclType = {}));
|
|
617
634
|
/** Device Role */
|
|
618
635
|
export var KnownDeviceRole;
|
|
@@ -647,6 +664,212 @@ export function lastOperationPropertiesDeserializer(item) {
|
|
|
647
664
|
details: item["details"],
|
|
648
665
|
};
|
|
649
666
|
}
|
|
667
|
+
export function controlPlaneAclPropertiesArraySerializer(result) {
|
|
668
|
+
return result.map((item) => {
|
|
669
|
+
return controlPlaneAclPropertiesSerializer(item);
|
|
670
|
+
});
|
|
671
|
+
}
|
|
672
|
+
export function controlPlaneAclPropertiesArrayDeserializer(result) {
|
|
673
|
+
return result.map((item) => {
|
|
674
|
+
return controlPlaneAclPropertiesDeserializer(item);
|
|
675
|
+
});
|
|
676
|
+
}
|
|
677
|
+
export function controlPlaneAclPropertiesSerializer(item) {
|
|
678
|
+
return {
|
|
679
|
+
ipAddressType: item["ipAddressType"],
|
|
680
|
+
matchConfigurations: !item["matchConfigurations"]
|
|
681
|
+
? item["matchConfigurations"]
|
|
682
|
+
: controlPlaneAclMatchConfigurationPropertiesArraySerializer(item["matchConfigurations"]),
|
|
683
|
+
};
|
|
684
|
+
}
|
|
685
|
+
export function controlPlaneAclPropertiesDeserializer(item) {
|
|
686
|
+
return {
|
|
687
|
+
ipAddressType: item["ipAddressType"],
|
|
688
|
+
matchConfigurations: !item["matchConfigurations"]
|
|
689
|
+
? item["matchConfigurations"]
|
|
690
|
+
: controlPlaneAclMatchConfigurationPropertiesArrayDeserializer(item["matchConfigurations"]),
|
|
691
|
+
};
|
|
692
|
+
}
|
|
693
|
+
export function controlPlaneAclMatchConfigurationPropertiesArraySerializer(result) {
|
|
694
|
+
return result.map((item) => {
|
|
695
|
+
return controlPlaneAclMatchConfigurationPropertiesSerializer(item);
|
|
696
|
+
});
|
|
697
|
+
}
|
|
698
|
+
export function controlPlaneAclMatchConfigurationPropertiesArrayDeserializer(result) {
|
|
699
|
+
return result.map((item) => {
|
|
700
|
+
return controlPlaneAclMatchConfigurationPropertiesDeserializer(item);
|
|
701
|
+
});
|
|
702
|
+
}
|
|
703
|
+
export function controlPlaneAclMatchConfigurationPropertiesSerializer(item) {
|
|
704
|
+
return {
|
|
705
|
+
matchConfigurationName: item["matchConfigurationName"],
|
|
706
|
+
sequenceNumber: item["sequenceNumber"],
|
|
707
|
+
matchCondition: !item["matchCondition"]
|
|
708
|
+
? item["matchCondition"]
|
|
709
|
+
: controlPlaneAclMatchConditionSerializer(item["matchCondition"]),
|
|
710
|
+
action: !item["action"] ? item["action"] : controlPlaneAclActionSerializer(item["action"]),
|
|
711
|
+
};
|
|
712
|
+
}
|
|
713
|
+
export function controlPlaneAclMatchConfigurationPropertiesDeserializer(item) {
|
|
714
|
+
return {
|
|
715
|
+
matchConfigurationName: item["matchConfigurationName"],
|
|
716
|
+
sequenceNumber: item["sequenceNumber"],
|
|
717
|
+
matchCondition: !item["matchCondition"]
|
|
718
|
+
? item["matchCondition"]
|
|
719
|
+
: controlPlaneAclMatchConditionDeserializer(item["matchCondition"]),
|
|
720
|
+
action: !item["action"] ? item["action"] : controlPlaneAclActionDeserializer(item["action"]),
|
|
721
|
+
};
|
|
722
|
+
}
|
|
723
|
+
export function controlPlaneAclMatchConditionSerializer(item) {
|
|
724
|
+
return {
|
|
725
|
+
protocolTypes: item["protocolTypes"],
|
|
726
|
+
ipCondition: !item["ipCondition"]
|
|
727
|
+
? item["ipCondition"]
|
|
728
|
+
: controlPlanAclIpMatchConditionSerializer(item["ipCondition"]),
|
|
729
|
+
ttlMatchCondition: !item["ttlMatchCondition"]
|
|
730
|
+
? item["ttlMatchCondition"]
|
|
731
|
+
: controlPlaneAclTtlMatchConditionSerializer(item["ttlMatchCondition"]),
|
|
732
|
+
portCondition: !item["portCondition"]
|
|
733
|
+
? item["portCondition"]
|
|
734
|
+
: controlPlaneAclPortMatchConditionSerializer(item["portCondition"]),
|
|
735
|
+
flags: !item["flags"]
|
|
736
|
+
? item["flags"]
|
|
737
|
+
: item["flags"].map((p) => {
|
|
738
|
+
return p;
|
|
739
|
+
}),
|
|
740
|
+
icmpConfiguration: !item["icmpConfiguration"]
|
|
741
|
+
? item["icmpConfiguration"]
|
|
742
|
+
: icmpConfigurationPropertiesSerializer(item["icmpConfiguration"]),
|
|
743
|
+
};
|
|
744
|
+
}
|
|
745
|
+
export function controlPlaneAclMatchConditionDeserializer(item) {
|
|
746
|
+
return {
|
|
747
|
+
protocolTypes: item["protocolTypes"],
|
|
748
|
+
ipCondition: !item["ipCondition"]
|
|
749
|
+
? item["ipCondition"]
|
|
750
|
+
: controlPlanAclIpMatchConditionDeserializer(item["ipCondition"]),
|
|
751
|
+
ttlMatchCondition: !item["ttlMatchCondition"]
|
|
752
|
+
? item["ttlMatchCondition"]
|
|
753
|
+
: controlPlaneAclTtlMatchConditionDeserializer(item["ttlMatchCondition"]),
|
|
754
|
+
portCondition: !item["portCondition"]
|
|
755
|
+
? item["portCondition"]
|
|
756
|
+
: controlPlaneAclPortMatchConditionDeserializer(item["portCondition"]),
|
|
757
|
+
flags: !item["flags"]
|
|
758
|
+
? item["flags"]
|
|
759
|
+
: item["flags"].map((p) => {
|
|
760
|
+
return p;
|
|
761
|
+
}),
|
|
762
|
+
icmpConfiguration: !item["icmpConfiguration"]
|
|
763
|
+
? item["icmpConfiguration"]
|
|
764
|
+
: icmpConfigurationPropertiesDeserializer(item["icmpConfiguration"]),
|
|
765
|
+
};
|
|
766
|
+
}
|
|
767
|
+
export function controlPlanAclIpMatchConditionSerializer(item) {
|
|
768
|
+
return {
|
|
769
|
+
sourceIpPrefix: item["sourceIpPrefix"],
|
|
770
|
+
destinationIpPrefix: item["destinationIpPrefix"],
|
|
771
|
+
};
|
|
772
|
+
}
|
|
773
|
+
export function controlPlanAclIpMatchConditionDeserializer(item) {
|
|
774
|
+
return {
|
|
775
|
+
sourceIpPrefix: item["sourceIpPrefix"],
|
|
776
|
+
destinationIpPrefix: item["destinationIpPrefix"],
|
|
777
|
+
};
|
|
778
|
+
}
|
|
779
|
+
export function controlPlaneAclTtlMatchConditionSerializer(item) {
|
|
780
|
+
return { ttlValue: item["ttlValue"], ttlMatchType: item["ttlMatchType"] };
|
|
781
|
+
}
|
|
782
|
+
export function controlPlaneAclTtlMatchConditionDeserializer(item) {
|
|
783
|
+
return {
|
|
784
|
+
ttlValue: item["ttlValue"],
|
|
785
|
+
ttlMatchType: item["ttlMatchType"],
|
|
786
|
+
};
|
|
787
|
+
}
|
|
788
|
+
/** Control Plane Access Control List (ACL) Time To Live (TTL) match conditions properties */
|
|
789
|
+
export var KnownControlPlaneAclTtlMatchType;
|
|
790
|
+
(function (KnownControlPlaneAclTtlMatchType) {
|
|
791
|
+
/** TTL-eq */
|
|
792
|
+
KnownControlPlaneAclTtlMatchType["Equals"] = "eq";
|
|
793
|
+
/** TTL-neq */
|
|
794
|
+
KnownControlPlaneAclTtlMatchType["NotEquals"] = "neq";
|
|
795
|
+
/** TTL-gt */
|
|
796
|
+
KnownControlPlaneAclTtlMatchType["GreaterThan"] = "gt";
|
|
797
|
+
/** TTL-lt */
|
|
798
|
+
KnownControlPlaneAclTtlMatchType["LesserThan"] = "lt";
|
|
799
|
+
})(KnownControlPlaneAclTtlMatchType || (KnownControlPlaneAclTtlMatchType = {}));
|
|
800
|
+
export function controlPlaneAclPortMatchConditionSerializer(item) {
|
|
801
|
+
return {
|
|
802
|
+
sourcePorts: !item["sourcePorts"]
|
|
803
|
+
? item["sourcePorts"]
|
|
804
|
+
: controlPlaneAclPortConditionSerializer(item["sourcePorts"]),
|
|
805
|
+
destinationPorts: !item["destinationPorts"]
|
|
806
|
+
? item["destinationPorts"]
|
|
807
|
+
: controlPlaneAclPortConditionSerializer(item["destinationPorts"]),
|
|
808
|
+
};
|
|
809
|
+
}
|
|
810
|
+
export function controlPlaneAclPortMatchConditionDeserializer(item) {
|
|
811
|
+
return {
|
|
812
|
+
sourcePorts: !item["sourcePorts"]
|
|
813
|
+
? item["sourcePorts"]
|
|
814
|
+
: controlPlaneAclPortConditionDeserializer(item["sourcePorts"]),
|
|
815
|
+
destinationPorts: !item["destinationPorts"]
|
|
816
|
+
? item["destinationPorts"]
|
|
817
|
+
: controlPlaneAclPortConditionDeserializer(item["destinationPorts"]),
|
|
818
|
+
};
|
|
819
|
+
}
|
|
820
|
+
export function controlPlaneAclPortConditionSerializer(item) {
|
|
821
|
+
return {
|
|
822
|
+
ports: !item["ports"]
|
|
823
|
+
? item["ports"]
|
|
824
|
+
: item["ports"].map((p) => {
|
|
825
|
+
return p;
|
|
826
|
+
}),
|
|
827
|
+
portMatchType: item["portMatchType"],
|
|
828
|
+
};
|
|
829
|
+
}
|
|
830
|
+
export function controlPlaneAclPortConditionDeserializer(item) {
|
|
831
|
+
return {
|
|
832
|
+
ports: !item["ports"]
|
|
833
|
+
? item["ports"]
|
|
834
|
+
: item["ports"].map((p) => {
|
|
835
|
+
return p;
|
|
836
|
+
}),
|
|
837
|
+
portMatchType: item["portMatchType"],
|
|
838
|
+
};
|
|
839
|
+
}
|
|
840
|
+
/** Control Plane Access Control List (ACL) port match types */
|
|
841
|
+
export var KnownControlPlaneAclPortMatchType;
|
|
842
|
+
(function (KnownControlPlaneAclPortMatchType) {
|
|
843
|
+
/** Port-eq */
|
|
844
|
+
KnownControlPlaneAclPortMatchType["Equals"] = "eq";
|
|
845
|
+
/** Port-neq */
|
|
846
|
+
KnownControlPlaneAclPortMatchType["NotEquals"] = "neq";
|
|
847
|
+
/** Port-gt */
|
|
848
|
+
KnownControlPlaneAclPortMatchType["GreaterThan"] = "gt";
|
|
849
|
+
/** Port-lt */
|
|
850
|
+
KnownControlPlaneAclPortMatchType["LesserThan"] = "lt";
|
|
851
|
+
/** Port-gt-eq */
|
|
852
|
+
KnownControlPlaneAclPortMatchType["Range"] = "range";
|
|
853
|
+
})(KnownControlPlaneAclPortMatchType || (KnownControlPlaneAclPortMatchType = {}));
|
|
854
|
+
export function controlPlaneAclActionSerializer(item) {
|
|
855
|
+
return { type: item["type"], remarkComment: item["remarkComment"] };
|
|
856
|
+
}
|
|
857
|
+
export function controlPlaneAclActionDeserializer(item) {
|
|
858
|
+
return {
|
|
859
|
+
type: item["type"],
|
|
860
|
+
remarkComment: item["remarkComment"],
|
|
861
|
+
};
|
|
862
|
+
}
|
|
863
|
+
/** Control Plane Access Control List (ACL) Action Types */
|
|
864
|
+
export var KnownControlPlaneAclActionType;
|
|
865
|
+
(function (KnownControlPlaneAclActionType) {
|
|
866
|
+
/** AclActionType Permit */
|
|
867
|
+
KnownControlPlaneAclActionType["Permit"] = "Permit";
|
|
868
|
+
/** AclActionType Deny */
|
|
869
|
+
KnownControlPlaneAclActionType["Deny"] = "Deny";
|
|
870
|
+
/** AclActionType Remark */
|
|
871
|
+
KnownControlPlaneAclActionType["Remark"] = "Remark";
|
|
872
|
+
})(KnownControlPlaneAclActionType || (KnownControlPlaneAclActionType = {}));
|
|
650
873
|
/** Configuration state for the resource. */
|
|
651
874
|
export var KnownConfigurationState;
|
|
652
875
|
(function (KnownConfigurationState) {
|
|
@@ -674,6 +897,8 @@ export var KnownConfigurationState;
|
|
|
674
897
|
KnownConfigurationState["Provisioning"] = "Provisioning";
|
|
675
898
|
/** PendingCommit Configuration State */
|
|
676
899
|
KnownConfigurationState["PendingCommit"] = "PendingCommit";
|
|
900
|
+
/** PendingAdministrativeUpdate State */
|
|
901
|
+
KnownConfigurationState["PendingAdministrativeUpdate"] = "PendingAdministrativeUpdate";
|
|
677
902
|
})(KnownConfigurationState || (KnownConfigurationState = {}));
|
|
678
903
|
/** The current provisioning state. */
|
|
679
904
|
export var KnownProvisioningState;
|
|
@@ -704,6 +929,8 @@ export var KnownAdministrativeState;
|
|
|
704
929
|
KnownAdministrativeState["RMA"] = "RMA";
|
|
705
930
|
/** UnderMaintenance Administrative State */
|
|
706
931
|
KnownAdministrativeState["UnderMaintenance"] = "UnderMaintenance";
|
|
932
|
+
/** EnabledDegraded Administrative State. */
|
|
933
|
+
KnownAdministrativeState["EnabledDegraded"] = "EnabledDegraded";
|
|
707
934
|
})(KnownAdministrativeState || (KnownAdministrativeState = {}));
|
|
708
935
|
export function portConditionSerializer(item) {
|
|
709
936
|
return {
|
|
@@ -892,8 +1119,8 @@ export function trackedResourceDeserializer(item) {
|
|
|
892
1119
|
location: item["location"],
|
|
893
1120
|
};
|
|
894
1121
|
}
|
|
895
|
-
export function resourceSerializer(
|
|
896
|
-
return
|
|
1122
|
+
export function resourceSerializer(_item) {
|
|
1123
|
+
return {};
|
|
897
1124
|
}
|
|
898
1125
|
export function resourceDeserializer(item) {
|
|
899
1126
|
return {
|
|
@@ -938,6 +1165,7 @@ export function accessControlListPatchSerializer(item) {
|
|
|
938
1165
|
"defaultAction",
|
|
939
1166
|
"matchConfigurations",
|
|
940
1167
|
"dynamicMatchConfigurations",
|
|
1168
|
+
"controlPlaneAclConfiguration",
|
|
941
1169
|
"aclType",
|
|
942
1170
|
"deviceRole",
|
|
943
1171
|
"globalAccessControlListActions",
|
|
@@ -958,6 +1186,9 @@ export function accessControlListPatchPropertiesSerializer(item) {
|
|
|
958
1186
|
dynamicMatchConfigurations: !item["dynamicMatchConfigurations"]
|
|
959
1187
|
? item["dynamicMatchConfigurations"]
|
|
960
1188
|
: commonDynamicMatchConfigurationPatchArraySerializer(item["dynamicMatchConfigurations"]),
|
|
1189
|
+
controlPlaneAclConfiguration: !item["controlPlaneAclConfiguration"]
|
|
1190
|
+
? item["controlPlaneAclConfiguration"]
|
|
1191
|
+
: controlPlaneAclPatchPropertiesArraySerializer(item["controlPlaneAclConfiguration"]),
|
|
961
1192
|
aclType: item["aclType"],
|
|
962
1193
|
deviceRole: item["deviceRole"],
|
|
963
1194
|
globalAccessControlListActions: !item["globalAccessControlListActions"]
|
|
@@ -1149,6 +1380,78 @@ export function portGroupPatchPropertiesSerializer(item) {
|
|
|
1149
1380
|
}),
|
|
1150
1381
|
};
|
|
1151
1382
|
}
|
|
1383
|
+
export function controlPlaneAclPatchPropertiesArraySerializer(result) {
|
|
1384
|
+
return result.map((item) => {
|
|
1385
|
+
return controlPlaneAclPatchPropertiesSerializer(item);
|
|
1386
|
+
});
|
|
1387
|
+
}
|
|
1388
|
+
export function controlPlaneAclPatchPropertiesSerializer(item) {
|
|
1389
|
+
return {
|
|
1390
|
+
ipAddressType: item["ipAddressType"],
|
|
1391
|
+
matchConfigurations: !item["matchConfigurations"]
|
|
1392
|
+
? item["matchConfigurations"]
|
|
1393
|
+
: controlPlaneAclMatchConfigurationPatchPropertiesArraySerializer(item["matchConfigurations"]),
|
|
1394
|
+
};
|
|
1395
|
+
}
|
|
1396
|
+
export function controlPlaneAclMatchConfigurationPatchPropertiesArraySerializer(result) {
|
|
1397
|
+
return result.map((item) => {
|
|
1398
|
+
return controlPlaneAclMatchConfigurationPatchPropertiesSerializer(item);
|
|
1399
|
+
});
|
|
1400
|
+
}
|
|
1401
|
+
export function controlPlaneAclMatchConfigurationPatchPropertiesSerializer(item) {
|
|
1402
|
+
return {
|
|
1403
|
+
matchConfigurationName: item["matchConfigurationName"],
|
|
1404
|
+
sequenceNumber: item["sequenceNumber"],
|
|
1405
|
+
matchCondition: !item["matchCondition"]
|
|
1406
|
+
? item["matchCondition"]
|
|
1407
|
+
: controlPlaneAclMatchConditionPatchSerializer(item["matchCondition"]),
|
|
1408
|
+
action: !item["action"] ? item["action"] : controlPlaneAclActionPatchSerializer(item["action"]),
|
|
1409
|
+
};
|
|
1410
|
+
}
|
|
1411
|
+
export function controlPlaneAclMatchConditionPatchSerializer(item) {
|
|
1412
|
+
return {
|
|
1413
|
+
protocolTypes: item["protocolTypes"],
|
|
1414
|
+
ipCondition: !item["ipCondition"]
|
|
1415
|
+
? item["ipCondition"]
|
|
1416
|
+
: controlPlaneAclIpMatchConditionPatchSerializer(item["ipCondition"]),
|
|
1417
|
+
ttlMatchCondition: !item["ttlMatchCondition"]
|
|
1418
|
+
? item["ttlMatchCondition"]
|
|
1419
|
+
: controlPlaneAclTtlMatchConditionPatchSerializer(item["ttlMatchCondition"]),
|
|
1420
|
+
portCondition: !item["portCondition"]
|
|
1421
|
+
? item["portCondition"]
|
|
1422
|
+
: controlPlaneAclPortMatchConditionPatchSerializer(item["portCondition"]),
|
|
1423
|
+
flags: !item["flags"]
|
|
1424
|
+
? item["flags"]
|
|
1425
|
+
: item["flags"].map((p) => {
|
|
1426
|
+
return p;
|
|
1427
|
+
}),
|
|
1428
|
+
icmpConfiguration: !item["icmpConfiguration"]
|
|
1429
|
+
? item["icmpConfiguration"]
|
|
1430
|
+
: icmpConfigurationPatchPropertiesSerializer(item["icmpConfiguration"]),
|
|
1431
|
+
};
|
|
1432
|
+
}
|
|
1433
|
+
export function controlPlaneAclIpMatchConditionPatchSerializer(item) {
|
|
1434
|
+
return {
|
|
1435
|
+
sourceIpPrefix: item["sourceIpPrefix"],
|
|
1436
|
+
destinationIpPrefix: item["destinationIpPrefix"],
|
|
1437
|
+
};
|
|
1438
|
+
}
|
|
1439
|
+
export function controlPlaneAclTtlMatchConditionPatchSerializer(item) {
|
|
1440
|
+
return { ttlValue: item["ttlValue"], ttlMatchType: item["ttlMatchType"] };
|
|
1441
|
+
}
|
|
1442
|
+
export function controlPlaneAclPortMatchConditionPatchSerializer(item) {
|
|
1443
|
+
return {
|
|
1444
|
+
sourcePorts: !item["sourcePorts"]
|
|
1445
|
+
? item["sourcePorts"]
|
|
1446
|
+
: controlPlaneAclPortConditionSerializer(item["sourcePorts"]),
|
|
1447
|
+
destinationPorts: !item["destinationPorts"]
|
|
1448
|
+
? item["destinationPorts"]
|
|
1449
|
+
: controlPlaneAclPortConditionSerializer(item["destinationPorts"]),
|
|
1450
|
+
};
|
|
1451
|
+
}
|
|
1452
|
+
export function controlPlaneAclActionPatchSerializer(item) {
|
|
1453
|
+
return { type: item["type"], remarkComment: item["remarkComment"] };
|
|
1454
|
+
}
|
|
1152
1455
|
export function globalAccessControlListActionPatchPropertiesSerializer(item) {
|
|
1153
1456
|
return { enableCount: item["enableCount"] };
|
|
1154
1457
|
}
|
|
@@ -1266,6 +1569,58 @@ export function enableDisableOnResourcesSerializer(item) {
|
|
|
1266
1569
|
}),
|
|
1267
1570
|
};
|
|
1268
1571
|
}
|
|
1572
|
+
export function updateAdministrativeStateResponseDeserializer(item) {
|
|
1573
|
+
return {
|
|
1574
|
+
id: item["id"],
|
|
1575
|
+
name: item["name"],
|
|
1576
|
+
status: item["status"],
|
|
1577
|
+
percentComplete: item["percentComplete"],
|
|
1578
|
+
startTime: !item["startTime"] ? item["startTime"] : new Date(item["startTime"]),
|
|
1579
|
+
endTime: !item["endTime"] ? item["endTime"] : new Date(item["endTime"]),
|
|
1580
|
+
operations: !item["operations"]
|
|
1581
|
+
? item["operations"]
|
|
1582
|
+
: operationStatusResultArrayDeserializer(item["operations"]),
|
|
1583
|
+
error: !item["error"] ? item["error"] : errorDetailDeserializer(item["error"]),
|
|
1584
|
+
resourceId: item["resourceId"],
|
|
1585
|
+
properties: !item["properties"]
|
|
1586
|
+
? item["properties"]
|
|
1587
|
+
: updateAdministrativeStateResponsePropertiesDeserializer(item["properties"]),
|
|
1588
|
+
};
|
|
1589
|
+
}
|
|
1590
|
+
export function operationStatusResultArrayDeserializer(result) {
|
|
1591
|
+
return result.map((item) => {
|
|
1592
|
+
return operationStatusResultDeserializer(item);
|
|
1593
|
+
});
|
|
1594
|
+
}
|
|
1595
|
+
export function operationStatusResultDeserializer(item) {
|
|
1596
|
+
return {
|
|
1597
|
+
id: item["id"],
|
|
1598
|
+
name: item["name"],
|
|
1599
|
+
status: item["status"],
|
|
1600
|
+
percentComplete: item["percentComplete"],
|
|
1601
|
+
startTime: !item["startTime"] ? item["startTime"] : new Date(item["startTime"]),
|
|
1602
|
+
endTime: !item["endTime"] ? item["endTime"] : new Date(item["endTime"]),
|
|
1603
|
+
operations: !item["operations"]
|
|
1604
|
+
? item["operations"]
|
|
1605
|
+
: operationStatusResultArrayDeserializer(item["operations"]),
|
|
1606
|
+
error: !item["error"] ? item["error"] : errorDetailDeserializer(item["error"]),
|
|
1607
|
+
resourceId: item["resourceId"],
|
|
1608
|
+
};
|
|
1609
|
+
}
|
|
1610
|
+
export function updateAdministrativeStateResponsePropertiesDeserializer(item) {
|
|
1611
|
+
return {
|
|
1612
|
+
successfulResources: !item["successfulResources"]
|
|
1613
|
+
? item["successfulResources"]
|
|
1614
|
+
: item["successfulResources"].map((p) => {
|
|
1615
|
+
return p;
|
|
1616
|
+
}),
|
|
1617
|
+
failedResources: !item["failedResources"]
|
|
1618
|
+
? item["failedResources"]
|
|
1619
|
+
: item["failedResources"].map((p) => {
|
|
1620
|
+
return p;
|
|
1621
|
+
}),
|
|
1622
|
+
};
|
|
1623
|
+
}
|
|
1269
1624
|
export function commonPostActionResponseForStateUpdateDeserializer(item) {
|
|
1270
1625
|
return {
|
|
1271
1626
|
error: !item["error"] ? item["error"] : errorDetailDeserializer(item["error"]),
|
|
@@ -1878,6 +2233,9 @@ export function l2IsolationDomainSerializer(item) {
|
|
|
1878
2233
|
tags: item["tags"],
|
|
1879
2234
|
location: item["location"],
|
|
1880
2235
|
properties: _l2IsolationDomainPropertiesSerializer(item),
|
|
2236
|
+
identity: !item["identity"]
|
|
2237
|
+
? item["identity"]
|
|
2238
|
+
: managedServiceIdentitySerializer(item["identity"]),
|
|
1881
2239
|
};
|
|
1882
2240
|
}
|
|
1883
2241
|
export function l2IsolationDomainDeserializer(item) {
|
|
@@ -1893,6 +2251,9 @@ export function l2IsolationDomainDeserializer(item) {
|
|
|
1893
2251
|
? item["systemData"]
|
|
1894
2252
|
: systemDataDeserializer(item["systemData"]),
|
|
1895
2253
|
..._l2IsolationDomainPropertiesDeserializer(item["properties"]),
|
|
2254
|
+
identity: !item["identity"]
|
|
2255
|
+
? item["identity"]
|
|
2256
|
+
: managedServiceIdentityDeserializer(item["identity"]),
|
|
1896
2257
|
};
|
|
1897
2258
|
}
|
|
1898
2259
|
export function l2IsolationDomainPropertiesSerializer(item) {
|
|
@@ -1929,6 +2290,43 @@ export var KnownExtendedVlan;
|
|
|
1929
2290
|
/** Extended VLAN is disabled. */
|
|
1930
2291
|
KnownExtendedVlan["Disabled"] = "Disabled";
|
|
1931
2292
|
})(KnownExtendedVlan || (KnownExtendedVlan = {}));
|
|
2293
|
+
export function managedServiceIdentitySerializer(item) {
|
|
2294
|
+
return { type: item["type"], userAssignedIdentities: item["userAssignedIdentities"] };
|
|
2295
|
+
}
|
|
2296
|
+
export function managedServiceIdentityDeserializer(item) {
|
|
2297
|
+
return {
|
|
2298
|
+
principalId: item["principalId"],
|
|
2299
|
+
tenantId: item["tenantId"],
|
|
2300
|
+
type: item["type"],
|
|
2301
|
+
userAssignedIdentities: !item["userAssignedIdentities"]
|
|
2302
|
+
? item["userAssignedIdentities"]
|
|
2303
|
+
: Object.fromEntries(Object.entries(item["userAssignedIdentities"]).map(([k, p]) => [
|
|
2304
|
+
k,
|
|
2305
|
+
!p ? p : userAssignedIdentityDeserializer(p),
|
|
2306
|
+
])),
|
|
2307
|
+
};
|
|
2308
|
+
}
|
|
2309
|
+
/** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */
|
|
2310
|
+
export var KnownManagedServiceIdentityType;
|
|
2311
|
+
(function (KnownManagedServiceIdentityType) {
|
|
2312
|
+
/** No managed identity. */
|
|
2313
|
+
KnownManagedServiceIdentityType["None"] = "None";
|
|
2314
|
+
/** System assigned managed identity. */
|
|
2315
|
+
KnownManagedServiceIdentityType["SystemAssigned"] = "SystemAssigned";
|
|
2316
|
+
/** User assigned managed identity. */
|
|
2317
|
+
KnownManagedServiceIdentityType["UserAssigned"] = "UserAssigned";
|
|
2318
|
+
/** System and user assigned managed identity. */
|
|
2319
|
+
KnownManagedServiceIdentityType["SystemAssignedUserAssigned"] = "SystemAssigned,UserAssigned";
|
|
2320
|
+
})(KnownManagedServiceIdentityType || (KnownManagedServiceIdentityType = {}));
|
|
2321
|
+
export function userAssignedIdentitySerializer(_item) {
|
|
2322
|
+
return {};
|
|
2323
|
+
}
|
|
2324
|
+
export function userAssignedIdentityDeserializer(item) {
|
|
2325
|
+
return {
|
|
2326
|
+
principalId: item["principalId"],
|
|
2327
|
+
clientId: item["clientId"],
|
|
2328
|
+
};
|
|
2329
|
+
}
|
|
1932
2330
|
export function l2IsolationDomainPatchSerializer(item) {
|
|
1933
2331
|
return {
|
|
1934
2332
|
tags: item["tags"],
|
|
@@ -1940,6 +2338,9 @@ export function l2IsolationDomainPatchSerializer(item) {
|
|
|
1940
2338
|
])
|
|
1941
2339
|
? undefined
|
|
1942
2340
|
: _l2IsolationDomainPatchPropertiesSerializer(item),
|
|
2341
|
+
identity: !item["identity"]
|
|
2342
|
+
? item["identity"]
|
|
2343
|
+
: managedServiceIdentityPatchSerializer(item["identity"]),
|
|
1943
2344
|
};
|
|
1944
2345
|
}
|
|
1945
2346
|
export function l2IsolationDomainPatchPropertiesSerializer(item) {
|
|
@@ -1950,6 +2351,9 @@ export function l2IsolationDomainPatchPropertiesSerializer(item) {
|
|
|
1950
2351
|
networkToNetworkInterconnectId: item["networkToNetworkInterconnectId"],
|
|
1951
2352
|
};
|
|
1952
2353
|
}
|
|
2354
|
+
export function managedServiceIdentityPatchSerializer(item) {
|
|
2355
|
+
return { type: item["type"], userAssignedIdentities: item["userAssignedIdentities"] };
|
|
2356
|
+
}
|
|
1953
2357
|
export function _l2IsolationDomainsListResultDeserializer(item) {
|
|
1954
2358
|
return {
|
|
1955
2359
|
value: l2IsolationDomainArrayDeserializer(item["value"]),
|
|
@@ -1966,27 +2370,14 @@ export function l2IsolationDomainArrayDeserializer(result) {
|
|
|
1966
2370
|
return l2IsolationDomainDeserializer(item);
|
|
1967
2371
|
});
|
|
1968
2372
|
}
|
|
1969
|
-
export function commonPostActionResponseForDeviceUpdateDeserializer(item) {
|
|
1970
|
-
return {
|
|
1971
|
-
error: !item["error"] ? item["error"] : errorDetailDeserializer(item["error"]),
|
|
1972
|
-
configurationState: item["configurationState"],
|
|
1973
|
-
successfulDevices: !item["successfulDevices"]
|
|
1974
|
-
? item["successfulDevices"]
|
|
1975
|
-
: item["successfulDevices"].map((p) => {
|
|
1976
|
-
return p;
|
|
1977
|
-
}),
|
|
1978
|
-
failedDevices: !item["failedDevices"]
|
|
1979
|
-
? item["failedDevices"]
|
|
1980
|
-
: item["failedDevices"].map((p) => {
|
|
1981
|
-
return p;
|
|
1982
|
-
}),
|
|
1983
|
-
};
|
|
1984
|
-
}
|
|
1985
2373
|
export function l3IsolationDomainSerializer(item) {
|
|
1986
2374
|
return {
|
|
1987
2375
|
tags: item["tags"],
|
|
1988
2376
|
location: item["location"],
|
|
1989
2377
|
properties: _l3IsolationDomainPropertiesSerializer(item),
|
|
2378
|
+
identity: !item["identity"]
|
|
2379
|
+
? item["identity"]
|
|
2380
|
+
: managedServiceIdentitySerializer(item["identity"]),
|
|
1990
2381
|
};
|
|
1991
2382
|
}
|
|
1992
2383
|
export function l3IsolationDomainDeserializer(item) {
|
|
@@ -2002,6 +2393,9 @@ export function l3IsolationDomainDeserializer(item) {
|
|
|
2002
2393
|
? item["systemData"]
|
|
2003
2394
|
: systemDataDeserializer(item["systemData"]),
|
|
2004
2395
|
..._l3IsolationDomainPropertiesDeserializer(item["properties"]),
|
|
2396
|
+
identity: !item["identity"]
|
|
2397
|
+
? item["identity"]
|
|
2398
|
+
: managedServiceIdentityDeserializer(item["identity"]),
|
|
2005
2399
|
};
|
|
2006
2400
|
}
|
|
2007
2401
|
export function l3IsolationDomainPropertiesSerializer(item) {
|
|
@@ -2022,9 +2416,15 @@ export function l3IsolationDomainPropertiesSerializer(item) {
|
|
|
2022
2416
|
uniqueRdConfiguration: !item["uniqueRdConfiguration"]
|
|
2023
2417
|
? item["uniqueRdConfiguration"]
|
|
2024
2418
|
: l3UniqueRouteDistinguisherPropertiesSerializer(item["uniqueRdConfiguration"]),
|
|
2025
|
-
|
|
2026
|
-
? item["
|
|
2027
|
-
: routePrefixLimitPropertiesSerializer(item["
|
|
2419
|
+
v4routePrefixLimit: !item["v4RoutePrefixLimit"]
|
|
2420
|
+
? item["v4RoutePrefixLimit"]
|
|
2421
|
+
: routePrefixLimitPropertiesSerializer(item["v4RoutePrefixLimit"]),
|
|
2422
|
+
v6routePrefixLimit: !item["v6RoutePrefixLimit"]
|
|
2423
|
+
? item["v6RoutePrefixLimit"]
|
|
2424
|
+
: routePrefixLimitPropertiesSerializer(item["v6RoutePrefixLimit"]),
|
|
2425
|
+
exportPolicyConfiguration: !item["exportPolicyConfiguration"]
|
|
2426
|
+
? item["exportPolicyConfiguration"]
|
|
2427
|
+
: bmpExportPolicyPropertiesSerializer(item["exportPolicyConfiguration"]),
|
|
2028
2428
|
};
|
|
2029
2429
|
}
|
|
2030
2430
|
export function l3IsolationDomainPropertiesDeserializer(item) {
|
|
@@ -2045,12 +2445,18 @@ export function l3IsolationDomainPropertiesDeserializer(item) {
|
|
|
2045
2445
|
uniqueRdConfiguration: !item["uniqueRdConfiguration"]
|
|
2046
2446
|
? item["uniqueRdConfiguration"]
|
|
2047
2447
|
: l3UniqueRouteDistinguisherPropertiesDeserializer(item["uniqueRdConfiguration"]),
|
|
2048
|
-
|
|
2049
|
-
? item["
|
|
2050
|
-
: routePrefixLimitPropertiesDeserializer(item["
|
|
2448
|
+
v4RoutePrefixLimit: !item["v4routePrefixLimit"]
|
|
2449
|
+
? item["v4routePrefixLimit"]
|
|
2450
|
+
: routePrefixLimitPropertiesDeserializer(item["v4routePrefixLimit"]),
|
|
2451
|
+
v6RoutePrefixLimit: !item["v6routePrefixLimit"]
|
|
2452
|
+
? item["v6routePrefixLimit"]
|
|
2453
|
+
: routePrefixLimitPropertiesDeserializer(item["v6routePrefixLimit"]),
|
|
2051
2454
|
lastOperation: !item["lastOperation"]
|
|
2052
2455
|
? item["lastOperation"]
|
|
2053
2456
|
: lastOperationPropertiesDeserializer(item["lastOperation"]),
|
|
2457
|
+
exportPolicyConfiguration: !item["exportPolicyConfiguration"]
|
|
2458
|
+
? item["exportPolicyConfiguration"]
|
|
2459
|
+
: bmpExportPolicyPropertiesDeserializer(item["exportPolicyConfiguration"]),
|
|
2054
2460
|
configurationState: item["configurationState"],
|
|
2055
2461
|
provisioningState: item["provisioningState"],
|
|
2056
2462
|
administrativeState: item["administrativeState"],
|
|
@@ -2150,8 +2556,8 @@ export function staticRouteRoutePolicyDeserializer(item) {
|
|
|
2150
2556
|
: l3ExportRoutePolicyDeserializer(item["exportRoutePolicy"]),
|
|
2151
2557
|
};
|
|
2152
2558
|
}
|
|
2153
|
-
export function l3UniqueRouteDistinguisherPropertiesSerializer(
|
|
2154
|
-
return
|
|
2559
|
+
export function l3UniqueRouteDistinguisherPropertiesSerializer(_item) {
|
|
2560
|
+
return {};
|
|
2155
2561
|
}
|
|
2156
2562
|
export function l3UniqueRouteDistinguisherPropertiesDeserializer(item) {
|
|
2157
2563
|
return {
|
|
@@ -2171,20 +2577,55 @@ export function routePrefixLimitPropertiesDeserializer(item) {
|
|
|
2171
2577
|
threshold: item["threshold"],
|
|
2172
2578
|
};
|
|
2173
2579
|
}
|
|
2174
|
-
export function
|
|
2580
|
+
export function bmpExportPolicyPropertiesSerializer(item) {
|
|
2175
2581
|
return {
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
"
|
|
2179
|
-
|
|
2180
|
-
|
|
2181
|
-
|
|
2582
|
+
exportPolicies: !item["exportPolicies"]
|
|
2583
|
+
? item["exportPolicies"]
|
|
2584
|
+
: item["exportPolicies"].map((p) => {
|
|
2585
|
+
return p;
|
|
2586
|
+
}),
|
|
2587
|
+
};
|
|
2588
|
+
}
|
|
2589
|
+
export function bmpExportPolicyPropertiesDeserializer(item) {
|
|
2590
|
+
return {
|
|
2591
|
+
exportPolicies: !item["exportPolicies"]
|
|
2592
|
+
? item["exportPolicies"]
|
|
2593
|
+
: item["exportPolicies"].map((p) => {
|
|
2594
|
+
return p;
|
|
2595
|
+
}),
|
|
2596
|
+
};
|
|
2597
|
+
}
|
|
2598
|
+
/** Export Policy for the BGP Monitoring Protocol (BMP) Configuration. */
|
|
2599
|
+
export var KnownBmpExportPolicy;
|
|
2600
|
+
(function (KnownBmpExportPolicy) {
|
|
2601
|
+
/** BMP ExportPolicy Pre-Policy */
|
|
2602
|
+
KnownBmpExportPolicy["PrePolicy"] = "Pre-Policy";
|
|
2603
|
+
/** BMP ExportPolicy Post-Policy */
|
|
2604
|
+
KnownBmpExportPolicy["PostPolicy"] = "Post-Policy";
|
|
2605
|
+
/** BMP ExportPolicy All */
|
|
2606
|
+
KnownBmpExportPolicy["All"] = "All";
|
|
2607
|
+
/** BMP ExportPolicy LocalRib */
|
|
2608
|
+
KnownBmpExportPolicy["LocalRib"] = "LocalRib";
|
|
2609
|
+
})(KnownBmpExportPolicy || (KnownBmpExportPolicy = {}));
|
|
2610
|
+
export function l3IsolationDomainPatchSerializer(item) {
|
|
2611
|
+
return {
|
|
2612
|
+
tags: item["tags"],
|
|
2613
|
+
properties: areAllPropsUndefined(item, [
|
|
2614
|
+
"annotation",
|
|
2615
|
+
"redistributeConnectedSubnets",
|
|
2616
|
+
"redistributeStaticRoutes",
|
|
2617
|
+
"aggregateRouteConfiguration",
|
|
2182
2618
|
"connectedSubnetRoutePolicy",
|
|
2183
2619
|
"staticRouteRoutePolicy",
|
|
2184
|
-
"
|
|
2620
|
+
"v4routePrefixLimit",
|
|
2621
|
+
"v6routePrefixLimit",
|
|
2622
|
+
"exportPolicyConfiguration",
|
|
2185
2623
|
])
|
|
2186
2624
|
? undefined
|
|
2187
2625
|
: _l3IsolationDomainPatchPropertiesSerializer(item),
|
|
2626
|
+
identity: !item["identity"]
|
|
2627
|
+
? item["identity"]
|
|
2628
|
+
: managedServiceIdentityPatchSerializer(item["identity"]),
|
|
2188
2629
|
};
|
|
2189
2630
|
}
|
|
2190
2631
|
export function l3IsolationDomainPatchPropertiesSerializer(item) {
|
|
@@ -2201,9 +2642,15 @@ export function l3IsolationDomainPatchPropertiesSerializer(item) {
|
|
|
2201
2642
|
staticRouteRoutePolicy: !item["staticRouteRoutePolicy"]
|
|
2202
2643
|
? item["staticRouteRoutePolicy"]
|
|
2203
2644
|
: staticRouteRoutePolicyPatchSerializer(item["staticRouteRoutePolicy"]),
|
|
2204
|
-
|
|
2205
|
-
? item["
|
|
2206
|
-
: routePrefixLimitPatchPropertiesSerializer(item["
|
|
2645
|
+
v4routePrefixLimit: !item["v4RoutePrefixLimit"]
|
|
2646
|
+
? item["v4RoutePrefixLimit"]
|
|
2647
|
+
: routePrefixLimitPatchPropertiesSerializer(item["v4RoutePrefixLimit"]),
|
|
2648
|
+
v6routePrefixLimit: !item["v6RoutePrefixLimit"]
|
|
2649
|
+
? item["v6RoutePrefixLimit"]
|
|
2650
|
+
: routePrefixLimitPatchPropertiesSerializer(item["v6RoutePrefixLimit"]),
|
|
2651
|
+
exportPolicyConfiguration: !item["exportPolicyConfiguration"]
|
|
2652
|
+
? item["exportPolicyConfiguration"]
|
|
2653
|
+
: bmpExportPolicyPatchPropertiesSerializer(item["exportPolicyConfiguration"]),
|
|
2207
2654
|
};
|
|
2208
2655
|
}
|
|
2209
2656
|
export function aggregateRoutePatchConfigurationSerializer(item) {
|
|
@@ -2239,6 +2686,15 @@ export function staticRouteRoutePolicyPatchSerializer(item) {
|
|
|
2239
2686
|
export function routePrefixLimitPatchPropertiesSerializer(item) {
|
|
2240
2687
|
return { hardLimit: item["hardLimit"], threshold: item["threshold"] };
|
|
2241
2688
|
}
|
|
2689
|
+
export function bmpExportPolicyPatchPropertiesSerializer(item) {
|
|
2690
|
+
return {
|
|
2691
|
+
exportPolicies: !item["exportPolicies"]
|
|
2692
|
+
? item["exportPolicies"]
|
|
2693
|
+
: item["exportPolicies"].map((p) => {
|
|
2694
|
+
return p;
|
|
2695
|
+
}),
|
|
2696
|
+
};
|
|
2697
|
+
}
|
|
2242
2698
|
export function _l3IsolationDomainsListResultDeserializer(item) {
|
|
2243
2699
|
return {
|
|
2244
2700
|
value: l3IsolationDomainArrayDeserializer(item["value"]),
|
|
@@ -2340,6 +2796,7 @@ export function internalNetworkPropertiesDeserializer(item) {
|
|
|
2340
2796
|
lastOperation: !item["lastOperation"]
|
|
2341
2797
|
? item["lastOperation"]
|
|
2342
2798
|
: lastOperationPropertiesDeserializer(item["lastOperation"]),
|
|
2799
|
+
networkFabricId: item["networkFabricId"],
|
|
2343
2800
|
configurationState: item["configurationState"],
|
|
2344
2801
|
provisioningState: item["provisioningState"],
|
|
2345
2802
|
administrativeState: item["administrativeState"],
|
|
@@ -2538,6 +2995,9 @@ export function internalNetworkBmpPropertiesSerializer(item) {
|
|
|
2538
2995
|
return p;
|
|
2539
2996
|
}),
|
|
2540
2997
|
bmpConfigurationState: item["bmpConfigurationState"],
|
|
2998
|
+
exportPolicyConfiguration: !item["exportPolicyConfiguration"]
|
|
2999
|
+
? item["exportPolicyConfiguration"]
|
|
3000
|
+
: bmpExportPolicyPropertiesSerializer(item["exportPolicyConfiguration"]),
|
|
2541
3001
|
};
|
|
2542
3002
|
}
|
|
2543
3003
|
export function internalNetworkBmpPropertiesDeserializer(item) {
|
|
@@ -2548,6 +3008,9 @@ export function internalNetworkBmpPropertiesDeserializer(item) {
|
|
|
2548
3008
|
return p;
|
|
2549
3009
|
}),
|
|
2550
3010
|
bmpConfigurationState: item["bmpConfigurationState"],
|
|
3011
|
+
exportPolicyConfiguration: !item["exportPolicyConfiguration"]
|
|
3012
|
+
? item["exportPolicyConfiguration"]
|
|
3013
|
+
: bmpExportPolicyPropertiesDeserializer(item["exportPolicyConfiguration"]),
|
|
2551
3014
|
};
|
|
2552
3015
|
}
|
|
2553
3016
|
/** BGP Monitoring Protocol (BMP) configuration state. */
|
|
@@ -2680,8 +3143,8 @@ export function nativeIpv6PrefixLimitPropertiesDeserializer(item) {
|
|
|
2680
3143
|
: prefixLimitPropertiesArrayDeserializer(item["prefixLimits"]),
|
|
2681
3144
|
};
|
|
2682
3145
|
}
|
|
2683
|
-
export function proxyResourceSerializer(
|
|
2684
|
-
return
|
|
3146
|
+
export function proxyResourceSerializer(_item) {
|
|
3147
|
+
return {};
|
|
2685
3148
|
}
|
|
2686
3149
|
export function proxyResourceDeserializer(item) {
|
|
2687
3150
|
return {
|
|
@@ -2877,15 +3340,32 @@ export function internalNetworkArrayDeserializer(result) {
|
|
|
2877
3340
|
return internalNetworkDeserializer(item);
|
|
2878
3341
|
});
|
|
2879
3342
|
}
|
|
2880
|
-
export function
|
|
3343
|
+
export function internalNetworkUpdateBgpAdministrativeStateRequestSerializer(item) {
|
|
2881
3344
|
return {
|
|
2882
3345
|
neighborAddress: item["neighborAddress"],
|
|
2883
3346
|
administrativeState: item["administrativeState"],
|
|
2884
3347
|
};
|
|
2885
3348
|
}
|
|
2886
|
-
export function
|
|
3349
|
+
export function internalNetworkUpdateBgpAdministrativeStateResponseDeserializer(item) {
|
|
2887
3350
|
return {
|
|
3351
|
+
id: item["id"],
|
|
3352
|
+
name: item["name"],
|
|
3353
|
+
status: item["status"],
|
|
3354
|
+
percentComplete: item["percentComplete"],
|
|
3355
|
+
startTime: !item["startTime"] ? item["startTime"] : new Date(item["startTime"]),
|
|
3356
|
+
endTime: !item["endTime"] ? item["endTime"] : new Date(item["endTime"]),
|
|
3357
|
+
operations: !item["operations"]
|
|
3358
|
+
? item["operations"]
|
|
3359
|
+
: operationStatusResultArrayDeserializer(item["operations"]),
|
|
2888
3360
|
error: !item["error"] ? item["error"] : errorDetailDeserializer(item["error"]),
|
|
3361
|
+
resourceId: item["resourceId"],
|
|
3362
|
+
properties: !item["properties"]
|
|
3363
|
+
? item["properties"]
|
|
3364
|
+
: internalNetworkUpdateBgpAdministrativeStateResponsePropertiesDeserializer(item["properties"]),
|
|
3365
|
+
};
|
|
3366
|
+
}
|
|
3367
|
+
export function internalNetworkUpdateBgpAdministrativeStateResponsePropertiesDeserializer(item) {
|
|
3368
|
+
return {
|
|
2889
3369
|
neighborAddressAdministrativeStatus: !item["neighborAddressAdministrativeStatus"]
|
|
2890
3370
|
? item["neighborAddressAdministrativeStatus"]
|
|
2891
3371
|
: neighborAddressBgpAdministrativeStatusArrayDeserializer(item["neighborAddressAdministrativeStatus"]),
|
|
@@ -2903,7 +3383,7 @@ export function neighborAddressBgpAdministrativeStatusDeserializer(item) {
|
|
|
2903
3383
|
error: item["error"],
|
|
2904
3384
|
};
|
|
2905
3385
|
}
|
|
2906
|
-
export function
|
|
3386
|
+
export function internalNetworkUpdateBfdAdministrativeStateRequestSerializer(item) {
|
|
2907
3387
|
return {
|
|
2908
3388
|
routeType: item["routeType"],
|
|
2909
3389
|
neighborAddress: item["neighborAddress"],
|
|
@@ -2918,9 +3398,26 @@ export var KnownInternalNetworkRouteType;
|
|
|
2918
3398
|
/** InternalNetwork Bgp. */
|
|
2919
3399
|
KnownInternalNetworkRouteType["Bgp"] = "Bgp";
|
|
2920
3400
|
})(KnownInternalNetworkRouteType || (KnownInternalNetworkRouteType = {}));
|
|
2921
|
-
export function
|
|
3401
|
+
export function internalNetworkUpdateBfdAdministrativeStateResponseDeserializer(item) {
|
|
2922
3402
|
return {
|
|
3403
|
+
id: item["id"],
|
|
3404
|
+
name: item["name"],
|
|
3405
|
+
status: item["status"],
|
|
3406
|
+
percentComplete: item["percentComplete"],
|
|
3407
|
+
startTime: !item["startTime"] ? item["startTime"] : new Date(item["startTime"]),
|
|
3408
|
+
endTime: !item["endTime"] ? item["endTime"] : new Date(item["endTime"]),
|
|
3409
|
+
operations: !item["operations"]
|
|
3410
|
+
? item["operations"]
|
|
3411
|
+
: operationStatusResultArrayDeserializer(item["operations"]),
|
|
2923
3412
|
error: !item["error"] ? item["error"] : errorDetailDeserializer(item["error"]),
|
|
3413
|
+
resourceId: item["resourceId"],
|
|
3414
|
+
properties: !item["properties"]
|
|
3415
|
+
? item["properties"]
|
|
3416
|
+
: internalNetworkUpdateBfdAdministrativeStateResponsePropertiesDeserializer(item["properties"]),
|
|
3417
|
+
};
|
|
3418
|
+
}
|
|
3419
|
+
export function internalNetworkUpdateBfdAdministrativeStateResponsePropertiesDeserializer(item) {
|
|
3420
|
+
return {
|
|
2924
3421
|
neighborAddressAdministrativeStatus: !item["neighborAddressAdministrativeStatus"]
|
|
2925
3422
|
? item["neighborAddressAdministrativeStatus"]
|
|
2926
3423
|
: neighborAddressBfdAdministrativeStatusArrayDeserializer(item["neighborAddressAdministrativeStatus"]),
|
|
@@ -2997,6 +3494,7 @@ export function externalNetworkPropertiesDeserializer(item) {
|
|
|
2997
3494
|
lastOperation: !item["lastOperation"]
|
|
2998
3495
|
? item["lastOperation"]
|
|
2999
3496
|
: lastOperationPropertiesDeserializer(item["lastOperation"]),
|
|
3497
|
+
networkFabricId: item["networkFabricId"],
|
|
3000
3498
|
configurationState: item["configurationState"],
|
|
3001
3499
|
provisioningState: item["provisioningState"],
|
|
3002
3500
|
administrativeState: item["administrativeState"],
|
|
@@ -3331,7 +3829,7 @@ export function externalNetworkArrayDeserializer(result) {
|
|
|
3331
3829
|
return externalNetworkDeserializer(item);
|
|
3332
3830
|
});
|
|
3333
3831
|
}
|
|
3334
|
-
export function
|
|
3832
|
+
export function externalNetworkUpdateBfdAdministrativeStateRequestSerializer(item) {
|
|
3335
3833
|
return { routeType: item["routeType"], administrativeState: item["administrativeState"] };
|
|
3336
3834
|
}
|
|
3337
3835
|
/** External Network RouteType. */
|
|
@@ -3342,9 +3840,26 @@ export var KnownExternalNetworkRouteType;
|
|
|
3342
3840
|
/** ExternalNetwork OptionA. */
|
|
3343
3841
|
KnownExternalNetworkRouteType["OptionA"] = "OptionA";
|
|
3344
3842
|
})(KnownExternalNetworkRouteType || (KnownExternalNetworkRouteType = {}));
|
|
3345
|
-
export function
|
|
3843
|
+
export function externalNetworkUpdateBfdAdministrativeStateResponseDeserializer(item) {
|
|
3346
3844
|
return {
|
|
3845
|
+
id: item["id"],
|
|
3846
|
+
name: item["name"],
|
|
3847
|
+
status: item["status"],
|
|
3848
|
+
percentComplete: item["percentComplete"],
|
|
3849
|
+
startTime: !item["startTime"] ? item["startTime"] : new Date(item["startTime"]),
|
|
3850
|
+
endTime: !item["endTime"] ? item["endTime"] : new Date(item["endTime"]),
|
|
3851
|
+
operations: !item["operations"]
|
|
3852
|
+
? item["operations"]
|
|
3853
|
+
: operationStatusResultArrayDeserializer(item["operations"]),
|
|
3347
3854
|
error: !item["error"] ? item["error"] : errorDetailDeserializer(item["error"]),
|
|
3855
|
+
resourceId: item["resourceId"],
|
|
3856
|
+
properties: !item["properties"]
|
|
3857
|
+
? item["properties"]
|
|
3858
|
+
: externalNetworkUpdateBfdAdministrativeStateResponsePropertiesDeserializer(item["properties"]),
|
|
3859
|
+
};
|
|
3860
|
+
}
|
|
3861
|
+
export function externalNetworkUpdateBfdAdministrativeStateResponsePropertiesDeserializer(item) {
|
|
3862
|
+
return {
|
|
3348
3863
|
routeType: item["routeType"],
|
|
3349
3864
|
administrativeState: item["administrativeState"],
|
|
3350
3865
|
};
|
|
@@ -3354,6 +3869,9 @@ export function neighborGroupSerializer(item) {
|
|
|
3354
3869
|
tags: item["tags"],
|
|
3355
3870
|
location: item["location"],
|
|
3356
3871
|
properties: _neighborGroupPropertiesSerializer(item),
|
|
3872
|
+
identity: !item["identity"]
|
|
3873
|
+
? item["identity"]
|
|
3874
|
+
: managedServiceIdentitySerializer(item["identity"]),
|
|
3357
3875
|
};
|
|
3358
3876
|
}
|
|
3359
3877
|
export function neighborGroupDeserializer(item) {
|
|
@@ -3369,6 +3887,9 @@ export function neighborGroupDeserializer(item) {
|
|
|
3369
3887
|
? item["systemData"]
|
|
3370
3888
|
: systemDataDeserializer(item["systemData"]),
|
|
3371
3889
|
..._neighborGroupPropertiesDeserializer(item["properties"]),
|
|
3890
|
+
identity: !item["identity"]
|
|
3891
|
+
? item["identity"]
|
|
3892
|
+
: managedServiceIdentityDeserializer(item["identity"]),
|
|
3372
3893
|
};
|
|
3373
3894
|
}
|
|
3374
3895
|
export function neighborGroupPropertiesSerializer(item) {
|
|
@@ -3391,10 +3912,16 @@ export function neighborGroupPropertiesDeserializer(item) {
|
|
|
3391
3912
|
: item["networkTapRuleIds"].map((p) => {
|
|
3392
3913
|
return p;
|
|
3393
3914
|
}),
|
|
3915
|
+
networkFabricIds: !item["networkFabricIds"]
|
|
3916
|
+
? item["networkFabricIds"]
|
|
3917
|
+
: item["networkFabricIds"].map((p) => {
|
|
3918
|
+
return p;
|
|
3919
|
+
}),
|
|
3394
3920
|
lastOperation: !item["lastOperation"]
|
|
3395
3921
|
? item["lastOperation"]
|
|
3396
3922
|
: lastOperationPropertiesDeserializer(item["lastOperation"]),
|
|
3397
3923
|
provisioningState: item["provisioningState"],
|
|
3924
|
+
configurationState: item["configurationState"],
|
|
3398
3925
|
};
|
|
3399
3926
|
}
|
|
3400
3927
|
export function neighborGroupDestinationSerializer(item) {
|
|
@@ -3431,6 +3958,9 @@ export function neighborGroupPatchSerializer(item) {
|
|
|
3431
3958
|
properties: areAllPropsUndefined(item, ["annotation", "destination"])
|
|
3432
3959
|
? undefined
|
|
3433
3960
|
: _neighborGroupPatchPropertiesSerializer(item),
|
|
3961
|
+
identity: !item["identity"]
|
|
3962
|
+
? item["identity"]
|
|
3963
|
+
: managedServiceIdentityPatchSerializer(item["identity"]),
|
|
3434
3964
|
};
|
|
3435
3965
|
}
|
|
3436
3966
|
export function neighborGroupPatchPropertiesSerializer(item) {
|
|
@@ -3471,6 +4001,21 @@ export function neighborGroupArrayDeserializer(result) {
|
|
|
3471
4001
|
return neighborGroupDeserializer(item);
|
|
3472
4002
|
});
|
|
3473
4003
|
}
|
|
4004
|
+
export function neighborGroupResyncResponseDeserializer(item) {
|
|
4005
|
+
return {
|
|
4006
|
+
id: item["id"],
|
|
4007
|
+
name: item["name"],
|
|
4008
|
+
status: item["status"],
|
|
4009
|
+
percentComplete: item["percentComplete"],
|
|
4010
|
+
startTime: !item["startTime"] ? item["startTime"] : new Date(item["startTime"]),
|
|
4011
|
+
endTime: !item["endTime"] ? item["endTime"] : new Date(item["endTime"]),
|
|
4012
|
+
operations: !item["operations"]
|
|
4013
|
+
? item["operations"]
|
|
4014
|
+
: operationStatusResultArrayDeserializer(item["operations"]),
|
|
4015
|
+
error: !item["error"] ? item["error"] : errorDetailDeserializer(item["error"]),
|
|
4016
|
+
resourceId: item["resourceId"],
|
|
4017
|
+
};
|
|
4018
|
+
}
|
|
3474
4019
|
export function networkDeviceSkuDeserializer(item) {
|
|
3475
4020
|
return {
|
|
3476
4021
|
id: item["id"],
|
|
@@ -3568,6 +4113,9 @@ export function networkDeviceSerializer(item) {
|
|
|
3568
4113
|
tags: item["tags"],
|
|
3569
4114
|
location: item["location"],
|
|
3570
4115
|
properties: _networkDevicePropertiesSerializer(item),
|
|
4116
|
+
identity: !item["identity"]
|
|
4117
|
+
? item["identity"]
|
|
4118
|
+
: managedServiceIdentitySerializer(item["identity"]),
|
|
3571
4119
|
};
|
|
3572
4120
|
}
|
|
3573
4121
|
export function networkDeviceDeserializer(item) {
|
|
@@ -3583,6 +4131,9 @@ export function networkDeviceDeserializer(item) {
|
|
|
3583
4131
|
? item["systemData"]
|
|
3584
4132
|
: systemDataDeserializer(item["systemData"]),
|
|
3585
4133
|
..._networkDevicePropertiesDeserializer(item["properties"]),
|
|
4134
|
+
identity: !item["identity"]
|
|
4135
|
+
? item["identity"]
|
|
4136
|
+
: managedServiceIdentityDeserializer(item["identity"]),
|
|
3586
4137
|
};
|
|
3587
4138
|
}
|
|
3588
4139
|
export function networkDevicePropertiesSerializer(item) {
|
|
@@ -3590,6 +4141,9 @@ export function networkDevicePropertiesSerializer(item) {
|
|
|
3590
4141
|
annotation: item["annotation"],
|
|
3591
4142
|
hostName: item["hostName"],
|
|
3592
4143
|
serialNumber: item["serialNumber"],
|
|
4144
|
+
identitySelector: !item["identitySelector"]
|
|
4145
|
+
? item["identitySelector"]
|
|
4146
|
+
: identitySelectorSerializer(item["identitySelector"]),
|
|
3593
4147
|
networkDeviceSku: item["networkDeviceSku"],
|
|
3594
4148
|
};
|
|
3595
4149
|
}
|
|
@@ -3598,6 +4152,9 @@ export function networkDevicePropertiesDeserializer(item) {
|
|
|
3598
4152
|
annotation: item["annotation"],
|
|
3599
4153
|
hostName: item["hostName"],
|
|
3600
4154
|
serialNumber: item["serialNumber"],
|
|
4155
|
+
identitySelector: !item["identitySelector"]
|
|
4156
|
+
? item["identitySelector"]
|
|
4157
|
+
: identitySelectorDeserializer(item["identitySelector"]),
|
|
3601
4158
|
version: item["version"],
|
|
3602
4159
|
networkDeviceSku: item["networkDeviceSku"],
|
|
3603
4160
|
networkDeviceRole: item["networkDeviceRole"],
|
|
@@ -3611,8 +4168,35 @@ export function networkDevicePropertiesDeserializer(item) {
|
|
|
3611
4168
|
configurationState: item["configurationState"],
|
|
3612
4169
|
provisioningState: item["provisioningState"],
|
|
3613
4170
|
administrativeState: item["administrativeState"],
|
|
4171
|
+
secretRotationStatus: !item["secretRotationStatus"]
|
|
4172
|
+
? item["secretRotationStatus"]
|
|
4173
|
+
: secretRotationStatusArrayDeserializer(item["secretRotationStatus"]),
|
|
4174
|
+
certificateRotationStatus: !item["certificateRotationStatus"]
|
|
4175
|
+
? item["certificateRotationStatus"]
|
|
4176
|
+
: certificateRotationStatusArrayDeserializer(item["certificateRotationStatus"]),
|
|
4177
|
+
networkFabricId: item["networkFabricId"],
|
|
4178
|
+
};
|
|
4179
|
+
}
|
|
4180
|
+
export function identitySelectorSerializer(item) {
|
|
4181
|
+
return {
|
|
4182
|
+
identityType: item["identityType"],
|
|
4183
|
+
userAssignedIdentityResourceId: item["userAssignedIdentityResourceId"],
|
|
4184
|
+
};
|
|
4185
|
+
}
|
|
4186
|
+
export function identitySelectorDeserializer(item) {
|
|
4187
|
+
return {
|
|
4188
|
+
identityType: item["identityType"],
|
|
4189
|
+
userAssignedIdentityResourceId: item["userAssignedIdentityResourceId"],
|
|
3614
4190
|
};
|
|
3615
4191
|
}
|
|
4192
|
+
/** The type of managed identity. */
|
|
4193
|
+
export var KnownManagedServiceIdentitySelectorType;
|
|
4194
|
+
(function (KnownManagedServiceIdentitySelectorType) {
|
|
4195
|
+
/** System Assigned Identity. */
|
|
4196
|
+
KnownManagedServiceIdentitySelectorType["SystemAssignedIdentity"] = "SystemAssignedIdentity";
|
|
4197
|
+
/** User Assigned Identity. */
|
|
4198
|
+
KnownManagedServiceIdentitySelectorType["UserAssignedIdentity"] = "UserAssignedIdentity";
|
|
4199
|
+
})(KnownManagedServiceIdentitySelectorType || (KnownManagedServiceIdentitySelectorType = {}));
|
|
3616
4200
|
/** NetworkDeviceRole is the device role: Example: CE | ToR. */
|
|
3617
4201
|
export var KnownNetworkDeviceRole;
|
|
3618
4202
|
(function (KnownNetworkDeviceRole) {
|
|
@@ -3627,12 +4211,85 @@ export var KnownNetworkDeviceRole;
|
|
|
3627
4211
|
/** NetworkDeviceRole-Management */
|
|
3628
4212
|
KnownNetworkDeviceRole["Management"] = "Management";
|
|
3629
4213
|
})(KnownNetworkDeviceRole || (KnownNetworkDeviceRole = {}));
|
|
4214
|
+
export function secretRotationStatusArrayDeserializer(result) {
|
|
4215
|
+
return result.map((item) => {
|
|
4216
|
+
return secretRotationStatusDeserializer(item);
|
|
4217
|
+
});
|
|
4218
|
+
}
|
|
4219
|
+
export function secretRotationStatusDeserializer(item) {
|
|
4220
|
+
return {
|
|
4221
|
+
lastRotationTime: !item["lastRotationTime"]
|
|
4222
|
+
? item["lastRotationTime"]
|
|
4223
|
+
: new Date(item["lastRotationTime"]),
|
|
4224
|
+
synchronizationStatus: item["synchronizationStatus"],
|
|
4225
|
+
secretArchiveReference: !item["secretArchiveReference"]
|
|
4226
|
+
? item["secretArchiveReference"]
|
|
4227
|
+
: secretArchiveReferenceDeserializer(item["secretArchiveReference"]),
|
|
4228
|
+
secretType: item["secretType"],
|
|
4229
|
+
};
|
|
4230
|
+
}
|
|
4231
|
+
/** Synchronization status of a secret or certificate for a device (Network Device or Terminal Server). Whether the device has been configured with the latest version of the secret or certificate. */
|
|
4232
|
+
export var KnownSynchronizationStatus;
|
|
4233
|
+
(function (KnownSynchronizationStatus) {
|
|
4234
|
+
/** The device has been configured with the latest version of the secret. */
|
|
4235
|
+
KnownSynchronizationStatus["InSync"] = "InSync";
|
|
4236
|
+
/**
|
|
4237
|
+
* The device is being reconfigured with the latest version of the secret.
|
|
4238
|
+
*
|
|
4239
|
+
* While in this state, the secret archive reference may not match the secret configured on the device.
|
|
4240
|
+
*/
|
|
4241
|
+
KnownSynchronizationStatus["Synchronizing"] = "Synchronizing";
|
|
4242
|
+
/** The device has not been configured with the latest version of the secret. */
|
|
4243
|
+
KnownSynchronizationStatus["OutOfSync"] = "OutOfSync";
|
|
4244
|
+
})(KnownSynchronizationStatus || (KnownSynchronizationStatus = {}));
|
|
4245
|
+
export function secretArchiveReferenceDeserializer(item) {
|
|
4246
|
+
return {
|
|
4247
|
+
keyVaultUri: item["keyVaultUri"],
|
|
4248
|
+
keyVaultId: item["keyVaultId"],
|
|
4249
|
+
secretName: item["secretName"],
|
|
4250
|
+
secretVersion: item["secretVersion"],
|
|
4251
|
+
};
|
|
4252
|
+
}
|
|
4253
|
+
export function certificateRotationStatusArrayDeserializer(result) {
|
|
4254
|
+
return result.map((item) => {
|
|
4255
|
+
return certificateRotationStatusDeserializer(item);
|
|
4256
|
+
});
|
|
4257
|
+
}
|
|
4258
|
+
export function certificateRotationStatusDeserializer(item) {
|
|
4259
|
+
return {
|
|
4260
|
+
expireTime: !item["expireTime"] ? item["expireTime"] : new Date(item["expireTime"]),
|
|
4261
|
+
lastRotationTime: !item["lastRotationTime"]
|
|
4262
|
+
? item["lastRotationTime"]
|
|
4263
|
+
: new Date(item["lastRotationTime"]),
|
|
4264
|
+
synchronizationStatus: item["synchronizationStatus"],
|
|
4265
|
+
certificateArchiveReference: !item["certificateArchiveReference"]
|
|
4266
|
+
? item["certificateArchiveReference"]
|
|
4267
|
+
: certificateArchiveReferenceDeserializer(item["certificateArchiveReference"]),
|
|
4268
|
+
certificateType: item["certificateType"],
|
|
4269
|
+
};
|
|
4270
|
+
}
|
|
4271
|
+
export function certificateArchiveReferenceDeserializer(item) {
|
|
4272
|
+
return {
|
|
4273
|
+
keyVaultUri: item["keyVaultUri"],
|
|
4274
|
+
keyVaultId: item["keyVaultId"],
|
|
4275
|
+
certificateName: item["certificateName"],
|
|
4276
|
+
certificateVersion: item["certificateVersion"],
|
|
4277
|
+
};
|
|
4278
|
+
}
|
|
3630
4279
|
export function networkDevicePatchParametersSerializer(item) {
|
|
3631
4280
|
return {
|
|
3632
4281
|
tags: item["tags"],
|
|
3633
|
-
properties: areAllPropsUndefined(item, [
|
|
4282
|
+
properties: areAllPropsUndefined(item, [
|
|
4283
|
+
"annotation",
|
|
4284
|
+
"hostName",
|
|
4285
|
+
"serialNumber",
|
|
4286
|
+
"identitySelector",
|
|
4287
|
+
])
|
|
3634
4288
|
? undefined
|
|
3635
4289
|
: _networkDevicePatchParametersPropertiesSerializer(item),
|
|
4290
|
+
identity: !item["identity"]
|
|
4291
|
+
? item["identity"]
|
|
4292
|
+
: managedServiceIdentityPatchSerializer(item["identity"]),
|
|
3636
4293
|
};
|
|
3637
4294
|
}
|
|
3638
4295
|
export function networkDevicePatchParametersPropertiesSerializer(item) {
|
|
@@ -3640,6 +4297,15 @@ export function networkDevicePatchParametersPropertiesSerializer(item) {
|
|
|
3640
4297
|
annotation: item["annotation"],
|
|
3641
4298
|
hostName: item["hostName"],
|
|
3642
4299
|
serialNumber: item["serialNumber"],
|
|
4300
|
+
identitySelector: !item["identitySelector"]
|
|
4301
|
+
? item["identitySelector"]
|
|
4302
|
+
: identitySelectorPatchSerializer(item["identitySelector"]),
|
|
4303
|
+
};
|
|
4304
|
+
}
|
|
4305
|
+
export function identitySelectorPatchSerializer(item) {
|
|
4306
|
+
return {
|
|
4307
|
+
identityType: item["identityType"],
|
|
4308
|
+
userAssignedIdentityResourceId: item["userAssignedIdentityResourceId"],
|
|
3643
4309
|
};
|
|
3644
4310
|
}
|
|
3645
4311
|
export function _networkDevicesListResultDeserializer(item) {
|
|
@@ -3673,6 +4339,21 @@ export var KnownRebootType;
|
|
|
3673
4339
|
/** RebootType UngracefulRebootWithoutZTP */
|
|
3674
4340
|
KnownRebootType["UngracefulRebootWithoutZTP"] = "UngracefulRebootWithoutZTP";
|
|
3675
4341
|
})(KnownRebootType || (KnownRebootType = {}));
|
|
4342
|
+
export function networkDeviceRefreshConfigurationResponseDeserializer(item) {
|
|
4343
|
+
return {
|
|
4344
|
+
id: item["id"],
|
|
4345
|
+
name: item["name"],
|
|
4346
|
+
status: item["status"],
|
|
4347
|
+
percentComplete: item["percentComplete"],
|
|
4348
|
+
startTime: !item["startTime"] ? item["startTime"] : new Date(item["startTime"]),
|
|
4349
|
+
endTime: !item["endTime"] ? item["endTime"] : new Date(item["endTime"]),
|
|
4350
|
+
operations: !item["operations"]
|
|
4351
|
+
? item["operations"]
|
|
4352
|
+
: operationStatusResultArrayDeserializer(item["operations"]),
|
|
4353
|
+
error: !item["error"] ? item["error"] : errorDetailDeserializer(item["error"]),
|
|
4354
|
+
resourceId: item["resourceId"],
|
|
4355
|
+
};
|
|
4356
|
+
}
|
|
3676
4357
|
export function updateDeviceAdministrativeStateSerializer(item) {
|
|
3677
4358
|
return {
|
|
3678
4359
|
resourceIds: !item["resourceIds"]
|
|
@@ -3705,8 +4386,38 @@ export var KnownDeviceAdministrativeState;
|
|
|
3705
4386
|
/** Device AdministrativeState-Disable */
|
|
3706
4387
|
KnownDeviceAdministrativeState["Disable"] = "Disable";
|
|
3707
4388
|
})(KnownDeviceAdministrativeState || (KnownDeviceAdministrativeState = {}));
|
|
3708
|
-
export function
|
|
3709
|
-
return {
|
|
4389
|
+
export function networkDeviceUpdateAdministrativeStateResponseDeserializer(item) {
|
|
4390
|
+
return {
|
|
4391
|
+
id: item["id"],
|
|
4392
|
+
name: item["name"],
|
|
4393
|
+
status: item["status"],
|
|
4394
|
+
percentComplete: item["percentComplete"],
|
|
4395
|
+
startTime: !item["startTime"] ? item["startTime"] : new Date(item["startTime"]),
|
|
4396
|
+
endTime: !item["endTime"] ? item["endTime"] : new Date(item["endTime"]),
|
|
4397
|
+
operations: !item["operations"]
|
|
4398
|
+
? item["operations"]
|
|
4399
|
+
: operationStatusResultArrayDeserializer(item["operations"]),
|
|
4400
|
+
error: !item["error"] ? item["error"] : errorDetailDeserializer(item["error"]),
|
|
4401
|
+
resourceId: item["resourceId"],
|
|
4402
|
+
};
|
|
4403
|
+
}
|
|
4404
|
+
export function networkDeviceUpgradeRequestSerializer(item) {
|
|
4405
|
+
return { version: item["version"], rwDeviceConfigUrl: item["rwDeviceConfigUrl"] };
|
|
4406
|
+
}
|
|
4407
|
+
export function networkDeviceUpgradeResponseDeserializer(item) {
|
|
4408
|
+
return {
|
|
4409
|
+
id: item["id"],
|
|
4410
|
+
name: item["name"],
|
|
4411
|
+
status: item["status"],
|
|
4412
|
+
percentComplete: item["percentComplete"],
|
|
4413
|
+
startTime: !item["startTime"] ? item["startTime"] : new Date(item["startTime"]),
|
|
4414
|
+
endTime: !item["endTime"] ? item["endTime"] : new Date(item["endTime"]),
|
|
4415
|
+
operations: !item["operations"]
|
|
4416
|
+
? item["operations"]
|
|
4417
|
+
: operationStatusResultArrayDeserializer(item["operations"]),
|
|
4418
|
+
error: !item["error"] ? item["error"] : errorDetailDeserializer(item["error"]),
|
|
4419
|
+
resourceId: item["resourceId"],
|
|
4420
|
+
};
|
|
3710
4421
|
}
|
|
3711
4422
|
export function deviceRoCommandSerializer(item) {
|
|
3712
4423
|
return { command: item["command"] };
|
|
@@ -3733,17 +4444,69 @@ export function commonPostActionResponseForDeviceROCommandsDeserializer(item) {
|
|
|
3733
4444
|
};
|
|
3734
4445
|
}
|
|
3735
4446
|
export function deviceRwCommandSerializer(item) {
|
|
3736
|
-
return { command: item["command"] };
|
|
4447
|
+
return { command: item["command"], commandUrl: item["commandUrl"] };
|
|
3737
4448
|
}
|
|
3738
|
-
export function
|
|
4449
|
+
export function networkDeviceRunRwCommandResponseDeserializer(item) {
|
|
3739
4450
|
return {
|
|
4451
|
+
id: item["id"],
|
|
4452
|
+
name: item["name"],
|
|
4453
|
+
status: item["status"],
|
|
4454
|
+
percentComplete: item["percentComplete"],
|
|
4455
|
+
startTime: !item["startTime"] ? item["startTime"] : new Date(item["startTime"]),
|
|
4456
|
+
endTime: !item["endTime"] ? item["endTime"] : new Date(item["endTime"]),
|
|
4457
|
+
operations: !item["operations"]
|
|
4458
|
+
? item["operations"]
|
|
4459
|
+
: operationStatusResultArrayDeserializer(item["operations"]),
|
|
3740
4460
|
error: !item["error"] ? item["error"] : errorDetailDeserializer(item["error"]),
|
|
4461
|
+
resourceId: item["resourceId"],
|
|
4462
|
+
properties: !item["properties"]
|
|
4463
|
+
? item["properties"]
|
|
4464
|
+
: networkDeviceRwCommandResponsePropertiesDeserializer(item["properties"]),
|
|
4465
|
+
};
|
|
4466
|
+
}
|
|
4467
|
+
export function networkDeviceRwCommandResponsePropertiesDeserializer(item) {
|
|
4468
|
+
return {
|
|
3741
4469
|
configurationState: item["configurationState"],
|
|
3742
4470
|
outputUrl: item["outputUrl"],
|
|
3743
4471
|
};
|
|
3744
4472
|
}
|
|
4473
|
+
export function networkDeviceResyncPasswordsResponseDeserializer(item) {
|
|
4474
|
+
return {
|
|
4475
|
+
id: item["id"],
|
|
4476
|
+
name: item["name"],
|
|
4477
|
+
status: item["status"],
|
|
4478
|
+
percentComplete: item["percentComplete"],
|
|
4479
|
+
startTime: !item["startTime"] ? item["startTime"] : new Date(item["startTime"]),
|
|
4480
|
+
endTime: !item["endTime"] ? item["endTime"] : new Date(item["endTime"]),
|
|
4481
|
+
operations: !item["operations"]
|
|
4482
|
+
? item["operations"]
|
|
4483
|
+
: operationStatusResultArrayDeserializer(item["operations"]),
|
|
4484
|
+
error: !item["error"] ? item["error"] : errorDetailDeserializer(item["error"]),
|
|
4485
|
+
resourceId: item["resourceId"],
|
|
4486
|
+
};
|
|
4487
|
+
}
|
|
4488
|
+
export function networkFabricResyncCertificatesResponseDeserializer(item) {
|
|
4489
|
+
return {
|
|
4490
|
+
id: item["id"],
|
|
4491
|
+
name: item["name"],
|
|
4492
|
+
status: item["status"],
|
|
4493
|
+
percentComplete: item["percentComplete"],
|
|
4494
|
+
startTime: !item["startTime"] ? item["startTime"] : new Date(item["startTime"]),
|
|
4495
|
+
endTime: !item["endTime"] ? item["endTime"] : new Date(item["endTime"]),
|
|
4496
|
+
operations: !item["operations"]
|
|
4497
|
+
? item["operations"]
|
|
4498
|
+
: operationStatusResultArrayDeserializer(item["operations"]),
|
|
4499
|
+
error: !item["error"] ? item["error"] : errorDetailDeserializer(item["error"]),
|
|
4500
|
+
resourceId: item["resourceId"],
|
|
4501
|
+
};
|
|
4502
|
+
}
|
|
3745
4503
|
export function networkInterfaceSerializer(item) {
|
|
3746
|
-
return {
|
|
4504
|
+
return {
|
|
4505
|
+
properties: _networkInterfacePropertiesSerializer(item),
|
|
4506
|
+
identity: !item["identity"]
|
|
4507
|
+
? item["identity"]
|
|
4508
|
+
: managedServiceIdentitySerializer(item["identity"]),
|
|
4509
|
+
};
|
|
3747
4510
|
}
|
|
3748
4511
|
export function networkInterfaceDeserializer(item) {
|
|
3749
4512
|
return {
|
|
@@ -3754,14 +4517,13 @@ export function networkInterfaceDeserializer(item) {
|
|
|
3754
4517
|
? item["systemData"]
|
|
3755
4518
|
: systemDataDeserializer(item["systemData"]),
|
|
3756
4519
|
..._networkInterfacePropertiesDeserializer(item["properties"]),
|
|
4520
|
+
identity: !item["identity"]
|
|
4521
|
+
? item["identity"]
|
|
4522
|
+
: managedServiceIdentityDeserializer(item["identity"]),
|
|
3757
4523
|
};
|
|
3758
4524
|
}
|
|
3759
4525
|
export function networkInterfacePropertiesSerializer(item) {
|
|
3760
|
-
return {
|
|
3761
|
-
annotation: item["annotation"],
|
|
3762
|
-
description: item["description"],
|
|
3763
|
-
additionalDescription: item["additionalDescription"],
|
|
3764
|
-
};
|
|
4526
|
+
return { annotation: item["annotation"], additionalDescription: item["additionalDescription"] };
|
|
3765
4527
|
}
|
|
3766
4528
|
export function networkInterfacePropertiesDeserializer(item) {
|
|
3767
4529
|
return {
|
|
@@ -3776,8 +4538,10 @@ export function networkInterfacePropertiesDeserializer(item) {
|
|
|
3776
4538
|
lastOperation: !item["lastOperation"]
|
|
3777
4539
|
? item["lastOperation"]
|
|
3778
4540
|
: lastOperationPropertiesDeserializer(item["lastOperation"]),
|
|
4541
|
+
networkFabricId: item["networkFabricId"],
|
|
3779
4542
|
provisioningState: item["provisioningState"],
|
|
3780
4543
|
administrativeState: item["administrativeState"],
|
|
4544
|
+
configurationState: item["configurationState"],
|
|
3781
4545
|
};
|
|
3782
4546
|
}
|
|
3783
4547
|
/** The Interface Type. Example: Management/Data */
|
|
@@ -3790,17 +4554,16 @@ export var KnownInterfaceType;
|
|
|
3790
4554
|
})(KnownInterfaceType || (KnownInterfaceType = {}));
|
|
3791
4555
|
export function networkInterfacePatchSerializer(item) {
|
|
3792
4556
|
return {
|
|
3793
|
-
properties: areAllPropsUndefined(item, ["annotation", "
|
|
4557
|
+
properties: areAllPropsUndefined(item, ["annotation", "additionalDescription"])
|
|
3794
4558
|
? undefined
|
|
3795
4559
|
: _networkInterfacePatchPropertiesSerializer(item),
|
|
4560
|
+
identity: !item["identity"]
|
|
4561
|
+
? item["identity"]
|
|
4562
|
+
: managedServiceIdentityPatchSerializer(item["identity"]),
|
|
3796
4563
|
};
|
|
3797
4564
|
}
|
|
3798
4565
|
export function networkInterfacePatchPropertiesSerializer(item) {
|
|
3799
|
-
return {
|
|
3800
|
-
annotation: item["annotation"],
|
|
3801
|
-
description: item["description"],
|
|
3802
|
-
additionalDescription: item["additionalDescription"],
|
|
3803
|
-
};
|
|
4566
|
+
return { annotation: item["annotation"], additionalDescription: item["additionalDescription"] };
|
|
3804
4567
|
}
|
|
3805
4568
|
export function _networkInterfacesListDeserializer(item) {
|
|
3806
4569
|
return {
|
|
@@ -3823,6 +4586,9 @@ export function networkFabricControllerSerializer(item) {
|
|
|
3823
4586
|
tags: item["tags"],
|
|
3824
4587
|
location: item["location"],
|
|
3825
4588
|
properties: _networkFabricControllerPropertiesSerializer(item),
|
|
4589
|
+
identity: !item["identity"]
|
|
4590
|
+
? item["identity"]
|
|
4591
|
+
: managedServiceIdentitySerializer(item["identity"]),
|
|
3826
4592
|
};
|
|
3827
4593
|
}
|
|
3828
4594
|
export function networkFabricControllerDeserializer(item) {
|
|
@@ -3838,6 +4604,9 @@ export function networkFabricControllerDeserializer(item) {
|
|
|
3838
4604
|
? item["systemData"]
|
|
3839
4605
|
: systemDataDeserializer(item["systemData"]),
|
|
3840
4606
|
..._networkFabricControllerPropertiesDeserializer(item["properties"]),
|
|
4607
|
+
identity: !item["identity"]
|
|
4608
|
+
? item["identity"]
|
|
4609
|
+
: managedServiceIdentityDeserializer(item["identity"]),
|
|
3841
4610
|
};
|
|
3842
4611
|
}
|
|
3843
4612
|
export function networkFabricControllerPropertiesSerializer(item) {
|
|
@@ -3968,6 +4737,9 @@ export function networkFabricControllerPatchSerializer(item) {
|
|
|
3968
4737
|
])
|
|
3969
4738
|
? undefined
|
|
3970
4739
|
: _networkFabricControllerPatchPropertiesSerializer(item),
|
|
4740
|
+
identity: !item["identity"]
|
|
4741
|
+
? item["identity"]
|
|
4742
|
+
: managedServiceIdentityPatchSerializer(item["identity"]),
|
|
3971
4743
|
};
|
|
3972
4744
|
}
|
|
3973
4745
|
export function networkFabricControllerPatchPropertiesSerializer(item) {
|
|
@@ -4090,6 +4862,9 @@ export function networkFabricPropertiesSerializer(item) {
|
|
|
4090
4862
|
: item["controlPlaneAcls"].map((p) => {
|
|
4091
4863
|
return p;
|
|
4092
4864
|
}),
|
|
4865
|
+
featureFlags: !item["featureFlags"]
|
|
4866
|
+
? item["featureFlags"]
|
|
4867
|
+
: featureFlagPropertiesArraySerializer(item["featureFlags"]),
|
|
4093
4868
|
trustedIpPrefixes: !item["trustedIpPrefixes"]
|
|
4094
4869
|
? item["trustedIpPrefixes"]
|
|
4095
4870
|
: item["trustedIpPrefixes"].map((p) => {
|
|
@@ -4099,6 +4874,12 @@ export function networkFabricPropertiesSerializer(item) {
|
|
|
4099
4874
|
? item["uniqueRdConfiguration"]
|
|
4100
4875
|
: uniqueRouteDistinguisherPropertiesSerializer(item["uniqueRdConfiguration"]),
|
|
4101
4876
|
storageArrayCount: item["storageArrayCount"],
|
|
4877
|
+
authorizedTransceiver: !item["authorizedTransceiver"]
|
|
4878
|
+
? item["authorizedTransceiver"]
|
|
4879
|
+
: authorizedTransceiverPropertiesSerializer(item["authorizedTransceiver"]),
|
|
4880
|
+
qosConfiguration: !item["qosConfiguration"]
|
|
4881
|
+
? item["qosConfiguration"]
|
|
4882
|
+
: qosPropertiesSerializer(item["qosConfiguration"]),
|
|
4102
4883
|
};
|
|
4103
4884
|
}
|
|
4104
4885
|
export function networkFabricPropertiesDeserializer(item) {
|
|
@@ -4163,12 +4944,21 @@ export function networkFabricPropertiesDeserializer(item) {
|
|
|
4163
4944
|
: item["activeCommitBatches"].map((p) => {
|
|
4164
4945
|
return p;
|
|
4165
4946
|
}),
|
|
4947
|
+
secretRotationSummary: !item["secretRotationSummary"]
|
|
4948
|
+
? item["secretRotationSummary"]
|
|
4949
|
+
: secretRotationSummaryDeserializer(item["secretRotationSummary"]),
|
|
4166
4950
|
lastOperation: !item["lastOperation"]
|
|
4167
4951
|
? item["lastOperation"]
|
|
4168
4952
|
: lastOperationPropertiesDeserializer(item["lastOperation"]),
|
|
4953
|
+
authorizedTransceiver: !item["authorizedTransceiver"]
|
|
4954
|
+
? item["authorizedTransceiver"]
|
|
4955
|
+
: authorizedTransceiverPropertiesDeserializer(item["authorizedTransceiver"]),
|
|
4169
4956
|
configurationState: item["configurationState"],
|
|
4170
4957
|
provisioningState: item["provisioningState"],
|
|
4171
4958
|
administrativeState: item["administrativeState"],
|
|
4959
|
+
qosConfiguration: !item["qosConfiguration"]
|
|
4960
|
+
? item["qosConfiguration"]
|
|
4961
|
+
: qosPropertiesDeserializer(item["qosConfiguration"]),
|
|
4172
4962
|
};
|
|
4173
4963
|
}
|
|
4174
4964
|
export function storageAccountConfigurationSerializer(item) {
|
|
@@ -4187,35 +4977,15 @@ export function storageAccountConfigurationDeserializer(item) {
|
|
|
4187
4977
|
: identitySelectorDeserializer(item["storageAccountIdentity"]),
|
|
4188
4978
|
};
|
|
4189
4979
|
}
|
|
4190
|
-
export function
|
|
4980
|
+
export function fabricLockPropertiesArrayDeserializer(result) {
|
|
4981
|
+
return result.map((item) => {
|
|
4982
|
+
return fabricLockPropertiesDeserializer(item);
|
|
4983
|
+
});
|
|
4984
|
+
}
|
|
4985
|
+
export function fabricLockPropertiesDeserializer(item) {
|
|
4191
4986
|
return {
|
|
4192
|
-
|
|
4193
|
-
|
|
4194
|
-
};
|
|
4195
|
-
}
|
|
4196
|
-
export function identitySelectorDeserializer(item) {
|
|
4197
|
-
return {
|
|
4198
|
-
identityType: item["identityType"],
|
|
4199
|
-
userAssignedIdentityResourceId: item["userAssignedIdentityResourceId"],
|
|
4200
|
-
};
|
|
4201
|
-
}
|
|
4202
|
-
/** The type of managed identity. */
|
|
4203
|
-
export var KnownManagedServiceIdentitySelectorType;
|
|
4204
|
-
(function (KnownManagedServiceIdentitySelectorType) {
|
|
4205
|
-
/** System Assigned Identity. */
|
|
4206
|
-
KnownManagedServiceIdentitySelectorType["SystemAssignedIdentity"] = "SystemAssignedIdentity";
|
|
4207
|
-
/** User Assigned Identity. */
|
|
4208
|
-
KnownManagedServiceIdentitySelectorType["UserAssignedIdentity"] = "UserAssignedIdentity";
|
|
4209
|
-
})(KnownManagedServiceIdentitySelectorType || (KnownManagedServiceIdentitySelectorType = {}));
|
|
4210
|
-
export function fabricLockPropertiesArrayDeserializer(result) {
|
|
4211
|
-
return result.map((item) => {
|
|
4212
|
-
return fabricLockPropertiesDeserializer(item);
|
|
4213
|
-
});
|
|
4214
|
-
}
|
|
4215
|
-
export function fabricLockPropertiesDeserializer(item) {
|
|
4216
|
-
return {
|
|
4217
|
-
lockState: item["lockState"],
|
|
4218
|
-
lockType: item["lockType"],
|
|
4987
|
+
lockState: item["lockState"],
|
|
4988
|
+
lockType: item["lockType"],
|
|
4219
4989
|
};
|
|
4220
4990
|
}
|
|
4221
4991
|
/** Lock Configuration State. */
|
|
@@ -4255,6 +5025,9 @@ export function terminalServerConfigurationDeserializer(item) {
|
|
|
4255
5025
|
secondaryIpv4Prefix: item["secondaryIpv4Prefix"],
|
|
4256
5026
|
secondaryIpv6Prefix: item["secondaryIpv6Prefix"],
|
|
4257
5027
|
networkDeviceId: item["networkDeviceId"],
|
|
5028
|
+
secretRotationStatus: !item["secretRotationStatus"]
|
|
5029
|
+
? item["secretRotationStatus"]
|
|
5030
|
+
: secretRotationStatusArrayDeserializer(item["secretRotationStatus"]),
|
|
4258
5031
|
};
|
|
4259
5032
|
}
|
|
4260
5033
|
export function managementNetworkConfigurationPropertiesSerializer(item) {
|
|
@@ -4356,11 +5129,19 @@ export function vpnOptionAPropertiesDeserializer(item) {
|
|
|
4356
5129
|
: bfdConfigurationDeserializer(item["bfdConfiguration"]),
|
|
4357
5130
|
};
|
|
4358
5131
|
}
|
|
5132
|
+
export function featureFlagPropertiesArraySerializer(result) {
|
|
5133
|
+
return result.map((item) => {
|
|
5134
|
+
return featureFlagPropertiesSerializer(item);
|
|
5135
|
+
});
|
|
5136
|
+
}
|
|
4359
5137
|
export function featureFlagPropertiesArrayDeserializer(result) {
|
|
4360
5138
|
return result.map((item) => {
|
|
4361
5139
|
return featureFlagPropertiesDeserializer(item);
|
|
4362
5140
|
});
|
|
4363
5141
|
}
|
|
5142
|
+
export function featureFlagPropertiesSerializer(item) {
|
|
5143
|
+
return { featureFlagName: item["featureFlagName"], featureFlagValue: item["featureFlagValue"] };
|
|
5144
|
+
}
|
|
4364
5145
|
export function featureFlagPropertiesDeserializer(item) {
|
|
4365
5146
|
return {
|
|
4366
5147
|
featureFlagName: item["featureFlagName"],
|
|
@@ -4400,43 +5181,36 @@ export var KnownNNIDerivedUniqueRouteDistinguisherConfigurationState;
|
|
|
4400
5181
|
/** NNI derived unique route distinguisher configuration state Disabled */
|
|
4401
5182
|
KnownNNIDerivedUniqueRouteDistinguisherConfigurationState["Disabled"] = "Disabled";
|
|
4402
5183
|
})(KnownNNIDerivedUniqueRouteDistinguisherConfigurationState || (KnownNNIDerivedUniqueRouteDistinguisherConfigurationState = {}));
|
|
4403
|
-
export function
|
|
4404
|
-
return {
|
|
5184
|
+
export function secretRotationSummaryDeserializer(item) {
|
|
5185
|
+
return {
|
|
5186
|
+
activePasswordSetCount: item["activePasswordSetCount"],
|
|
5187
|
+
};
|
|
4405
5188
|
}
|
|
4406
|
-
export function
|
|
5189
|
+
export function authorizedTransceiverPropertiesSerializer(item) {
|
|
5190
|
+
return { vendor: item["vendor"], key: item["key"] };
|
|
5191
|
+
}
|
|
5192
|
+
export function authorizedTransceiverPropertiesDeserializer(item) {
|
|
4407
5193
|
return {
|
|
4408
|
-
|
|
4409
|
-
|
|
4410
|
-
type: item["type"],
|
|
4411
|
-
userAssignedIdentities: !item["userAssignedIdentities"]
|
|
4412
|
-
? item["userAssignedIdentities"]
|
|
4413
|
-
: Object.fromEntries(Object.entries(item["userAssignedIdentities"]).map(([k, p]) => [
|
|
4414
|
-
k,
|
|
4415
|
-
!p ? p : userAssignedIdentityDeserializer(p),
|
|
4416
|
-
])),
|
|
5194
|
+
vendor: item["vendor"],
|
|
5195
|
+
key: item["key"],
|
|
4417
5196
|
};
|
|
4418
5197
|
}
|
|
4419
|
-
|
|
4420
|
-
|
|
4421
|
-
(function (KnownManagedServiceIdentityType) {
|
|
4422
|
-
/** No managed identity. */
|
|
4423
|
-
KnownManagedServiceIdentityType["None"] = "None";
|
|
4424
|
-
/** System assigned managed identity. */
|
|
4425
|
-
KnownManagedServiceIdentityType["SystemAssigned"] = "SystemAssigned";
|
|
4426
|
-
/** User assigned managed identity. */
|
|
4427
|
-
KnownManagedServiceIdentityType["UserAssigned"] = "UserAssigned";
|
|
4428
|
-
/** System and user assigned managed identity. */
|
|
4429
|
-
KnownManagedServiceIdentityType["SystemAssignedUserAssigned"] = "SystemAssigned,UserAssigned";
|
|
4430
|
-
})(KnownManagedServiceIdentityType || (KnownManagedServiceIdentityType = {}));
|
|
4431
|
-
export function userAssignedIdentitySerializer(item) {
|
|
4432
|
-
return item;
|
|
5198
|
+
export function qosPropertiesSerializer(item) {
|
|
5199
|
+
return { qosConfigurationState: item["qosConfigurationState"] };
|
|
4433
5200
|
}
|
|
4434
|
-
export function
|
|
5201
|
+
export function qosPropertiesDeserializer(item) {
|
|
4435
5202
|
return {
|
|
4436
|
-
|
|
4437
|
-
clientId: item["clientId"],
|
|
5203
|
+
qosConfigurationState: item["qosConfigurationState"],
|
|
4438
5204
|
};
|
|
4439
5205
|
}
|
|
5206
|
+
/** NetworkFabric QoS ConfigurationState. */
|
|
5207
|
+
export var KnownQosConfigurationState;
|
|
5208
|
+
(function (KnownQosConfigurationState) {
|
|
5209
|
+
/** QosConfigurationState-Disabled */
|
|
5210
|
+
KnownQosConfigurationState["Disabled"] = "Disabled";
|
|
5211
|
+
/** QosConfigurationState-Enabled */
|
|
5212
|
+
KnownQosConfigurationState["Enabled"] = "Enabled";
|
|
5213
|
+
})(KnownQosConfigurationState || (KnownQosConfigurationState = {}));
|
|
4440
5214
|
export function layer3IpPrefixPropertiesSerializer(item) {
|
|
4441
5215
|
return {
|
|
4442
5216
|
primaryIpv4Prefix: item["primaryIpv4Prefix"],
|
|
@@ -4470,6 +5244,9 @@ export function networkFabricPatchSerializer(item) {
|
|
|
4470
5244
|
"controlPlaneAcls",
|
|
4471
5245
|
"trustedIpPrefixes",
|
|
4472
5246
|
"uniqueRdConfiguration",
|
|
5247
|
+
"qosConfiguration",
|
|
5248
|
+
"featureFlags",
|
|
5249
|
+
"authorizedTransceiver",
|
|
4473
5250
|
])
|
|
4474
5251
|
? undefined
|
|
4475
5252
|
: _networkFabricPatchPropertiesSerializer(item),
|
|
@@ -4509,6 +5286,15 @@ export function networkFabricPatchPropertiesSerializer(item) {
|
|
|
4509
5286
|
uniqueRdConfiguration: !item["uniqueRdConfiguration"]
|
|
4510
5287
|
? item["uniqueRdConfiguration"]
|
|
4511
5288
|
: uniqueRouteDistinguisherPatchPropertiesSerializer(item["uniqueRdConfiguration"]),
|
|
5289
|
+
qosConfiguration: !item["qosConfiguration"]
|
|
5290
|
+
? item["qosConfiguration"]
|
|
5291
|
+
: qosPatchPropertiesSerializer(item["qosConfiguration"]),
|
|
5292
|
+
featureFlags: !item["featureFlags"]
|
|
5293
|
+
? item["featureFlags"]
|
|
5294
|
+
: featureFlagPropertiesArraySerializer(item["featureFlags"]),
|
|
5295
|
+
authorizedTransceiver: !item["authorizedTransceiver"]
|
|
5296
|
+
? item["authorizedTransceiver"]
|
|
5297
|
+
: authorizedTransceiverPatchPropertiesSerializer(item["authorizedTransceiver"]),
|
|
4512
5298
|
};
|
|
4513
5299
|
}
|
|
4514
5300
|
export function terminalServerPatchConfigurationSerializer(item) {
|
|
@@ -4583,20 +5369,17 @@ export function storageAccountPatchConfigurationSerializer(item) {
|
|
|
4583
5369
|
: identitySelectorPatchSerializer(item["storageAccountIdentity"]),
|
|
4584
5370
|
};
|
|
4585
5371
|
}
|
|
4586
|
-
export function identitySelectorPatchSerializer(item) {
|
|
4587
|
-
return {
|
|
4588
|
-
identityType: item["identityType"],
|
|
4589
|
-
userAssignedIdentityResourceId: item["userAssignedIdentityResourceId"],
|
|
4590
|
-
};
|
|
4591
|
-
}
|
|
4592
5372
|
export function uniqueRouteDistinguisherPatchPropertiesSerializer(item) {
|
|
4593
5373
|
return {
|
|
4594
5374
|
uniqueRdConfigurationState: item["uniqueRdConfigurationState"],
|
|
4595
5375
|
nniDerivedUniqueRdConfigurationState: item["nniDerivedUniqueRdConfigurationState"],
|
|
4596
5376
|
};
|
|
4597
5377
|
}
|
|
4598
|
-
export function
|
|
4599
|
-
return {
|
|
5378
|
+
export function qosPatchPropertiesSerializer(item) {
|
|
5379
|
+
return { qosConfigurationState: item["qosConfigurationState"] };
|
|
5380
|
+
}
|
|
5381
|
+
export function authorizedTransceiverPatchPropertiesSerializer(item) {
|
|
5382
|
+
return { vendor: item["vendor"], key: item["key"] };
|
|
4600
5383
|
}
|
|
4601
5384
|
export function layer3IpPrefixPatchPropertiesSerializer(item) {
|
|
4602
5385
|
return {
|
|
@@ -4633,6 +5416,9 @@ export var KnownNetworkFabricUpgradeAction;
|
|
|
4633
5416
|
/** UpgradeAction -Complete */
|
|
4634
5417
|
KnownNetworkFabricUpgradeAction["Complete"] = "Complete";
|
|
4635
5418
|
})(KnownNetworkFabricUpgradeAction || (KnownNetworkFabricUpgradeAction = {}));
|
|
5419
|
+
export function updateVersionSerializer(item) {
|
|
5420
|
+
return { version: item["version"] };
|
|
5421
|
+
}
|
|
4636
5422
|
export function validateConfigurationPropertiesSerializer(item) {
|
|
4637
5423
|
return { validateAction: item["validateAction"] };
|
|
4638
5424
|
}
|
|
@@ -4646,12 +5432,94 @@ export var KnownValidateAction;
|
|
|
4646
5432
|
/** ValidateAction-Connectivity */
|
|
4647
5433
|
KnownValidateAction["Connectivity"] = "Connectivity";
|
|
4648
5434
|
})(KnownValidateAction || (KnownValidateAction = {}));
|
|
5435
|
+
export function getTopologyResponseDeserializer(item) {
|
|
5436
|
+
return {
|
|
5437
|
+
id: item["id"],
|
|
5438
|
+
name: item["name"],
|
|
5439
|
+
status: item["status"],
|
|
5440
|
+
percentComplete: item["percentComplete"],
|
|
5441
|
+
startTime: !item["startTime"] ? item["startTime"] : new Date(item["startTime"]),
|
|
5442
|
+
endTime: !item["endTime"] ? item["endTime"] : new Date(item["endTime"]),
|
|
5443
|
+
operations: !item["operations"]
|
|
5444
|
+
? item["operations"]
|
|
5445
|
+
: operationStatusResultArrayDeserializer(item["operations"]),
|
|
5446
|
+
error: !item["error"] ? item["error"] : errorDetailDeserializer(item["error"]),
|
|
5447
|
+
resourceId: item["resourceId"],
|
|
5448
|
+
properties: !item["properties"]
|
|
5449
|
+
? item["properties"]
|
|
5450
|
+
: getTopologyResponsePropertiesDeserializer(item["properties"]),
|
|
5451
|
+
};
|
|
5452
|
+
}
|
|
5453
|
+
export function getTopologyResponsePropertiesDeserializer(item) {
|
|
5454
|
+
return {
|
|
5455
|
+
url: item["url"],
|
|
5456
|
+
};
|
|
5457
|
+
}
|
|
5458
|
+
export function commitConfigurationRequestSerializer(item) {
|
|
5459
|
+
return {
|
|
5460
|
+
commitStage: item["commitStage"],
|
|
5461
|
+
commitPolicy: item["commitPolicy"],
|
|
5462
|
+
devices: !item["devices"]
|
|
5463
|
+
? item["devices"]
|
|
5464
|
+
: item["devices"].map((p) => {
|
|
5465
|
+
return p;
|
|
5466
|
+
}),
|
|
5467
|
+
};
|
|
5468
|
+
}
|
|
5469
|
+
/** Commit stage Action to be performed. */
|
|
5470
|
+
export var KnownCommitStage;
|
|
5471
|
+
(function (KnownCommitStage) {
|
|
5472
|
+
/** CommitStage-Start indicates to prepare the device configuration for the devices which is decided by policy type */
|
|
5473
|
+
KnownCommitStage["Start"] = "Start";
|
|
5474
|
+
/** CommitStage-Continue indicates to push the configuration to the devices provided. Either CE1 or CE2 is allowed */
|
|
5475
|
+
KnownCommitStage["Continue"] = "Continue";
|
|
5476
|
+
/** CommitStage-Rollback indicates to revert to the previous configuration for the devices to which configuration is pushed as part of staging. */
|
|
5477
|
+
KnownCommitStage["Rollback"] = "Rollback";
|
|
5478
|
+
})(KnownCommitStage || (KnownCommitStage = {}));
|
|
5479
|
+
/** Indicates Commit configuration staging policy. Supported policy is StageCEConfiguration, which indicates to prepare the configuration for the CE device type. */
|
|
5480
|
+
export var KnownCommitConfigurationPolicy;
|
|
5481
|
+
(function (KnownCommitConfigurationPolicy) {
|
|
5482
|
+
/** CommitConfigurationPolicy-StageCEConfiguration */
|
|
5483
|
+
KnownCommitConfigurationPolicy["StageCEConfiguration"] = "StageCEConfiguration";
|
|
5484
|
+
})(KnownCommitConfigurationPolicy || (KnownCommitConfigurationPolicy = {}));
|
|
5485
|
+
export function commitConfigurationResponseDeserializer(item) {
|
|
5486
|
+
return {
|
|
5487
|
+
id: item["id"],
|
|
5488
|
+
name: item["name"],
|
|
5489
|
+
status: item["status"],
|
|
5490
|
+
percentComplete: item["percentComplete"],
|
|
5491
|
+
startTime: !item["startTime"] ? item["startTime"] : new Date(item["startTime"]),
|
|
5492
|
+
endTime: !item["endTime"] ? item["endTime"] : new Date(item["endTime"]),
|
|
5493
|
+
operations: !item["operations"]
|
|
5494
|
+
? item["operations"]
|
|
5495
|
+
: operationStatusResultArrayDeserializer(item["operations"]),
|
|
5496
|
+
error: !item["error"] ? item["error"] : errorDetailDeserializer(item["error"]),
|
|
5497
|
+
resourceId: item["resourceId"],
|
|
5498
|
+
};
|
|
5499
|
+
}
|
|
4649
5500
|
export function commitBatchStatusRequestSerializer(item) {
|
|
4650
5501
|
return { commitBatchId: item["commitBatchId"] };
|
|
4651
5502
|
}
|
|
4652
|
-
export function
|
|
5503
|
+
export function commitBatchStatusOperationResponseDeserializer(item) {
|
|
4653
5504
|
return {
|
|
5505
|
+
id: item["id"],
|
|
5506
|
+
name: item["name"],
|
|
5507
|
+
status: item["status"],
|
|
5508
|
+
percentComplete: item["percentComplete"],
|
|
5509
|
+
startTime: !item["startTime"] ? item["startTime"] : new Date(item["startTime"]),
|
|
5510
|
+
endTime: !item["endTime"] ? item["endTime"] : new Date(item["endTime"]),
|
|
5511
|
+
operations: !item["operations"]
|
|
5512
|
+
? item["operations"]
|
|
5513
|
+
: operationStatusResultArrayDeserializer(item["operations"]),
|
|
4654
5514
|
error: !item["error"] ? item["error"] : errorDetailDeserializer(item["error"]),
|
|
5515
|
+
resourceId: item["resourceId"],
|
|
5516
|
+
properties: !item["properties"]
|
|
5517
|
+
? item["properties"]
|
|
5518
|
+
: commitBatchStatusResponsePropertiesDeserializer(item["properties"]),
|
|
5519
|
+
};
|
|
5520
|
+
}
|
|
5521
|
+
export function commitBatchStatusResponsePropertiesDeserializer(item) {
|
|
5522
|
+
return {
|
|
4655
5523
|
commitBatchId: item["commitBatchId"],
|
|
4656
5524
|
commitBatchState: item["commitBatchState"],
|
|
4657
5525
|
commitBatchDetails: !item["commitBatchDetails"]
|
|
@@ -4681,9 +5549,26 @@ export function commitBatchDetailsDeserializer(item) {
|
|
|
4681
5549
|
export function discardCommitBatchRequestSerializer(item) {
|
|
4682
5550
|
return { commitBatchId: item["commitBatchId"] };
|
|
4683
5551
|
}
|
|
4684
|
-
export function
|
|
5552
|
+
export function discardCommitBatchOperationResponseDeserializer(item) {
|
|
4685
5553
|
return {
|
|
5554
|
+
id: item["id"],
|
|
5555
|
+
name: item["name"],
|
|
5556
|
+
status: item["status"],
|
|
5557
|
+
percentComplete: item["percentComplete"],
|
|
5558
|
+
startTime: !item["startTime"] ? item["startTime"] : new Date(item["startTime"]),
|
|
5559
|
+
endTime: !item["endTime"] ? item["endTime"] : new Date(item["endTime"]),
|
|
5560
|
+
operations: !item["operations"]
|
|
5561
|
+
? item["operations"]
|
|
5562
|
+
: operationStatusResultArrayDeserializer(item["operations"]),
|
|
4686
5563
|
error: !item["error"] ? item["error"] : errorDetailDeserializer(item["error"]),
|
|
5564
|
+
resourceId: item["resourceId"],
|
|
5565
|
+
properties: !item["properties"]
|
|
5566
|
+
? item["properties"]
|
|
5567
|
+
: discardCommitBatchResponsePropertiesDeserializer(item["properties"]),
|
|
5568
|
+
};
|
|
5569
|
+
}
|
|
5570
|
+
export function discardCommitBatchResponsePropertiesDeserializer(item) {
|
|
5571
|
+
return {
|
|
4687
5572
|
commitBatchId: item["commitBatchId"],
|
|
4688
5573
|
};
|
|
4689
5574
|
}
|
|
@@ -4698,18 +5583,97 @@ export var KnownNetworkFabricLockAction;
|
|
|
4698
5583
|
/** Perform unlock operation */
|
|
4699
5584
|
KnownNetworkFabricLockAction["Unlock"] = "Unlock";
|
|
4700
5585
|
})(KnownNetworkFabricLockAction || (KnownNetworkFabricLockAction = {}));
|
|
4701
|
-
export function
|
|
5586
|
+
export function viewDeviceConfigurationOperationResponseDeserializer(item) {
|
|
4702
5587
|
return {
|
|
5588
|
+
id: item["id"],
|
|
5589
|
+
name: item["name"],
|
|
5590
|
+
status: item["status"],
|
|
5591
|
+
percentComplete: item["percentComplete"],
|
|
5592
|
+
startTime: !item["startTime"] ? item["startTime"] : new Date(item["startTime"]),
|
|
5593
|
+
endTime: !item["endTime"] ? item["endTime"] : new Date(item["endTime"]),
|
|
5594
|
+
operations: !item["operations"]
|
|
5595
|
+
? item["operations"]
|
|
5596
|
+
: operationStatusResultArrayDeserializer(item["operations"]),
|
|
4703
5597
|
error: !item["error"] ? item["error"] : errorDetailDeserializer(item["error"]),
|
|
5598
|
+
resourceId: item["resourceId"],
|
|
5599
|
+
properties: !item["properties"]
|
|
5600
|
+
? item["properties"]
|
|
5601
|
+
: viewDeviceConfigurationResponsePropertiesDeserializer(item["properties"]),
|
|
5602
|
+
};
|
|
5603
|
+
}
|
|
5604
|
+
export function viewDeviceConfigurationResponsePropertiesDeserializer(item) {
|
|
5605
|
+
return {
|
|
4704
5606
|
deviceConfigurationUrl: item["deviceConfigurationUrl"],
|
|
4705
5607
|
};
|
|
4706
5608
|
}
|
|
4707
|
-
export function
|
|
5609
|
+
export function armConfigurationDiffOperationResponseDeserializer(item) {
|
|
4708
5610
|
return {
|
|
5611
|
+
id: item["id"],
|
|
5612
|
+
name: item["name"],
|
|
5613
|
+
status: item["status"],
|
|
5614
|
+
percentComplete: item["percentComplete"],
|
|
5615
|
+
startTime: !item["startTime"] ? item["startTime"] : new Date(item["startTime"]),
|
|
5616
|
+
endTime: !item["endTime"] ? item["endTime"] : new Date(item["endTime"]),
|
|
5617
|
+
operations: !item["operations"]
|
|
5618
|
+
? item["operations"]
|
|
5619
|
+
: operationStatusResultArrayDeserializer(item["operations"]),
|
|
4709
5620
|
error: !item["error"] ? item["error"] : errorDetailDeserializer(item["error"]),
|
|
5621
|
+
resourceId: item["resourceId"],
|
|
5622
|
+
properties: !item["properties"]
|
|
5623
|
+
? item["properties"]
|
|
5624
|
+
: armConfigurationDiffResponsePropertiesDeserializer(item["properties"]),
|
|
5625
|
+
};
|
|
5626
|
+
}
|
|
5627
|
+
export function armConfigurationDiffResponsePropertiesDeserializer(item) {
|
|
5628
|
+
return {
|
|
4710
5629
|
configurationDiffUrl: item["configurationDiffUrl"],
|
|
4711
5630
|
};
|
|
4712
5631
|
}
|
|
5632
|
+
export function networkFabricRotatePasswordsResponseDeserializer(item) {
|
|
5633
|
+
return {
|
|
5634
|
+
id: item["id"],
|
|
5635
|
+
name: item["name"],
|
|
5636
|
+
status: item["status"],
|
|
5637
|
+
percentComplete: item["percentComplete"],
|
|
5638
|
+
startTime: !item["startTime"] ? item["startTime"] : new Date(item["startTime"]),
|
|
5639
|
+
endTime: !item["endTime"] ? item["endTime"] : new Date(item["endTime"]),
|
|
5640
|
+
operations: !item["operations"]
|
|
5641
|
+
? item["operations"]
|
|
5642
|
+
: operationStatusResultArrayDeserializer(item["operations"]),
|
|
5643
|
+
error: !item["error"] ? item["error"] : errorDetailDeserializer(item["error"]),
|
|
5644
|
+
resourceId: item["resourceId"],
|
|
5645
|
+
};
|
|
5646
|
+
}
|
|
5647
|
+
export function networkFabricResyncPasswordsResponseDeserializer(item) {
|
|
5648
|
+
return {
|
|
5649
|
+
id: item["id"],
|
|
5650
|
+
name: item["name"],
|
|
5651
|
+
status: item["status"],
|
|
5652
|
+
percentComplete: item["percentComplete"],
|
|
5653
|
+
startTime: !item["startTime"] ? item["startTime"] : new Date(item["startTime"]),
|
|
5654
|
+
endTime: !item["endTime"] ? item["endTime"] : new Date(item["endTime"]),
|
|
5655
|
+
operations: !item["operations"]
|
|
5656
|
+
? item["operations"]
|
|
5657
|
+
: operationStatusResultArrayDeserializer(item["operations"]),
|
|
5658
|
+
error: !item["error"] ? item["error"] : errorDetailDeserializer(item["error"]),
|
|
5659
|
+
resourceId: item["resourceId"],
|
|
5660
|
+
};
|
|
5661
|
+
}
|
|
5662
|
+
export function networkFabricRotateCertificatesResponseDeserializer(item) {
|
|
5663
|
+
return {
|
|
5664
|
+
id: item["id"],
|
|
5665
|
+
name: item["name"],
|
|
5666
|
+
status: item["status"],
|
|
5667
|
+
percentComplete: item["percentComplete"],
|
|
5668
|
+
startTime: !item["startTime"] ? item["startTime"] : new Date(item["startTime"]),
|
|
5669
|
+
endTime: !item["endTime"] ? item["endTime"] : new Date(item["endTime"]),
|
|
5670
|
+
operations: !item["operations"]
|
|
5671
|
+
? item["operations"]
|
|
5672
|
+
: operationStatusResultArrayDeserializer(item["operations"]),
|
|
5673
|
+
error: !item["error"] ? item["error"] : errorDetailDeserializer(item["error"]),
|
|
5674
|
+
resourceId: item["resourceId"],
|
|
5675
|
+
};
|
|
5676
|
+
}
|
|
4713
5677
|
export function networkToNetworkInterconnectSerializer(item) {
|
|
4714
5678
|
return { properties: _networkToNetworkInterconnectPropertiesSerializer(item) };
|
|
4715
5679
|
}
|
|
@@ -5123,8 +6087,8 @@ export function exportRoutePolicyInformationPatchSerializer(item) {
|
|
|
5123
6087
|
exportIpv6RoutePolicyId: item["exportIpv6RoutePolicyId"],
|
|
5124
6088
|
};
|
|
5125
6089
|
}
|
|
5126
|
-
export function proxyResourceBaseSerializer(
|
|
5127
|
-
return
|
|
6090
|
+
export function proxyResourceBaseSerializer(_item) {
|
|
6091
|
+
return {};
|
|
5128
6092
|
}
|
|
5129
6093
|
export function _networkToNetworkInterconnectsListDeserializer(item) {
|
|
5130
6094
|
return {
|
|
@@ -5142,7 +6106,7 @@ export function networkToNetworkInterconnectArrayDeserializer(result) {
|
|
|
5142
6106
|
return networkToNetworkInterconnectDeserializer(item);
|
|
5143
6107
|
});
|
|
5144
6108
|
}
|
|
5145
|
-
export function
|
|
6109
|
+
export function nniUpdateBfdAdministrativeStateRequestSerializer(item) {
|
|
5146
6110
|
return { routeType: item["routeType"], administrativeState: item["administrativeState"] };
|
|
5147
6111
|
}
|
|
5148
6112
|
/** Route type to be used. */
|
|
@@ -5153,9 +6117,26 @@ export var KnownRouteType;
|
|
|
5153
6117
|
/** RouteType-OptionA */
|
|
5154
6118
|
KnownRouteType["OptionA"] = "OptionA";
|
|
5155
6119
|
})(KnownRouteType || (KnownRouteType = {}));
|
|
5156
|
-
export function
|
|
6120
|
+
export function nniUpdateBfdAdministrativeStateResponseDeserializer(item) {
|
|
5157
6121
|
return {
|
|
6122
|
+
id: item["id"],
|
|
6123
|
+
name: item["name"],
|
|
6124
|
+
status: item["status"],
|
|
6125
|
+
percentComplete: item["percentComplete"],
|
|
6126
|
+
startTime: !item["startTime"] ? item["startTime"] : new Date(item["startTime"]),
|
|
6127
|
+
endTime: !item["endTime"] ? item["endTime"] : new Date(item["endTime"]),
|
|
6128
|
+
operations: !item["operations"]
|
|
6129
|
+
? item["operations"]
|
|
6130
|
+
: operationStatusResultArrayDeserializer(item["operations"]),
|
|
5158
6131
|
error: !item["error"] ? item["error"] : errorDetailDeserializer(item["error"]),
|
|
6132
|
+
resourceId: item["resourceId"],
|
|
6133
|
+
properties: !item["properties"]
|
|
6134
|
+
? item["properties"]
|
|
6135
|
+
: nniUpdateBfdAdministrativeStateResponsePropertiesDeserializer(item["properties"]),
|
|
6136
|
+
};
|
|
6137
|
+
}
|
|
6138
|
+
export function nniUpdateBfdAdministrativeStateResponsePropertiesDeserializer(item) {
|
|
6139
|
+
return {
|
|
5159
6140
|
routeType: item["routeType"],
|
|
5160
6141
|
administrativeState: item["administrativeState"],
|
|
5161
6142
|
};
|
|
@@ -5165,6 +6146,9 @@ export function networkPacketBrokerSerializer(item) {
|
|
|
5165
6146
|
tags: item["tags"],
|
|
5166
6147
|
location: item["location"],
|
|
5167
6148
|
properties: _networkPacketBrokerPropertiesSerializer(item),
|
|
6149
|
+
identity: !item["identity"]
|
|
6150
|
+
? item["identity"]
|
|
6151
|
+
: managedServiceIdentitySerializer(item["identity"]),
|
|
5168
6152
|
};
|
|
5169
6153
|
}
|
|
5170
6154
|
export function networkPacketBrokerDeserializer(item) {
|
|
@@ -5180,6 +6164,9 @@ export function networkPacketBrokerDeserializer(item) {
|
|
|
5180
6164
|
? item["systemData"]
|
|
5181
6165
|
: systemDataDeserializer(item["systemData"]),
|
|
5182
6166
|
..._networkPacketBrokerPropertiesDeserializer(item["properties"]),
|
|
6167
|
+
identity: !item["identity"]
|
|
6168
|
+
? item["identity"]
|
|
6169
|
+
: managedServiceIdentityDeserializer(item["identity"]),
|
|
5183
6170
|
};
|
|
5184
6171
|
}
|
|
5185
6172
|
export function networkPacketBrokerPropertiesSerializer(item) {
|
|
@@ -5212,10 +6199,16 @@ export function networkPacketBrokerPropertiesDeserializer(item) {
|
|
|
5212
6199
|
? item["lastOperation"]
|
|
5213
6200
|
: lastOperationPropertiesDeserializer(item["lastOperation"]),
|
|
5214
6201
|
provisioningState: item["provisioningState"],
|
|
6202
|
+
configurationState: item["configurationState"],
|
|
5215
6203
|
};
|
|
5216
6204
|
}
|
|
5217
6205
|
export function networkPacketBrokerPatchSerializer(item) {
|
|
5218
|
-
return {
|
|
6206
|
+
return {
|
|
6207
|
+
tags: item["tags"],
|
|
6208
|
+
identity: !item["identity"]
|
|
6209
|
+
? item["identity"]
|
|
6210
|
+
: managedServiceIdentityPatchSerializer(item["identity"]),
|
|
6211
|
+
};
|
|
5219
6212
|
}
|
|
5220
6213
|
export function _networkPacketBrokersListResultDeserializer(item) {
|
|
5221
6214
|
return {
|
|
@@ -5276,6 +6269,7 @@ export function networkRackPropertiesDeserializer(item) {
|
|
|
5276
6269
|
? item["lastOperation"]
|
|
5277
6270
|
: lastOperationPropertiesDeserializer(item["lastOperation"]),
|
|
5278
6271
|
provisioningState: item["provisioningState"],
|
|
6272
|
+
configurationState: item["configurationState"],
|
|
5279
6273
|
};
|
|
5280
6274
|
}
|
|
5281
6275
|
/** Network Rack SKU name. */
|
|
@@ -5312,6 +6306,9 @@ export function networkTapRuleSerializer(item) {
|
|
|
5312
6306
|
tags: item["tags"],
|
|
5313
6307
|
location: item["location"],
|
|
5314
6308
|
properties: _networkTapRulePropertiesSerializer(item),
|
|
6309
|
+
identity: !item["identity"]
|
|
6310
|
+
? item["identity"]
|
|
6311
|
+
: managedServiceIdentitySerializer(item["identity"]),
|
|
5315
6312
|
};
|
|
5316
6313
|
}
|
|
5317
6314
|
export function networkTapRuleDeserializer(item) {
|
|
@@ -5327,6 +6324,9 @@ export function networkTapRuleDeserializer(item) {
|
|
|
5327
6324
|
? item["systemData"]
|
|
5328
6325
|
: systemDataDeserializer(item["systemData"]),
|
|
5329
6326
|
..._networkTapRulePropertiesDeserializer(item["properties"]),
|
|
6327
|
+
identity: !item["identity"]
|
|
6328
|
+
? item["identity"]
|
|
6329
|
+
: managedServiceIdentityDeserializer(item["identity"]),
|
|
5330
6330
|
};
|
|
5331
6331
|
}
|
|
5332
6332
|
export function networkTapRulePropertiesSerializer(item) {
|
|
@@ -5334,6 +6334,9 @@ export function networkTapRulePropertiesSerializer(item) {
|
|
|
5334
6334
|
annotation: item["annotation"],
|
|
5335
6335
|
configurationType: item["configurationType"],
|
|
5336
6336
|
tapRulesUrl: item["tapRulesUrl"],
|
|
6337
|
+
identitySelector: !item["identitySelector"]
|
|
6338
|
+
? item["identitySelector"]
|
|
6339
|
+
: identitySelectorSerializer(item["identitySelector"]),
|
|
5337
6340
|
matchConfigurations: !item["matchConfigurations"]
|
|
5338
6341
|
? item["matchConfigurations"]
|
|
5339
6342
|
: networkTapRuleMatchConfigurationArraySerializer(item["matchConfigurations"]),
|
|
@@ -5351,6 +6354,9 @@ export function networkTapRulePropertiesDeserializer(item) {
|
|
|
5351
6354
|
annotation: item["annotation"],
|
|
5352
6355
|
configurationType: item["configurationType"],
|
|
5353
6356
|
tapRulesUrl: item["tapRulesUrl"],
|
|
6357
|
+
identitySelector: !item["identitySelector"]
|
|
6358
|
+
? item["identitySelector"]
|
|
6359
|
+
: identitySelectorDeserializer(item["identitySelector"]),
|
|
5354
6360
|
matchConfigurations: !item["matchConfigurations"]
|
|
5355
6361
|
? item["matchConfigurations"]
|
|
5356
6362
|
: networkTapRuleMatchConfigurationArrayDeserializer(item["matchConfigurations"]),
|
|
@@ -5358,6 +6364,11 @@ export function networkTapRulePropertiesDeserializer(item) {
|
|
|
5358
6364
|
? item["dynamicMatchConfigurations"]
|
|
5359
6365
|
: commonDynamicMatchConfigurationArrayDeserializer(item["dynamicMatchConfigurations"]),
|
|
5360
6366
|
networkTapId: item["networkTapId"],
|
|
6367
|
+
networkTapIds: !item["networkTapIds"]
|
|
6368
|
+
? item["networkTapIds"]
|
|
6369
|
+
: item["networkTapIds"].map((p) => {
|
|
6370
|
+
return p;
|
|
6371
|
+
}),
|
|
5361
6372
|
pollingIntervalInSeconds: item["pollingIntervalInSeconds"],
|
|
5362
6373
|
lastSyncedTime: !item["lastSyncedTime"]
|
|
5363
6374
|
? item["lastSyncedTime"]
|
|
@@ -5368,6 +6379,11 @@ export function networkTapRulePropertiesDeserializer(item) {
|
|
|
5368
6379
|
lastOperation: !item["lastOperation"]
|
|
5369
6380
|
? item["lastOperation"]
|
|
5370
6381
|
: lastOperationPropertiesDeserializer(item["lastOperation"]),
|
|
6382
|
+
networkFabricIds: !item["networkFabricIds"]
|
|
6383
|
+
? item["networkFabricIds"]
|
|
6384
|
+
: item["networkFabricIds"].map((p) => {
|
|
6385
|
+
return p;
|
|
6386
|
+
}),
|
|
5371
6387
|
configurationState: item["configurationState"],
|
|
5372
6388
|
provisioningState: item["provisioningState"],
|
|
5373
6389
|
administrativeState: item["administrativeState"],
|
|
@@ -5511,18 +6527,6 @@ export var KnownTapRuleActionType;
|
|
|
5511
6527
|
/** TapRuleActionType-Mirror */
|
|
5512
6528
|
KnownTapRuleActionType["Mirror"] = "Mirror";
|
|
5513
6529
|
})(KnownTapRuleActionType || (KnownTapRuleActionType = {}));
|
|
5514
|
-
/** Polling interval in seconds. */
|
|
5515
|
-
export var KnownPollingIntervalInSeconds;
|
|
5516
|
-
(function (KnownPollingIntervalInSeconds) {
|
|
5517
|
-
/** 30 PollingIntervalInSeconds */
|
|
5518
|
-
KnownPollingIntervalInSeconds[KnownPollingIntervalInSeconds["Thirty"] = 30] = "Thirty";
|
|
5519
|
-
/** 60 PollingIntervalInSeconds */
|
|
5520
|
-
KnownPollingIntervalInSeconds[KnownPollingIntervalInSeconds["Sixty"] = 60] = "Sixty";
|
|
5521
|
-
/** 90 PollingIntervalInSeconds */
|
|
5522
|
-
KnownPollingIntervalInSeconds[KnownPollingIntervalInSeconds["Ninety"] = 90] = "Ninety";
|
|
5523
|
-
/** 120 PollingIntervalInSeconds */
|
|
5524
|
-
KnownPollingIntervalInSeconds[KnownPollingIntervalInSeconds["OneTwenty"] = 120] = "OneTwenty";
|
|
5525
|
-
})(KnownPollingIntervalInSeconds || (KnownPollingIntervalInSeconds = {}));
|
|
5526
6530
|
export function globalNetworkTapRuleActionPropertiesSerializer(item) {
|
|
5527
6531
|
return { enableCount: item["enableCount"], truncate: item["truncate"] };
|
|
5528
6532
|
}
|
|
@@ -5541,10 +6545,14 @@ export function networkTapRulePatchSerializer(item) {
|
|
|
5541
6545
|
"tapRulesUrl",
|
|
5542
6546
|
"matchConfigurations",
|
|
5543
6547
|
"dynamicMatchConfigurations",
|
|
6548
|
+
"identitySelector",
|
|
5544
6549
|
"globalNetworkTapRuleActions",
|
|
5545
6550
|
])
|
|
5546
6551
|
? undefined
|
|
5547
6552
|
: _networkTapRulePatchPropertiesSerializer(item),
|
|
6553
|
+
identity: !item["identity"]
|
|
6554
|
+
? item["identity"]
|
|
6555
|
+
: managedServiceIdentityPatchSerializer(item["identity"]),
|
|
5548
6556
|
};
|
|
5549
6557
|
}
|
|
5550
6558
|
export function networkTapRulePatchPropertiesSerializer(item) {
|
|
@@ -5558,6 +6566,9 @@ export function networkTapRulePatchPropertiesSerializer(item) {
|
|
|
5558
6566
|
dynamicMatchConfigurations: !item["dynamicMatchConfigurations"]
|
|
5559
6567
|
? item["dynamicMatchConfigurations"]
|
|
5560
6568
|
: commonDynamicMatchConfigurationPatchArraySerializer(item["dynamicMatchConfigurations"]),
|
|
6569
|
+
identitySelector: !item["identitySelector"]
|
|
6570
|
+
? item["identitySelector"]
|
|
6571
|
+
: identitySelectorPatchSerializer(item["identitySelector"]),
|
|
5561
6572
|
globalNetworkTapRuleActions: !item["globalNetworkTapRuleActions"]
|
|
5562
6573
|
? item["globalNetworkTapRuleActions"]
|
|
5563
6574
|
: globalNetworkTapRuleActionPatchPropertiesSerializer(item["globalNetworkTapRuleActions"]),
|
|
@@ -5638,11 +6649,29 @@ export function networkTapRuleArrayDeserializer(result) {
|
|
|
5638
6649
|
return networkTapRuleDeserializer(item);
|
|
5639
6650
|
});
|
|
5640
6651
|
}
|
|
6652
|
+
export function networkTapRuleResyncResponseDeserializer(item) {
|
|
6653
|
+
return {
|
|
6654
|
+
id: item["id"],
|
|
6655
|
+
name: item["name"],
|
|
6656
|
+
status: item["status"],
|
|
6657
|
+
percentComplete: item["percentComplete"],
|
|
6658
|
+
startTime: !item["startTime"] ? item["startTime"] : new Date(item["startTime"]),
|
|
6659
|
+
endTime: !item["endTime"] ? item["endTime"] : new Date(item["endTime"]),
|
|
6660
|
+
operations: !item["operations"]
|
|
6661
|
+
? item["operations"]
|
|
6662
|
+
: operationStatusResultArrayDeserializer(item["operations"]),
|
|
6663
|
+
error: !item["error"] ? item["error"] : errorDetailDeserializer(item["error"]),
|
|
6664
|
+
resourceId: item["resourceId"],
|
|
6665
|
+
};
|
|
6666
|
+
}
|
|
5641
6667
|
export function networkTapSerializer(item) {
|
|
5642
6668
|
return {
|
|
5643
6669
|
tags: item["tags"],
|
|
5644
6670
|
location: item["location"],
|
|
5645
6671
|
properties: _networkTapPropertiesSerializer(item),
|
|
6672
|
+
identity: !item["identity"]
|
|
6673
|
+
? item["identity"]
|
|
6674
|
+
: managedServiceIdentitySerializer(item["identity"]),
|
|
5646
6675
|
};
|
|
5647
6676
|
}
|
|
5648
6677
|
export function networkTapDeserializer(item) {
|
|
@@ -5658,6 +6687,9 @@ export function networkTapDeserializer(item) {
|
|
|
5658
6687
|
? item["systemData"]
|
|
5659
6688
|
: systemDataDeserializer(item["systemData"]),
|
|
5660
6689
|
..._networkTapPropertiesDeserializer(item["properties"]),
|
|
6690
|
+
identity: !item["identity"]
|
|
6691
|
+
? item["identity"]
|
|
6692
|
+
: managedServiceIdentityDeserializer(item["identity"]),
|
|
5661
6693
|
};
|
|
5662
6694
|
}
|
|
5663
6695
|
export function networkTapPropertiesSerializer(item) {
|
|
@@ -5673,6 +6705,11 @@ export function networkTapPropertiesDeserializer(item) {
|
|
|
5673
6705
|
annotation: item["annotation"],
|
|
5674
6706
|
networkPacketBrokerId: item["networkPacketBrokerId"],
|
|
5675
6707
|
sourceTapRuleId: item["sourceTapRuleId"],
|
|
6708
|
+
networkFabricIds: !item["networkFabricIds"]
|
|
6709
|
+
? item["networkFabricIds"]
|
|
6710
|
+
: item["networkFabricIds"].map((p) => {
|
|
6711
|
+
return p;
|
|
6712
|
+
}),
|
|
5676
6713
|
destinations: destinationPropertiesArrayDeserializer(item["destinations"]),
|
|
5677
6714
|
pollingType: item["pollingType"],
|
|
5678
6715
|
lastOperation: !item["lastOperation"]
|
|
@@ -5765,6 +6802,9 @@ export function networkTapPatchSerializer(item) {
|
|
|
5765
6802
|
properties: areAllPropsUndefined(item, ["annotation", "pollingType", "destinations"])
|
|
5766
6803
|
? undefined
|
|
5767
6804
|
: _networkTapPatchPropertiesSerializer(item),
|
|
6805
|
+
identity: !item["identity"]
|
|
6806
|
+
? item["identity"]
|
|
6807
|
+
: managedServiceIdentityPatchSerializer(item["identity"]),
|
|
5768
6808
|
};
|
|
5769
6809
|
}
|
|
5770
6810
|
export function networkTapPatchPropertiesSerializer(item) {
|
|
@@ -5818,16 +6858,31 @@ export function networkTapArrayDeserializer(result) {
|
|
|
5818
6858
|
return networkTapDeserializer(item);
|
|
5819
6859
|
});
|
|
5820
6860
|
}
|
|
5821
|
-
export function
|
|
5822
|
-
return {
|
|
5823
|
-
tags: item["tags"],
|
|
5824
|
-
location: item["location"],
|
|
5825
|
-
properties: _routePolicyPropertiesSerializer(item),
|
|
5826
|
-
};
|
|
5827
|
-
}
|
|
5828
|
-
export function routePolicyDeserializer(item) {
|
|
6861
|
+
export function networkTapResyncResponseDeserializer(item) {
|
|
5829
6862
|
return {
|
|
5830
|
-
|
|
6863
|
+
id: item["id"],
|
|
6864
|
+
name: item["name"],
|
|
6865
|
+
status: item["status"],
|
|
6866
|
+
percentComplete: item["percentComplete"],
|
|
6867
|
+
startTime: !item["startTime"] ? item["startTime"] : new Date(item["startTime"]),
|
|
6868
|
+
endTime: !item["endTime"] ? item["endTime"] : new Date(item["endTime"]),
|
|
6869
|
+
operations: !item["operations"]
|
|
6870
|
+
? item["operations"]
|
|
6871
|
+
: operationStatusResultArrayDeserializer(item["operations"]),
|
|
6872
|
+
error: !item["error"] ? item["error"] : errorDetailDeserializer(item["error"]),
|
|
6873
|
+
resourceId: item["resourceId"],
|
|
6874
|
+
};
|
|
6875
|
+
}
|
|
6876
|
+
export function routePolicySerializer(item) {
|
|
6877
|
+
return {
|
|
6878
|
+
tags: item["tags"],
|
|
6879
|
+
location: item["location"],
|
|
6880
|
+
properties: _routePolicyPropertiesSerializer(item),
|
|
6881
|
+
};
|
|
6882
|
+
}
|
|
6883
|
+
export function routePolicyDeserializer(item) {
|
|
6884
|
+
return {
|
|
6885
|
+
tags: !item["tags"]
|
|
5831
6886
|
? item["tags"]
|
|
5832
6887
|
: Object.fromEntries(Object.entries(item["tags"]).map(([k, p]) => [k, p])),
|
|
5833
6888
|
location: item["location"],
|
|
@@ -6187,6 +7242,9 @@ export function bmpConfigurationPropertiesSerializer(item) {
|
|
|
6187
7242
|
return p;
|
|
6188
7243
|
}),
|
|
6189
7244
|
exportPolicy: item["exportPolicy"],
|
|
7245
|
+
exportPolicyConfiguration: !item["exportPolicyConfiguration"]
|
|
7246
|
+
? item["exportPolicyConfiguration"]
|
|
7247
|
+
: bmpExportPolicyPropertiesSerializer(item["exportPolicyConfiguration"]),
|
|
6190
7248
|
monitoredAddressFamilies: !item["monitoredAddressFamilies"]
|
|
6191
7249
|
? item["monitoredAddressFamilies"]
|
|
6192
7250
|
: item["monitoredAddressFamilies"].map((p) => {
|
|
@@ -6212,6 +7270,9 @@ export function bmpConfigurationPropertiesDeserializer(item) {
|
|
|
6212
7270
|
return p;
|
|
6213
7271
|
}),
|
|
6214
7272
|
exportPolicy: item["exportPolicy"],
|
|
7273
|
+
exportPolicyConfiguration: !item["exportPolicyConfiguration"]
|
|
7274
|
+
? item["exportPolicyConfiguration"]
|
|
7275
|
+
: bmpExportPolicyPropertiesDeserializer(item["exportPolicyConfiguration"]),
|
|
6215
7276
|
monitoredAddressFamilies: !item["monitoredAddressFamilies"]
|
|
6216
7277
|
? item["monitoredAddressFamilies"]
|
|
6217
7278
|
: item["monitoredAddressFamilies"].map((p) => {
|
|
@@ -6249,16 +7310,6 @@ export function stationConnectionPropertiesDeserializer(item) {
|
|
|
6249
7310
|
probeCount: item["probeCount"],
|
|
6250
7311
|
};
|
|
6251
7312
|
}
|
|
6252
|
-
/** Export Policy for the BGP Monitoring Protocol (BMP) Configuration. */
|
|
6253
|
-
export var KnownBmpExportPolicy;
|
|
6254
|
-
(function (KnownBmpExportPolicy) {
|
|
6255
|
-
/** BMP ExportPolicy Pre-Policy */
|
|
6256
|
-
KnownBmpExportPolicy["PrePolicy"] = "Pre-Policy";
|
|
6257
|
-
/** BMP ExportPolicy Post-Policy */
|
|
6258
|
-
KnownBmpExportPolicy["PostPolicy"] = "Post-Policy";
|
|
6259
|
-
/** BMP ExportPolicy All */
|
|
6260
|
-
KnownBmpExportPolicy["All"] = "All";
|
|
6261
|
-
})(KnownBmpExportPolicy || (KnownBmpExportPolicy = {}));
|
|
6262
7313
|
/** Monitored Address Family. */
|
|
6263
7314
|
export var KnownBmpMonitoredAddressFamily;
|
|
6264
7315
|
(function (KnownBmpMonitoredAddressFamily) {
|
|
@@ -6306,6 +7357,9 @@ export function bmpConfigurationPatchPropertiesSerializer(item) {
|
|
|
6306
7357
|
return p;
|
|
6307
7358
|
}),
|
|
6308
7359
|
exportPolicy: item["exportPolicy"],
|
|
7360
|
+
exportPolicyConfiguration: !item["exportPolicyConfiguration"]
|
|
7361
|
+
? item["exportPolicyConfiguration"]
|
|
7362
|
+
: bmpExportPolicyPatchPropertiesSerializer(item["exportPolicyConfiguration"]),
|
|
6309
7363
|
monitoredAddressFamilies: !item["monitoredAddressFamilies"]
|
|
6310
7364
|
? item["monitoredAddressFamilies"]
|
|
6311
7365
|
: item["monitoredAddressFamilies"].map((p) => {
|
|
@@ -6336,13 +7390,257 @@ export function networkMonitorArrayDeserializer(result) {
|
|
|
6336
7390
|
return networkMonitorDeserializer(item);
|
|
6337
7391
|
});
|
|
6338
7392
|
}
|
|
7393
|
+
export function commonPostActionResponseForDeviceUpdateDeserializer(item) {
|
|
7394
|
+
return {
|
|
7395
|
+
error: !item["error"] ? item["error"] : errorDetailDeserializer(item["error"]),
|
|
7396
|
+
configurationState: item["configurationState"],
|
|
7397
|
+
successfulDevices: !item["successfulDevices"]
|
|
7398
|
+
? item["successfulDevices"]
|
|
7399
|
+
: item["successfulDevices"].map((p) => {
|
|
7400
|
+
return p;
|
|
7401
|
+
}),
|
|
7402
|
+
failedDevices: !item["failedDevices"]
|
|
7403
|
+
? item["failedDevices"]
|
|
7404
|
+
: item["failedDevices"].map((p) => {
|
|
7405
|
+
return p;
|
|
7406
|
+
}),
|
|
7407
|
+
};
|
|
7408
|
+
}
|
|
7409
|
+
export function networkBootstrapDeviceSerializer(item) {
|
|
7410
|
+
return {
|
|
7411
|
+
tags: item["tags"],
|
|
7412
|
+
location: item["location"],
|
|
7413
|
+
properties: _networkBootstrapDevicePropertiesSerializer(item),
|
|
7414
|
+
identity: !item["identity"]
|
|
7415
|
+
? item["identity"]
|
|
7416
|
+
: managedServiceIdentitySerializer(item["identity"]),
|
|
7417
|
+
};
|
|
7418
|
+
}
|
|
7419
|
+
export function networkBootstrapDeviceDeserializer(item) {
|
|
7420
|
+
return {
|
|
7421
|
+
tags: !item["tags"]
|
|
7422
|
+
? item["tags"]
|
|
7423
|
+
: Object.fromEntries(Object.entries(item["tags"]).map(([k, p]) => [k, p])),
|
|
7424
|
+
location: item["location"],
|
|
7425
|
+
id: item["id"],
|
|
7426
|
+
name: item["name"],
|
|
7427
|
+
type: item["type"],
|
|
7428
|
+
systemData: !item["systemData"]
|
|
7429
|
+
? item["systemData"]
|
|
7430
|
+
: systemDataDeserializer(item["systemData"]),
|
|
7431
|
+
..._networkBootstrapDevicePropertiesDeserializer(item["properties"]),
|
|
7432
|
+
identity: !item["identity"]
|
|
7433
|
+
? item["identity"]
|
|
7434
|
+
: managedServiceIdentityDeserializer(item["identity"]),
|
|
7435
|
+
};
|
|
7436
|
+
}
|
|
7437
|
+
export function networkBootstrapDevicePropertiesSerializer(item) {
|
|
7438
|
+
return {
|
|
7439
|
+
annotation: item["annotation"],
|
|
7440
|
+
hostName: item["hostName"],
|
|
7441
|
+
serialNumber: item["serialNumber"],
|
|
7442
|
+
networkDeviceSku: item["networkDeviceSku"],
|
|
7443
|
+
};
|
|
7444
|
+
}
|
|
7445
|
+
export function networkBootstrapDevicePropertiesDeserializer(item) {
|
|
7446
|
+
return {
|
|
7447
|
+
annotation: item["annotation"],
|
|
7448
|
+
hostName: item["hostName"],
|
|
7449
|
+
serialNumber: item["serialNumber"],
|
|
7450
|
+
version: item["version"],
|
|
7451
|
+
networkDeviceSku: item["networkDeviceSku"],
|
|
7452
|
+
networkFabricId: item["networkFabricId"],
|
|
7453
|
+
secondaryManagementIpv4Address: item["secondaryManagementIpv4Address"],
|
|
7454
|
+
dhcpV4ServerIpAddress: item["dhcpV4ServerIpAddress"],
|
|
7455
|
+
primaryManagementIpv6Address: item["primaryManagementIpv6Address"],
|
|
7456
|
+
secondaryManagementIpv6Address: item["secondaryManagementIpv6Address"],
|
|
7457
|
+
provisioningState: item["provisioningState"],
|
|
7458
|
+
primaryManagementIpv4Address: item["primaryManagementIpv4Address"],
|
|
7459
|
+
administrativeState: item["administrativeState"],
|
|
7460
|
+
configurationState: item["configurationState"],
|
|
7461
|
+
};
|
|
7462
|
+
}
|
|
7463
|
+
export function networkBootstrapDevicePatchSerializer(item) {
|
|
7464
|
+
return {
|
|
7465
|
+
tags: item["tags"],
|
|
7466
|
+
properties: areAllPropsUndefined(item, ["annotation", "hostName", "serialNumber"])
|
|
7467
|
+
? undefined
|
|
7468
|
+
: _networkBootstrapDevicePatchPropertiesSerializer(item),
|
|
7469
|
+
identity: !item["identity"]
|
|
7470
|
+
? item["identity"]
|
|
7471
|
+
: managedServiceIdentityPatchSerializer(item["identity"]),
|
|
7472
|
+
};
|
|
7473
|
+
}
|
|
7474
|
+
export function networkBootstrapDevicePatchPropertiesSerializer(item) {
|
|
7475
|
+
return {
|
|
7476
|
+
annotation: item["annotation"],
|
|
7477
|
+
hostName: item["hostName"],
|
|
7478
|
+
serialNumber: item["serialNumber"],
|
|
7479
|
+
};
|
|
7480
|
+
}
|
|
7481
|
+
export function _networkBootstrapDeviceListResultDeserializer(item) {
|
|
7482
|
+
return {
|
|
7483
|
+
value: networkBootstrapDeviceArrayDeserializer(item["value"]),
|
|
7484
|
+
nextLink: item["nextLink"],
|
|
7485
|
+
};
|
|
7486
|
+
}
|
|
7487
|
+
export function networkBootstrapDeviceArraySerializer(result) {
|
|
7488
|
+
return result.map((item) => {
|
|
7489
|
+
return networkBootstrapDeviceSerializer(item);
|
|
7490
|
+
});
|
|
7491
|
+
}
|
|
7492
|
+
export function networkBootstrapDeviceArrayDeserializer(result) {
|
|
7493
|
+
return result.map((item) => {
|
|
7494
|
+
return networkBootstrapDeviceDeserializer(item);
|
|
7495
|
+
});
|
|
7496
|
+
}
|
|
7497
|
+
export function networkBootstrapDeviceRebootResponseDeserializer(item) {
|
|
7498
|
+
return {
|
|
7499
|
+
id: item["id"],
|
|
7500
|
+
name: item["name"],
|
|
7501
|
+
status: item["status"],
|
|
7502
|
+
percentComplete: item["percentComplete"],
|
|
7503
|
+
startTime: !item["startTime"] ? item["startTime"] : new Date(item["startTime"]),
|
|
7504
|
+
endTime: !item["endTime"] ? item["endTime"] : new Date(item["endTime"]),
|
|
7505
|
+
operations: !item["operations"]
|
|
7506
|
+
? item["operations"]
|
|
7507
|
+
: operationStatusResultArrayDeserializer(item["operations"]),
|
|
7508
|
+
error: !item["error"] ? item["error"] : errorDetailDeserializer(item["error"]),
|
|
7509
|
+
resourceId: item["resourceId"],
|
|
7510
|
+
};
|
|
7511
|
+
}
|
|
7512
|
+
export function networkBootstrapDeviceRefreshConfigurationResponseDeserializer(item) {
|
|
7513
|
+
return {
|
|
7514
|
+
id: item["id"],
|
|
7515
|
+
name: item["name"],
|
|
7516
|
+
status: item["status"],
|
|
7517
|
+
percentComplete: item["percentComplete"],
|
|
7518
|
+
startTime: !item["startTime"] ? item["startTime"] : new Date(item["startTime"]),
|
|
7519
|
+
endTime: !item["endTime"] ? item["endTime"] : new Date(item["endTime"]),
|
|
7520
|
+
operations: !item["operations"]
|
|
7521
|
+
? item["operations"]
|
|
7522
|
+
: operationStatusResultArrayDeserializer(item["operations"]),
|
|
7523
|
+
error: !item["error"] ? item["error"] : errorDetailDeserializer(item["error"]),
|
|
7524
|
+
resourceId: item["resourceId"],
|
|
7525
|
+
};
|
|
7526
|
+
}
|
|
7527
|
+
export function networkBootstrapDeviceUpgradeResponseDeserializer(item) {
|
|
7528
|
+
return {
|
|
7529
|
+
id: item["id"],
|
|
7530
|
+
name: item["name"],
|
|
7531
|
+
status: item["status"],
|
|
7532
|
+
percentComplete: item["percentComplete"],
|
|
7533
|
+
startTime: !item["startTime"] ? item["startTime"] : new Date(item["startTime"]),
|
|
7534
|
+
endTime: !item["endTime"] ? item["endTime"] : new Date(item["endTime"]),
|
|
7535
|
+
operations: !item["operations"]
|
|
7536
|
+
? item["operations"]
|
|
7537
|
+
: operationStatusResultArrayDeserializer(item["operations"]),
|
|
7538
|
+
error: !item["error"] ? item["error"] : errorDetailDeserializer(item["error"]),
|
|
7539
|
+
resourceId: item["resourceId"],
|
|
7540
|
+
};
|
|
7541
|
+
}
|
|
7542
|
+
export function networkBootstrapDeviceUpdateAdministrativeStateResponseDeserializer(item) {
|
|
7543
|
+
return {
|
|
7544
|
+
id: item["id"],
|
|
7545
|
+
name: item["name"],
|
|
7546
|
+
status: item["status"],
|
|
7547
|
+
percentComplete: item["percentComplete"],
|
|
7548
|
+
startTime: !item["startTime"] ? item["startTime"] : new Date(item["startTime"]),
|
|
7549
|
+
endTime: !item["endTime"] ? item["endTime"] : new Date(item["endTime"]),
|
|
7550
|
+
operations: !item["operations"]
|
|
7551
|
+
? item["operations"]
|
|
7552
|
+
: operationStatusResultArrayDeserializer(item["operations"]),
|
|
7553
|
+
error: !item["error"] ? item["error"] : errorDetailDeserializer(item["error"]),
|
|
7554
|
+
resourceId: item["resourceId"],
|
|
7555
|
+
};
|
|
7556
|
+
}
|
|
7557
|
+
export function networkBootstrapDeviceResyncPasswordsResponseDeserializer(item) {
|
|
7558
|
+
return {
|
|
7559
|
+
id: item["id"],
|
|
7560
|
+
name: item["name"],
|
|
7561
|
+
status: item["status"],
|
|
7562
|
+
percentComplete: item["percentComplete"],
|
|
7563
|
+
startTime: !item["startTime"] ? item["startTime"] : new Date(item["startTime"]),
|
|
7564
|
+
endTime: !item["endTime"] ? item["endTime"] : new Date(item["endTime"]),
|
|
7565
|
+
operations: !item["operations"]
|
|
7566
|
+
? item["operations"]
|
|
7567
|
+
: operationStatusResultArrayDeserializer(item["operations"]),
|
|
7568
|
+
error: !item["error"] ? item["error"] : errorDetailDeserializer(item["error"]),
|
|
7569
|
+
resourceId: item["resourceId"],
|
|
7570
|
+
};
|
|
7571
|
+
}
|
|
7572
|
+
export function networkBootstrapInterfaceSerializer(item) {
|
|
7573
|
+
return { properties: _networkBootstrapInterfacePropertiesSerializer(item) };
|
|
7574
|
+
}
|
|
7575
|
+
export function networkBootstrapInterfaceDeserializer(item) {
|
|
7576
|
+
return {
|
|
7577
|
+
id: item["id"],
|
|
7578
|
+
name: item["name"],
|
|
7579
|
+
type: item["type"],
|
|
7580
|
+
systemData: !item["systemData"]
|
|
7581
|
+
? item["systemData"]
|
|
7582
|
+
: systemDataDeserializer(item["systemData"]),
|
|
7583
|
+
..._networkBootstrapInterfacePropertiesDeserializer(item["properties"]),
|
|
7584
|
+
};
|
|
7585
|
+
}
|
|
7586
|
+
export function networkBootstrapInterfacePropertiesSerializer(item) {
|
|
7587
|
+
return {
|
|
7588
|
+
annotation: item["annotation"],
|
|
7589
|
+
additionalDescription: item["additionalDescription"],
|
|
7590
|
+
serialNumber: item["serialNumber"],
|
|
7591
|
+
};
|
|
7592
|
+
}
|
|
7593
|
+
export function networkBootstrapInterfacePropertiesDeserializer(item) {
|
|
7594
|
+
return {
|
|
7595
|
+
annotation: item["annotation"],
|
|
7596
|
+
provisioningState: item["provisioningState"],
|
|
7597
|
+
administrativeState: item["administrativeState"],
|
|
7598
|
+
configurationState: item["configurationState"],
|
|
7599
|
+
physicalIdentifier: item["physicalIdentifier"],
|
|
7600
|
+
connectedTo: item["connectedTo"],
|
|
7601
|
+
interfaceType: item["interfaceType"],
|
|
7602
|
+
description: item["description"],
|
|
7603
|
+
additionalDescription: item["additionalDescription"],
|
|
7604
|
+
ipv4Address: item["ipv4Address"],
|
|
7605
|
+
ipv6Address: item["ipv6Address"],
|
|
7606
|
+
serialNumber: item["serialNumber"],
|
|
7607
|
+
};
|
|
7608
|
+
}
|
|
7609
|
+
export function networkBootstrapInterfacePatchSerializer(item) {
|
|
7610
|
+
return {
|
|
7611
|
+
properties: areAllPropsUndefined(item, ["annotation", "serialNumber", "additionalDescription"])
|
|
7612
|
+
? undefined
|
|
7613
|
+
: _networkBootstrapInterfacePatchPropertiesSerializer(item),
|
|
7614
|
+
};
|
|
7615
|
+
}
|
|
7616
|
+
export function networkBootstrapInterfacePatchPropertiesSerializer(item) {
|
|
7617
|
+
return {
|
|
7618
|
+
annotation: item["annotation"],
|
|
7619
|
+
serialNumber: item["serialNumber"],
|
|
7620
|
+
additionalDescription: item["additionalDescription"],
|
|
7621
|
+
};
|
|
7622
|
+
}
|
|
7623
|
+
export function _networkBootstrapInterfaceListResultDeserializer(item) {
|
|
7624
|
+
return {
|
|
7625
|
+
value: networkBootstrapInterfaceArrayDeserializer(item["value"]),
|
|
7626
|
+
nextLink: item["nextLink"],
|
|
7627
|
+
};
|
|
7628
|
+
}
|
|
7629
|
+
export function networkBootstrapInterfaceArraySerializer(result) {
|
|
7630
|
+
return result.map((item) => {
|
|
7631
|
+
return networkBootstrapInterfaceSerializer(item);
|
|
7632
|
+
});
|
|
7633
|
+
}
|
|
7634
|
+
export function networkBootstrapInterfaceArrayDeserializer(result) {
|
|
7635
|
+
return result.map((item) => {
|
|
7636
|
+
return networkBootstrapInterfaceDeserializer(item);
|
|
7637
|
+
});
|
|
7638
|
+
}
|
|
6339
7639
|
/** API Versions */
|
|
6340
7640
|
export var KnownVersions;
|
|
6341
7641
|
(function (KnownVersions) {
|
|
6342
|
-
/**
|
|
6343
|
-
KnownVersions["
|
|
6344
|
-
/** 2024-06-15-preview */
|
|
6345
|
-
KnownVersions["V20240615Preview"] = "2024-06-15-preview";
|
|
7642
|
+
/** 2025-07-15 */
|
|
7643
|
+
KnownVersions["V20250715"] = "2025-07-15";
|
|
6346
7644
|
})(KnownVersions || (KnownVersions = {}));
|
|
6347
7645
|
export function _accessControlListPropertiesSerializer(item) {
|
|
6348
7646
|
return {
|
|
@@ -6361,6 +7659,9 @@ export function _accessControlListPropertiesSerializer(item) {
|
|
|
6361
7659
|
globalAccessControlListActions: !item["globalAccessControlListActions"]
|
|
6362
7660
|
? item["globalAccessControlListActions"]
|
|
6363
7661
|
: globalAccessControlListActionPropertiesSerializer(item["globalAccessControlListActions"]),
|
|
7662
|
+
controlPlaneAclConfiguration: !item["controlPlaneAclConfiguration"]
|
|
7663
|
+
? item["controlPlaneAclConfiguration"]
|
|
7664
|
+
: controlPlaneAclPropertiesArraySerializer(item["controlPlaneAclConfiguration"]),
|
|
6364
7665
|
};
|
|
6365
7666
|
}
|
|
6366
7667
|
export function _accessControlListPropertiesDeserializer(item) {
|
|
@@ -6386,6 +7687,14 @@ export function _accessControlListPropertiesDeserializer(item) {
|
|
|
6386
7687
|
lastOperation: !item["lastOperation"]
|
|
6387
7688
|
? item["lastOperation"]
|
|
6388
7689
|
: lastOperationPropertiesDeserializer(item["lastOperation"]),
|
|
7690
|
+
networkFabricIds: !item["networkFabricIds"]
|
|
7691
|
+
? item["networkFabricIds"]
|
|
7692
|
+
: item["networkFabricIds"].map((p) => {
|
|
7693
|
+
return p;
|
|
7694
|
+
}),
|
|
7695
|
+
controlPlaneAclConfiguration: !item["controlPlaneAclConfiguration"]
|
|
7696
|
+
? item["controlPlaneAclConfiguration"]
|
|
7697
|
+
: controlPlaneAclPropertiesArrayDeserializer(item["controlPlaneAclConfiguration"]),
|
|
6389
7698
|
configurationState: item["configurationState"],
|
|
6390
7699
|
provisioningState: item["provisioningState"],
|
|
6391
7700
|
administrativeState: item["administrativeState"],
|
|
@@ -6402,6 +7711,9 @@ export function _accessControlListPatchPropertiesSerializer(item) {
|
|
|
6402
7711
|
dynamicMatchConfigurations: !item["dynamicMatchConfigurations"]
|
|
6403
7712
|
? item["dynamicMatchConfigurations"]
|
|
6404
7713
|
: commonDynamicMatchConfigurationPatchArraySerializer(item["dynamicMatchConfigurations"]),
|
|
7714
|
+
controlPlaneAclConfiguration: !item["controlPlaneAclConfiguration"]
|
|
7715
|
+
? item["controlPlaneAclConfiguration"]
|
|
7716
|
+
: controlPlaneAclPatchPropertiesArraySerializer(item["controlPlaneAclConfiguration"]),
|
|
6405
7717
|
aclType: item["aclType"],
|
|
6406
7718
|
deviceRole: item["deviceRole"],
|
|
6407
7719
|
globalAccessControlListActions: !item["globalAccessControlListActions"]
|
|
@@ -6590,9 +7902,15 @@ export function _l3IsolationDomainPropertiesSerializer(item) {
|
|
|
6590
7902
|
uniqueRdConfiguration: !item["uniqueRdConfiguration"]
|
|
6591
7903
|
? item["uniqueRdConfiguration"]
|
|
6592
7904
|
: l3UniqueRouteDistinguisherPropertiesSerializer(item["uniqueRdConfiguration"]),
|
|
6593
|
-
|
|
6594
|
-
? item["
|
|
6595
|
-
: routePrefixLimitPropertiesSerializer(item["
|
|
7905
|
+
v4routePrefixLimit: !item["v4RoutePrefixLimit"]
|
|
7906
|
+
? item["v4RoutePrefixLimit"]
|
|
7907
|
+
: routePrefixLimitPropertiesSerializer(item["v4RoutePrefixLimit"]),
|
|
7908
|
+
v6routePrefixLimit: !item["v6RoutePrefixLimit"]
|
|
7909
|
+
? item["v6RoutePrefixLimit"]
|
|
7910
|
+
: routePrefixLimitPropertiesSerializer(item["v6RoutePrefixLimit"]),
|
|
7911
|
+
exportPolicyConfiguration: !item["exportPolicyConfiguration"]
|
|
7912
|
+
? item["exportPolicyConfiguration"]
|
|
7913
|
+
: bmpExportPolicyPropertiesSerializer(item["exportPolicyConfiguration"]),
|
|
6596
7914
|
};
|
|
6597
7915
|
}
|
|
6598
7916
|
export function _l3IsolationDomainPropertiesDeserializer(item) {
|
|
@@ -6613,12 +7931,18 @@ export function _l3IsolationDomainPropertiesDeserializer(item) {
|
|
|
6613
7931
|
uniqueRdConfiguration: !item["uniqueRdConfiguration"]
|
|
6614
7932
|
? item["uniqueRdConfiguration"]
|
|
6615
7933
|
: l3UniqueRouteDistinguisherPropertiesDeserializer(item["uniqueRdConfiguration"]),
|
|
6616
|
-
|
|
6617
|
-
? item["
|
|
6618
|
-
: routePrefixLimitPropertiesDeserializer(item["
|
|
7934
|
+
v4RoutePrefixLimit: !item["v4routePrefixLimit"]
|
|
7935
|
+
? item["v4routePrefixLimit"]
|
|
7936
|
+
: routePrefixLimitPropertiesDeserializer(item["v4routePrefixLimit"]),
|
|
7937
|
+
v6RoutePrefixLimit: !item["v6routePrefixLimit"]
|
|
7938
|
+
? item["v6routePrefixLimit"]
|
|
7939
|
+
: routePrefixLimitPropertiesDeserializer(item["v6routePrefixLimit"]),
|
|
6619
7940
|
lastOperation: !item["lastOperation"]
|
|
6620
7941
|
? item["lastOperation"]
|
|
6621
7942
|
: lastOperationPropertiesDeserializer(item["lastOperation"]),
|
|
7943
|
+
exportPolicyConfiguration: !item["exportPolicyConfiguration"]
|
|
7944
|
+
? item["exportPolicyConfiguration"]
|
|
7945
|
+
: bmpExportPolicyPropertiesDeserializer(item["exportPolicyConfiguration"]),
|
|
6622
7946
|
configurationState: item["configurationState"],
|
|
6623
7947
|
provisioningState: item["provisioningState"],
|
|
6624
7948
|
administrativeState: item["administrativeState"],
|
|
@@ -6638,9 +7962,15 @@ export function _l3IsolationDomainPatchPropertiesSerializer(item) {
|
|
|
6638
7962
|
staticRouteRoutePolicy: !item["staticRouteRoutePolicy"]
|
|
6639
7963
|
? item["staticRouteRoutePolicy"]
|
|
6640
7964
|
: staticRouteRoutePolicyPatchSerializer(item["staticRouteRoutePolicy"]),
|
|
6641
|
-
|
|
6642
|
-
? item["
|
|
6643
|
-
: routePrefixLimitPatchPropertiesSerializer(item["
|
|
7965
|
+
v4routePrefixLimit: !item["v4RoutePrefixLimit"]
|
|
7966
|
+
? item["v4RoutePrefixLimit"]
|
|
7967
|
+
: routePrefixLimitPatchPropertiesSerializer(item["v4RoutePrefixLimit"]),
|
|
7968
|
+
v6routePrefixLimit: !item["v6RoutePrefixLimit"]
|
|
7969
|
+
? item["v6RoutePrefixLimit"]
|
|
7970
|
+
: routePrefixLimitPatchPropertiesSerializer(item["v6RoutePrefixLimit"]),
|
|
7971
|
+
exportPolicyConfiguration: !item["exportPolicyConfiguration"]
|
|
7972
|
+
? item["exportPolicyConfiguration"]
|
|
7973
|
+
: bmpExportPolicyPatchPropertiesSerializer(item["exportPolicyConfiguration"]),
|
|
6644
7974
|
};
|
|
6645
7975
|
}
|
|
6646
7976
|
export function _internalNetworkPropertiesSerializer(item) {
|
|
@@ -6714,6 +8044,7 @@ export function _internalNetworkPropertiesDeserializer(item) {
|
|
|
6714
8044
|
lastOperation: !item["lastOperation"]
|
|
6715
8045
|
? item["lastOperation"]
|
|
6716
8046
|
: lastOperationPropertiesDeserializer(item["lastOperation"]),
|
|
8047
|
+
networkFabricId: item["networkFabricId"],
|
|
6717
8048
|
configurationState: item["configurationState"],
|
|
6718
8049
|
provisioningState: item["provisioningState"],
|
|
6719
8050
|
administrativeState: item["administrativeState"],
|
|
@@ -6797,6 +8128,7 @@ export function _externalNetworkPropertiesDeserializer(item) {
|
|
|
6797
8128
|
lastOperation: !item["lastOperation"]
|
|
6798
8129
|
? item["lastOperation"]
|
|
6799
8130
|
: lastOperationPropertiesDeserializer(item["lastOperation"]),
|
|
8131
|
+
networkFabricId: item["networkFabricId"],
|
|
6800
8132
|
configurationState: item["configurationState"],
|
|
6801
8133
|
provisioningState: item["provisioningState"],
|
|
6802
8134
|
administrativeState: item["administrativeState"],
|
|
@@ -6844,10 +8176,16 @@ export function _neighborGroupPropertiesDeserializer(item) {
|
|
|
6844
8176
|
: item["networkTapRuleIds"].map((p) => {
|
|
6845
8177
|
return p;
|
|
6846
8178
|
}),
|
|
8179
|
+
networkFabricIds: !item["networkFabricIds"]
|
|
8180
|
+
? item["networkFabricIds"]
|
|
8181
|
+
: item["networkFabricIds"].map((p) => {
|
|
8182
|
+
return p;
|
|
8183
|
+
}),
|
|
6847
8184
|
lastOperation: !item["lastOperation"]
|
|
6848
8185
|
? item["lastOperation"]
|
|
6849
8186
|
: lastOperationPropertiesDeserializer(item["lastOperation"]),
|
|
6850
8187
|
provisioningState: item["provisioningState"],
|
|
8188
|
+
configurationState: item["configurationState"],
|
|
6851
8189
|
};
|
|
6852
8190
|
}
|
|
6853
8191
|
export function _neighborGroupPatchPropertiesSerializer(item) {
|
|
@@ -6881,6 +8219,9 @@ export function _networkDevicePropertiesSerializer(item) {
|
|
|
6881
8219
|
annotation: item["annotation"],
|
|
6882
8220
|
hostName: item["hostName"],
|
|
6883
8221
|
serialNumber: item["serialNumber"],
|
|
8222
|
+
identitySelector: !item["identitySelector"]
|
|
8223
|
+
? item["identitySelector"]
|
|
8224
|
+
: identitySelectorSerializer(item["identitySelector"]),
|
|
6884
8225
|
networkDeviceSku: item["networkDeviceSku"],
|
|
6885
8226
|
};
|
|
6886
8227
|
}
|
|
@@ -6889,6 +8230,9 @@ export function _networkDevicePropertiesDeserializer(item) {
|
|
|
6889
8230
|
annotation: item["annotation"],
|
|
6890
8231
|
hostName: item["hostName"],
|
|
6891
8232
|
serialNumber: item["serialNumber"],
|
|
8233
|
+
identitySelector: !item["identitySelector"]
|
|
8234
|
+
? item["identitySelector"]
|
|
8235
|
+
: identitySelectorDeserializer(item["identitySelector"]),
|
|
6892
8236
|
version: item["version"],
|
|
6893
8237
|
networkDeviceSku: item["networkDeviceSku"],
|
|
6894
8238
|
networkDeviceRole: item["networkDeviceRole"],
|
|
@@ -6902,6 +8246,13 @@ export function _networkDevicePropertiesDeserializer(item) {
|
|
|
6902
8246
|
configurationState: item["configurationState"],
|
|
6903
8247
|
provisioningState: item["provisioningState"],
|
|
6904
8248
|
administrativeState: item["administrativeState"],
|
|
8249
|
+
secretRotationStatus: !item["secretRotationStatus"]
|
|
8250
|
+
? item["secretRotationStatus"]
|
|
8251
|
+
: secretRotationStatusArrayDeserializer(item["secretRotationStatus"]),
|
|
8252
|
+
certificateRotationStatus: !item["certificateRotationStatus"]
|
|
8253
|
+
? item["certificateRotationStatus"]
|
|
8254
|
+
: certificateRotationStatusArrayDeserializer(item["certificateRotationStatus"]),
|
|
8255
|
+
networkFabricId: item["networkFabricId"],
|
|
6905
8256
|
};
|
|
6906
8257
|
}
|
|
6907
8258
|
export function _networkDevicePatchParametersPropertiesSerializer(item) {
|
|
@@ -6909,14 +8260,13 @@ export function _networkDevicePatchParametersPropertiesSerializer(item) {
|
|
|
6909
8260
|
annotation: item["annotation"],
|
|
6910
8261
|
hostName: item["hostName"],
|
|
6911
8262
|
serialNumber: item["serialNumber"],
|
|
8263
|
+
identitySelector: !item["identitySelector"]
|
|
8264
|
+
? item["identitySelector"]
|
|
8265
|
+
: identitySelectorPatchSerializer(item["identitySelector"]),
|
|
6912
8266
|
};
|
|
6913
8267
|
}
|
|
6914
8268
|
export function _networkInterfacePropertiesSerializer(item) {
|
|
6915
|
-
return {
|
|
6916
|
-
annotation: item["annotation"],
|
|
6917
|
-
description: item["description"],
|
|
6918
|
-
additionalDescription: item["additionalDescription"],
|
|
6919
|
-
};
|
|
8269
|
+
return { annotation: item["annotation"], additionalDescription: item["additionalDescription"] };
|
|
6920
8270
|
}
|
|
6921
8271
|
export function _networkInterfacePropertiesDeserializer(item) {
|
|
6922
8272
|
return {
|
|
@@ -6931,16 +8281,14 @@ export function _networkInterfacePropertiesDeserializer(item) {
|
|
|
6931
8281
|
lastOperation: !item["lastOperation"]
|
|
6932
8282
|
? item["lastOperation"]
|
|
6933
8283
|
: lastOperationPropertiesDeserializer(item["lastOperation"]),
|
|
8284
|
+
networkFabricId: item["networkFabricId"],
|
|
6934
8285
|
provisioningState: item["provisioningState"],
|
|
6935
8286
|
administrativeState: item["administrativeState"],
|
|
8287
|
+
configurationState: item["configurationState"],
|
|
6936
8288
|
};
|
|
6937
8289
|
}
|
|
6938
8290
|
export function _networkInterfacePatchPropertiesSerializer(item) {
|
|
6939
|
-
return {
|
|
6940
|
-
annotation: item["annotation"],
|
|
6941
|
-
description: item["description"],
|
|
6942
|
-
additionalDescription: item["additionalDescription"],
|
|
6943
|
-
};
|
|
8291
|
+
return { annotation: item["annotation"], additionalDescription: item["additionalDescription"] };
|
|
6944
8292
|
}
|
|
6945
8293
|
export function _networkFabricControllerPropertiesSerializer(item) {
|
|
6946
8294
|
return {
|
|
@@ -7044,6 +8392,9 @@ export function _networkFabricPropertiesSerializer(item) {
|
|
|
7044
8392
|
: item["controlPlaneAcls"].map((p) => {
|
|
7045
8393
|
return p;
|
|
7046
8394
|
}),
|
|
8395
|
+
featureFlags: !item["featureFlags"]
|
|
8396
|
+
? item["featureFlags"]
|
|
8397
|
+
: featureFlagPropertiesArraySerializer(item["featureFlags"]),
|
|
7047
8398
|
trustedIpPrefixes: !item["trustedIpPrefixes"]
|
|
7048
8399
|
? item["trustedIpPrefixes"]
|
|
7049
8400
|
: item["trustedIpPrefixes"].map((p) => {
|
|
@@ -7053,6 +8404,12 @@ export function _networkFabricPropertiesSerializer(item) {
|
|
|
7053
8404
|
? item["uniqueRdConfiguration"]
|
|
7054
8405
|
: uniqueRouteDistinguisherPropertiesSerializer(item["uniqueRdConfiguration"]),
|
|
7055
8406
|
storageArrayCount: item["storageArrayCount"],
|
|
8407
|
+
authorizedTransceiver: !item["authorizedTransceiver"]
|
|
8408
|
+
? item["authorizedTransceiver"]
|
|
8409
|
+
: authorizedTransceiverPropertiesSerializer(item["authorizedTransceiver"]),
|
|
8410
|
+
qosConfiguration: !item["qosConfiguration"]
|
|
8411
|
+
? item["qosConfiguration"]
|
|
8412
|
+
: qosPropertiesSerializer(item["qosConfiguration"]),
|
|
7056
8413
|
};
|
|
7057
8414
|
}
|
|
7058
8415
|
export function _networkFabricPropertiesDeserializer(item) {
|
|
@@ -7117,12 +8474,21 @@ export function _networkFabricPropertiesDeserializer(item) {
|
|
|
7117
8474
|
: item["activeCommitBatches"].map((p) => {
|
|
7118
8475
|
return p;
|
|
7119
8476
|
}),
|
|
8477
|
+
secretRotationSummary: !item["secretRotationSummary"]
|
|
8478
|
+
? item["secretRotationSummary"]
|
|
8479
|
+
: secretRotationSummaryDeserializer(item["secretRotationSummary"]),
|
|
7120
8480
|
lastOperation: !item["lastOperation"]
|
|
7121
8481
|
? item["lastOperation"]
|
|
7122
8482
|
: lastOperationPropertiesDeserializer(item["lastOperation"]),
|
|
8483
|
+
authorizedTransceiver: !item["authorizedTransceiver"]
|
|
8484
|
+
? item["authorizedTransceiver"]
|
|
8485
|
+
: authorizedTransceiverPropertiesDeserializer(item["authorizedTransceiver"]),
|
|
7123
8486
|
configurationState: item["configurationState"],
|
|
7124
8487
|
provisioningState: item["provisioningState"],
|
|
7125
8488
|
administrativeState: item["administrativeState"],
|
|
8489
|
+
qosConfiguration: !item["qosConfiguration"]
|
|
8490
|
+
? item["qosConfiguration"]
|
|
8491
|
+
: qosPropertiesDeserializer(item["qosConfiguration"]),
|
|
7126
8492
|
};
|
|
7127
8493
|
}
|
|
7128
8494
|
export function _networkFabricPatchPropertiesSerializer(item) {
|
|
@@ -7156,6 +8522,15 @@ export function _networkFabricPatchPropertiesSerializer(item) {
|
|
|
7156
8522
|
uniqueRdConfiguration: !item["uniqueRdConfiguration"]
|
|
7157
8523
|
? item["uniqueRdConfiguration"]
|
|
7158
8524
|
: uniqueRouteDistinguisherPatchPropertiesSerializer(item["uniqueRdConfiguration"]),
|
|
8525
|
+
qosConfiguration: !item["qosConfiguration"]
|
|
8526
|
+
? item["qosConfiguration"]
|
|
8527
|
+
: qosPatchPropertiesSerializer(item["qosConfiguration"]),
|
|
8528
|
+
featureFlags: !item["featureFlags"]
|
|
8529
|
+
? item["featureFlags"]
|
|
8530
|
+
: featureFlagPropertiesArraySerializer(item["featureFlags"]),
|
|
8531
|
+
authorizedTransceiver: !item["authorizedTransceiver"]
|
|
8532
|
+
? item["authorizedTransceiver"]
|
|
8533
|
+
: authorizedTransceiverPatchPropertiesSerializer(item["authorizedTransceiver"]),
|
|
7159
8534
|
};
|
|
7160
8535
|
}
|
|
7161
8536
|
export function _networkToNetworkInterconnectPropertiesSerializer(item) {
|
|
@@ -7281,6 +8656,7 @@ export function _networkPacketBrokerPropertiesDeserializer(item) {
|
|
|
7281
8656
|
? item["lastOperation"]
|
|
7282
8657
|
: lastOperationPropertiesDeserializer(item["lastOperation"]),
|
|
7283
8658
|
provisioningState: item["provisioningState"],
|
|
8659
|
+
configurationState: item["configurationState"],
|
|
7284
8660
|
};
|
|
7285
8661
|
}
|
|
7286
8662
|
export function _networkRackPropertiesSerializer(item) {
|
|
@@ -7304,6 +8680,7 @@ export function _networkRackPropertiesDeserializer(item) {
|
|
|
7304
8680
|
? item["lastOperation"]
|
|
7305
8681
|
: lastOperationPropertiesDeserializer(item["lastOperation"]),
|
|
7306
8682
|
provisioningState: item["provisioningState"],
|
|
8683
|
+
configurationState: item["configurationState"],
|
|
7307
8684
|
};
|
|
7308
8685
|
}
|
|
7309
8686
|
export function _networkTapRulePropertiesSerializer(item) {
|
|
@@ -7311,6 +8688,9 @@ export function _networkTapRulePropertiesSerializer(item) {
|
|
|
7311
8688
|
annotation: item["annotation"],
|
|
7312
8689
|
configurationType: item["configurationType"],
|
|
7313
8690
|
tapRulesUrl: item["tapRulesUrl"],
|
|
8691
|
+
identitySelector: !item["identitySelector"]
|
|
8692
|
+
? item["identitySelector"]
|
|
8693
|
+
: identitySelectorSerializer(item["identitySelector"]),
|
|
7314
8694
|
matchConfigurations: !item["matchConfigurations"]
|
|
7315
8695
|
? item["matchConfigurations"]
|
|
7316
8696
|
: networkTapRuleMatchConfigurationArraySerializer(item["matchConfigurations"]),
|
|
@@ -7328,6 +8708,9 @@ export function _networkTapRulePropertiesDeserializer(item) {
|
|
|
7328
8708
|
annotation: item["annotation"],
|
|
7329
8709
|
configurationType: item["configurationType"],
|
|
7330
8710
|
tapRulesUrl: item["tapRulesUrl"],
|
|
8711
|
+
identitySelector: !item["identitySelector"]
|
|
8712
|
+
? item["identitySelector"]
|
|
8713
|
+
: identitySelectorDeserializer(item["identitySelector"]),
|
|
7331
8714
|
matchConfigurations: !item["matchConfigurations"]
|
|
7332
8715
|
? item["matchConfigurations"]
|
|
7333
8716
|
: networkTapRuleMatchConfigurationArrayDeserializer(item["matchConfigurations"]),
|
|
@@ -7335,6 +8718,11 @@ export function _networkTapRulePropertiesDeserializer(item) {
|
|
|
7335
8718
|
? item["dynamicMatchConfigurations"]
|
|
7336
8719
|
: commonDynamicMatchConfigurationArrayDeserializer(item["dynamicMatchConfigurations"]),
|
|
7337
8720
|
networkTapId: item["networkTapId"],
|
|
8721
|
+
networkTapIds: !item["networkTapIds"]
|
|
8722
|
+
? item["networkTapIds"]
|
|
8723
|
+
: item["networkTapIds"].map((p) => {
|
|
8724
|
+
return p;
|
|
8725
|
+
}),
|
|
7338
8726
|
pollingIntervalInSeconds: item["pollingIntervalInSeconds"],
|
|
7339
8727
|
lastSyncedTime: !item["lastSyncedTime"]
|
|
7340
8728
|
? item["lastSyncedTime"]
|
|
@@ -7345,6 +8733,11 @@ export function _networkTapRulePropertiesDeserializer(item) {
|
|
|
7345
8733
|
lastOperation: !item["lastOperation"]
|
|
7346
8734
|
? item["lastOperation"]
|
|
7347
8735
|
: lastOperationPropertiesDeserializer(item["lastOperation"]),
|
|
8736
|
+
networkFabricIds: !item["networkFabricIds"]
|
|
8737
|
+
? item["networkFabricIds"]
|
|
8738
|
+
: item["networkFabricIds"].map((p) => {
|
|
8739
|
+
return p;
|
|
8740
|
+
}),
|
|
7348
8741
|
configurationState: item["configurationState"],
|
|
7349
8742
|
provisioningState: item["provisioningState"],
|
|
7350
8743
|
administrativeState: item["administrativeState"],
|
|
@@ -7361,6 +8754,9 @@ export function _networkTapRulePatchPropertiesSerializer(item) {
|
|
|
7361
8754
|
dynamicMatchConfigurations: !item["dynamicMatchConfigurations"]
|
|
7362
8755
|
? item["dynamicMatchConfigurations"]
|
|
7363
8756
|
: commonDynamicMatchConfigurationPatchArraySerializer(item["dynamicMatchConfigurations"]),
|
|
8757
|
+
identitySelector: !item["identitySelector"]
|
|
8758
|
+
? item["identitySelector"]
|
|
8759
|
+
: identitySelectorPatchSerializer(item["identitySelector"]),
|
|
7364
8760
|
globalNetworkTapRuleActions: !item["globalNetworkTapRuleActions"]
|
|
7365
8761
|
? item["globalNetworkTapRuleActions"]
|
|
7366
8762
|
: globalNetworkTapRuleActionPatchPropertiesSerializer(item["globalNetworkTapRuleActions"]),
|
|
@@ -7379,6 +8775,11 @@ export function _networkTapPropertiesDeserializer(item) {
|
|
|
7379
8775
|
annotation: item["annotation"],
|
|
7380
8776
|
networkPacketBrokerId: item["networkPacketBrokerId"],
|
|
7381
8777
|
sourceTapRuleId: item["sourceTapRuleId"],
|
|
8778
|
+
networkFabricIds: !item["networkFabricIds"]
|
|
8779
|
+
? item["networkFabricIds"]
|
|
8780
|
+
: item["networkFabricIds"].map((p) => {
|
|
8781
|
+
return p;
|
|
8782
|
+
}),
|
|
7382
8783
|
destinations: destinationPropertiesArrayDeserializer(item["destinations"]),
|
|
7383
8784
|
pollingType: item["pollingType"],
|
|
7384
8785
|
lastOperation: !item["lastOperation"]
|
|
@@ -7459,4 +8860,67 @@ export function _networkMonitorPatchPropertiesSerializer(item) {
|
|
|
7459
8860
|
: bmpConfigurationPatchPropertiesSerializer(item["bmpConfiguration"]),
|
|
7460
8861
|
};
|
|
7461
8862
|
}
|
|
8863
|
+
export function _networkBootstrapDevicePropertiesSerializer(item) {
|
|
8864
|
+
return {
|
|
8865
|
+
annotation: item["annotation"],
|
|
8866
|
+
hostName: item["hostName"],
|
|
8867
|
+
serialNumber: item["serialNumber"],
|
|
8868
|
+
networkDeviceSku: item["networkDeviceSku"],
|
|
8869
|
+
};
|
|
8870
|
+
}
|
|
8871
|
+
export function _networkBootstrapDevicePropertiesDeserializer(item) {
|
|
8872
|
+
return {
|
|
8873
|
+
annotation: item["annotation"],
|
|
8874
|
+
hostName: item["hostName"],
|
|
8875
|
+
serialNumber: item["serialNumber"],
|
|
8876
|
+
version: item["version"],
|
|
8877
|
+
networkDeviceSku: item["networkDeviceSku"],
|
|
8878
|
+
networkFabricId: item["networkFabricId"],
|
|
8879
|
+
secondaryManagementIpv4Address: item["secondaryManagementIpv4Address"],
|
|
8880
|
+
dhcpV4ServerIpAddress: item["dhcpV4ServerIpAddress"],
|
|
8881
|
+
primaryManagementIpv6Address: item["primaryManagementIpv6Address"],
|
|
8882
|
+
secondaryManagementIpv6Address: item["secondaryManagementIpv6Address"],
|
|
8883
|
+
provisioningState: item["provisioningState"],
|
|
8884
|
+
primaryManagementIpv4Address: item["primaryManagementIpv4Address"],
|
|
8885
|
+
administrativeState: item["administrativeState"],
|
|
8886
|
+
configurationState: item["configurationState"],
|
|
8887
|
+
};
|
|
8888
|
+
}
|
|
8889
|
+
export function _networkBootstrapDevicePatchPropertiesSerializer(item) {
|
|
8890
|
+
return {
|
|
8891
|
+
annotation: item["annotation"],
|
|
8892
|
+
hostName: item["hostName"],
|
|
8893
|
+
serialNumber: item["serialNumber"],
|
|
8894
|
+
};
|
|
8895
|
+
}
|
|
8896
|
+
export function _networkBootstrapInterfacePropertiesSerializer(item) {
|
|
8897
|
+
return {
|
|
8898
|
+
annotation: item["annotation"],
|
|
8899
|
+
additionalDescription: item["additionalDescription"],
|
|
8900
|
+
serialNumber: item["serialNumber"],
|
|
8901
|
+
};
|
|
8902
|
+
}
|
|
8903
|
+
export function _networkBootstrapInterfacePropertiesDeserializer(item) {
|
|
8904
|
+
return {
|
|
8905
|
+
annotation: item["annotation"],
|
|
8906
|
+
provisioningState: item["provisioningState"],
|
|
8907
|
+
administrativeState: item["administrativeState"],
|
|
8908
|
+
configurationState: item["configurationState"],
|
|
8909
|
+
physicalIdentifier: item["physicalIdentifier"],
|
|
8910
|
+
connectedTo: item["connectedTo"],
|
|
8911
|
+
interfaceType: item["interfaceType"],
|
|
8912
|
+
description: item["description"],
|
|
8913
|
+
additionalDescription: item["additionalDescription"],
|
|
8914
|
+
ipv4Address: item["ipv4Address"],
|
|
8915
|
+
ipv6Address: item["ipv6Address"],
|
|
8916
|
+
serialNumber: item["serialNumber"],
|
|
8917
|
+
};
|
|
8918
|
+
}
|
|
8919
|
+
export function _networkBootstrapInterfacePatchPropertiesSerializer(item) {
|
|
8920
|
+
return {
|
|
8921
|
+
annotation: item["annotation"],
|
|
8922
|
+
serialNumber: item["serialNumber"],
|
|
8923
|
+
additionalDescription: item["additionalDescription"],
|
|
8924
|
+
};
|
|
8925
|
+
}
|
|
7462
8926
|
//# sourceMappingURL=models.js.map
|