@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
|
@@ -123,6 +123,10 @@ export interface AccessControlList extends TrackedResource {
|
|
|
123
123
|
globalAccessControlListActions?: GlobalAccessControlListActionProperties;
|
|
124
124
|
/** Details of the last operation performed on the resource */
|
|
125
125
|
readonly lastOperation?: LastOperationProperties;
|
|
126
|
+
/** Associated Network Fabric Resource IDs */
|
|
127
|
+
readonly networkFabricIds?: string[];
|
|
128
|
+
/** Access Control List (ACL) configurations. */
|
|
129
|
+
controlPlaneAclConfiguration?: ControlPlaneAclProperties[];
|
|
126
130
|
/** Configuration state of the resource. */
|
|
127
131
|
readonly configurationState?: ConfigurationState;
|
|
128
132
|
/** Provisioning state of the resource. */
|
|
@@ -156,6 +160,10 @@ export interface AccessControlListProperties {
|
|
|
156
160
|
globalAccessControlListActions?: GlobalAccessControlListActionProperties;
|
|
157
161
|
/** Details of the last operation performed on the resource */
|
|
158
162
|
readonly lastOperation?: LastOperationProperties;
|
|
163
|
+
/** Associated Network Fabric Resource IDs */
|
|
164
|
+
readonly networkFabricIds?: string[];
|
|
165
|
+
/** Access Control List (ACL) configurations. */
|
|
166
|
+
controlPlaneAclConfiguration?: ControlPlaneAclProperties[];
|
|
159
167
|
/** Configuration state of the resource. */
|
|
160
168
|
readonly configurationState?: ConfigurationState;
|
|
161
169
|
/** Provisioning state of the resource. */
|
|
@@ -334,7 +342,9 @@ export declare enum KnownBitRateUnit {
|
|
|
334
342
|
/** Bit rate unit in megabits per second. */
|
|
335
343
|
Mbps = "Mbps",
|
|
336
344
|
/** Bit rate unit in gigabits per second. */
|
|
337
|
-
Gbps = "Gbps"
|
|
345
|
+
Gbps = "Gbps",
|
|
346
|
+
/** Bit rate unit in packets per second. */
|
|
347
|
+
Pps = "Pps"
|
|
338
348
|
}
|
|
339
349
|
/**
|
|
340
350
|
* Bit rate unit. \
|
|
@@ -344,7 +354,8 @@ export declare enum KnownBitRateUnit {
|
|
|
344
354
|
* **bps**: Bit rate unit in bits per second. \
|
|
345
355
|
* **Kbps**: Bit rate unit in kilobits per second. \
|
|
346
356
|
* **Mbps**: Bit rate unit in megabits per second. \
|
|
347
|
-
* **Gbps**: Bit rate unit in gigabits per second.
|
|
357
|
+
* **Gbps**: Bit rate unit in gigabits per second. \
|
|
358
|
+
* **Pps**: Bit rate unit in packets per second.
|
|
348
359
|
*/
|
|
349
360
|
export type BitRateUnit = string;
|
|
350
361
|
/** Burst size in packets. */
|
|
@@ -365,7 +376,9 @@ export declare enum KnownBurstSizeUnit {
|
|
|
365
376
|
/** Burst size unit in megabytes. */
|
|
366
377
|
MBytes = "MBytes",
|
|
367
378
|
/** Burst size unit in gigabytes. */
|
|
368
|
-
GBytes = "GBytes"
|
|
379
|
+
GBytes = "GBytes",
|
|
380
|
+
/** Burst size unit in packets. */
|
|
381
|
+
Packets = "Packets"
|
|
369
382
|
}
|
|
370
383
|
/**
|
|
371
384
|
* Burst size unit in packets. \
|
|
@@ -375,7 +388,8 @@ export declare enum KnownBurstSizeUnit {
|
|
|
375
388
|
* **Bytes**: Burst size unit in bytes. \
|
|
376
389
|
* **KBytes**: Burst size unit in kilobytes. \
|
|
377
390
|
* **MBytes**: Burst size unit in megabytes. \
|
|
378
|
-
* **GBytes**: Burst size unit in gigabytes.
|
|
391
|
+
* **GBytes**: Burst size unit in gigabytes. \
|
|
392
|
+
* **Packets**: Burst size unit in packets.
|
|
379
393
|
*/
|
|
380
394
|
export type BurstSizeUnit = string;
|
|
381
395
|
export declare function commonDynamicMatchConfigurationArraySerializer(result: Array<CommonDynamicMatchConfiguration>): any[];
|
|
@@ -433,7 +447,9 @@ export declare enum KnownAclType {
|
|
|
433
447
|
/** AclType Tenant */
|
|
434
448
|
Tenant = "Tenant",
|
|
435
449
|
/** AclType Management */
|
|
436
|
-
Management = "Management"
|
|
450
|
+
Management = "Management",
|
|
451
|
+
/** Control Plane Access Control List (ACL) */
|
|
452
|
+
ControlPlaneAcl = "ControlPlaneAcl"
|
|
437
453
|
}
|
|
438
454
|
/**
|
|
439
455
|
* Access Control List (ACL) Type \
|
|
@@ -442,7 +458,8 @@ export declare enum KnownAclType {
|
|
|
442
458
|
* ### Known values supported by the service
|
|
443
459
|
* **ControlPlaneTrafficPolicy**: AclType Control Plane Traffic Policy \
|
|
444
460
|
* **Tenant**: AclType Tenant \
|
|
445
|
-
* **Management**: AclType Management
|
|
461
|
+
* **Management**: AclType Management \
|
|
462
|
+
* **ControlPlaneAcl**: Control Plane Access Control List (ACL)
|
|
446
463
|
*/
|
|
447
464
|
export type AclType = string;
|
|
448
465
|
/** Device Role */
|
|
@@ -496,6 +513,160 @@ export interface LastOperationProperties {
|
|
|
496
513
|
readonly details?: string;
|
|
497
514
|
}
|
|
498
515
|
export declare function lastOperationPropertiesDeserializer(item: any): LastOperationProperties;
|
|
516
|
+
export declare function controlPlaneAclPropertiesArraySerializer(result: Array<ControlPlaneAclProperties>): any[];
|
|
517
|
+
export declare function controlPlaneAclPropertiesArrayDeserializer(result: Array<ControlPlaneAclProperties>): any[];
|
|
518
|
+
/** Access Control List (ACL) configurations properties */
|
|
519
|
+
export interface ControlPlaneAclProperties {
|
|
520
|
+
/** IP Address Type. IPv4 or IPv6 */
|
|
521
|
+
ipAddressType?: IPAddressType;
|
|
522
|
+
/** Access Control List (ACL) match configurations. */
|
|
523
|
+
matchConfigurations?: ControlPlaneAclMatchConfigurationProperties[];
|
|
524
|
+
}
|
|
525
|
+
export declare function controlPlaneAclPropertiesSerializer(item: ControlPlaneAclProperties): any;
|
|
526
|
+
export declare function controlPlaneAclPropertiesDeserializer(item: any): ControlPlaneAclProperties;
|
|
527
|
+
export declare function controlPlaneAclMatchConfigurationPropertiesArraySerializer(result: Array<ControlPlaneAclMatchConfigurationProperties>): any[];
|
|
528
|
+
export declare function controlPlaneAclMatchConfigurationPropertiesArrayDeserializer(result: Array<ControlPlaneAclMatchConfigurationProperties>): any[];
|
|
529
|
+
/** Control Plane Access Control List (ACL) match configurations properties */
|
|
530
|
+
export interface ControlPlaneAclMatchConfigurationProperties {
|
|
531
|
+
/** The name of the match configuration. */
|
|
532
|
+
matchConfigurationName?: string;
|
|
533
|
+
/** Sequence Number of the match configuration. */
|
|
534
|
+
sequenceNumber?: number;
|
|
535
|
+
/** Match conditions */
|
|
536
|
+
matchCondition?: ControlPlaneAclMatchCondition;
|
|
537
|
+
/** Action that need to be performed for the matched conditions. */
|
|
538
|
+
action?: ControlPlaneAclAction;
|
|
539
|
+
}
|
|
540
|
+
export declare function controlPlaneAclMatchConfigurationPropertiesSerializer(item: ControlPlaneAclMatchConfigurationProperties): any;
|
|
541
|
+
export declare function controlPlaneAclMatchConfigurationPropertiesDeserializer(item: any): ControlPlaneAclMatchConfigurationProperties;
|
|
542
|
+
/** Control Plane Access Control List (ACL) match conditions properties */
|
|
543
|
+
export interface ControlPlaneAclMatchCondition {
|
|
544
|
+
/** Protocols that need to be matched. */
|
|
545
|
+
protocolTypes?: string;
|
|
546
|
+
/** IP condition that needs to be matched. */
|
|
547
|
+
ipCondition?: ControlPlanAclIpMatchCondition;
|
|
548
|
+
/** TTL [Time To Live] values that need to be matched. */
|
|
549
|
+
ttlMatchCondition?: ControlPlaneAclTtlMatchCondition;
|
|
550
|
+
/** Port condition that needs to be matched. */
|
|
551
|
+
portCondition?: ControlPlaneAclPortMatchCondition;
|
|
552
|
+
/** Flags that need to be matched. Example: established | initial | <List-of-TCP-flags>. List of eligible TCP Flags are ack, cwr, ece, fin, psh, rst, syn, urg, established */
|
|
553
|
+
flags?: string[];
|
|
554
|
+
/** Internet Control Message Protocol (ICMP) configuration */
|
|
555
|
+
icmpConfiguration?: IcmpConfigurationProperties;
|
|
556
|
+
}
|
|
557
|
+
export declare function controlPlaneAclMatchConditionSerializer(item: ControlPlaneAclMatchCondition): any;
|
|
558
|
+
export declare function controlPlaneAclMatchConditionDeserializer(item: any): ControlPlaneAclMatchCondition;
|
|
559
|
+
/** Control Plane Access Control List (ACL) IP condition properties */
|
|
560
|
+
export interface ControlPlanAclIpMatchCondition {
|
|
561
|
+
/** List of the source IP addresses that need to be matched. */
|
|
562
|
+
sourceIpPrefix?: string;
|
|
563
|
+
/** List of the destination IP addresses that need to be matched. */
|
|
564
|
+
destinationIpPrefix?: string;
|
|
565
|
+
}
|
|
566
|
+
export declare function controlPlanAclIpMatchConditionSerializer(item: ControlPlanAclIpMatchCondition): any;
|
|
567
|
+
export declare function controlPlanAclIpMatchConditionDeserializer(item: any): ControlPlanAclIpMatchCondition;
|
|
568
|
+
/** TTL [Time To Live] match conditions properties */
|
|
569
|
+
export interface ControlPlaneAclTtlMatchCondition {
|
|
570
|
+
/** TTL [Time To Live] values that need to be matched. */
|
|
571
|
+
ttlValue?: string;
|
|
572
|
+
/** TTL [Time To Live] match type. Example: eq | neq | gt | lt | range */
|
|
573
|
+
ttlMatchType?: ControlPlaneAclTtlMatchType;
|
|
574
|
+
}
|
|
575
|
+
export declare function controlPlaneAclTtlMatchConditionSerializer(item: ControlPlaneAclTtlMatchCondition): any;
|
|
576
|
+
export declare function controlPlaneAclTtlMatchConditionDeserializer(item: any): ControlPlaneAclTtlMatchCondition;
|
|
577
|
+
/** Control Plane Access Control List (ACL) Time To Live (TTL) match conditions properties */
|
|
578
|
+
export declare enum KnownControlPlaneAclTtlMatchType {
|
|
579
|
+
/** TTL-eq */
|
|
580
|
+
Equals = "eq",
|
|
581
|
+
/** TTL-neq */
|
|
582
|
+
NotEquals = "neq",
|
|
583
|
+
/** TTL-gt */
|
|
584
|
+
GreaterThan = "gt",
|
|
585
|
+
/** TTL-lt */
|
|
586
|
+
LesserThan = "lt"
|
|
587
|
+
}
|
|
588
|
+
/**
|
|
589
|
+
* Control Plane Access Control List (ACL) Time To Live (TTL) match conditions properties \
|
|
590
|
+
* {@link KnownControlPlaneAclTtlMatchType} can be used interchangeably with ControlPlaneAclTtlMatchType,
|
|
591
|
+
* this enum contains the known values that the service supports.
|
|
592
|
+
* ### Known values supported by the service
|
|
593
|
+
* **eq**: TTL-eq \
|
|
594
|
+
* **neq**: TTL-neq \
|
|
595
|
+
* **gt**: TTL-gt \
|
|
596
|
+
* **lt**: TTL-lt
|
|
597
|
+
*/
|
|
598
|
+
export type ControlPlaneAclTtlMatchType = string;
|
|
599
|
+
/** Control Plane Access Control List (ACL) Port Match conditions properties */
|
|
600
|
+
export interface ControlPlaneAclPortMatchCondition {
|
|
601
|
+
/** List of the ports that need to be matched. */
|
|
602
|
+
sourcePorts?: ControlPlaneAclPortCondition;
|
|
603
|
+
/** List of the destination ports that need to be matched. */
|
|
604
|
+
destinationPorts?: ControlPlaneAclPortCondition;
|
|
605
|
+
}
|
|
606
|
+
export declare function controlPlaneAclPortMatchConditionSerializer(item: ControlPlaneAclPortMatchCondition): any;
|
|
607
|
+
export declare function controlPlaneAclPortMatchConditionDeserializer(item: any): ControlPlaneAclPortMatchCondition;
|
|
608
|
+
/** Control Plane Access Control List (ACL) Port Match conditions properties */
|
|
609
|
+
export interface ControlPlaneAclPortCondition {
|
|
610
|
+
/** List of the ports that need to be matched. Possible values: 1234, 1234-1235, 1234,1235,1236 */
|
|
611
|
+
ports?: string[];
|
|
612
|
+
/** Port match type. Example: eq | neq | gt | lt | range */
|
|
613
|
+
portMatchType?: ControlPlaneAclPortMatchType;
|
|
614
|
+
}
|
|
615
|
+
export declare function controlPlaneAclPortConditionSerializer(item: ControlPlaneAclPortCondition): any;
|
|
616
|
+
export declare function controlPlaneAclPortConditionDeserializer(item: any): ControlPlaneAclPortCondition;
|
|
617
|
+
/** Control Plane Access Control List (ACL) port match types */
|
|
618
|
+
export declare enum KnownControlPlaneAclPortMatchType {
|
|
619
|
+
/** Port-eq */
|
|
620
|
+
Equals = "eq",
|
|
621
|
+
/** Port-neq */
|
|
622
|
+
NotEquals = "neq",
|
|
623
|
+
/** Port-gt */
|
|
624
|
+
GreaterThan = "gt",
|
|
625
|
+
/** Port-lt */
|
|
626
|
+
LesserThan = "lt",
|
|
627
|
+
/** Port-gt-eq */
|
|
628
|
+
Range = "range"
|
|
629
|
+
}
|
|
630
|
+
/**
|
|
631
|
+
* Control Plane Access Control List (ACL) port match types \
|
|
632
|
+
* {@link KnownControlPlaneAclPortMatchType} can be used interchangeably with ControlPlaneAclPortMatchType,
|
|
633
|
+
* this enum contains the known values that the service supports.
|
|
634
|
+
* ### Known values supported by the service
|
|
635
|
+
* **eq**: Port-eq \
|
|
636
|
+
* **neq**: Port-neq \
|
|
637
|
+
* **gt**: Port-gt \
|
|
638
|
+
* **lt**: Port-lt \
|
|
639
|
+
* **range**: Port-gt-eq
|
|
640
|
+
*/
|
|
641
|
+
export type ControlPlaneAclPortMatchType = string;
|
|
642
|
+
/** Control Plane Access Control List (ACL) Actions */
|
|
643
|
+
export interface ControlPlaneAclAction {
|
|
644
|
+
/** Type of actions that can be performed. */
|
|
645
|
+
type?: ControlPlaneAclActionType;
|
|
646
|
+
/** Remark comment */
|
|
647
|
+
remarkComment?: string;
|
|
648
|
+
}
|
|
649
|
+
export declare function controlPlaneAclActionSerializer(item: ControlPlaneAclAction): any;
|
|
650
|
+
export declare function controlPlaneAclActionDeserializer(item: any): ControlPlaneAclAction;
|
|
651
|
+
/** Control Plane Access Control List (ACL) Action Types */
|
|
652
|
+
export declare enum KnownControlPlaneAclActionType {
|
|
653
|
+
/** AclActionType Permit */
|
|
654
|
+
Permit = "Permit",
|
|
655
|
+
/** AclActionType Deny */
|
|
656
|
+
Deny = "Deny",
|
|
657
|
+
/** AclActionType Remark */
|
|
658
|
+
Remark = "Remark"
|
|
659
|
+
}
|
|
660
|
+
/**
|
|
661
|
+
* Control Plane Access Control List (ACL) Action Types \
|
|
662
|
+
* {@link KnownControlPlaneAclActionType} can be used interchangeably with ControlPlaneAclActionType,
|
|
663
|
+
* this enum contains the known values that the service supports.
|
|
664
|
+
* ### Known values supported by the service
|
|
665
|
+
* **Permit**: AclActionType Permit \
|
|
666
|
+
* **Deny**: AclActionType Deny \
|
|
667
|
+
* **Remark**: AclActionType Remark
|
|
668
|
+
*/
|
|
669
|
+
export type ControlPlaneAclActionType = string;
|
|
499
670
|
/** Configuration state for the resource. */
|
|
500
671
|
export declare enum KnownConfigurationState {
|
|
501
672
|
/** Success Configuration State */
|
|
@@ -521,7 +692,9 @@ export declare enum KnownConfigurationState {
|
|
|
521
692
|
/** Provisioning Configuration State */
|
|
522
693
|
Provisioning = "Provisioning",
|
|
523
694
|
/** PendingCommit Configuration State */
|
|
524
|
-
PendingCommit = "PendingCommit"
|
|
695
|
+
PendingCommit = "PendingCommit",
|
|
696
|
+
/** PendingAdministrativeUpdate State */
|
|
697
|
+
PendingAdministrativeUpdate = "PendingAdministrativeUpdate"
|
|
525
698
|
}
|
|
526
699
|
/**
|
|
527
700
|
* Configuration state for the resource. \
|
|
@@ -539,7 +712,8 @@ export declare enum KnownConfigurationState {
|
|
|
539
712
|
* **ErrorDeprovisioning**: ErrorDeprovisioning Configuration State \
|
|
540
713
|
* **DeferredControl**: DeferredControl Configuration State \
|
|
541
714
|
* **Provisioning**: Provisioning Configuration State \
|
|
542
|
-
* **PendingCommit**: PendingCommit Configuration State
|
|
715
|
+
* **PendingCommit**: PendingCommit Configuration State \
|
|
716
|
+
* **PendingAdministrativeUpdate**: PendingAdministrativeUpdate State
|
|
543
717
|
*/
|
|
544
718
|
export type ConfigurationState = string;
|
|
545
719
|
/** The current provisioning state. */
|
|
@@ -581,7 +755,9 @@ export declare enum KnownAdministrativeState {
|
|
|
581
755
|
/** RMA(Return Material Authorization) Administrative State */
|
|
582
756
|
RMA = "RMA",
|
|
583
757
|
/** UnderMaintenance Administrative State */
|
|
584
|
-
UnderMaintenance = "UnderMaintenance"
|
|
758
|
+
UnderMaintenance = "UnderMaintenance",
|
|
759
|
+
/** EnabledDegraded Administrative State. */
|
|
760
|
+
EnabledDegraded = "EnabledDegraded"
|
|
585
761
|
}
|
|
586
762
|
/**
|
|
587
763
|
* State defined to represent administrative actions or post actions on a particular resource. \
|
|
@@ -592,7 +768,8 @@ export declare enum KnownAdministrativeState {
|
|
|
592
768
|
* **Disabled**: Disabled Administrative State \
|
|
593
769
|
* **MAT**: MAT(Manual Action Taken) Administrative State \
|
|
594
770
|
* **RMA**: RMA(Return Material Authorization) Administrative State \
|
|
595
|
-
* **UnderMaintenance**: UnderMaintenance Administrative State
|
|
771
|
+
* **UnderMaintenance**: UnderMaintenance Administrative State \
|
|
772
|
+
* **EnabledDegraded**: EnabledDegraded Administrative State.
|
|
596
773
|
*/
|
|
597
774
|
export type AdministrativeState = string;
|
|
598
775
|
/** Port condition that needs to be matched. */
|
|
@@ -736,7 +913,7 @@ export interface Resource {
|
|
|
736
913
|
/** Azure Resource Manager metadata containing createdBy and modifiedBy information. */
|
|
737
914
|
readonly systemData?: SystemData;
|
|
738
915
|
}
|
|
739
|
-
export declare function resourceSerializer(
|
|
916
|
+
export declare function resourceSerializer(_item: Resource): any;
|
|
740
917
|
export declare function resourceDeserializer(item: any): Resource;
|
|
741
918
|
/** Metadata pertaining to creation and last modification of the resource. */
|
|
742
919
|
export interface SystemData {
|
|
@@ -788,6 +965,8 @@ export interface AccessControlListPatch extends TagsUpdate {
|
|
|
788
965
|
matchConfigurations?: AccessControlListMatchConfigurationPatch[];
|
|
789
966
|
/** List of dynamic match configurations. */
|
|
790
967
|
dynamicMatchConfigurations?: CommonDynamicMatchConfigurationPatch[];
|
|
968
|
+
/** Access Control List (ACL) configurations. */
|
|
969
|
+
controlPlaneAclConfiguration?: ControlPlaneAclPatchProperties[];
|
|
791
970
|
/** Access Control List (ACL) Type */
|
|
792
971
|
aclType?: AclType;
|
|
793
972
|
/** Device Role */
|
|
@@ -810,6 +989,8 @@ export interface AccessControlListPatchProperties {
|
|
|
810
989
|
matchConfigurations?: AccessControlListMatchConfigurationPatch[];
|
|
811
990
|
/** List of dynamic match configurations. */
|
|
812
991
|
dynamicMatchConfigurations?: CommonDynamicMatchConfigurationPatch[];
|
|
992
|
+
/** Access Control List (ACL) configurations. */
|
|
993
|
+
controlPlaneAclConfiguration?: ControlPlaneAclPatchProperties[];
|
|
813
994
|
/** Access Control List (ACL) Type */
|
|
814
995
|
aclType?: AclType;
|
|
815
996
|
/** Device Role */
|
|
@@ -921,6 +1102,76 @@ export interface PortGroupPatchProperties {
|
|
|
921
1102
|
ports?: string[];
|
|
922
1103
|
}
|
|
923
1104
|
export declare function portGroupPatchPropertiesSerializer(item: PortGroupPatchProperties): any;
|
|
1105
|
+
export declare function controlPlaneAclPatchPropertiesArraySerializer(result: Array<ControlPlaneAclPatchProperties>): any[];
|
|
1106
|
+
/** Access Control List (ACL) configurations patch properties */
|
|
1107
|
+
export interface ControlPlaneAclPatchProperties {
|
|
1108
|
+
/** IP Address Type. IPv4 or IPv6 */
|
|
1109
|
+
ipAddressType?: IPAddressType;
|
|
1110
|
+
/** Access Control List (ACL) match configurations. */
|
|
1111
|
+
matchConfigurations?: ControlPlaneAclMatchConfigurationPatchProperties[];
|
|
1112
|
+
}
|
|
1113
|
+
export declare function controlPlaneAclPatchPropertiesSerializer(item: ControlPlaneAclPatchProperties): any;
|
|
1114
|
+
export declare function controlPlaneAclMatchConfigurationPatchPropertiesArraySerializer(result: Array<ControlPlaneAclMatchConfigurationPatchProperties>): any[];
|
|
1115
|
+
/** Control Plane Access Control List (ACL) match configurations properties */
|
|
1116
|
+
export interface ControlPlaneAclMatchConfigurationPatchProperties {
|
|
1117
|
+
/** The name of the match configuration. */
|
|
1118
|
+
matchConfigurationName?: string;
|
|
1119
|
+
/** Sequence Number of the match configuration. */
|
|
1120
|
+
sequenceNumber?: number;
|
|
1121
|
+
/** Match conditions */
|
|
1122
|
+
matchCondition?: ControlPlaneAclMatchConditionPatch;
|
|
1123
|
+
/** Action that need to be performed for the matched conditions. */
|
|
1124
|
+
action?: ControlPlaneAclActionPatch;
|
|
1125
|
+
}
|
|
1126
|
+
export declare function controlPlaneAclMatchConfigurationPatchPropertiesSerializer(item: ControlPlaneAclMatchConfigurationPatchProperties): any;
|
|
1127
|
+
/** Control Plane Access Control List (ACL) match conditions properties */
|
|
1128
|
+
export interface ControlPlaneAclMatchConditionPatch {
|
|
1129
|
+
/** Protocols that need to be matched. */
|
|
1130
|
+
protocolTypes?: string;
|
|
1131
|
+
/** IP condition that needs to be matched. */
|
|
1132
|
+
ipCondition?: ControlPlaneAclIpMatchConditionPatch;
|
|
1133
|
+
/** TTL [Time To Live] values that need to be matched. */
|
|
1134
|
+
ttlMatchCondition?: ControlPlaneAclTtlMatchConditionPatch;
|
|
1135
|
+
/** Port condition that needs to be matched. */
|
|
1136
|
+
portCondition?: ControlPlaneAclPortMatchConditionPatch;
|
|
1137
|
+
/** Flags that need to be matched. Example: established | initial | <List-of-TCP-flags>. List of eligible TCP Flags are ack, cwr, ece, fin, psh, rst, syn, urg, established */
|
|
1138
|
+
flags?: string[];
|
|
1139
|
+
/** Internet Control Message Protocol (ICMP) configuration */
|
|
1140
|
+
icmpConfiguration?: IcmpConfigurationPatchProperties;
|
|
1141
|
+
}
|
|
1142
|
+
export declare function controlPlaneAclMatchConditionPatchSerializer(item: ControlPlaneAclMatchConditionPatch): any;
|
|
1143
|
+
/** Control Plane Access Control List (ACL) IP condition patch properties */
|
|
1144
|
+
export interface ControlPlaneAclIpMatchConditionPatch {
|
|
1145
|
+
/** List of the source IP addresses that need to be matched. */
|
|
1146
|
+
sourceIpPrefix?: string;
|
|
1147
|
+
/** List of the destination IP addresses that need to be matched. */
|
|
1148
|
+
destinationIpPrefix?: string;
|
|
1149
|
+
}
|
|
1150
|
+
export declare function controlPlaneAclIpMatchConditionPatchSerializer(item: ControlPlaneAclIpMatchConditionPatch): any;
|
|
1151
|
+
/** TTL [Time To Live] match conditions patch properties */
|
|
1152
|
+
export interface ControlPlaneAclTtlMatchConditionPatch {
|
|
1153
|
+
/** TTL [Time To Live] values that need to be matched. */
|
|
1154
|
+
ttlValue?: string;
|
|
1155
|
+
/** TTL [Time To Live] match type. Example: eq | neq | gt | lt | range */
|
|
1156
|
+
ttlMatchType?: ControlPlaneAclTtlMatchType;
|
|
1157
|
+
}
|
|
1158
|
+
export declare function controlPlaneAclTtlMatchConditionPatchSerializer(item: ControlPlaneAclTtlMatchConditionPatch): any;
|
|
1159
|
+
/** Control Plane Access Control List (ACL) Port Match conditions properties */
|
|
1160
|
+
export interface ControlPlaneAclPortMatchConditionPatch {
|
|
1161
|
+
/** List of the ports that need to be matched. */
|
|
1162
|
+
sourcePorts?: ControlPlaneAclPortCondition;
|
|
1163
|
+
/** List of the destination ports that need to be matched. */
|
|
1164
|
+
destinationPorts?: ControlPlaneAclPortCondition;
|
|
1165
|
+
}
|
|
1166
|
+
export declare function controlPlaneAclPortMatchConditionPatchSerializer(item: ControlPlaneAclPortMatchConditionPatch): any;
|
|
1167
|
+
/** Control Plane Access Control List (ACL) Actions */
|
|
1168
|
+
export interface ControlPlaneAclActionPatch {
|
|
1169
|
+
/** Type of actions that can be performed. */
|
|
1170
|
+
type?: ControlPlaneAclActionType;
|
|
1171
|
+
/** Remark comment */
|
|
1172
|
+
remarkComment?: string;
|
|
1173
|
+
}
|
|
1174
|
+
export declare function controlPlaneAclActionPatchSerializer(item: ControlPlaneAclActionPatch): any;
|
|
924
1175
|
/** Global Access Control List actions patch properties */
|
|
925
1176
|
export interface GlobalAccessControlListActionPatchProperties {
|
|
926
1177
|
/** Configuration to enable or disable ACL action count. */
|
|
@@ -1018,6 +1269,61 @@ export interface EnableDisableOnResources {
|
|
|
1018
1269
|
resourceIds?: string[];
|
|
1019
1270
|
}
|
|
1020
1271
|
export declare function enableDisableOnResourcesSerializer(item: EnableDisableOnResources): any;
|
|
1272
|
+
/** Update Administrative State Response. */
|
|
1273
|
+
export interface UpdateAdministrativeStateResponse {
|
|
1274
|
+
/** Fully qualified ID for the async operation. */
|
|
1275
|
+
id?: string;
|
|
1276
|
+
/** Name of the async operation. */
|
|
1277
|
+
name?: string;
|
|
1278
|
+
/** Operation status. */
|
|
1279
|
+
status: string;
|
|
1280
|
+
/** Percent of the operation that is complete. */
|
|
1281
|
+
percentComplete?: number;
|
|
1282
|
+
/** The start time of the operation. */
|
|
1283
|
+
startTime?: Date;
|
|
1284
|
+
/** The end time of the operation. */
|
|
1285
|
+
endTime?: Date;
|
|
1286
|
+
/** The operations list. */
|
|
1287
|
+
operations?: OperationStatusResult[];
|
|
1288
|
+
/** If present, details of the operation error. */
|
|
1289
|
+
error?: ErrorDetail;
|
|
1290
|
+
/** Fully qualified ID of the resource against which the original async operation was started. */
|
|
1291
|
+
readonly resourceId?: string;
|
|
1292
|
+
/** Response properties in case of successful administrative state update. */
|
|
1293
|
+
properties?: UpdateAdministrativeStateResponseProperties;
|
|
1294
|
+
}
|
|
1295
|
+
export declare function updateAdministrativeStateResponseDeserializer(item: any): UpdateAdministrativeStateResponse;
|
|
1296
|
+
export declare function operationStatusResultArrayDeserializer(result: Array<OperationStatusResult>): any[];
|
|
1297
|
+
/** The current status of an async operation. */
|
|
1298
|
+
export interface OperationStatusResult {
|
|
1299
|
+
/** Fully qualified ID for the async operation. */
|
|
1300
|
+
id?: string;
|
|
1301
|
+
/** Name of the async operation. */
|
|
1302
|
+
name?: string;
|
|
1303
|
+
/** Operation status. */
|
|
1304
|
+
status: string;
|
|
1305
|
+
/** Percent of the operation that is complete. */
|
|
1306
|
+
percentComplete?: number;
|
|
1307
|
+
/** The start time of the operation. */
|
|
1308
|
+
startTime?: Date;
|
|
1309
|
+
/** The end time of the operation. */
|
|
1310
|
+
endTime?: Date;
|
|
1311
|
+
/** The operations list. */
|
|
1312
|
+
operations?: OperationStatusResult[];
|
|
1313
|
+
/** If present, details of the operation error. */
|
|
1314
|
+
error?: ErrorDetail;
|
|
1315
|
+
/** Fully qualified ID of the resource against which the original async operation was started. */
|
|
1316
|
+
readonly resourceId?: string;
|
|
1317
|
+
}
|
|
1318
|
+
export declare function operationStatusResultDeserializer(item: any): OperationStatusResult;
|
|
1319
|
+
/** Update Administrative State Response Properties. */
|
|
1320
|
+
export interface UpdateAdministrativeStateResponseProperties {
|
|
1321
|
+
/** List of ARM Resource IDs for which the given action applied successfully. */
|
|
1322
|
+
successfulResources?: string[];
|
|
1323
|
+
/** List of ARM Resource IDs for which the given action failed to apply. */
|
|
1324
|
+
failedResources?: string[];
|
|
1325
|
+
}
|
|
1326
|
+
export declare function updateAdministrativeStateResponsePropertiesDeserializer(item: any): UpdateAdministrativeStateResponseProperties;
|
|
1021
1327
|
/** Common response for the state updates. */
|
|
1022
1328
|
export interface CommonPostActionResponseForStateUpdate extends CommonErrorResponse {
|
|
1023
1329
|
/** Gets the configuration state. */
|
|
@@ -1525,6 +1831,8 @@ export declare function ipPrefixArraySerializer(result: Array<IpPrefix>): any[];
|
|
|
1525
1831
|
export declare function ipPrefixArrayDeserializer(result: Array<IpPrefix>): any[];
|
|
1526
1832
|
/** The L2 Isolation Domain resource definition. */
|
|
1527
1833
|
export interface L2IsolationDomain extends TrackedResource {
|
|
1834
|
+
/** The managed service identities assigned to this resource. */
|
|
1835
|
+
identity?: ManagedServiceIdentity;
|
|
1528
1836
|
/** Switch configuration description. */
|
|
1529
1837
|
annotation?: string;
|
|
1530
1838
|
/** ARM Resource ID of the Network Fabric. */
|
|
@@ -1587,8 +1895,54 @@ export declare enum KnownExtendedVlan {
|
|
|
1587
1895
|
* **Disabled**: Extended VLAN is disabled.
|
|
1588
1896
|
*/
|
|
1589
1897
|
export type ExtendedVlan = string;
|
|
1898
|
+
/** Managed service identity (system assigned and/or user assigned identities) */
|
|
1899
|
+
export interface ManagedServiceIdentity {
|
|
1900
|
+
/** The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. */
|
|
1901
|
+
readonly principalId?: string;
|
|
1902
|
+
/** The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. */
|
|
1903
|
+
readonly tenantId?: string;
|
|
1904
|
+
/** The type of managed identity assigned to this resource. */
|
|
1905
|
+
type: ManagedServiceIdentityType;
|
|
1906
|
+
/** The identities assigned to this resource by the user. */
|
|
1907
|
+
userAssignedIdentities?: Record<string, UserAssignedIdentity>;
|
|
1908
|
+
}
|
|
1909
|
+
export declare function managedServiceIdentitySerializer(item: ManagedServiceIdentity): any;
|
|
1910
|
+
export declare function managedServiceIdentityDeserializer(item: any): ManagedServiceIdentity;
|
|
1911
|
+
/** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */
|
|
1912
|
+
export declare enum KnownManagedServiceIdentityType {
|
|
1913
|
+
/** No managed identity. */
|
|
1914
|
+
None = "None",
|
|
1915
|
+
/** System assigned managed identity. */
|
|
1916
|
+
SystemAssigned = "SystemAssigned",
|
|
1917
|
+
/** User assigned managed identity. */
|
|
1918
|
+
UserAssigned = "UserAssigned",
|
|
1919
|
+
/** System and user assigned managed identity. */
|
|
1920
|
+
SystemAssignedUserAssigned = "SystemAssigned,UserAssigned"
|
|
1921
|
+
}
|
|
1922
|
+
/**
|
|
1923
|
+
* Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). \
|
|
1924
|
+
* {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
|
|
1925
|
+
* this enum contains the known values that the service supports.
|
|
1926
|
+
* ### Known values supported by the service
|
|
1927
|
+
* **None**: No managed identity. \
|
|
1928
|
+
* **SystemAssigned**: System assigned managed identity. \
|
|
1929
|
+
* **UserAssigned**: User assigned managed identity. \
|
|
1930
|
+
* **SystemAssigned,UserAssigned**: System and user assigned managed identity.
|
|
1931
|
+
*/
|
|
1932
|
+
export type ManagedServiceIdentityType = string;
|
|
1933
|
+
/** User assigned identity properties */
|
|
1934
|
+
export interface UserAssignedIdentity {
|
|
1935
|
+
/** The principal ID of the assigned identity. */
|
|
1936
|
+
readonly principalId?: string;
|
|
1937
|
+
/** The client ID of the assigned identity. */
|
|
1938
|
+
readonly clientId?: string;
|
|
1939
|
+
}
|
|
1940
|
+
export declare function userAssignedIdentitySerializer(_item: UserAssignedIdentity): any;
|
|
1941
|
+
export declare function userAssignedIdentityDeserializer(item: any): UserAssignedIdentity;
|
|
1590
1942
|
/** The L2 Isolation Domain patch resource definition. */
|
|
1591
1943
|
export interface L2IsolationDomainPatch extends TagsUpdate {
|
|
1944
|
+
/** The managed service identities assigned to this resource. */
|
|
1945
|
+
identity?: ManagedServiceIdentityPatch;
|
|
1592
1946
|
/** Switch configuration description. */
|
|
1593
1947
|
annotation?: string;
|
|
1594
1948
|
/** Maximum transmission unit. Default value is 1500. */
|
|
@@ -1609,6 +1963,14 @@ export interface L2IsolationDomainPatchProperties extends AnnotationResource {
|
|
|
1609
1963
|
networkToNetworkInterconnectId?: string;
|
|
1610
1964
|
}
|
|
1611
1965
|
export declare function l2IsolationDomainPatchPropertiesSerializer(item: L2IsolationDomainPatchProperties): any;
|
|
1966
|
+
/** The managed service identities assigned to this resource. */
|
|
1967
|
+
export interface ManagedServiceIdentityPatch {
|
|
1968
|
+
/** The type of managed identity assigned to this resource. */
|
|
1969
|
+
type?: ManagedServiceIdentityType;
|
|
1970
|
+
/** The identities assigned to this resource by the user. */
|
|
1971
|
+
userAssignedIdentities?: Record<string, UserAssignedIdentity>;
|
|
1972
|
+
}
|
|
1973
|
+
export declare function managedServiceIdentityPatchSerializer(item: ManagedServiceIdentityPatch): any;
|
|
1612
1974
|
/** Paged collection of L2IsolationDomain items */
|
|
1613
1975
|
export interface _L2IsolationDomainsListResult {
|
|
1614
1976
|
/** The L2IsolationDomain items on this page */
|
|
@@ -1619,18 +1981,10 @@ export interface _L2IsolationDomainsListResult {
|
|
|
1619
1981
|
export declare function _l2IsolationDomainsListResultDeserializer(item: any): _L2IsolationDomainsListResult;
|
|
1620
1982
|
export declare function l2IsolationDomainArraySerializer(result: Array<L2IsolationDomain>): any[];
|
|
1621
1983
|
export declare function l2IsolationDomainArrayDeserializer(result: Array<L2IsolationDomain>): any[];
|
|
1622
|
-
/** Common response for device updates. */
|
|
1623
|
-
export interface CommonPostActionResponseForDeviceUpdate extends CommonErrorResponse {
|
|
1624
|
-
/** Gets the configuration state. */
|
|
1625
|
-
readonly configurationState?: ConfigurationState;
|
|
1626
|
-
/** List of ARM Resource IDs for which the given action applied successfully. */
|
|
1627
|
-
successfulDevices?: string[];
|
|
1628
|
-
/** List of ARM Resource IDs for which the given action failed to apply. */
|
|
1629
|
-
failedDevices?: string[];
|
|
1630
|
-
}
|
|
1631
|
-
export declare function commonPostActionResponseForDeviceUpdateDeserializer(item: any): CommonPostActionResponseForDeviceUpdate;
|
|
1632
1984
|
/** The L3 Isolation Domain resource definition. */
|
|
1633
1985
|
export interface L3IsolationDomain extends TrackedResource {
|
|
1986
|
+
/** The managed service identities assigned to this resource. */
|
|
1987
|
+
identity?: ManagedServiceIdentity;
|
|
1634
1988
|
/** Switch configuration description. */
|
|
1635
1989
|
annotation?: string;
|
|
1636
1990
|
/** Advertise Connected Subnets. Ex: "True" | "False". */
|
|
@@ -1647,10 +2001,14 @@ export interface L3IsolationDomain extends TrackedResource {
|
|
|
1647
2001
|
staticRouteRoutePolicy?: StaticRouteRoutePolicy;
|
|
1648
2002
|
/** Unique Route Distinguisher configuration */
|
|
1649
2003
|
uniqueRdConfiguration?: L3UniqueRouteDistinguisherProperties;
|
|
1650
|
-
/** VRF Limit configuration. */
|
|
1651
|
-
|
|
2004
|
+
/** IPv4 VRF Limit configuration. */
|
|
2005
|
+
v4RoutePrefixLimit?: RoutePrefixLimitProperties;
|
|
2006
|
+
/** IPv6 VRF Limit configuration. */
|
|
2007
|
+
v6RoutePrefixLimit?: RoutePrefixLimitProperties;
|
|
1652
2008
|
/** Details of the last operation performed on the resource */
|
|
1653
2009
|
readonly lastOperation?: LastOperationProperties;
|
|
2010
|
+
/** BMP Export Policy configuration. */
|
|
2011
|
+
exportPolicyConfiguration?: BmpExportPolicyProperties;
|
|
1654
2012
|
/** Configuration state of the resource. */
|
|
1655
2013
|
readonly configurationState?: ConfigurationState;
|
|
1656
2014
|
/** Provisioning state of the resource. */
|
|
@@ -1678,10 +2036,14 @@ export interface L3IsolationDomainProperties {
|
|
|
1678
2036
|
staticRouteRoutePolicy?: StaticRouteRoutePolicy;
|
|
1679
2037
|
/** Unique Route Distinguisher configuration */
|
|
1680
2038
|
uniqueRdConfiguration?: L3UniqueRouteDistinguisherProperties;
|
|
1681
|
-
/** VRF Limit configuration. */
|
|
1682
|
-
|
|
2039
|
+
/** IPv4 VRF Limit configuration. */
|
|
2040
|
+
v4RoutePrefixLimit?: RoutePrefixLimitProperties;
|
|
2041
|
+
/** IPv6 VRF Limit configuration. */
|
|
2042
|
+
v6RoutePrefixLimit?: RoutePrefixLimitProperties;
|
|
1683
2043
|
/** Details of the last operation performed on the resource */
|
|
1684
2044
|
readonly lastOperation?: LastOperationProperties;
|
|
2045
|
+
/** BMP Export Policy configuration. */
|
|
2046
|
+
exportPolicyConfiguration?: BmpExportPolicyProperties;
|
|
1685
2047
|
/** Configuration state of the resource. */
|
|
1686
2048
|
readonly configurationState?: ConfigurationState;
|
|
1687
2049
|
/** Provisioning state of the resource. */
|
|
@@ -1769,7 +2131,7 @@ export interface L3UniqueRouteDistinguisherProperties {
|
|
|
1769
2131
|
/** List of Unique Route Distinguisher addresses. */
|
|
1770
2132
|
readonly uniqueRds?: string[];
|
|
1771
2133
|
}
|
|
1772
|
-
export declare function l3UniqueRouteDistinguisherPropertiesSerializer(
|
|
2134
|
+
export declare function l3UniqueRouteDistinguisherPropertiesSerializer(_item: L3UniqueRouteDistinguisherProperties): any;
|
|
1773
2135
|
export declare function l3UniqueRouteDistinguisherPropertiesDeserializer(item: any): L3UniqueRouteDistinguisherProperties;
|
|
1774
2136
|
/** Layer3 Route prefix limit configuration. */
|
|
1775
2137
|
export interface RoutePrefixLimitProperties {
|
|
@@ -1780,8 +2142,39 @@ export interface RoutePrefixLimitProperties {
|
|
|
1780
2142
|
}
|
|
1781
2143
|
export declare function routePrefixLimitPropertiesSerializer(item: RoutePrefixLimitProperties): any;
|
|
1782
2144
|
export declare function routePrefixLimitPropertiesDeserializer(item: any): RoutePrefixLimitProperties;
|
|
2145
|
+
/** BMP Export Policy Configuration properties. */
|
|
2146
|
+
export interface BmpExportPolicyProperties {
|
|
2147
|
+
/** Export Policy for the BGP Monitoring Protocol (BMP) Configuration. */
|
|
2148
|
+
exportPolicies?: BmpExportPolicy[];
|
|
2149
|
+
}
|
|
2150
|
+
export declare function bmpExportPolicyPropertiesSerializer(item: BmpExportPolicyProperties): any;
|
|
2151
|
+
export declare function bmpExportPolicyPropertiesDeserializer(item: any): BmpExportPolicyProperties;
|
|
2152
|
+
/** Export Policy for the BGP Monitoring Protocol (BMP) Configuration. */
|
|
2153
|
+
export declare enum KnownBmpExportPolicy {
|
|
2154
|
+
/** BMP ExportPolicy Pre-Policy */
|
|
2155
|
+
PrePolicy = "Pre-Policy",
|
|
2156
|
+
/** BMP ExportPolicy Post-Policy */
|
|
2157
|
+
PostPolicy = "Post-Policy",
|
|
2158
|
+
/** BMP ExportPolicy All */
|
|
2159
|
+
All = "All",
|
|
2160
|
+
/** BMP ExportPolicy LocalRib */
|
|
2161
|
+
LocalRib = "LocalRib"
|
|
2162
|
+
}
|
|
2163
|
+
/**
|
|
2164
|
+
* Export Policy for the BGP Monitoring Protocol (BMP) Configuration. \
|
|
2165
|
+
* {@link KnownBmpExportPolicy} can be used interchangeably with BmpExportPolicy,
|
|
2166
|
+
* this enum contains the known values that the service supports.
|
|
2167
|
+
* ### Known values supported by the service
|
|
2168
|
+
* **Pre-Policy**: BMP ExportPolicy Pre-Policy \
|
|
2169
|
+
* **Post-Policy**: BMP ExportPolicy Post-Policy \
|
|
2170
|
+
* **All**: BMP ExportPolicy All \
|
|
2171
|
+
* **LocalRib**: BMP ExportPolicy LocalRib
|
|
2172
|
+
*/
|
|
2173
|
+
export type BmpExportPolicy = string;
|
|
1783
2174
|
/** The L3 Isolation Domain patch resource definition. */
|
|
1784
2175
|
export interface L3IsolationDomainPatch extends TagsUpdate {
|
|
2176
|
+
/** The managed service identities assigned to this resource. */
|
|
2177
|
+
identity?: ManagedServiceIdentityPatch;
|
|
1785
2178
|
/** Switch configuration description. */
|
|
1786
2179
|
annotation?: string;
|
|
1787
2180
|
/** Advertise Connected Subnets. Ex: "True" | "False". */
|
|
@@ -1794,8 +2187,12 @@ export interface L3IsolationDomainPatch extends TagsUpdate {
|
|
|
1794
2187
|
connectedSubnetRoutePolicy?: ConnectedSubnetRoutePolicyPatch;
|
|
1795
2188
|
/** Static Route - route policy. */
|
|
1796
2189
|
staticRouteRoutePolicy?: StaticRouteRoutePolicyPatch;
|
|
1797
|
-
/**
|
|
1798
|
-
|
|
2190
|
+
/** IPv4 VRF Limit configuration. */
|
|
2191
|
+
v4RoutePrefixLimit?: RoutePrefixLimitPatchProperties;
|
|
2192
|
+
/** IPv6 VRF Limit configuration. */
|
|
2193
|
+
v6RoutePrefixLimit?: RoutePrefixLimitPatchProperties;
|
|
2194
|
+
/** BMP Export Policy configuration. */
|
|
2195
|
+
exportPolicyConfiguration?: BmpExportPolicyPatchProperties;
|
|
1799
2196
|
}
|
|
1800
2197
|
export declare function l3IsolationDomainPatchSerializer(item: L3IsolationDomainPatch): any;
|
|
1801
2198
|
/** Resource properties. */
|
|
@@ -1812,8 +2209,12 @@ export interface L3IsolationDomainPatchProperties {
|
|
|
1812
2209
|
connectedSubnetRoutePolicy?: ConnectedSubnetRoutePolicyPatch;
|
|
1813
2210
|
/** Static Route - route policy. */
|
|
1814
2211
|
staticRouteRoutePolicy?: StaticRouteRoutePolicyPatch;
|
|
1815
|
-
/**
|
|
1816
|
-
|
|
2212
|
+
/** IPv4 VRF Limit configuration. */
|
|
2213
|
+
v4RoutePrefixLimit?: RoutePrefixLimitPatchProperties;
|
|
2214
|
+
/** IPv6 VRF Limit configuration. */
|
|
2215
|
+
v6RoutePrefixLimit?: RoutePrefixLimitPatchProperties;
|
|
2216
|
+
/** BMP Export Policy configuration. */
|
|
2217
|
+
exportPolicyConfiguration?: BmpExportPolicyPatchProperties;
|
|
1817
2218
|
}
|
|
1818
2219
|
export declare function l3IsolationDomainPatchPropertiesSerializer(item: L3IsolationDomainPatchProperties): any;
|
|
1819
2220
|
/** List of IPv4 and IPv6 aggregate routes. */
|
|
@@ -1852,6 +2253,12 @@ export interface RoutePrefixLimitPatchProperties {
|
|
|
1852
2253
|
threshold?: number;
|
|
1853
2254
|
}
|
|
1854
2255
|
export declare function routePrefixLimitPatchPropertiesSerializer(item: RoutePrefixLimitPatchProperties): any;
|
|
2256
|
+
/** BMP Export Policy Configuration properties. */
|
|
2257
|
+
export interface BmpExportPolicyPatchProperties {
|
|
2258
|
+
/** Export Policy for the BGP Monitoring Protocol (BMP) Configuration. */
|
|
2259
|
+
exportPolicies?: BmpExportPolicy[];
|
|
2260
|
+
}
|
|
2261
|
+
export declare function bmpExportPolicyPatchPropertiesSerializer(item: BmpExportPolicyPatchProperties): any;
|
|
1855
2262
|
/** Paged collection of L3IsolationDomain items */
|
|
1856
2263
|
export interface _L3IsolationDomainsListResult {
|
|
1857
2264
|
/** The L3IsolationDomain items on this page */
|
|
@@ -1896,6 +2303,8 @@ export interface InternalNetwork extends ProxyResource {
|
|
|
1896
2303
|
nativeIpv6PrefixLimit?: NativeIpv6PrefixLimitProperties;
|
|
1897
2304
|
/** Details of the last operation performed on the resource */
|
|
1898
2305
|
readonly lastOperation?: LastOperationProperties;
|
|
2306
|
+
/** Associated Network Fabric Resource ID */
|
|
2307
|
+
readonly networkFabricId?: string;
|
|
1899
2308
|
/** Configuration state of the resource. */
|
|
1900
2309
|
readonly configurationState?: ConfigurationState;
|
|
1901
2310
|
/** Provisioning state of the resource. */
|
|
@@ -1939,6 +2348,8 @@ export interface InternalNetworkProperties {
|
|
|
1939
2348
|
nativeIpv6PrefixLimit?: NativeIpv6PrefixLimitProperties;
|
|
1940
2349
|
/** Details of the last operation performed on the resource */
|
|
1941
2350
|
readonly lastOperation?: LastOperationProperties;
|
|
2351
|
+
/** Associated Network Fabric Resource ID */
|
|
2352
|
+
readonly networkFabricId?: string;
|
|
1942
2353
|
/** Configuration state of the resource. */
|
|
1943
2354
|
readonly configurationState?: ConfigurationState;
|
|
1944
2355
|
/** Provisioning state of the resource. */
|
|
@@ -2124,6 +2535,8 @@ export interface InternalNetworkBmpProperties {
|
|
|
2124
2535
|
neighborIpExclusions?: string[];
|
|
2125
2536
|
/** BMP Monitoring configuration state. */
|
|
2126
2537
|
bmpConfigurationState?: BmpConfigurationState;
|
|
2538
|
+
/** BMP Export Policy configuration. */
|
|
2539
|
+
exportPolicyConfiguration?: BmpExportPolicyProperties;
|
|
2127
2540
|
}
|
|
2128
2541
|
export declare function internalNetworkBmpPropertiesSerializer(item: InternalNetworkBmpProperties): any;
|
|
2129
2542
|
export declare function internalNetworkBmpPropertiesDeserializer(item: any): InternalNetworkBmpProperties;
|
|
@@ -2229,7 +2642,7 @@ export declare function nativeIpv6PrefixLimitPropertiesDeserializer(item: any):
|
|
|
2229
2642
|
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
2230
2643
|
export interface ProxyResource extends Resource {
|
|
2231
2644
|
}
|
|
2232
|
-
export declare function proxyResourceSerializer(
|
|
2645
|
+
export declare function proxyResourceSerializer(_item: ProxyResource): any;
|
|
2233
2646
|
export declare function proxyResourceDeserializer(item: any): ProxyResource;
|
|
2234
2647
|
/** The InternalNetwork patch resource definition. */
|
|
2235
2648
|
export interface InternalNetworkPatch {
|
|
@@ -2353,7 +2766,7 @@ export interface NeighborAddressPatch {
|
|
|
2353
2766
|
export declare function neighborAddressPatchSerializer(item: NeighborAddressPatch): any;
|
|
2354
2767
|
/** Internal Network BMP Configuration */
|
|
2355
2768
|
export interface InternalNetworkBmpPatchProperties {
|
|
2356
|
-
/**
|
|
2769
|
+
/** Neighbor IP Address exclusions for BMP. */
|
|
2357
2770
|
neighborIpExclusions?: string[];
|
|
2358
2771
|
/** BMP Monitoring configuration state. */
|
|
2359
2772
|
bmpConfigurationState?: BmpConfigurationState;
|
|
@@ -2412,19 +2825,43 @@ export declare function _internalNetworksListDeserializer(item: any): _InternalN
|
|
|
2412
2825
|
export declare function internalNetworkArraySerializer(result: Array<InternalNetwork>): any[];
|
|
2413
2826
|
export declare function internalNetworkArrayDeserializer(result: Array<InternalNetwork>): any[];
|
|
2414
2827
|
/** Internal Network Administrative State Request */
|
|
2415
|
-
export interface
|
|
2828
|
+
export interface InternalNetworkUpdateBgpAdministrativeStateRequest {
|
|
2416
2829
|
/** NeighborAddress - Input should be either All or Specific Ipv4 Address or Specific Ipv6 Address. */
|
|
2417
2830
|
neighborAddress?: string;
|
|
2418
2831
|
/** BGP Administrative state. */
|
|
2419
2832
|
administrativeState?: BgpAdministrativeState;
|
|
2420
2833
|
}
|
|
2421
|
-
export declare function
|
|
2834
|
+
export declare function internalNetworkUpdateBgpAdministrativeStateRequestSerializer(item: InternalNetworkUpdateBgpAdministrativeStateRequest): any;
|
|
2422
2835
|
/** Internal Network Administrative State Response */
|
|
2423
|
-
export interface
|
|
2836
|
+
export interface InternalNetworkUpdateBgpAdministrativeStateResponse {
|
|
2837
|
+
/** Fully qualified ID for the async operation. */
|
|
2838
|
+
id?: string;
|
|
2839
|
+
/** Name of the async operation. */
|
|
2840
|
+
name?: string;
|
|
2841
|
+
/** Operation status. */
|
|
2842
|
+
status: string;
|
|
2843
|
+
/** Percent of the operation that is complete. */
|
|
2844
|
+
percentComplete?: number;
|
|
2845
|
+
/** The start time of the operation. */
|
|
2846
|
+
startTime?: Date;
|
|
2847
|
+
/** The end time of the operation. */
|
|
2848
|
+
endTime?: Date;
|
|
2849
|
+
/** The operations list. */
|
|
2850
|
+
operations?: OperationStatusResult[];
|
|
2851
|
+
/** If present, details of the operation error. */
|
|
2852
|
+
error?: ErrorDetail;
|
|
2853
|
+
/** Fully qualified ID of the resource against which the original async operation was started. */
|
|
2854
|
+
readonly resourceId?: string;
|
|
2855
|
+
/** Internal Network BGP Administrative State response properties */
|
|
2856
|
+
properties?: InternalNetworkUpdateBgpAdministrativeStateResponseProperties;
|
|
2857
|
+
}
|
|
2858
|
+
export declare function internalNetworkUpdateBgpAdministrativeStateResponseDeserializer(item: any): InternalNetworkUpdateBgpAdministrativeStateResponse;
|
|
2859
|
+
/** Internal Network BGP Administrative State response properties */
|
|
2860
|
+
export interface InternalNetworkUpdateBgpAdministrativeStateResponseProperties {
|
|
2424
2861
|
/** NeighborAddress administrative status */
|
|
2425
2862
|
neighborAddressAdministrativeStatus?: NeighborAddressBgpAdministrativeStatus[];
|
|
2426
2863
|
}
|
|
2427
|
-
export declare function
|
|
2864
|
+
export declare function internalNetworkUpdateBgpAdministrativeStateResponsePropertiesDeserializer(item: any): InternalNetworkUpdateBgpAdministrativeStateResponseProperties;
|
|
2428
2865
|
export declare function neighborAddressBgpAdministrativeStatusArrayDeserializer(result: Array<NeighborAddressBgpAdministrativeStatus>): any[];
|
|
2429
2866
|
/** Neighbor Address BGP Administrative Status */
|
|
2430
2867
|
export interface NeighborAddressBgpAdministrativeStatus {
|
|
@@ -2437,7 +2874,7 @@ export interface NeighborAddressBgpAdministrativeStatus {
|
|
|
2437
2874
|
}
|
|
2438
2875
|
export declare function neighborAddressBgpAdministrativeStatusDeserializer(item: any): NeighborAddressBgpAdministrativeStatus;
|
|
2439
2876
|
/** Internal Network BFD Administrative State request */
|
|
2440
|
-
export interface
|
|
2877
|
+
export interface InternalNetworkUpdateBfdAdministrativeStateRequest {
|
|
2441
2878
|
/** Route Type that helps to know which bfd we are updating. */
|
|
2442
2879
|
routeType?: InternalNetworkRouteType;
|
|
2443
2880
|
/** NeighborAddress - Input should be either All or Specific Ipv4 Address or Specific Ipv6 Address. */
|
|
@@ -2445,7 +2882,7 @@ export interface InternalNetworkBfdAdministrativeStateRequest {
|
|
|
2445
2882
|
/** BFD Administrative state. */
|
|
2446
2883
|
administrativeState?: BfdAdministrativeState;
|
|
2447
2884
|
}
|
|
2448
|
-
export declare function
|
|
2885
|
+
export declare function internalNetworkUpdateBfdAdministrativeStateRequestSerializer(item: InternalNetworkUpdateBfdAdministrativeStateRequest): any;
|
|
2449
2886
|
/** Internal Network RouteType. */
|
|
2450
2887
|
export declare enum KnownInternalNetworkRouteType {
|
|
2451
2888
|
/** InternalNetwork Static. */
|
|
@@ -2463,11 +2900,35 @@ export declare enum KnownInternalNetworkRouteType {
|
|
|
2463
2900
|
*/
|
|
2464
2901
|
export type InternalNetworkRouteType = string;
|
|
2465
2902
|
/** Internal Network BFD Administrative State response */
|
|
2466
|
-
export interface
|
|
2903
|
+
export interface InternalNetworkUpdateBfdAdministrativeStateResponse {
|
|
2904
|
+
/** Fully qualified ID for the async operation. */
|
|
2905
|
+
id?: string;
|
|
2906
|
+
/** Name of the async operation. */
|
|
2907
|
+
name?: string;
|
|
2908
|
+
/** Operation status. */
|
|
2909
|
+
status: string;
|
|
2910
|
+
/** Percent of the operation that is complete. */
|
|
2911
|
+
percentComplete?: number;
|
|
2912
|
+
/** The start time of the operation. */
|
|
2913
|
+
startTime?: Date;
|
|
2914
|
+
/** The end time of the operation. */
|
|
2915
|
+
endTime?: Date;
|
|
2916
|
+
/** The operations list. */
|
|
2917
|
+
operations?: OperationStatusResult[];
|
|
2918
|
+
/** If present, details of the operation error. */
|
|
2919
|
+
error?: ErrorDetail;
|
|
2920
|
+
/** Fully qualified ID of the resource against which the original async operation was started. */
|
|
2921
|
+
readonly resourceId?: string;
|
|
2922
|
+
/** Internal Network BFD Administrative State response properties */
|
|
2923
|
+
properties?: InternalNetworkUpdateBfdAdministrativeStateResponseProperties;
|
|
2924
|
+
}
|
|
2925
|
+
export declare function internalNetworkUpdateBfdAdministrativeStateResponseDeserializer(item: any): InternalNetworkUpdateBfdAdministrativeStateResponse;
|
|
2926
|
+
/** Internal Network BFD Administrative State response properties */
|
|
2927
|
+
export interface InternalNetworkUpdateBfdAdministrativeStateResponseProperties {
|
|
2467
2928
|
/** NeighborAddress administrative status */
|
|
2468
2929
|
neighborAddressAdministrativeStatus?: NeighborAddressBfdAdministrativeStatus[];
|
|
2469
2930
|
}
|
|
2470
|
-
export declare function
|
|
2931
|
+
export declare function internalNetworkUpdateBfdAdministrativeStateResponsePropertiesDeserializer(item: any): InternalNetworkUpdateBfdAdministrativeStateResponseProperties;
|
|
2471
2932
|
export declare function neighborAddressBfdAdministrativeStatusArrayDeserializer(result: Array<NeighborAddressBfdAdministrativeStatus>): any[];
|
|
2472
2933
|
/** Neighbor Address Bidirectional Forwarding Detection (BFD) Administrative Status */
|
|
2473
2934
|
export interface NeighborAddressBfdAdministrativeStatus {
|
|
@@ -2499,6 +2960,8 @@ export interface ExternalNetwork extends ProxyResource {
|
|
|
2499
2960
|
staticRouteConfiguration?: ExternalNetworkStaticRouteConfiguration;
|
|
2500
2961
|
/** Details of the last operation performed on the resource */
|
|
2501
2962
|
readonly lastOperation?: LastOperationProperties;
|
|
2963
|
+
/** Associated Network Fabric Resource ID */
|
|
2964
|
+
readonly networkFabricId?: string;
|
|
2502
2965
|
/** Configuration state of the resource. */
|
|
2503
2966
|
readonly configurationState?: ConfigurationState;
|
|
2504
2967
|
/** Provisioning state of the resource. */
|
|
@@ -2528,6 +2991,8 @@ export interface ExternalNetworkProperties {
|
|
|
2528
2991
|
staticRouteConfiguration?: ExternalNetworkStaticRouteConfiguration;
|
|
2529
2992
|
/** Details of the last operation performed on the resource */
|
|
2530
2993
|
readonly lastOperation?: LastOperationProperties;
|
|
2994
|
+
/** Associated Network Fabric Resource ID */
|
|
2995
|
+
readonly networkFabricId?: string;
|
|
2531
2996
|
/** Configuration state of the resource. */
|
|
2532
2997
|
readonly configurationState?: ConfigurationState;
|
|
2533
2998
|
/** Provisioning state of the resource. */
|
|
@@ -2772,14 +3237,14 @@ export interface _ExternalNetworksList {
|
|
|
2772
3237
|
export declare function _externalNetworksListDeserializer(item: any): _ExternalNetworksList;
|
|
2773
3238
|
export declare function externalNetworkArraySerializer(result: Array<ExternalNetwork>): any[];
|
|
2774
3239
|
export declare function externalNetworkArrayDeserializer(result: Array<ExternalNetwork>): any[];
|
|
2775
|
-
/** External Network Administrative State request */
|
|
2776
|
-
export interface
|
|
3240
|
+
/** External Network Update Administrative State request */
|
|
3241
|
+
export interface ExternalNetworkUpdateBfdAdministrativeStateRequest {
|
|
2777
3242
|
/** Route Type that helps to know which bfd we are updating. */
|
|
2778
3243
|
routeType?: ExternalNetworkRouteType;
|
|
2779
3244
|
/** Administrative state. */
|
|
2780
3245
|
administrativeState?: BfdAdministrativeState;
|
|
2781
3246
|
}
|
|
2782
|
-
export declare function
|
|
3247
|
+
export declare function externalNetworkUpdateBfdAdministrativeStateRequestSerializer(item: ExternalNetworkUpdateBfdAdministrativeStateRequest): any;
|
|
2783
3248
|
/** External Network RouteType. */
|
|
2784
3249
|
export declare enum KnownExternalNetworkRouteType {
|
|
2785
3250
|
/** ExternalNetwork Static. */
|
|
@@ -2796,16 +3261,42 @@ export declare enum KnownExternalNetworkRouteType {
|
|
|
2796
3261
|
* **OptionA**: ExternalNetwork OptionA.
|
|
2797
3262
|
*/
|
|
2798
3263
|
export type ExternalNetworkRouteType = string;
|
|
2799
|
-
/** External Network Administrative State response */
|
|
2800
|
-
export interface
|
|
3264
|
+
/** External Network Update Administrative State response */
|
|
3265
|
+
export interface ExternalNetworkUpdateBfdAdministrativeStateResponse {
|
|
3266
|
+
/** Fully qualified ID for the async operation. */
|
|
3267
|
+
id?: string;
|
|
3268
|
+
/** Name of the async operation. */
|
|
3269
|
+
name?: string;
|
|
3270
|
+
/** Operation status. */
|
|
3271
|
+
status: string;
|
|
3272
|
+
/** Percent of the operation that is complete. */
|
|
3273
|
+
percentComplete?: number;
|
|
3274
|
+
/** The start time of the operation. */
|
|
3275
|
+
startTime?: Date;
|
|
3276
|
+
/** The end time of the operation. */
|
|
3277
|
+
endTime?: Date;
|
|
3278
|
+
/** The operations list. */
|
|
3279
|
+
operations?: OperationStatusResult[];
|
|
3280
|
+
/** If present, details of the operation error. */
|
|
3281
|
+
error?: ErrorDetail;
|
|
3282
|
+
/** Fully qualified ID of the resource against which the original async operation was started. */
|
|
3283
|
+
readonly resourceId?: string;
|
|
3284
|
+
/** Response properties. */
|
|
3285
|
+
properties?: ExternalNetworkUpdateBfdAdministrativeStateResponseProperties;
|
|
3286
|
+
}
|
|
3287
|
+
export declare function externalNetworkUpdateBfdAdministrativeStateResponseDeserializer(item: any): ExternalNetworkUpdateBfdAdministrativeStateResponse;
|
|
3288
|
+
/** Response properties for External Network BFD Administrative State. */
|
|
3289
|
+
export interface ExternalNetworkUpdateBfdAdministrativeStateResponseProperties {
|
|
2801
3290
|
/** Route Type that helps to know which bfd we are updating. */
|
|
2802
3291
|
routeType?: ExternalNetworkRouteType;
|
|
2803
3292
|
/** Administrative state. */
|
|
2804
3293
|
administrativeState?: BfdAdministrativeState;
|
|
2805
3294
|
}
|
|
2806
|
-
export declare function
|
|
3295
|
+
export declare function externalNetworkUpdateBfdAdministrativeStateResponsePropertiesDeserializer(item: any): ExternalNetworkUpdateBfdAdministrativeStateResponseProperties;
|
|
2807
3296
|
/** Defines the Neighbor Group. */
|
|
2808
3297
|
export interface NeighborGroup extends TrackedResource {
|
|
3298
|
+
/** The managed service identities assigned to this resource. */
|
|
3299
|
+
identity?: ManagedServiceIdentity;
|
|
2809
3300
|
/** Switch configuration description. */
|
|
2810
3301
|
annotation?: string;
|
|
2811
3302
|
/** An array of destination IPv4 Addresses or IPv6 Addresses. */
|
|
@@ -2814,10 +3305,14 @@ export interface NeighborGroup extends TrackedResource {
|
|
|
2814
3305
|
readonly networkTapIds?: string[];
|
|
2815
3306
|
/** List of Network Tap Rule IDs where neighbor group is associated. */
|
|
2816
3307
|
readonly networkTapRuleIds?: string[];
|
|
3308
|
+
/** Associated Network Fabric Resource IDs */
|
|
3309
|
+
readonly networkFabricIds?: string[];
|
|
2817
3310
|
/** Details of the last operation performed on the resource */
|
|
2818
3311
|
readonly lastOperation?: LastOperationProperties;
|
|
2819
3312
|
/** The provisioning state of the resource. */
|
|
2820
3313
|
readonly provisioningState?: ProvisioningState;
|
|
3314
|
+
/** Configuration state of the resource. */
|
|
3315
|
+
readonly configurationState?: ConfigurationState;
|
|
2821
3316
|
}
|
|
2822
3317
|
export declare function neighborGroupSerializer(item: NeighborGroup): any;
|
|
2823
3318
|
export declare function neighborGroupDeserializer(item: any): NeighborGroup;
|
|
@@ -2831,10 +3326,14 @@ export interface NeighborGroupProperties {
|
|
|
2831
3326
|
readonly networkTapIds?: string[];
|
|
2832
3327
|
/** List of Network Tap Rule IDs where neighbor group is associated. */
|
|
2833
3328
|
readonly networkTapRuleIds?: string[];
|
|
3329
|
+
/** Associated Network Fabric Resource IDs */
|
|
3330
|
+
readonly networkFabricIds?: string[];
|
|
2834
3331
|
/** Details of the last operation performed on the resource */
|
|
2835
3332
|
readonly lastOperation?: LastOperationProperties;
|
|
2836
3333
|
/** The provisioning state of the resource. */
|
|
2837
3334
|
readonly provisioningState?: ProvisioningState;
|
|
3335
|
+
/** Configuration state of the resource. */
|
|
3336
|
+
readonly configurationState?: ConfigurationState;
|
|
2838
3337
|
}
|
|
2839
3338
|
export declare function neighborGroupPropertiesSerializer(item: NeighborGroupProperties): any;
|
|
2840
3339
|
export declare function neighborGroupPropertiesDeserializer(item: any): NeighborGroupProperties;
|
|
@@ -2849,6 +3348,8 @@ export declare function neighborGroupDestinationSerializer(item: NeighborGroupDe
|
|
|
2849
3348
|
export declare function neighborGroupDestinationDeserializer(item: any): NeighborGroupDestination;
|
|
2850
3349
|
/** The Neighbor Group Patch definition. */
|
|
2851
3350
|
export interface NeighborGroupPatch extends TagsUpdate {
|
|
3351
|
+
/** The managed service identities assigned to this resource. */
|
|
3352
|
+
identity?: ManagedServiceIdentityPatch;
|
|
2852
3353
|
/** Switch configuration description. */
|
|
2853
3354
|
annotation?: string;
|
|
2854
3355
|
/** An array of destination IPv4 Addresses or IPv6 Addresses. */
|
|
@@ -2881,6 +3382,28 @@ export interface _NeighborGroupsListResult {
|
|
|
2881
3382
|
export declare function _neighborGroupsListResultDeserializer(item: any): _NeighborGroupsListResult;
|
|
2882
3383
|
export declare function neighborGroupArraySerializer(result: Array<NeighborGroup>): any[];
|
|
2883
3384
|
export declare function neighborGroupArrayDeserializer(result: Array<NeighborGroup>): any[];
|
|
3385
|
+
/** Response for Neighbor Group Resync operation. */
|
|
3386
|
+
export interface NeighborGroupResyncResponse {
|
|
3387
|
+
/** Fully qualified ID for the async operation. */
|
|
3388
|
+
id?: string;
|
|
3389
|
+
/** Name of the async operation. */
|
|
3390
|
+
name?: string;
|
|
3391
|
+
/** Operation status. */
|
|
3392
|
+
status: string;
|
|
3393
|
+
/** Percent of the operation that is complete. */
|
|
3394
|
+
percentComplete?: number;
|
|
3395
|
+
/** The start time of the operation. */
|
|
3396
|
+
startTime?: Date;
|
|
3397
|
+
/** The end time of the operation. */
|
|
3398
|
+
endTime?: Date;
|
|
3399
|
+
/** The operations list. */
|
|
3400
|
+
operations?: OperationStatusResult[];
|
|
3401
|
+
/** If present, details of the operation error. */
|
|
3402
|
+
error?: ErrorDetail;
|
|
3403
|
+
/** Fully qualified ID of the resource against which the original async operation was started. */
|
|
3404
|
+
readonly resourceId?: string;
|
|
3405
|
+
}
|
|
3406
|
+
export declare function neighborGroupResyncResponseDeserializer(item: any): NeighborGroupResyncResponse;
|
|
2884
3407
|
/** The NetworkDeviceSku resource definition. */
|
|
2885
3408
|
export interface NetworkDeviceSku extends ProxyResource {
|
|
2886
3409
|
/** Model of the network device. */
|
|
@@ -2982,12 +3505,16 @@ export declare function _networkDeviceSkusListResultDeserializer(item: any): _Ne
|
|
|
2982
3505
|
export declare function networkDeviceSkuArrayDeserializer(result: Array<NetworkDeviceSku>): any[];
|
|
2983
3506
|
/** The Network Device resource definition. */
|
|
2984
3507
|
export interface NetworkDevice extends TrackedResource {
|
|
3508
|
+
/** The managed service identities assigned to this resource. */
|
|
3509
|
+
identity?: ManagedServiceIdentity;
|
|
2985
3510
|
/** Switch configuration description. */
|
|
2986
3511
|
annotation?: string;
|
|
2987
3512
|
/** The host name of the device. */
|
|
2988
3513
|
hostName?: string;
|
|
2989
3514
|
/** Serial number of the device. Format of serial Number - Make;Model;HardwareRevisionId;SerialNumber. */
|
|
2990
3515
|
serialNumber: string;
|
|
3516
|
+
/** The selection of the managed identity to use with this storage account. The identity type must be either system assigned or user assigned. */
|
|
3517
|
+
identitySelector?: IdentitySelector;
|
|
2991
3518
|
/** Current version of the device as defined in SKU. */
|
|
2992
3519
|
readonly version?: string;
|
|
2993
3520
|
/** Network Device SKU name. */
|
|
@@ -3010,6 +3537,12 @@ export interface NetworkDevice extends TrackedResource {
|
|
|
3010
3537
|
readonly provisioningState?: ProvisioningState;
|
|
3011
3538
|
/** Administrative state of the resource. */
|
|
3012
3539
|
readonly administrativeState?: AdministrativeState;
|
|
3540
|
+
/** Secret rotation status for the device's secrets. */
|
|
3541
|
+
readonly secretRotationStatus?: SecretRotationStatus[];
|
|
3542
|
+
/** Certificate rotation status for the device's certificates. */
|
|
3543
|
+
readonly certificateRotationStatus?: CertificateRotationStatus[];
|
|
3544
|
+
/** Associated Network Fabric Resource ID */
|
|
3545
|
+
readonly networkFabricId?: string;
|
|
3013
3546
|
}
|
|
3014
3547
|
export declare function networkDeviceSerializer(item: NetworkDevice): any;
|
|
3015
3548
|
export declare function networkDeviceDeserializer(item: any): NetworkDevice;
|
|
@@ -3021,6 +3554,8 @@ export interface NetworkDeviceProperties {
|
|
|
3021
3554
|
hostName?: string;
|
|
3022
3555
|
/** Serial number of the device. Format of serial Number - Make;Model;HardwareRevisionId;SerialNumber. */
|
|
3023
3556
|
serialNumber: string;
|
|
3557
|
+
/** The selection of the managed identity to use with this storage account. The identity type must be either system assigned or user assigned. */
|
|
3558
|
+
identitySelector?: IdentitySelector;
|
|
3024
3559
|
/** Current version of the device as defined in SKU. */
|
|
3025
3560
|
readonly version?: string;
|
|
3026
3561
|
/** Network Device SKU name. */
|
|
@@ -3043,24 +3578,55 @@ export interface NetworkDeviceProperties {
|
|
|
3043
3578
|
readonly provisioningState?: ProvisioningState;
|
|
3044
3579
|
/** Administrative state of the resource. */
|
|
3045
3580
|
readonly administrativeState?: AdministrativeState;
|
|
3581
|
+
/** Secret rotation status for the device's secrets. */
|
|
3582
|
+
readonly secretRotationStatus?: SecretRotationStatus[];
|
|
3583
|
+
/** Certificate rotation status for the device's certificates. */
|
|
3584
|
+
readonly certificateRotationStatus?: CertificateRotationStatus[];
|
|
3585
|
+
/** Associated Network Fabric Resource ID */
|
|
3586
|
+
readonly networkFabricId?: string;
|
|
3046
3587
|
}
|
|
3047
3588
|
export declare function networkDevicePropertiesSerializer(item: NetworkDeviceProperties): any;
|
|
3048
3589
|
export declare function networkDevicePropertiesDeserializer(item: any): NetworkDeviceProperties;
|
|
3049
|
-
/**
|
|
3050
|
-
export
|
|
3051
|
-
/**
|
|
3052
|
-
|
|
3053
|
-
/**
|
|
3054
|
-
|
|
3055
|
-
/** NetworkDeviceRole-NPB(Network Packet Broker) */
|
|
3056
|
-
NPB = "NPB",
|
|
3057
|
-
/** NetworkDeviceRole-TS(Terminal Server) */
|
|
3058
|
-
TS = "TS",
|
|
3059
|
-
/** NetworkDeviceRole-Management */
|
|
3060
|
-
Management = "Management"
|
|
3590
|
+
/** IdentitySelector represents the selection of a managed identity for use. */
|
|
3591
|
+
export interface IdentitySelector {
|
|
3592
|
+
/** The type of managed identity that is being selected. */
|
|
3593
|
+
identityType: ManagedServiceIdentitySelectorType;
|
|
3594
|
+
/** The user assigned managed identity resource ID to use. Mutually exclusive with a system assigned identity type. */
|
|
3595
|
+
userAssignedIdentityResourceId?: string;
|
|
3061
3596
|
}
|
|
3062
|
-
|
|
3063
|
-
|
|
3597
|
+
export declare function identitySelectorSerializer(item: IdentitySelector): any;
|
|
3598
|
+
export declare function identitySelectorDeserializer(item: any): IdentitySelector;
|
|
3599
|
+
/** The type of managed identity. */
|
|
3600
|
+
export declare enum KnownManagedServiceIdentitySelectorType {
|
|
3601
|
+
/** System Assigned Identity. */
|
|
3602
|
+
SystemAssignedIdentity = "SystemAssignedIdentity",
|
|
3603
|
+
/** User Assigned Identity. */
|
|
3604
|
+
UserAssignedIdentity = "UserAssignedIdentity"
|
|
3605
|
+
}
|
|
3606
|
+
/**
|
|
3607
|
+
* The type of managed identity. \
|
|
3608
|
+
* {@link KnownManagedServiceIdentitySelectorType} can be used interchangeably with ManagedServiceIdentitySelectorType,
|
|
3609
|
+
* this enum contains the known values that the service supports.
|
|
3610
|
+
* ### Known values supported by the service
|
|
3611
|
+
* **SystemAssignedIdentity**: System Assigned Identity. \
|
|
3612
|
+
* **UserAssignedIdentity**: User Assigned Identity.
|
|
3613
|
+
*/
|
|
3614
|
+
export type ManagedServiceIdentitySelectorType = string;
|
|
3615
|
+
/** NetworkDeviceRole is the device role: Example: CE | ToR. */
|
|
3616
|
+
export declare enum KnownNetworkDeviceRole {
|
|
3617
|
+
/** NetworkDeviceRole-CE(Customer Edge) */
|
|
3618
|
+
CE = "CE",
|
|
3619
|
+
/** NetworkDeviceRole-ToR(top of rack) */
|
|
3620
|
+
ToR = "ToR",
|
|
3621
|
+
/** NetworkDeviceRole-NPB(Network Packet Broker) */
|
|
3622
|
+
NPB = "NPB",
|
|
3623
|
+
/** NetworkDeviceRole-TS(Terminal Server) */
|
|
3624
|
+
TS = "TS",
|
|
3625
|
+
/** NetworkDeviceRole-Management */
|
|
3626
|
+
Management = "Management"
|
|
3627
|
+
}
|
|
3628
|
+
/**
|
|
3629
|
+
* NetworkDeviceRole is the device role: Example: CE | ToR. \
|
|
3064
3630
|
* {@link KnownNetworkDeviceRole} can be used interchangeably with NetworkDeviceRole,
|
|
3065
3631
|
* this enum contains the known values that the service supports.
|
|
3066
3632
|
* ### Known values supported by the service
|
|
@@ -3071,14 +3637,95 @@ export declare enum KnownNetworkDeviceRole {
|
|
|
3071
3637
|
* **Management**: NetworkDeviceRole-Management
|
|
3072
3638
|
*/
|
|
3073
3639
|
export type NetworkDeviceRole = string;
|
|
3640
|
+
export declare function secretRotationStatusArrayDeserializer(result: Array<SecretRotationStatus>): any[];
|
|
3641
|
+
/** Status of a secret rotation for a device (Network Device or Terminal Server). */
|
|
3642
|
+
export interface SecretRotationStatus {
|
|
3643
|
+
/** The date and time when the secret was last changed. */
|
|
3644
|
+
readonly lastRotationTime?: Date;
|
|
3645
|
+
/** Whether the device has been configured with the latest version of the secret. */
|
|
3646
|
+
readonly synchronizationStatus?: SynchronizationStatus;
|
|
3647
|
+
/** Reference to the currently configured version of the secret in a key vault. */
|
|
3648
|
+
readonly secretArchiveReference?: SecretArchiveReference;
|
|
3649
|
+
/** Identifies the secret according to its purpose. */
|
|
3650
|
+
readonly secretType?: string;
|
|
3651
|
+
}
|
|
3652
|
+
export declare function secretRotationStatusDeserializer(item: any): SecretRotationStatus;
|
|
3653
|
+
/** 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. */
|
|
3654
|
+
export declare enum KnownSynchronizationStatus {
|
|
3655
|
+
/** The device has been configured with the latest version of the secret. */
|
|
3656
|
+
InSync = "InSync",
|
|
3657
|
+
/**
|
|
3658
|
+
* The device is being reconfigured with the latest version of the secret.
|
|
3659
|
+
*
|
|
3660
|
+
* While in this state, the secret archive reference may not match the secret configured on the device.
|
|
3661
|
+
*/
|
|
3662
|
+
Synchronizing = "Synchronizing",
|
|
3663
|
+
/** The device has not been configured with the latest version of the secret. */
|
|
3664
|
+
OutOfSync = "OutOfSync"
|
|
3665
|
+
}
|
|
3666
|
+
/**
|
|
3667
|
+
* 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. \
|
|
3668
|
+
* {@link KnownSynchronizationStatus} can be used interchangeably with SynchronizationStatus,
|
|
3669
|
+
* this enum contains the known values that the service supports.
|
|
3670
|
+
* ### Known values supported by the service
|
|
3671
|
+
* **InSync**: The device has been configured with the latest version of the secret. \
|
|
3672
|
+
* **Synchronizing**: The device is being reconfigured with the latest version of the secret.
|
|
3673
|
+
*
|
|
3674
|
+
* While in this state, the secret archive reference may not match the secret configured on the device. \
|
|
3675
|
+
* **OutOfSync**: The device has not been configured with the latest version of the secret.
|
|
3676
|
+
*/
|
|
3677
|
+
export type SynchronizationStatus = string;
|
|
3678
|
+
/** A reference to a version of a secret in a key vault. */
|
|
3679
|
+
export interface SecretArchiveReference {
|
|
3680
|
+
/** A Uniform Resource Identifier (URI) for the secret in the key vault. */
|
|
3681
|
+
readonly keyVaultUri?: string;
|
|
3682
|
+
/** The resource ID of the key vault containing the secret. */
|
|
3683
|
+
readonly keyVaultId?: string;
|
|
3684
|
+
/** The name of the secret in the key vault. */
|
|
3685
|
+
readonly secretName?: string;
|
|
3686
|
+
/** The version of the secret in the key vault. */
|
|
3687
|
+
readonly secretVersion?: string;
|
|
3688
|
+
}
|
|
3689
|
+
export declare function secretArchiveReferenceDeserializer(item: any): SecretArchiveReference;
|
|
3690
|
+
export declare function certificateRotationStatusArrayDeserializer(result: Array<CertificateRotationStatus>): any[];
|
|
3691
|
+
/** Status of a certificate rotation for a device (Network Device or Terminal Server). */
|
|
3692
|
+
export interface CertificateRotationStatus {
|
|
3693
|
+
/** Time at which the certificate will expire, for certificates with a limited validity period. */
|
|
3694
|
+
readonly expireTime?: Date;
|
|
3695
|
+
/** The date and time when the certificate was last changed. */
|
|
3696
|
+
readonly lastRotationTime?: Date;
|
|
3697
|
+
/** Whether the device has been configured with the latest version of the certificate. */
|
|
3698
|
+
readonly synchronizationStatus?: SynchronizationStatus;
|
|
3699
|
+
/** Reference to the currently configured version of the certificate in a key vault. */
|
|
3700
|
+
readonly certificateArchiveReference?: CertificateArchiveReference;
|
|
3701
|
+
/** Identifies the certificate according to its purpose. */
|
|
3702
|
+
readonly certificateType?: string;
|
|
3703
|
+
}
|
|
3704
|
+
export declare function certificateRotationStatusDeserializer(item: any): CertificateRotationStatus;
|
|
3705
|
+
/** A reference to a version of a certificate in a key vault. */
|
|
3706
|
+
export interface CertificateArchiveReference {
|
|
3707
|
+
/** A Uniform Resource Identifier (URI) for the certificate in the key vault. */
|
|
3708
|
+
readonly keyVaultUri?: string;
|
|
3709
|
+
/** The resource ID of the key vault containing the certificate. */
|
|
3710
|
+
readonly keyVaultId?: string;
|
|
3711
|
+
/** The name of the certificate in the key vault. */
|
|
3712
|
+
readonly certificateName?: string;
|
|
3713
|
+
/** The version of the certificate in the key vault. */
|
|
3714
|
+
readonly certificateVersion?: string;
|
|
3715
|
+
}
|
|
3716
|
+
export declare function certificateArchiveReferenceDeserializer(item: any): CertificateArchiveReference;
|
|
3074
3717
|
/** The Network Device Patch Parameters defines the patch parameters of the resource. */
|
|
3075
3718
|
export interface NetworkDevicePatchParameters extends TagsUpdate {
|
|
3719
|
+
/** The managed service identities assigned to this resource. */
|
|
3720
|
+
identity?: ManagedServiceIdentityPatch;
|
|
3076
3721
|
/** Switch configuration description. */
|
|
3077
3722
|
annotation?: string;
|
|
3078
3723
|
/** The host name of the device. */
|
|
3079
3724
|
hostName?: string;
|
|
3080
3725
|
/** Serial number of the device. Format of serial Number - Make;Model;HardwareRevisionId;SerialNumber. */
|
|
3081
3726
|
serialNumber?: string;
|
|
3727
|
+
/** The selection of the managed identity to use with this storage account. The identity type must be either system assigned or user assigned. */
|
|
3728
|
+
identitySelector?: IdentitySelectorPatch;
|
|
3082
3729
|
}
|
|
3083
3730
|
export declare function networkDevicePatchParametersSerializer(item: NetworkDevicePatchParameters): any;
|
|
3084
3731
|
/** Network Device Patch properties. */
|
|
@@ -3089,8 +3736,18 @@ export interface NetworkDevicePatchParametersProperties {
|
|
|
3089
3736
|
hostName?: string;
|
|
3090
3737
|
/** Serial number of the device. Format of serial Number - Make;Model;HardwareRevisionId;SerialNumber. */
|
|
3091
3738
|
serialNumber?: string;
|
|
3739
|
+
/** The selection of the managed identity to use with this storage account. The identity type must be either system assigned or user assigned. */
|
|
3740
|
+
identitySelector?: IdentitySelectorPatch;
|
|
3092
3741
|
}
|
|
3093
3742
|
export declare function networkDevicePatchParametersPropertiesSerializer(item: NetworkDevicePatchParametersProperties): any;
|
|
3743
|
+
/** IdentitySelector represents the selection of a managed identity for use. */
|
|
3744
|
+
export interface IdentitySelectorPatch {
|
|
3745
|
+
/** The type of managed identity that is being selected. */
|
|
3746
|
+
identityType?: ManagedServiceIdentitySelectorType;
|
|
3747
|
+
/** The user assigned managed identity resource ID to use. Mutually exclusive with a system assigned identity type. */
|
|
3748
|
+
userAssignedIdentityResourceId?: string;
|
|
3749
|
+
}
|
|
3750
|
+
export declare function identitySelectorPatchSerializer(item: IdentitySelectorPatch): any;
|
|
3094
3751
|
/** Paged collection of NetworkDevice items */
|
|
3095
3752
|
export interface _NetworkDevicesListResult {
|
|
3096
3753
|
/** The NetworkDevice items on this page */
|
|
@@ -3129,6 +3786,28 @@ export declare enum KnownRebootType {
|
|
|
3129
3786
|
* **UngracefulRebootWithoutZTP**: RebootType UngracefulRebootWithoutZTP
|
|
3130
3787
|
*/
|
|
3131
3788
|
export type RebootType = string;
|
|
3789
|
+
/** The current status of an refresh configuration async operation. */
|
|
3790
|
+
export interface NetworkDeviceRefreshConfigurationResponse {
|
|
3791
|
+
/** Fully qualified ID for the async operation. */
|
|
3792
|
+
id?: string;
|
|
3793
|
+
/** Name of the async operation. */
|
|
3794
|
+
name?: string;
|
|
3795
|
+
/** Operation status. */
|
|
3796
|
+
status: string;
|
|
3797
|
+
/** Percent of the operation that is complete. */
|
|
3798
|
+
percentComplete?: number;
|
|
3799
|
+
/** The start time of the operation. */
|
|
3800
|
+
startTime?: Date;
|
|
3801
|
+
/** The end time of the operation. */
|
|
3802
|
+
endTime?: Date;
|
|
3803
|
+
/** The operations list. */
|
|
3804
|
+
operations?: OperationStatusResult[];
|
|
3805
|
+
/** If present, details of the operation error. */
|
|
3806
|
+
error?: ErrorDetail;
|
|
3807
|
+
/** Fully qualified ID of the resource against which the original async operation was started. */
|
|
3808
|
+
readonly resourceId?: string;
|
|
3809
|
+
}
|
|
3810
|
+
export declare function networkDeviceRefreshConfigurationResponseDeserializer(item: any): NetworkDeviceRefreshConfigurationResponse;
|
|
3132
3811
|
/** Update the administrative state on list of resources. */
|
|
3133
3812
|
export interface UpdateDeviceAdministrativeState extends EnableDisableOnResources {
|
|
3134
3813
|
/** Administrative state. */
|
|
@@ -3172,12 +3851,58 @@ export declare enum KnownDeviceAdministrativeState {
|
|
|
3172
3851
|
* **Disable**: Device AdministrativeState-Disable
|
|
3173
3852
|
*/
|
|
3174
3853
|
export type DeviceAdministrativeState = string;
|
|
3175
|
-
/** Update
|
|
3176
|
-
export interface
|
|
3177
|
-
/**
|
|
3178
|
-
|
|
3854
|
+
/** Network Device Administrative State Update Response. */
|
|
3855
|
+
export interface NetworkDeviceUpdateAdministrativeStateResponse {
|
|
3856
|
+
/** Fully qualified ID for the async operation. */
|
|
3857
|
+
id?: string;
|
|
3858
|
+
/** Name of the async operation. */
|
|
3859
|
+
name?: string;
|
|
3860
|
+
/** Operation status. */
|
|
3861
|
+
status: string;
|
|
3862
|
+
/** Percent of the operation that is complete. */
|
|
3863
|
+
percentComplete?: number;
|
|
3864
|
+
/** The start time of the operation. */
|
|
3865
|
+
startTime?: Date;
|
|
3866
|
+
/** The end time of the operation. */
|
|
3867
|
+
endTime?: Date;
|
|
3868
|
+
/** The operations list. */
|
|
3869
|
+
operations?: OperationStatusResult[];
|
|
3870
|
+
/** If present, details of the operation error. */
|
|
3871
|
+
error?: ErrorDetail;
|
|
3872
|
+
/** Fully qualified ID of the resource against which the original async operation was started. */
|
|
3873
|
+
readonly resourceId?: string;
|
|
3179
3874
|
}
|
|
3180
|
-
export declare function
|
|
3875
|
+
export declare function networkDeviceUpdateAdministrativeStateResponseDeserializer(item: any): NetworkDeviceUpdateAdministrativeStateResponse;
|
|
3876
|
+
/** NetworkDevice Upgrade Request Properties. */
|
|
3877
|
+
export interface NetworkDeviceUpgradeRequest {
|
|
3878
|
+
/** Version to which the device needs to be upgraded. */
|
|
3879
|
+
version: string;
|
|
3880
|
+
/** URL to the file containing Read-write configuration to be applied on the device during upgrade. */
|
|
3881
|
+
rwDeviceConfigUrl?: string;
|
|
3882
|
+
}
|
|
3883
|
+
export declare function networkDeviceUpgradeRequestSerializer(item: NetworkDeviceUpgradeRequest): any;
|
|
3884
|
+
/** Network Device Upgrade Response. */
|
|
3885
|
+
export interface NetworkDeviceUpgradeResponse {
|
|
3886
|
+
/** Fully qualified ID for the async operation. */
|
|
3887
|
+
id?: string;
|
|
3888
|
+
/** Name of the async operation. */
|
|
3889
|
+
name?: string;
|
|
3890
|
+
/** Operation status. */
|
|
3891
|
+
status: string;
|
|
3892
|
+
/** Percent of the operation that is complete. */
|
|
3893
|
+
percentComplete?: number;
|
|
3894
|
+
/** The start time of the operation. */
|
|
3895
|
+
startTime?: Date;
|
|
3896
|
+
/** The end time of the operation. */
|
|
3897
|
+
endTime?: Date;
|
|
3898
|
+
/** The operations list. */
|
|
3899
|
+
operations?: OperationStatusResult[];
|
|
3900
|
+
/** If present, details of the operation error. */
|
|
3901
|
+
error?: ErrorDetail;
|
|
3902
|
+
/** Fully qualified ID of the resource against which the original async operation was started. */
|
|
3903
|
+
readonly resourceId?: string;
|
|
3904
|
+
}
|
|
3905
|
+
export declare function networkDeviceUpgradeResponseDeserializer(item: any): NetworkDeviceUpgradeResponse;
|
|
3181
3906
|
/** Provide the RO command */
|
|
3182
3907
|
export interface DeviceRoCommand {
|
|
3183
3908
|
/** Specify the command. */
|
|
@@ -3216,18 +3941,90 @@ export declare function commonPostActionResponseForDeviceROCommandsDeserializer(
|
|
|
3216
3941
|
export interface DeviceRwCommand {
|
|
3217
3942
|
/** Specify the command. */
|
|
3218
3943
|
command?: string;
|
|
3944
|
+
/** Specify the commands file URL. */
|
|
3945
|
+
commandUrl?: string;
|
|
3219
3946
|
}
|
|
3220
3947
|
export declare function deviceRwCommandSerializer(item: DeviceRwCommand): any;
|
|
3221
|
-
/**
|
|
3222
|
-
export interface
|
|
3948
|
+
/** Response body for a RunRwCommand request on a Network Device. */
|
|
3949
|
+
export interface NetworkDeviceRunRwCommandResponse {
|
|
3950
|
+
/** Fully qualified ID for the async operation. */
|
|
3951
|
+
id?: string;
|
|
3952
|
+
/** Name of the async operation. */
|
|
3953
|
+
name?: string;
|
|
3954
|
+
/** Operation status. */
|
|
3955
|
+
status: string;
|
|
3956
|
+
/** Percent of the operation that is complete. */
|
|
3957
|
+
percentComplete?: number;
|
|
3958
|
+
/** The start time of the operation. */
|
|
3959
|
+
startTime?: Date;
|
|
3960
|
+
/** The end time of the operation. */
|
|
3961
|
+
endTime?: Date;
|
|
3962
|
+
/** The operations list. */
|
|
3963
|
+
operations?: OperationStatusResult[];
|
|
3964
|
+
/** If present, details of the operation error. */
|
|
3965
|
+
error?: ErrorDetail;
|
|
3966
|
+
/** Fully qualified ID of the resource against which the original async operation was started. */
|
|
3967
|
+
readonly resourceId?: string;
|
|
3968
|
+
/** Network Device Run Rw Command Response properties. */
|
|
3969
|
+
properties?: NetworkDeviceRwCommandResponseProperties;
|
|
3970
|
+
}
|
|
3971
|
+
export declare function networkDeviceRunRwCommandResponseDeserializer(item: any): NetworkDeviceRunRwCommandResponse;
|
|
3972
|
+
/** Network Device Resource defines the properties of the resource. */
|
|
3973
|
+
export interface NetworkDeviceRwCommandResponseProperties {
|
|
3223
3974
|
/** Gets the configuration state. */
|
|
3224
3975
|
readonly configurationState?: ConfigurationState;
|
|
3225
3976
|
/** Predefined link containing Device Rw Command output. */
|
|
3226
3977
|
outputUrl?: string;
|
|
3227
3978
|
}
|
|
3228
|
-
export declare function
|
|
3979
|
+
export declare function networkDeviceRwCommandResponsePropertiesDeserializer(item: any): NetworkDeviceRwCommandResponseProperties;
|
|
3980
|
+
/** Response body for a ResyncPasswords request on a Network Device. */
|
|
3981
|
+
export interface NetworkDeviceResyncPasswordsResponse {
|
|
3982
|
+
/** Fully qualified ID for the async operation. */
|
|
3983
|
+
id?: string;
|
|
3984
|
+
/** Name of the async operation. */
|
|
3985
|
+
name?: string;
|
|
3986
|
+
/** Operation status. */
|
|
3987
|
+
status: string;
|
|
3988
|
+
/** Percent of the operation that is complete. */
|
|
3989
|
+
percentComplete?: number;
|
|
3990
|
+
/** The start time of the operation. */
|
|
3991
|
+
startTime?: Date;
|
|
3992
|
+
/** The end time of the operation. */
|
|
3993
|
+
endTime?: Date;
|
|
3994
|
+
/** The operations list. */
|
|
3995
|
+
operations?: OperationStatusResult[];
|
|
3996
|
+
/** If present, details of the operation error. */
|
|
3997
|
+
error?: ErrorDetail;
|
|
3998
|
+
/** Fully qualified ID of the resource against which the original async operation was started. */
|
|
3999
|
+
readonly resourceId?: string;
|
|
4000
|
+
}
|
|
4001
|
+
export declare function networkDeviceResyncPasswordsResponseDeserializer(item: any): NetworkDeviceResyncPasswordsResponse;
|
|
4002
|
+
/** Response body for a ResyncCertificates request on a Network Fabric. */
|
|
4003
|
+
export interface NetworkFabricResyncCertificatesResponse {
|
|
4004
|
+
/** Fully qualified ID for the async operation. */
|
|
4005
|
+
id?: string;
|
|
4006
|
+
/** Name of the async operation. */
|
|
4007
|
+
name?: string;
|
|
4008
|
+
/** Operation status. */
|
|
4009
|
+
status: string;
|
|
4010
|
+
/** Percent of the operation that is complete. */
|
|
4011
|
+
percentComplete?: number;
|
|
4012
|
+
/** The start time of the operation. */
|
|
4013
|
+
startTime?: Date;
|
|
4014
|
+
/** The end time of the operation. */
|
|
4015
|
+
endTime?: Date;
|
|
4016
|
+
/** The operations list. */
|
|
4017
|
+
operations?: OperationStatusResult[];
|
|
4018
|
+
/** If present, details of the operation error. */
|
|
4019
|
+
error?: ErrorDetail;
|
|
4020
|
+
/** Fully qualified ID of the resource against which the original async operation was started. */
|
|
4021
|
+
readonly resourceId?: string;
|
|
4022
|
+
}
|
|
4023
|
+
export declare function networkFabricResyncCertificatesResponseDeserializer(item: any): NetworkFabricResyncCertificatesResponse;
|
|
3229
4024
|
/** Defines the NetworkInterface resource. */
|
|
3230
4025
|
export interface NetworkInterface extends ProxyResource {
|
|
4026
|
+
/** The managed service identities assigned to this resource. */
|
|
4027
|
+
identity?: ManagedServiceIdentity;
|
|
3231
4028
|
/** Switch configuration description. */
|
|
3232
4029
|
annotation?: string;
|
|
3233
4030
|
/** Physical Identifier of the network interface. */
|
|
@@ -3241,15 +4038,19 @@ export interface NetworkInterface extends ProxyResource {
|
|
|
3241
4038
|
/** IPv6Address of the interface. */
|
|
3242
4039
|
readonly ipv6Address?: string;
|
|
3243
4040
|
/** Description of the interface. */
|
|
3244
|
-
description?: string;
|
|
4041
|
+
readonly description?: string;
|
|
3245
4042
|
/** Additional description of the interface. */
|
|
3246
4043
|
additionalDescription?: string;
|
|
3247
4044
|
/** Details of the last operation performed on the resource */
|
|
3248
4045
|
readonly lastOperation?: LastOperationProperties;
|
|
4046
|
+
/** Associated Network Fabric Resource ID */
|
|
4047
|
+
readonly networkFabricId?: string;
|
|
3249
4048
|
/** Provisioning state of the resource. */
|
|
3250
4049
|
readonly provisioningState?: ProvisioningState;
|
|
3251
4050
|
/** Administrative state of the resource. */
|
|
3252
4051
|
readonly administrativeState?: AdministrativeState;
|
|
4052
|
+
/** Configuration state of the resource. */
|
|
4053
|
+
readonly configurationState?: ConfigurationState;
|
|
3253
4054
|
}
|
|
3254
4055
|
export declare function networkInterfaceSerializer(item: NetworkInterface): any;
|
|
3255
4056
|
export declare function networkInterfaceDeserializer(item: any): NetworkInterface;
|
|
@@ -3266,15 +4067,19 @@ export interface NetworkInterfaceProperties extends AnnotationResource {
|
|
|
3266
4067
|
/** IPv6Address of the interface. */
|
|
3267
4068
|
readonly ipv6Address?: string;
|
|
3268
4069
|
/** Description of the interface. */
|
|
3269
|
-
description?: string;
|
|
4070
|
+
readonly description?: string;
|
|
3270
4071
|
/** Additional description of the interface. */
|
|
3271
4072
|
additionalDescription?: string;
|
|
3272
4073
|
/** Details of the last operation performed on the resource */
|
|
3273
4074
|
readonly lastOperation?: LastOperationProperties;
|
|
4075
|
+
/** Associated Network Fabric Resource ID */
|
|
4076
|
+
readonly networkFabricId?: string;
|
|
3274
4077
|
/** Provisioning state of the resource. */
|
|
3275
4078
|
readonly provisioningState?: ProvisioningState;
|
|
3276
4079
|
/** Administrative state of the resource. */
|
|
3277
4080
|
readonly administrativeState?: AdministrativeState;
|
|
4081
|
+
/** Configuration state of the resource. */
|
|
4082
|
+
readonly configurationState?: ConfigurationState;
|
|
3278
4083
|
}
|
|
3279
4084
|
export declare function networkInterfacePropertiesSerializer(item: NetworkInterfaceProperties): any;
|
|
3280
4085
|
export declare function networkInterfacePropertiesDeserializer(item: any): NetworkInterfaceProperties;
|
|
@@ -3296,18 +4101,16 @@ export declare enum KnownInterfaceType {
|
|
|
3296
4101
|
export type InterfaceType = string;
|
|
3297
4102
|
/** The NetworkInterfacePatch resource definition. */
|
|
3298
4103
|
export interface NetworkInterfacePatch {
|
|
4104
|
+
/** The managed service identities assigned to this resource. */
|
|
4105
|
+
identity?: ManagedServiceIdentityPatch;
|
|
3299
4106
|
/** Switch configuration description. */
|
|
3300
4107
|
annotation?: string;
|
|
3301
|
-
/** Description of the interface. */
|
|
3302
|
-
description?: string;
|
|
3303
4108
|
/** Additional description of the interface. */
|
|
3304
4109
|
additionalDescription?: string;
|
|
3305
4110
|
}
|
|
3306
4111
|
export declare function networkInterfacePatchSerializer(item: NetworkInterfacePatch): any;
|
|
3307
4112
|
/** Network Interface Patch properties. */
|
|
3308
4113
|
export interface NetworkInterfacePatchProperties extends AnnotationResource {
|
|
3309
|
-
/** Description of the interface. */
|
|
3310
|
-
description?: string;
|
|
3311
4114
|
/** Additional description of the interface. */
|
|
3312
4115
|
additionalDescription?: string;
|
|
3313
4116
|
}
|
|
@@ -3324,6 +4127,8 @@ export declare function networkInterfaceArraySerializer(result: Array<NetworkInt
|
|
|
3324
4127
|
export declare function networkInterfaceArrayDeserializer(result: Array<NetworkInterface>): any[];
|
|
3325
4128
|
/** The Network Fabric Controller resource definition. */
|
|
3326
4129
|
export interface NetworkFabricController extends TrackedResource {
|
|
4130
|
+
/** The managed service identities assigned to this resource. */
|
|
4131
|
+
identity?: ManagedServiceIdentity;
|
|
3327
4132
|
/** Switch configuration description. */
|
|
3328
4133
|
annotation?: string;
|
|
3329
4134
|
/** As part of an update, the Infrastructure ExpressRoute CircuitID should be provided to create and Provision a NFC. This Express route is dedicated for Infrastructure services. (This is a Mandatory attribute) */
|
|
@@ -3453,6 +4258,8 @@ export declare enum KnownNfcSku {
|
|
|
3453
4258
|
export type NfcSku = string;
|
|
3454
4259
|
/** The Network Fabric Controller Patch payload definition. */
|
|
3455
4260
|
export interface NetworkFabricControllerPatch extends TagsUpdate {
|
|
4261
|
+
/** The managed service identities assigned to this resource. */
|
|
4262
|
+
identity?: ManagedServiceIdentityPatch;
|
|
3456
4263
|
/** As part of an update, the Infrastructure ExpressRoute CircuitID should be provided to create and Provision a NFC. This Express route is dedicated for Infrastructure services. (This is a Mandatory attribute) */
|
|
3457
4264
|
infrastructureExpressRouteConnections?: ExpressRouteConnectionInformation[];
|
|
3458
4265
|
/** As part of an update, the workload ExpressRoute CircuitID should be provided to create and Provision a NFC. This Express route is dedicated for Workload services. (This is a Mandatory attribute). */
|
|
@@ -3576,8 +4383,8 @@ export interface NetworkFabric extends TrackedResource {
|
|
|
3576
4383
|
hardwareAlertThreshold?: number;
|
|
3577
4384
|
/** Control Plane Access Control List ARM resource IDs. */
|
|
3578
4385
|
controlPlaneAcls?: string[];
|
|
3579
|
-
/**
|
|
3580
|
-
|
|
4386
|
+
/** NetworkFabric feature flag configuration information */
|
|
4387
|
+
featureFlags?: FeatureFlagProperties[];
|
|
3581
4388
|
/** Trusted IP Prefixes ARM resource IDs. */
|
|
3582
4389
|
trustedIpPrefixes?: string[];
|
|
3583
4390
|
/** Unique Route Distinguisher configuration */
|
|
@@ -3586,14 +4393,20 @@ export interface NetworkFabric extends TrackedResource {
|
|
|
3586
4393
|
storageArrayCount?: number;
|
|
3587
4394
|
/** Active commit batch identifiers */
|
|
3588
4395
|
readonly activeCommitBatches?: string[];
|
|
4396
|
+
/** Overview of secret rotation for the Network Fabric. */
|
|
4397
|
+
readonly secretRotationSummary?: SecretRotationSummary;
|
|
3589
4398
|
/** Details of the last operation performed on the resource */
|
|
3590
4399
|
readonly lastOperation?: LastOperationProperties;
|
|
4400
|
+
/** Authorized transciever configuration for NetworkFabric. */
|
|
4401
|
+
authorizedTransceiver?: AuthorizedTransceiverProperties;
|
|
3591
4402
|
/** Configuration state of the resource. */
|
|
3592
4403
|
readonly configurationState?: ConfigurationState;
|
|
3593
4404
|
/** Provides you the latest status of the NFC service, whether it is Accepted, updating, Succeeded or Failed. During this process, the states keep changing based on the status of NFC provisioning. */
|
|
3594
4405
|
readonly provisioningState?: ProvisioningState;
|
|
3595
4406
|
/** Administrative state of the resource. */
|
|
3596
4407
|
readonly administrativeState?: AdministrativeState;
|
|
4408
|
+
/** NetworkFabric QoS Configuration */
|
|
4409
|
+
qosConfiguration?: QosProperties;
|
|
3597
4410
|
}
|
|
3598
4411
|
export declare function networkFabricSerializer(item: NetworkFabric): any;
|
|
3599
4412
|
export declare function networkFabricDeserializer(item: any): NetworkFabric;
|
|
@@ -3635,8 +4448,8 @@ export interface NetworkFabricProperties extends AnnotationResource {
|
|
|
3635
4448
|
hardwareAlertThreshold?: number;
|
|
3636
4449
|
/** Control Plane Access Control List ARM resource IDs. */
|
|
3637
4450
|
controlPlaneAcls?: string[];
|
|
3638
|
-
/**
|
|
3639
|
-
|
|
4451
|
+
/** NetworkFabric feature flag configuration information */
|
|
4452
|
+
featureFlags?: FeatureFlagProperties[];
|
|
3640
4453
|
/** Trusted IP Prefixes ARM resource IDs. */
|
|
3641
4454
|
trustedIpPrefixes?: string[];
|
|
3642
4455
|
/** Unique Route Distinguisher configuration */
|
|
@@ -3645,14 +4458,20 @@ export interface NetworkFabricProperties extends AnnotationResource {
|
|
|
3645
4458
|
storageArrayCount?: number;
|
|
3646
4459
|
/** Active commit batch identifiers */
|
|
3647
4460
|
readonly activeCommitBatches?: string[];
|
|
4461
|
+
/** Overview of secret rotation for the Network Fabric. */
|
|
4462
|
+
readonly secretRotationSummary?: SecretRotationSummary;
|
|
3648
4463
|
/** Details of the last operation performed on the resource */
|
|
3649
4464
|
readonly lastOperation?: LastOperationProperties;
|
|
4465
|
+
/** Authorized transciever configuration for NetworkFabric. */
|
|
4466
|
+
authorizedTransceiver?: AuthorizedTransceiverProperties;
|
|
3650
4467
|
/** Configuration state of the resource. */
|
|
3651
4468
|
readonly configurationState?: ConfigurationState;
|
|
3652
4469
|
/** Provides you the latest status of the NFC service, whether it is Accepted, updating, Succeeded or Failed. During this process, the states keep changing based on the status of NFC provisioning. */
|
|
3653
4470
|
readonly provisioningState?: ProvisioningState;
|
|
3654
4471
|
/** Administrative state of the resource. */
|
|
3655
4472
|
readonly administrativeState?: AdministrativeState;
|
|
4473
|
+
/** NetworkFabric QoS Configuration */
|
|
4474
|
+
qosConfiguration?: QosProperties;
|
|
3656
4475
|
}
|
|
3657
4476
|
export declare function networkFabricPropertiesSerializer(item: NetworkFabricProperties): any;
|
|
3658
4477
|
export declare function networkFabricPropertiesDeserializer(item: any): NetworkFabricProperties;
|
|
@@ -3665,31 +4484,6 @@ export interface StorageAccountConfiguration {
|
|
|
3665
4484
|
}
|
|
3666
4485
|
export declare function storageAccountConfigurationSerializer(item: StorageAccountConfiguration): any;
|
|
3667
4486
|
export declare function storageAccountConfigurationDeserializer(item: any): StorageAccountConfiguration;
|
|
3668
|
-
/** IdentitySelector represents the selection of a managed identity for use. */
|
|
3669
|
-
export interface IdentitySelector {
|
|
3670
|
-
/** The type of managed identity that is being selected. */
|
|
3671
|
-
identityType: ManagedServiceIdentitySelectorType;
|
|
3672
|
-
/** The user assigned managed identity resource ID to use. Mutually exclusive with a system assigned identity type. */
|
|
3673
|
-
userAssignedIdentityResourceId?: string;
|
|
3674
|
-
}
|
|
3675
|
-
export declare function identitySelectorSerializer(item: IdentitySelector): any;
|
|
3676
|
-
export declare function identitySelectorDeserializer(item: any): IdentitySelector;
|
|
3677
|
-
/** The type of managed identity. */
|
|
3678
|
-
export declare enum KnownManagedServiceIdentitySelectorType {
|
|
3679
|
-
/** System Assigned Identity. */
|
|
3680
|
-
SystemAssignedIdentity = "SystemAssignedIdentity",
|
|
3681
|
-
/** User Assigned Identity. */
|
|
3682
|
-
UserAssignedIdentity = "UserAssignedIdentity"
|
|
3683
|
-
}
|
|
3684
|
-
/**
|
|
3685
|
-
* The type of managed identity. \
|
|
3686
|
-
* {@link KnownManagedServiceIdentitySelectorType} can be used interchangeably with ManagedServiceIdentitySelectorType,
|
|
3687
|
-
* this enum contains the known values that the service supports.
|
|
3688
|
-
* ### Known values supported by the service
|
|
3689
|
-
* **SystemAssignedIdentity**: System Assigned Identity. \
|
|
3690
|
-
* **UserAssignedIdentity**: User Assigned Identity.
|
|
3691
|
-
*/
|
|
3692
|
-
export type ManagedServiceIdentitySelectorType = string;
|
|
3693
4487
|
export declare function fabricLockPropertiesArrayDeserializer(result: Array<FabricLockProperties>): any[];
|
|
3694
4488
|
/** Network Fabric Lock Configuration. */
|
|
3695
4489
|
export interface FabricLockProperties {
|
|
@@ -3749,6 +4543,8 @@ export interface TerminalServerConfiguration {
|
|
|
3749
4543
|
secondaryIpv6Prefix?: string;
|
|
3750
4544
|
/** ARM Resource ID used for the NetworkDevice. */
|
|
3751
4545
|
readonly networkDeviceId?: string;
|
|
4546
|
+
/** Secret rotation status for the terminal server's secrets. */
|
|
4547
|
+
readonly secretRotationStatus?: SecretRotationStatus[];
|
|
3752
4548
|
}
|
|
3753
4549
|
export declare function terminalServerConfigurationSerializer(item: TerminalServerConfiguration): any;
|
|
3754
4550
|
export declare function terminalServerConfigurationDeserializer(item: any): TerminalServerConfiguration;
|
|
@@ -3800,6 +4596,7 @@ export interface VpnOptionAProperties extends Layer3IpPrefixProperties {
|
|
|
3800
4596
|
}
|
|
3801
4597
|
export declare function vpnOptionAPropertiesSerializer(item: VpnOptionAProperties): any;
|
|
3802
4598
|
export declare function vpnOptionAPropertiesDeserializer(item: any): VpnOptionAProperties;
|
|
4599
|
+
export declare function featureFlagPropertiesArraySerializer(result: Array<FeatureFlagProperties>): any[];
|
|
3803
4600
|
export declare function featureFlagPropertiesArrayDeserializer(result: Array<FeatureFlagProperties>): any[];
|
|
3804
4601
|
/** Feature flag properties. */
|
|
3805
4602
|
export interface FeatureFlagProperties {
|
|
@@ -3808,6 +4605,7 @@ export interface FeatureFlagProperties {
|
|
|
3808
4605
|
/** Feature flag value. */
|
|
3809
4606
|
featureFlagValue?: string;
|
|
3810
4607
|
}
|
|
4608
|
+
export declare function featureFlagPropertiesSerializer(item: FeatureFlagProperties): any;
|
|
3811
4609
|
export declare function featureFlagPropertiesDeserializer(item: any): FeatureFlagProperties;
|
|
3812
4610
|
/** Unique Route Distinguisher properties. */
|
|
3813
4611
|
export interface UniqueRouteDistinguisherProperties {
|
|
@@ -3852,50 +4650,44 @@ export declare enum KnownNNIDerivedUniqueRouteDistinguisherConfigurationState {
|
|
|
3852
4650
|
* **Disabled**: NNI derived unique route distinguisher configuration state Disabled
|
|
3853
4651
|
*/
|
|
3854
4652
|
export type NNIDerivedUniqueRouteDistinguisherConfigurationState = string;
|
|
3855
|
-
/**
|
|
3856
|
-
export interface
|
|
3857
|
-
/** The
|
|
3858
|
-
readonly
|
|
3859
|
-
|
|
3860
|
-
|
|
3861
|
-
|
|
3862
|
-
|
|
3863
|
-
/**
|
|
3864
|
-
|
|
3865
|
-
|
|
3866
|
-
|
|
3867
|
-
|
|
3868
|
-
|
|
3869
|
-
export declare
|
|
3870
|
-
|
|
3871
|
-
|
|
3872
|
-
/**
|
|
3873
|
-
|
|
3874
|
-
|
|
3875
|
-
|
|
3876
|
-
|
|
3877
|
-
|
|
4653
|
+
/** Overview of secret rotation for the Network Fabric. */
|
|
4654
|
+
export interface SecretRotationSummary {
|
|
4655
|
+
/** The number of active password sets configured on the devices. */
|
|
4656
|
+
readonly activePasswordSetCount?: number;
|
|
4657
|
+
}
|
|
4658
|
+
export declare function secretRotationSummaryDeserializer(item: any): SecretRotationSummary;
|
|
4659
|
+
/** Authorized Transceiver Properties. */
|
|
4660
|
+
export interface AuthorizedTransceiverProperties {
|
|
4661
|
+
/** Vendor of the transceiver. */
|
|
4662
|
+
vendor?: string;
|
|
4663
|
+
/** Key that must be configured on the fabric. */
|
|
4664
|
+
key?: string;
|
|
4665
|
+
}
|
|
4666
|
+
export declare function authorizedTransceiverPropertiesSerializer(item: AuthorizedTransceiverProperties): any;
|
|
4667
|
+
export declare function authorizedTransceiverPropertiesDeserializer(item: any): AuthorizedTransceiverProperties;
|
|
4668
|
+
/** NetworkFabric QoS Properties. */
|
|
4669
|
+
export interface QosProperties {
|
|
4670
|
+
/** QoS configuration state. Default is Disabled. */
|
|
4671
|
+
qosConfigurationState?: QosConfigurationState;
|
|
4672
|
+
}
|
|
4673
|
+
export declare function qosPropertiesSerializer(item: QosProperties): any;
|
|
4674
|
+
export declare function qosPropertiesDeserializer(item: any): QosProperties;
|
|
4675
|
+
/** NetworkFabric QoS ConfigurationState. */
|
|
4676
|
+
export declare enum KnownQosConfigurationState {
|
|
4677
|
+
/** QosConfigurationState-Disabled */
|
|
4678
|
+
Disabled = "Disabled",
|
|
4679
|
+
/** QosConfigurationState-Enabled */
|
|
4680
|
+
Enabled = "Enabled"
|
|
3878
4681
|
}
|
|
3879
4682
|
/**
|
|
3880
|
-
*
|
|
3881
|
-
* {@link
|
|
4683
|
+
* NetworkFabric QoS ConfigurationState. \
|
|
4684
|
+
* {@link KnownQosConfigurationState} can be used interchangeably with QosConfigurationState,
|
|
3882
4685
|
* this enum contains the known values that the service supports.
|
|
3883
4686
|
* ### Known values supported by the service
|
|
3884
|
-
* **
|
|
3885
|
-
* **
|
|
3886
|
-
* **UserAssigned**: User assigned managed identity. \
|
|
3887
|
-
* **SystemAssigned,UserAssigned**: System and user assigned managed identity.
|
|
4687
|
+
* **Disabled**: QosConfigurationState-Disabled \
|
|
4688
|
+
* **Enabled**: QosConfigurationState-Enabled
|
|
3888
4689
|
*/
|
|
3889
|
-
export type
|
|
3890
|
-
/** User assigned identity properties */
|
|
3891
|
-
export interface UserAssignedIdentity {
|
|
3892
|
-
/** The principal ID of the assigned identity. */
|
|
3893
|
-
readonly principalId?: string;
|
|
3894
|
-
/** The client ID of the assigned identity. */
|
|
3895
|
-
readonly clientId?: string;
|
|
3896
|
-
}
|
|
3897
|
-
export declare function userAssignedIdentitySerializer(item: UserAssignedIdentity): any;
|
|
3898
|
-
export declare function userAssignedIdentityDeserializer(item: any): UserAssignedIdentity;
|
|
4690
|
+
export type QosConfigurationState = string;
|
|
3899
4691
|
/** Layer 3 primary and secondary IP Address prefixes. */
|
|
3900
4692
|
export interface Layer3IpPrefixProperties {
|
|
3901
4693
|
/** IPv4 Address Prefix. */
|
|
@@ -3939,6 +4731,12 @@ export interface NetworkFabricPatch extends TagsUpdate {
|
|
|
3939
4731
|
trustedIpPrefixes?: string[];
|
|
3940
4732
|
/** Unique Route Distinguisher configuration */
|
|
3941
4733
|
uniqueRdConfiguration?: UniqueRouteDistinguisherPatchProperties;
|
|
4734
|
+
/** NetworkFabric QoS Configuration */
|
|
4735
|
+
qosConfiguration?: QosPatchProperties;
|
|
4736
|
+
/** NetworkFabric feature flag configuration information */
|
|
4737
|
+
featureFlags?: FeatureFlagProperties[];
|
|
4738
|
+
/** Authorized transciever configuration for NetworkFabric. */
|
|
4739
|
+
authorizedTransceiver?: AuthorizedTransceiverPatchProperties;
|
|
3942
4740
|
}
|
|
3943
4741
|
export declare function networkFabricPatchSerializer(item: NetworkFabricPatch): any;
|
|
3944
4742
|
/** Network Fabric Patch properties. */
|
|
@@ -3969,6 +4767,12 @@ export interface NetworkFabricPatchProperties {
|
|
|
3969
4767
|
trustedIpPrefixes?: string[];
|
|
3970
4768
|
/** Unique Route Distinguisher configuration */
|
|
3971
4769
|
uniqueRdConfiguration?: UniqueRouteDistinguisherPatchProperties;
|
|
4770
|
+
/** NetworkFabric QoS Configuration */
|
|
4771
|
+
qosConfiguration?: QosPatchProperties;
|
|
4772
|
+
/** NetworkFabric feature flag configuration information */
|
|
4773
|
+
featureFlags?: FeatureFlagProperties[];
|
|
4774
|
+
/** Authorized transciever configuration for NetworkFabric. */
|
|
4775
|
+
authorizedTransceiver?: AuthorizedTransceiverPatchProperties;
|
|
3972
4776
|
}
|
|
3973
4777
|
export declare function networkFabricPatchPropertiesSerializer(item: NetworkFabricPatchProperties): any;
|
|
3974
4778
|
/** Network and credentials configuration already applied to terminal server. */
|
|
@@ -4039,14 +4843,6 @@ export interface StorageAccountPatchConfiguration {
|
|
|
4039
4843
|
storageAccountIdentity?: IdentitySelectorPatch;
|
|
4040
4844
|
}
|
|
4041
4845
|
export declare function storageAccountPatchConfigurationSerializer(item: StorageAccountPatchConfiguration): any;
|
|
4042
|
-
/** IdentitySelector represents the selection of a managed identity for use. */
|
|
4043
|
-
export interface IdentitySelectorPatch {
|
|
4044
|
-
/** The type of managed identity that is being selected. */
|
|
4045
|
-
identityType?: ManagedServiceIdentitySelectorType;
|
|
4046
|
-
/** The user assigned managed identity resource ID to use. Mutually exclusive with a system assigned identity type. */
|
|
4047
|
-
userAssignedIdentityResourceId?: string;
|
|
4048
|
-
}
|
|
4049
|
-
export declare function identitySelectorPatchSerializer(item: IdentitySelectorPatch): any;
|
|
4050
4846
|
/** Unique Route Distinguisher configuration properties. */
|
|
4051
4847
|
export interface UniqueRouteDistinguisherPatchProperties {
|
|
4052
4848
|
/** Unique Route Distinguisher configuration state. Default is Enabled. */
|
|
@@ -4055,14 +4851,20 @@ export interface UniqueRouteDistinguisherPatchProperties {
|
|
|
4055
4851
|
nniDerivedUniqueRdConfigurationState?: NNIDerivedUniqueRouteDistinguisherConfigurationState;
|
|
4056
4852
|
}
|
|
4057
4853
|
export declare function uniqueRouteDistinguisherPatchPropertiesSerializer(item: UniqueRouteDistinguisherPatchProperties): any;
|
|
4058
|
-
/**
|
|
4059
|
-
export interface
|
|
4060
|
-
/**
|
|
4061
|
-
|
|
4062
|
-
|
|
4063
|
-
|
|
4064
|
-
|
|
4065
|
-
export
|
|
4854
|
+
/** NetworkFabric QoS Patch Properties. */
|
|
4855
|
+
export interface QosPatchProperties {
|
|
4856
|
+
/** QoS configuration state. Default is Disabled. */
|
|
4857
|
+
qosConfigurationState?: QosConfigurationState;
|
|
4858
|
+
}
|
|
4859
|
+
export declare function qosPatchPropertiesSerializer(item: QosPatchProperties): any;
|
|
4860
|
+
/** Authorized Transceiver Patch Properties. */
|
|
4861
|
+
export interface AuthorizedTransceiverPatchProperties {
|
|
4862
|
+
/** Vendor of the transceiver. */
|
|
4863
|
+
vendor?: string;
|
|
4864
|
+
/** Key that must be configured on the fabric. */
|
|
4865
|
+
key?: string;
|
|
4866
|
+
}
|
|
4867
|
+
export declare function authorizedTransceiverPatchPropertiesSerializer(item: AuthorizedTransceiverPatchProperties): any;
|
|
4066
4868
|
/** Layer 3 primary and secondary IP Address prefixes. */
|
|
4067
4869
|
export interface Layer3IpPrefixPatchProperties {
|
|
4068
4870
|
/** IPv4 Address Prefix. */
|
|
@@ -4107,6 +4909,12 @@ export declare enum KnownNetworkFabricUpgradeAction {
|
|
|
4107
4909
|
* **Complete**: UpgradeAction -Complete
|
|
4108
4910
|
*/
|
|
4109
4911
|
export type NetworkFabricUpgradeAction = string;
|
|
4912
|
+
/** Update version properties. */
|
|
4913
|
+
export interface UpdateVersion {
|
|
4914
|
+
/** Specify the version. */
|
|
4915
|
+
version?: string;
|
|
4916
|
+
}
|
|
4917
|
+
export declare function updateVersionSerializer(item: UpdateVersion): any;
|
|
4110
4918
|
/** Validation configuration properties. */
|
|
4111
4919
|
export interface ValidateConfigurationProperties {
|
|
4112
4920
|
/** Validate action that to be performed */
|
|
@@ -4132,6 +4940,100 @@ export declare enum KnownValidateAction {
|
|
|
4132
4940
|
* **Connectivity**: ValidateAction-Connectivity
|
|
4133
4941
|
*/
|
|
4134
4942
|
export type ValidateAction = string;
|
|
4943
|
+
/** GetTopology Response. */
|
|
4944
|
+
export interface GetTopologyResponse {
|
|
4945
|
+
/** Fully qualified ID for the async operation. */
|
|
4946
|
+
id?: string;
|
|
4947
|
+
/** Name of the async operation. */
|
|
4948
|
+
name?: string;
|
|
4949
|
+
/** Operation status. */
|
|
4950
|
+
status: string;
|
|
4951
|
+
/** Percent of the operation that is complete. */
|
|
4952
|
+
percentComplete?: number;
|
|
4953
|
+
/** The start time of the operation. */
|
|
4954
|
+
startTime?: Date;
|
|
4955
|
+
/** The end time of the operation. */
|
|
4956
|
+
endTime?: Date;
|
|
4957
|
+
/** The operations list. */
|
|
4958
|
+
operations?: OperationStatusResult[];
|
|
4959
|
+
/** If present, details of the operation error. */
|
|
4960
|
+
error?: ErrorDetail;
|
|
4961
|
+
/** Fully qualified ID of the resource against which the original async operation was started. */
|
|
4962
|
+
readonly resourceId?: string;
|
|
4963
|
+
/** Properties of the GetTopology Response. */
|
|
4964
|
+
properties?: GetTopologyResponseProperties;
|
|
4965
|
+
}
|
|
4966
|
+
export declare function getTopologyResponseDeserializer(item: any): GetTopologyResponse;
|
|
4967
|
+
/** Properties of the GetTopology Response. */
|
|
4968
|
+
export interface GetTopologyResponseProperties {
|
|
4969
|
+
/** Topology JSON string. */
|
|
4970
|
+
url?: string;
|
|
4971
|
+
}
|
|
4972
|
+
export declare function getTopologyResponsePropertiesDeserializer(item: any): GetTopologyResponseProperties;
|
|
4973
|
+
/** Commit Configuration Request. */
|
|
4974
|
+
export interface CommitConfigurationRequest {
|
|
4975
|
+
/** Commit stage Action to be performed. */
|
|
4976
|
+
commitStage?: CommitStage;
|
|
4977
|
+
/** Commit configuration Policy. Supported policy is StageCEConfiguration, which indicates to prepare the configuration for the CE device type. */
|
|
4978
|
+
commitPolicy?: CommitConfigurationPolicy;
|
|
4979
|
+
/** List of ARM resource IDs of devices to be included in the commit operation. Either CE1 or CE2 is allowed. */
|
|
4980
|
+
devices?: string[];
|
|
4981
|
+
}
|
|
4982
|
+
export declare function commitConfigurationRequestSerializer(item: CommitConfigurationRequest): any;
|
|
4983
|
+
/** Commit stage Action to be performed. */
|
|
4984
|
+
export declare enum KnownCommitStage {
|
|
4985
|
+
/** CommitStage-Start indicates to prepare the device configuration for the devices which is decided by policy type */
|
|
4986
|
+
Start = "Start",
|
|
4987
|
+
/** CommitStage-Continue indicates to push the configuration to the devices provided. Either CE1 or CE2 is allowed */
|
|
4988
|
+
Continue = "Continue",
|
|
4989
|
+
/** CommitStage-Rollback indicates to revert to the previous configuration for the devices to which configuration is pushed as part of staging. */
|
|
4990
|
+
Rollback = "Rollback"
|
|
4991
|
+
}
|
|
4992
|
+
/**
|
|
4993
|
+
* Commit stage Action to be performed. \
|
|
4994
|
+
* {@link KnownCommitStage} can be used interchangeably with CommitStage,
|
|
4995
|
+
* this enum contains the known values that the service supports.
|
|
4996
|
+
* ### Known values supported by the service
|
|
4997
|
+
* **Start**: CommitStage-Start indicates to prepare the device configuration for the devices which is decided by policy type \
|
|
4998
|
+
* **Continue**: CommitStage-Continue indicates to push the configuration to the devices provided. Either CE1 or CE2 is allowed \
|
|
4999
|
+
* **Rollback**: CommitStage-Rollback indicates to revert to the previous configuration for the devices to which configuration is pushed as part of staging.
|
|
5000
|
+
*/
|
|
5001
|
+
export type CommitStage = string;
|
|
5002
|
+
/** Indicates Commit configuration staging policy. Supported policy is StageCEConfiguration, which indicates to prepare the configuration for the CE device type. */
|
|
5003
|
+
export declare enum KnownCommitConfigurationPolicy {
|
|
5004
|
+
/** CommitConfigurationPolicy-StageCEConfiguration */
|
|
5005
|
+
StageCEConfiguration = "StageCEConfiguration"
|
|
5006
|
+
}
|
|
5007
|
+
/**
|
|
5008
|
+
* Indicates Commit configuration staging policy. Supported policy is StageCEConfiguration, which indicates to prepare the configuration for the CE device type. \
|
|
5009
|
+
* {@link KnownCommitConfigurationPolicy} can be used interchangeably with CommitConfigurationPolicy,
|
|
5010
|
+
* this enum contains the known values that the service supports.
|
|
5011
|
+
* ### Known values supported by the service
|
|
5012
|
+
* **StageCEConfiguration**: CommitConfigurationPolicy-StageCEConfiguration
|
|
5013
|
+
*/
|
|
5014
|
+
export type CommitConfigurationPolicy = string;
|
|
5015
|
+
/** Commit Configuration Response. */
|
|
5016
|
+
export interface CommitConfigurationResponse {
|
|
5017
|
+
/** Fully qualified ID for the async operation. */
|
|
5018
|
+
id?: string;
|
|
5019
|
+
/** Name of the async operation. */
|
|
5020
|
+
name?: string;
|
|
5021
|
+
/** Operation status. */
|
|
5022
|
+
status: string;
|
|
5023
|
+
/** Percent of the operation that is complete. */
|
|
5024
|
+
percentComplete?: number;
|
|
5025
|
+
/** The start time of the operation. */
|
|
5026
|
+
startTime?: Date;
|
|
5027
|
+
/** The end time of the operation. */
|
|
5028
|
+
endTime?: Date;
|
|
5029
|
+
/** The operations list. */
|
|
5030
|
+
operations?: OperationStatusResult[];
|
|
5031
|
+
/** If present, details of the operation error. */
|
|
5032
|
+
error?: ErrorDetail;
|
|
5033
|
+
/** Fully qualified ID of the resource against which the original async operation was started. */
|
|
5034
|
+
readonly resourceId?: string;
|
|
5035
|
+
}
|
|
5036
|
+
export declare function commitConfigurationResponseDeserializer(item: any): CommitConfigurationResponse;
|
|
4135
5037
|
/** Commit Batch Status Request. */
|
|
4136
5038
|
export interface CommitBatchStatusRequest {
|
|
4137
5039
|
/** Commit Batch Identifier. If not provided, the latest commit batch status will be returned. */
|
|
@@ -4139,7 +5041,31 @@ export interface CommitBatchStatusRequest {
|
|
|
4139
5041
|
}
|
|
4140
5042
|
export declare function commitBatchStatusRequestSerializer(item: CommitBatchStatusRequest): any;
|
|
4141
5043
|
/** Commit Batch Status Response. */
|
|
4142
|
-
export interface
|
|
5044
|
+
export interface CommitBatchStatusOperationResponse {
|
|
5045
|
+
/** Fully qualified ID for the async operation. */
|
|
5046
|
+
id?: string;
|
|
5047
|
+
/** Name of the async operation. */
|
|
5048
|
+
name?: string;
|
|
5049
|
+
/** Operation status. */
|
|
5050
|
+
status: string;
|
|
5051
|
+
/** Percent of the operation that is complete. */
|
|
5052
|
+
percentComplete?: number;
|
|
5053
|
+
/** The start time of the operation. */
|
|
5054
|
+
startTime?: Date;
|
|
5055
|
+
/** The end time of the operation. */
|
|
5056
|
+
endTime?: Date;
|
|
5057
|
+
/** The operations list. */
|
|
5058
|
+
operations?: OperationStatusResult[];
|
|
5059
|
+
/** If present, details of the operation error. */
|
|
5060
|
+
error?: ErrorDetail;
|
|
5061
|
+
/** Fully qualified ID of the resource against which the original async operation was started. */
|
|
5062
|
+
readonly resourceId?: string;
|
|
5063
|
+
/** Commit Batch Status Response Properties. */
|
|
5064
|
+
properties?: CommitBatchStatusResponseProperties;
|
|
5065
|
+
}
|
|
5066
|
+
export declare function commitBatchStatusOperationResponseDeserializer(item: any): CommitBatchStatusOperationResponse;
|
|
5067
|
+
/** Commit Batch Status Response Properties. */
|
|
5068
|
+
export interface CommitBatchStatusResponseProperties {
|
|
4143
5069
|
/** Commit Batch Identifier. */
|
|
4144
5070
|
commitBatchId?: string;
|
|
4145
5071
|
/** Commit Batch State. */
|
|
@@ -4147,7 +5073,7 @@ export interface CommitBatchStatusResponse extends CommonErrorResponse {
|
|
|
4147
5073
|
/** Commit Batch Details. */
|
|
4148
5074
|
commitBatchDetails?: CommitBatchDetails;
|
|
4149
5075
|
}
|
|
4150
|
-
export declare function
|
|
5076
|
+
export declare function commitBatchStatusResponsePropertiesDeserializer(item: any): CommitBatchStatusResponseProperties;
|
|
4151
5077
|
/** Commit Batch State. */
|
|
4152
5078
|
export declare enum KnownCommitBatchState {
|
|
4153
5079
|
/** CommitBatchState-PartialSuccess */
|
|
@@ -4180,11 +5106,35 @@ export interface DiscardCommitBatchRequest {
|
|
|
4180
5106
|
}
|
|
4181
5107
|
export declare function discardCommitBatchRequestSerializer(item: DiscardCommitBatchRequest): any;
|
|
4182
5108
|
/** Discard Commit Batch Response. */
|
|
4183
|
-
export interface
|
|
5109
|
+
export interface DiscardCommitBatchOperationResponse {
|
|
5110
|
+
/** Fully qualified ID for the async operation. */
|
|
5111
|
+
id?: string;
|
|
5112
|
+
/** Name of the async operation. */
|
|
5113
|
+
name?: string;
|
|
5114
|
+
/** Operation status. */
|
|
5115
|
+
status: string;
|
|
5116
|
+
/** Percent of the operation that is complete. */
|
|
5117
|
+
percentComplete?: number;
|
|
5118
|
+
/** The start time of the operation. */
|
|
5119
|
+
startTime?: Date;
|
|
5120
|
+
/** The end time of the operation. */
|
|
5121
|
+
endTime?: Date;
|
|
5122
|
+
/** The operations list. */
|
|
5123
|
+
operations?: OperationStatusResult[];
|
|
5124
|
+
/** If present, details of the operation error. */
|
|
5125
|
+
error?: ErrorDetail;
|
|
5126
|
+
/** Fully qualified ID of the resource against which the original async operation was started. */
|
|
5127
|
+
readonly resourceId?: string;
|
|
5128
|
+
/** Discard commit batch response properties. */
|
|
5129
|
+
properties?: DiscardCommitBatchResponseProperties;
|
|
5130
|
+
}
|
|
5131
|
+
export declare function discardCommitBatchOperationResponseDeserializer(item: any): DiscardCommitBatchOperationResponse;
|
|
5132
|
+
/** Discard Commit Batch Response Properties. */
|
|
5133
|
+
export interface DiscardCommitBatchResponseProperties {
|
|
4184
5134
|
/** Commit Batch Identifier. */
|
|
4185
5135
|
commitBatchId?: string;
|
|
4186
5136
|
}
|
|
4187
|
-
export declare function
|
|
5137
|
+
export declare function discardCommitBatchResponsePropertiesDeserializer(item: any): DiscardCommitBatchResponseProperties;
|
|
4188
5138
|
/** Network Fabric Lock Request. */
|
|
4189
5139
|
export interface NetworkFabricLockRequest {
|
|
4190
5140
|
/** Type of lock to be applied */
|
|
@@ -4209,18 +5159,132 @@ export declare enum KnownNetworkFabricLockAction {
|
|
|
4209
5159
|
* **Unlock**: Perform unlock operation
|
|
4210
5160
|
*/
|
|
4211
5161
|
export type NetworkFabricLockAction = string;
|
|
4212
|
-
/** View Device Configuration Response. */
|
|
4213
|
-
export interface
|
|
5162
|
+
/** View Device Configuration Response V2. */
|
|
5163
|
+
export interface ViewDeviceConfigurationOperationResponse {
|
|
5164
|
+
/** Fully qualified ID for the async operation. */
|
|
5165
|
+
id?: string;
|
|
5166
|
+
/** Name of the async operation. */
|
|
5167
|
+
name?: string;
|
|
5168
|
+
/** Operation status. */
|
|
5169
|
+
status: string;
|
|
5170
|
+
/** Percent of the operation that is complete. */
|
|
5171
|
+
percentComplete?: number;
|
|
5172
|
+
/** The start time of the operation. */
|
|
5173
|
+
startTime?: Date;
|
|
5174
|
+
/** The end time of the operation. */
|
|
5175
|
+
endTime?: Date;
|
|
5176
|
+
/** The operations list. */
|
|
5177
|
+
operations?: OperationStatusResult[];
|
|
5178
|
+
/** If present, details of the operation error. */
|
|
5179
|
+
error?: ErrorDetail;
|
|
5180
|
+
/** Fully qualified ID of the resource against which the original async operation was started. */
|
|
5181
|
+
readonly resourceId?: string;
|
|
5182
|
+
/** View Device Configuration Response Properties. */
|
|
5183
|
+
properties?: ViewDeviceConfigurationResponseProperties;
|
|
5184
|
+
}
|
|
5185
|
+
export declare function viewDeviceConfigurationOperationResponseDeserializer(item: any): ViewDeviceConfigurationOperationResponse;
|
|
5186
|
+
/** View Device Configuration Response Properties. */
|
|
5187
|
+
export interface ViewDeviceConfigurationResponseProperties {
|
|
4214
5188
|
/** Storage URL to the device configuration file. */
|
|
4215
5189
|
deviceConfigurationUrl?: string;
|
|
4216
5190
|
}
|
|
4217
|
-
export declare function
|
|
4218
|
-
/** Arm Configuration Diff Response. */
|
|
4219
|
-
export interface
|
|
5191
|
+
export declare function viewDeviceConfigurationResponsePropertiesDeserializer(item: any): ViewDeviceConfigurationResponseProperties;
|
|
5192
|
+
/** Arm Configuration Diff Response V2. */
|
|
5193
|
+
export interface ArmConfigurationDiffOperationResponse {
|
|
5194
|
+
/** Fully qualified ID for the async operation. */
|
|
5195
|
+
id?: string;
|
|
5196
|
+
/** Name of the async operation. */
|
|
5197
|
+
name?: string;
|
|
5198
|
+
/** Operation status. */
|
|
5199
|
+
status: string;
|
|
5200
|
+
/** Percent of the operation that is complete. */
|
|
5201
|
+
percentComplete?: number;
|
|
5202
|
+
/** The start time of the operation. */
|
|
5203
|
+
startTime?: Date;
|
|
5204
|
+
/** The end time of the operation. */
|
|
5205
|
+
endTime?: Date;
|
|
5206
|
+
/** The operations list. */
|
|
5207
|
+
operations?: OperationStatusResult[];
|
|
5208
|
+
/** If present, details of the operation error. */
|
|
5209
|
+
error?: ErrorDetail;
|
|
5210
|
+
/** Fully qualified ID of the resource against which the original async operation was started. */
|
|
5211
|
+
readonly resourceId?: string;
|
|
5212
|
+
/** Arm Configuration Diff Response Properties. */
|
|
5213
|
+
properties?: ArmConfigurationDiffResponseProperties;
|
|
5214
|
+
}
|
|
5215
|
+
export declare function armConfigurationDiffOperationResponseDeserializer(item: any): ArmConfigurationDiffOperationResponse;
|
|
5216
|
+
/** Arm Configuration Diff Response Properties. */
|
|
5217
|
+
export interface ArmConfigurationDiffResponseProperties {
|
|
4220
5218
|
/** Storage URL to the diff file. */
|
|
4221
5219
|
configurationDiffUrl?: string;
|
|
4222
5220
|
}
|
|
4223
|
-
export declare function
|
|
5221
|
+
export declare function armConfigurationDiffResponsePropertiesDeserializer(item: any): ArmConfigurationDiffResponseProperties;
|
|
5222
|
+
/** Response body for a RotatePasswords request on a Network Fabric. */
|
|
5223
|
+
export interface NetworkFabricRotatePasswordsResponse {
|
|
5224
|
+
/** Fully qualified ID for the async operation. */
|
|
5225
|
+
id?: string;
|
|
5226
|
+
/** Name of the async operation. */
|
|
5227
|
+
name?: string;
|
|
5228
|
+
/** Operation status. */
|
|
5229
|
+
status: string;
|
|
5230
|
+
/** Percent of the operation that is complete. */
|
|
5231
|
+
percentComplete?: number;
|
|
5232
|
+
/** The start time of the operation. */
|
|
5233
|
+
startTime?: Date;
|
|
5234
|
+
/** The end time of the operation. */
|
|
5235
|
+
endTime?: Date;
|
|
5236
|
+
/** The operations list. */
|
|
5237
|
+
operations?: OperationStatusResult[];
|
|
5238
|
+
/** If present, details of the operation error. */
|
|
5239
|
+
error?: ErrorDetail;
|
|
5240
|
+
/** Fully qualified ID of the resource against which the original async operation was started. */
|
|
5241
|
+
readonly resourceId?: string;
|
|
5242
|
+
}
|
|
5243
|
+
export declare function networkFabricRotatePasswordsResponseDeserializer(item: any): NetworkFabricRotatePasswordsResponse;
|
|
5244
|
+
/** Response body for a ResyncPasswords request on a Network Fabric. */
|
|
5245
|
+
export interface NetworkFabricResyncPasswordsResponse {
|
|
5246
|
+
/** Fully qualified ID for the async operation. */
|
|
5247
|
+
id?: string;
|
|
5248
|
+
/** Name of the async operation. */
|
|
5249
|
+
name?: string;
|
|
5250
|
+
/** Operation status. */
|
|
5251
|
+
status: string;
|
|
5252
|
+
/** Percent of the operation that is complete. */
|
|
5253
|
+
percentComplete?: number;
|
|
5254
|
+
/** The start time of the operation. */
|
|
5255
|
+
startTime?: Date;
|
|
5256
|
+
/** The end time of the operation. */
|
|
5257
|
+
endTime?: Date;
|
|
5258
|
+
/** The operations list. */
|
|
5259
|
+
operations?: OperationStatusResult[];
|
|
5260
|
+
/** If present, details of the operation error. */
|
|
5261
|
+
error?: ErrorDetail;
|
|
5262
|
+
/** Fully qualified ID of the resource against which the original async operation was started. */
|
|
5263
|
+
readonly resourceId?: string;
|
|
5264
|
+
}
|
|
5265
|
+
export declare function networkFabricResyncPasswordsResponseDeserializer(item: any): NetworkFabricResyncPasswordsResponse;
|
|
5266
|
+
/** Response body for a RotateCertificates request on a Network Fabric. */
|
|
5267
|
+
export interface NetworkFabricRotateCertificatesResponse {
|
|
5268
|
+
/** Fully qualified ID for the async operation. */
|
|
5269
|
+
id?: string;
|
|
5270
|
+
/** Name of the async operation. */
|
|
5271
|
+
name?: string;
|
|
5272
|
+
/** Operation status. */
|
|
5273
|
+
status: string;
|
|
5274
|
+
/** Percent of the operation that is complete. */
|
|
5275
|
+
percentComplete?: number;
|
|
5276
|
+
/** The start time of the operation. */
|
|
5277
|
+
startTime?: Date;
|
|
5278
|
+
/** The end time of the operation. */
|
|
5279
|
+
endTime?: Date;
|
|
5280
|
+
/** The operations list. */
|
|
5281
|
+
operations?: OperationStatusResult[];
|
|
5282
|
+
/** If present, details of the operation error. */
|
|
5283
|
+
error?: ErrorDetail;
|
|
5284
|
+
/** Fully qualified ID of the resource against which the original async operation was started. */
|
|
5285
|
+
readonly resourceId?: string;
|
|
5286
|
+
}
|
|
5287
|
+
export declare function networkFabricRotateCertificatesResponseDeserializer(item: any): NetworkFabricRotateCertificatesResponse;
|
|
4224
5288
|
/** The Network To Network Interconnect resource definition. */
|
|
4225
5289
|
export interface NetworkToNetworkInterconnect extends ProxyResource {
|
|
4226
5290
|
/** Type of NNI used. Example: CE | NPB */
|
|
@@ -4564,7 +5628,7 @@ export interface ProxyResourceBase {
|
|
|
4564
5628
|
/** Azure Resource Manager metadata containing createdBy and modifiedBy information. */
|
|
4565
5629
|
readonly systemData?: SystemData;
|
|
4566
5630
|
}
|
|
4567
|
-
export declare function proxyResourceBaseSerializer(
|
|
5631
|
+
export declare function proxyResourceBaseSerializer(_item: ProxyResourceBase): any;
|
|
4568
5632
|
/** Paged collection of NetworkToNetworkInterconnect items */
|
|
4569
5633
|
export interface _NetworkToNetworkInterconnectsList {
|
|
4570
5634
|
/** The NetworkToNetworkInterconnect items on this page */
|
|
@@ -4576,13 +5640,13 @@ export declare function _networkToNetworkInterconnectsListDeserializer(item: any
|
|
|
4576
5640
|
export declare function networkToNetworkInterconnectArraySerializer(result: Array<NetworkToNetworkInterconnect>): any[];
|
|
4577
5641
|
export declare function networkToNetworkInterconnectArrayDeserializer(result: Array<NetworkToNetworkInterconnect>): any[];
|
|
4578
5642
|
/** NNI Bidirectional Forwarding Detection (BFD) Administrative State request. */
|
|
4579
|
-
export interface
|
|
5643
|
+
export interface NniUpdateBfdAdministrativeStateRequest {
|
|
4580
5644
|
/** Route Type. Choose either Static or OptionA. */
|
|
4581
5645
|
routeType?: RouteType;
|
|
4582
5646
|
/** State. Select either enable or disable. */
|
|
4583
5647
|
administrativeState?: BfdAdministrativeState;
|
|
4584
5648
|
}
|
|
4585
|
-
export declare function
|
|
5649
|
+
export declare function nniUpdateBfdAdministrativeStateRequestSerializer(item: NniUpdateBfdAdministrativeStateRequest): any;
|
|
4586
5650
|
/** Route type to be used. */
|
|
4587
5651
|
export declare enum KnownRouteType {
|
|
4588
5652
|
/** RouteType-Static */
|
|
@@ -4600,15 +5664,41 @@ export declare enum KnownRouteType {
|
|
|
4600
5664
|
*/
|
|
4601
5665
|
export type RouteType = string;
|
|
4602
5666
|
/** NNI Bidirectional Forwarding Detection (BFD) Administrative State response. */
|
|
4603
|
-
export interface
|
|
5667
|
+
export interface NniUpdateBfdAdministrativeStateResponse {
|
|
5668
|
+
/** Fully qualified ID for the async operation. */
|
|
5669
|
+
id?: string;
|
|
5670
|
+
/** Name of the async operation. */
|
|
5671
|
+
name?: string;
|
|
5672
|
+
/** Operation status. */
|
|
5673
|
+
status: string;
|
|
5674
|
+
/** Percent of the operation that is complete. */
|
|
5675
|
+
percentComplete?: number;
|
|
5676
|
+
/** The start time of the operation. */
|
|
5677
|
+
startTime?: Date;
|
|
5678
|
+
/** The end time of the operation. */
|
|
5679
|
+
endTime?: Date;
|
|
5680
|
+
/** The operations list. */
|
|
5681
|
+
operations?: OperationStatusResult[];
|
|
5682
|
+
/** If present, details of the operation error. */
|
|
5683
|
+
error?: ErrorDetail;
|
|
5684
|
+
/** Fully qualified ID of the resource against which the original async operation was started. */
|
|
5685
|
+
readonly resourceId?: string;
|
|
5686
|
+
/** Properties of the NNI BFD Administrative State response. */
|
|
5687
|
+
properties?: NniUpdateBfdAdministrativeStateResponseProperties;
|
|
5688
|
+
}
|
|
5689
|
+
export declare function nniUpdateBfdAdministrativeStateResponseDeserializer(item: any): NniUpdateBfdAdministrativeStateResponse;
|
|
5690
|
+
/** NNI Bidirectional Forwarding Detection (BFD) Update Administrative State response. */
|
|
5691
|
+
export interface NniUpdateBfdAdministrativeStateResponseProperties {
|
|
4604
5692
|
/** Route Type. Choose either Static or OptionA. */
|
|
4605
5693
|
routeType?: RouteType;
|
|
4606
5694
|
/** State. Select either enable or disable. */
|
|
4607
5695
|
administrativeState?: BfdAdministrativeState;
|
|
4608
5696
|
}
|
|
4609
|
-
export declare function
|
|
5697
|
+
export declare function nniUpdateBfdAdministrativeStateResponsePropertiesDeserializer(item: any): NniUpdateBfdAdministrativeStateResponseProperties;
|
|
4610
5698
|
/** The NetworkPacketBroker resource definition. */
|
|
4611
5699
|
export interface NetworkPacketBroker extends TrackedResource {
|
|
5700
|
+
/** The managed service identities assigned to this resource. */
|
|
5701
|
+
identity?: ManagedServiceIdentity;
|
|
4612
5702
|
/** ARM resource ID of the Network Fabric. */
|
|
4613
5703
|
networkFabricId: string;
|
|
4614
5704
|
/** List of ARM resource IDs of Network Devices [NPB]. */
|
|
@@ -4623,6 +5713,8 @@ export interface NetworkPacketBroker extends TrackedResource {
|
|
|
4623
5713
|
readonly lastOperation?: LastOperationProperties;
|
|
4624
5714
|
/** Provisioning state of the resource. */
|
|
4625
5715
|
readonly provisioningState?: ProvisioningState;
|
|
5716
|
+
/** Configuration state of the resource. */
|
|
5717
|
+
readonly configurationState?: ConfigurationState;
|
|
4626
5718
|
}
|
|
4627
5719
|
export declare function networkPacketBrokerSerializer(item: NetworkPacketBroker): any;
|
|
4628
5720
|
export declare function networkPacketBrokerDeserializer(item: any): NetworkPacketBroker;
|
|
@@ -4642,11 +5734,15 @@ export interface NetworkPacketBrokerProperties {
|
|
|
4642
5734
|
readonly lastOperation?: LastOperationProperties;
|
|
4643
5735
|
/** Provisioning state of the resource. */
|
|
4644
5736
|
readonly provisioningState?: ProvisioningState;
|
|
5737
|
+
/** Configuration state of the resource. */
|
|
5738
|
+
readonly configurationState?: ConfigurationState;
|
|
4645
5739
|
}
|
|
4646
5740
|
export declare function networkPacketBrokerPropertiesSerializer(item: NetworkPacketBrokerProperties): any;
|
|
4647
5741
|
export declare function networkPacketBrokerPropertiesDeserializer(item: any): NetworkPacketBrokerProperties;
|
|
4648
5742
|
/** The NetworkPacketBroker patch resource definition. */
|
|
4649
5743
|
export interface NetworkPacketBrokerPatch extends TagsUpdate {
|
|
5744
|
+
/** The managed service identities assigned to this resource. */
|
|
5745
|
+
identity?: ManagedServiceIdentityPatch;
|
|
4650
5746
|
}
|
|
4651
5747
|
export declare function networkPacketBrokerPatchSerializer(item: NetworkPacketBrokerPatch): any;
|
|
4652
5748
|
/** Paged collection of NetworkPacketBroker items */
|
|
@@ -4673,6 +5769,8 @@ export interface NetworkRack extends TrackedResource {
|
|
|
4673
5769
|
readonly lastOperation?: LastOperationProperties;
|
|
4674
5770
|
/** Provisioning state of the resource. */
|
|
4675
5771
|
readonly provisioningState?: ProvisioningState;
|
|
5772
|
+
/** Configuration state of the resource. */
|
|
5773
|
+
readonly configurationState?: ConfigurationState;
|
|
4676
5774
|
}
|
|
4677
5775
|
export declare function networkRackSerializer(item: NetworkRack): any;
|
|
4678
5776
|
export declare function networkRackDeserializer(item: any): NetworkRack;
|
|
@@ -4688,6 +5786,8 @@ export interface NetworkRackProperties extends AnnotationResource {
|
|
|
4688
5786
|
readonly lastOperation?: LastOperationProperties;
|
|
4689
5787
|
/** Provisioning state of the resource. */
|
|
4690
5788
|
readonly provisioningState?: ProvisioningState;
|
|
5789
|
+
/** Configuration state of the resource. */
|
|
5790
|
+
readonly configurationState?: ConfigurationState;
|
|
4691
5791
|
}
|
|
4692
5792
|
export declare function networkRackPropertiesSerializer(item: NetworkRackProperties): any;
|
|
4693
5793
|
export declare function networkRackPropertiesDeserializer(item: any): NetworkRackProperties;
|
|
@@ -4728,26 +5828,34 @@ export declare function networkRackArraySerializer(result: Array<NetworkRack>):
|
|
|
4728
5828
|
export declare function networkRackArrayDeserializer(result: Array<NetworkRack>): any[];
|
|
4729
5829
|
/** The NetworkTapRule resource definition. */
|
|
4730
5830
|
export interface NetworkTapRule extends TrackedResource {
|
|
5831
|
+
/** The managed service identities assigned to this resource. */
|
|
5832
|
+
identity?: ManagedServiceIdentity;
|
|
4731
5833
|
/** Switch configuration description. */
|
|
4732
5834
|
annotation?: string;
|
|
4733
5835
|
/** Input method to configure Network Tap Rule. */
|
|
4734
5836
|
configurationType: ConfigurationType;
|
|
4735
5837
|
/** Network Tap Rules file URL. */
|
|
4736
5838
|
tapRulesUrl?: string;
|
|
5839
|
+
/** The selection of the managed identity to use with this storage account. The identity type must be either system assigned or user assigned. */
|
|
5840
|
+
identitySelector?: IdentitySelector;
|
|
4737
5841
|
/** List of match configurations. */
|
|
4738
5842
|
matchConfigurations?: NetworkTapRuleMatchConfiguration[];
|
|
4739
5843
|
/** List of dynamic match configurations. */
|
|
4740
5844
|
dynamicMatchConfigurations?: CommonDynamicMatchConfiguration[];
|
|
4741
5845
|
/** The ARM resource Id of the NetworkTap. */
|
|
4742
5846
|
readonly networkTapId?: string;
|
|
5847
|
+
/** The ARM resource Id of the NetworkTap Rules. */
|
|
5848
|
+
readonly networkTapIds?: string[];
|
|
4743
5849
|
/** Polling interval in seconds. */
|
|
4744
|
-
pollingIntervalInSeconds?:
|
|
5850
|
+
pollingIntervalInSeconds?: number;
|
|
4745
5851
|
/** The last sync timestamp. */
|
|
4746
5852
|
readonly lastSyncedTime?: Date;
|
|
4747
5853
|
/** Global network tap rule actions */
|
|
4748
5854
|
globalNetworkTapRuleActions?: GlobalNetworkTapRuleActionProperties;
|
|
4749
5855
|
/** Details of the last operation performed on the resource */
|
|
4750
5856
|
readonly lastOperation?: LastOperationProperties;
|
|
5857
|
+
/** Associated Network Fabric Resource IDs */
|
|
5858
|
+
readonly networkFabricIds?: string[];
|
|
4751
5859
|
/** Configuration state of the resource. */
|
|
4752
5860
|
readonly configurationState?: ConfigurationState;
|
|
4753
5861
|
/** Provisioning state of the resource. */
|
|
@@ -4765,20 +5873,26 @@ export interface NetworkTapRuleProperties {
|
|
|
4765
5873
|
configurationType: ConfigurationType;
|
|
4766
5874
|
/** Network Tap Rules file URL. */
|
|
4767
5875
|
tapRulesUrl?: string;
|
|
5876
|
+
/** The selection of the managed identity to use with this storage account. The identity type must be either system assigned or user assigned. */
|
|
5877
|
+
identitySelector?: IdentitySelector;
|
|
4768
5878
|
/** List of match configurations. */
|
|
4769
5879
|
matchConfigurations?: NetworkTapRuleMatchConfiguration[];
|
|
4770
5880
|
/** List of dynamic match configurations. */
|
|
4771
5881
|
dynamicMatchConfigurations?: CommonDynamicMatchConfiguration[];
|
|
4772
5882
|
/** The ARM resource Id of the NetworkTap. */
|
|
4773
5883
|
readonly networkTapId?: string;
|
|
5884
|
+
/** The ARM resource Id of the NetworkTap Rules. */
|
|
5885
|
+
readonly networkTapIds?: string[];
|
|
4774
5886
|
/** Polling interval in seconds. */
|
|
4775
|
-
pollingIntervalInSeconds?:
|
|
5887
|
+
pollingIntervalInSeconds?: number;
|
|
4776
5888
|
/** The last sync timestamp. */
|
|
4777
5889
|
readonly lastSyncedTime?: Date;
|
|
4778
5890
|
/** Global network tap rule actions */
|
|
4779
5891
|
globalNetworkTapRuleActions?: GlobalNetworkTapRuleActionProperties;
|
|
4780
5892
|
/** Details of the last operation performed on the resource */
|
|
4781
5893
|
readonly lastOperation?: LastOperationProperties;
|
|
5894
|
+
/** Associated Network Fabric Resource IDs */
|
|
5895
|
+
readonly networkFabricIds?: string[];
|
|
4782
5896
|
/** Configuration state of the resource. */
|
|
4783
5897
|
readonly configurationState?: ConfigurationState;
|
|
4784
5898
|
/** Provisioning state of the resource. */
|
|
@@ -4880,28 +5994,6 @@ export declare enum KnownTapRuleActionType {
|
|
|
4880
5994
|
* **Mirror**: TapRuleActionType-Mirror
|
|
4881
5995
|
*/
|
|
4882
5996
|
export type TapRuleActionType = string;
|
|
4883
|
-
/** Polling interval in seconds. */
|
|
4884
|
-
export declare enum KnownPollingIntervalInSeconds {
|
|
4885
|
-
/** 30 PollingIntervalInSeconds */
|
|
4886
|
-
Thirty = 30,
|
|
4887
|
-
/** 60 PollingIntervalInSeconds */
|
|
4888
|
-
Sixty = 60,
|
|
4889
|
-
/** 90 PollingIntervalInSeconds */
|
|
4890
|
-
Ninety = 90,
|
|
4891
|
-
/** 120 PollingIntervalInSeconds */
|
|
4892
|
-
OneTwenty = 120
|
|
4893
|
-
}
|
|
4894
|
-
/**
|
|
4895
|
-
* Polling interval in seconds. \
|
|
4896
|
-
* {@link KnownPollingIntervalInSeconds} can be used interchangeably with PollingIntervalInSeconds,
|
|
4897
|
-
* this enum contains the known values that the service supports.
|
|
4898
|
-
* ### Known values supported by the service
|
|
4899
|
-
* **30**: 30 PollingIntervalInSeconds \
|
|
4900
|
-
* **60**: 60 PollingIntervalInSeconds \
|
|
4901
|
-
* **90**: 90 PollingIntervalInSeconds \
|
|
4902
|
-
* **120**: 120 PollingIntervalInSeconds
|
|
4903
|
-
*/
|
|
4904
|
-
export type PollingIntervalInSeconds = number;
|
|
4905
5997
|
/** Global network tap rule actions properties */
|
|
4906
5998
|
export interface GlobalNetworkTapRuleActionProperties {
|
|
4907
5999
|
/** Configuration to enable network tap rule counter. */
|
|
@@ -4913,6 +6005,8 @@ export declare function globalNetworkTapRuleActionPropertiesSerializer(item: Glo
|
|
|
4913
6005
|
export declare function globalNetworkTapRuleActionPropertiesDeserializer(item: any): GlobalNetworkTapRuleActionProperties;
|
|
4914
6006
|
/** The NetworkTapRule resource definition. */
|
|
4915
6007
|
export interface NetworkTapRulePatch extends TagsUpdate {
|
|
6008
|
+
/** The managed service identities assigned to this resource. */
|
|
6009
|
+
identity?: ManagedServiceIdentityPatch;
|
|
4916
6010
|
/** Switch configuration description. */
|
|
4917
6011
|
annotation?: string;
|
|
4918
6012
|
/** Input method to configure Network Tap Rule. */
|
|
@@ -4923,6 +6017,8 @@ export interface NetworkTapRulePatch extends TagsUpdate {
|
|
|
4923
6017
|
matchConfigurations?: NetworkTapRuleMatchConfigurationPatch[];
|
|
4924
6018
|
/** List of dynamic match configurations. */
|
|
4925
6019
|
dynamicMatchConfigurations?: CommonDynamicMatchConfigurationPatch[];
|
|
6020
|
+
/** The selection of the managed identity to use with this storage account. The identity type must be either system assigned or user assigned. */
|
|
6021
|
+
identitySelector?: IdentitySelectorPatch;
|
|
4926
6022
|
/** Global network tap rule actions */
|
|
4927
6023
|
globalNetworkTapRuleActions?: GlobalNetworkTapRuleActionPatchProperties;
|
|
4928
6024
|
}
|
|
@@ -4939,6 +6035,8 @@ export interface NetworkTapRulePatchProperties {
|
|
|
4939
6035
|
matchConfigurations?: NetworkTapRuleMatchConfigurationPatch[];
|
|
4940
6036
|
/** List of dynamic match configurations. */
|
|
4941
6037
|
dynamicMatchConfigurations?: CommonDynamicMatchConfigurationPatch[];
|
|
6038
|
+
/** The selection of the managed identity to use with this storage account. The identity type must be either system assigned or user assigned. */
|
|
6039
|
+
identitySelector?: IdentitySelectorPatch;
|
|
4942
6040
|
/** Global network tap rule actions */
|
|
4943
6041
|
globalNetworkTapRuleActions?: GlobalNetworkTapRuleActionPatchProperties;
|
|
4944
6042
|
}
|
|
@@ -5000,14 +6098,40 @@ export interface _NetworkTapRulesListResult {
|
|
|
5000
6098
|
export declare function _networkTapRulesListResultDeserializer(item: any): _NetworkTapRulesListResult;
|
|
5001
6099
|
export declare function networkTapRuleArraySerializer(result: Array<NetworkTapRule>): any[];
|
|
5002
6100
|
export declare function networkTapRuleArrayDeserializer(result: Array<NetworkTapRule>): any[];
|
|
6101
|
+
/** Response for Network Tap Rule resync operation. */
|
|
6102
|
+
export interface NetworkTapRuleResyncResponse {
|
|
6103
|
+
/** Fully qualified ID for the async operation. */
|
|
6104
|
+
id?: string;
|
|
6105
|
+
/** Name of the async operation. */
|
|
6106
|
+
name?: string;
|
|
6107
|
+
/** Operation status. */
|
|
6108
|
+
status: string;
|
|
6109
|
+
/** Percent of the operation that is complete. */
|
|
6110
|
+
percentComplete?: number;
|
|
6111
|
+
/** The start time of the operation. */
|
|
6112
|
+
startTime?: Date;
|
|
6113
|
+
/** The end time of the operation. */
|
|
6114
|
+
endTime?: Date;
|
|
6115
|
+
/** The operations list. */
|
|
6116
|
+
operations?: OperationStatusResult[];
|
|
6117
|
+
/** If present, details of the operation error. */
|
|
6118
|
+
error?: ErrorDetail;
|
|
6119
|
+
/** Fully qualified ID of the resource against which the original async operation was started. */
|
|
6120
|
+
readonly resourceId?: string;
|
|
6121
|
+
}
|
|
6122
|
+
export declare function networkTapRuleResyncResponseDeserializer(item: any): NetworkTapRuleResyncResponse;
|
|
5003
6123
|
/** The Network Tap resource definition. */
|
|
5004
6124
|
export interface NetworkTap extends TrackedResource {
|
|
6125
|
+
/** The managed service identities assigned to this resource. */
|
|
6126
|
+
identity?: ManagedServiceIdentity;
|
|
5005
6127
|
/** Switch configuration description. */
|
|
5006
6128
|
annotation?: string;
|
|
5007
6129
|
/** ARM resource ID of the Network Packet Broker. */
|
|
5008
6130
|
networkPacketBrokerId: string;
|
|
5009
6131
|
/** Source Tap Rule Id. ARM Resource ID of the Network Tap Rule. */
|
|
5010
6132
|
readonly sourceTapRuleId?: string;
|
|
6133
|
+
/** Associated Network Fabric Resource IDs */
|
|
6134
|
+
readonly networkFabricIds?: string[];
|
|
5011
6135
|
/** List of destinations to send the filter traffic. */
|
|
5012
6136
|
destinations: DestinationProperties[];
|
|
5013
6137
|
/** Polling type. */
|
|
@@ -5029,6 +6153,8 @@ export interface NetworkTapProperties extends AnnotationResource {
|
|
|
5029
6153
|
networkPacketBrokerId: string;
|
|
5030
6154
|
/** Source Tap Rule Id. ARM Resource ID of the Network Tap Rule. */
|
|
5031
6155
|
readonly sourceTapRuleId?: string;
|
|
6156
|
+
/** Associated Network Fabric Resource IDs */
|
|
6157
|
+
readonly networkFabricIds?: string[];
|
|
5032
6158
|
/** List of destinations to send the filter traffic. */
|
|
5033
6159
|
destinations: DestinationProperties[];
|
|
5034
6160
|
/** Polling type. */
|
|
@@ -5120,6 +6246,8 @@ export declare enum KnownPollingType {
|
|
|
5120
6246
|
export type PollingType = string;
|
|
5121
6247
|
/** The NetworkFabric resource definition. */
|
|
5122
6248
|
export interface NetworkTapPatch extends TagsUpdate {
|
|
6249
|
+
/** The managed service identities assigned to this resource. */
|
|
6250
|
+
identity?: ManagedServiceIdentityPatch;
|
|
5123
6251
|
/** Switch configuration description. */
|
|
5124
6252
|
annotation?: string;
|
|
5125
6253
|
/** Polling type. */
|
|
@@ -5169,6 +6297,28 @@ export interface _NetworkTapsListResult {
|
|
|
5169
6297
|
export declare function _networkTapsListResultDeserializer(item: any): _NetworkTapsListResult;
|
|
5170
6298
|
export declare function networkTapArraySerializer(result: Array<NetworkTap>): any[];
|
|
5171
6299
|
export declare function networkTapArrayDeserializer(result: Array<NetworkTap>): any[];
|
|
6300
|
+
/** Response for NetworkTap Resync operation. */
|
|
6301
|
+
export interface NetworkTapResyncResponse {
|
|
6302
|
+
/** Fully qualified ID for the async operation. */
|
|
6303
|
+
id?: string;
|
|
6304
|
+
/** Name of the async operation. */
|
|
6305
|
+
name?: string;
|
|
6306
|
+
/** Operation status. */
|
|
6307
|
+
status: string;
|
|
6308
|
+
/** Percent of the operation that is complete. */
|
|
6309
|
+
percentComplete?: number;
|
|
6310
|
+
/** The start time of the operation. */
|
|
6311
|
+
startTime?: Date;
|
|
6312
|
+
/** The end time of the operation. */
|
|
6313
|
+
endTime?: Date;
|
|
6314
|
+
/** The operations list. */
|
|
6315
|
+
operations?: OperationStatusResult[];
|
|
6316
|
+
/** If present, details of the operation error. */
|
|
6317
|
+
error?: ErrorDetail;
|
|
6318
|
+
/** Fully qualified ID of the resource against which the original async operation was started. */
|
|
6319
|
+
readonly resourceId?: string;
|
|
6320
|
+
}
|
|
6321
|
+
export declare function networkTapResyncResponseDeserializer(item: any): NetworkTapResyncResponse;
|
|
5172
6322
|
/** The RoutePolicy resource definition. */
|
|
5173
6323
|
export interface RoutePolicy extends TrackedResource {
|
|
5174
6324
|
/** Switch configuration description. */
|
|
@@ -5476,6 +6626,8 @@ export interface BmpConfigurationProperties {
|
|
|
5476
6626
|
monitoredNetworks?: string[];
|
|
5477
6627
|
/** Export Policy for the BMP Configuration. */
|
|
5478
6628
|
exportPolicy?: BmpExportPolicy;
|
|
6629
|
+
/** Export Policy configuration properties for the BMP. */
|
|
6630
|
+
exportPolicyConfiguration?: BmpExportPolicyProperties;
|
|
5479
6631
|
/** Monitored Address Families for the BMP Configuration. */
|
|
5480
6632
|
monitoredAddressFamilies?: BmpMonitoredAddressFamily[];
|
|
5481
6633
|
}
|
|
@@ -5524,25 +6676,6 @@ export interface StationConnectionProperties {
|
|
|
5524
6676
|
}
|
|
5525
6677
|
export declare function stationConnectionPropertiesSerializer(item: StationConnectionProperties): any;
|
|
5526
6678
|
export declare function stationConnectionPropertiesDeserializer(item: any): StationConnectionProperties;
|
|
5527
|
-
/** Export Policy for the BGP Monitoring Protocol (BMP) Configuration. */
|
|
5528
|
-
export declare enum KnownBmpExportPolicy {
|
|
5529
|
-
/** BMP ExportPolicy Pre-Policy */
|
|
5530
|
-
PrePolicy = "Pre-Policy",
|
|
5531
|
-
/** BMP ExportPolicy Post-Policy */
|
|
5532
|
-
PostPolicy = "Post-Policy",
|
|
5533
|
-
/** BMP ExportPolicy All */
|
|
5534
|
-
All = "All"
|
|
5535
|
-
}
|
|
5536
|
-
/**
|
|
5537
|
-
* Export Policy for the BGP Monitoring Protocol (BMP) Configuration. \
|
|
5538
|
-
* {@link KnownBmpExportPolicy} can be used interchangeably with BmpExportPolicy,
|
|
5539
|
-
* this enum contains the known values that the service supports.
|
|
5540
|
-
* ### Known values supported by the service
|
|
5541
|
-
* **Pre-Policy**: BMP ExportPolicy Pre-Policy \
|
|
5542
|
-
* **Post-Policy**: BMP ExportPolicy Post-Policy \
|
|
5543
|
-
* **All**: BMP ExportPolicy All
|
|
5544
|
-
*/
|
|
5545
|
-
export type BmpExportPolicy = string;
|
|
5546
6679
|
/** Monitored Address Family. */
|
|
5547
6680
|
export declare enum KnownBmpMonitoredAddressFamily {
|
|
5548
6681
|
/** IPv4 Unicast */
|
|
@@ -5602,6 +6735,8 @@ export interface BmpConfigurationPatchProperties {
|
|
|
5602
6735
|
monitoredNetworks?: string[];
|
|
5603
6736
|
/** Export Policy for the BMP Configuration. */
|
|
5604
6737
|
exportPolicy?: BmpExportPolicy;
|
|
6738
|
+
/** Export Policy configuration properties for the BMP. */
|
|
6739
|
+
exportPolicyConfiguration?: BmpExportPolicyPatchProperties;
|
|
5605
6740
|
/** Monitored Address Families for the BMP Configuration. */
|
|
5606
6741
|
monitoredAddressFamilies?: BmpMonitoredAddressFamily[];
|
|
5607
6742
|
}
|
|
@@ -5626,12 +6761,314 @@ export interface _NetworkMonitorListResult {
|
|
|
5626
6761
|
export declare function _networkMonitorListResultDeserializer(item: any): _NetworkMonitorListResult;
|
|
5627
6762
|
export declare function networkMonitorArraySerializer(result: Array<NetworkMonitor>): any[];
|
|
5628
6763
|
export declare function networkMonitorArrayDeserializer(result: Array<NetworkMonitor>): any[];
|
|
6764
|
+
/** Common response for device updates. */
|
|
6765
|
+
export interface CommonPostActionResponseForDeviceUpdate extends CommonErrorResponse {
|
|
6766
|
+
/** Gets the configuration state. */
|
|
6767
|
+
readonly configurationState?: ConfigurationState;
|
|
6768
|
+
/** List of ARM Resource IDs for which the given action applied successfully. */
|
|
6769
|
+
successfulDevices?: string[];
|
|
6770
|
+
/** List of ARM Resource IDs for which the given action failed to apply. */
|
|
6771
|
+
failedDevices?: string[];
|
|
6772
|
+
}
|
|
6773
|
+
export declare function commonPostActionResponseForDeviceUpdateDeserializer(item: any): CommonPostActionResponseForDeviceUpdate;
|
|
6774
|
+
/** The Network Bootstrap Device resource definition. */
|
|
6775
|
+
export interface NetworkBootstrapDevice extends TrackedResource {
|
|
6776
|
+
/** The managed service identities assigned to this resource. */
|
|
6777
|
+
identity?: ManagedServiceIdentity;
|
|
6778
|
+
/** Switch configuration description. */
|
|
6779
|
+
annotation?: string;
|
|
6780
|
+
/** The host name of the device. */
|
|
6781
|
+
hostName?: string;
|
|
6782
|
+
/** Serial number of the device. Format of serial Number - Make;Model;HardwareRevisionId;SerialNumber. */
|
|
6783
|
+
serialNumber?: string;
|
|
6784
|
+
/** Current version of the device as defined in SKU. */
|
|
6785
|
+
readonly version?: string;
|
|
6786
|
+
/** Network Bootstrap Device SKU name. */
|
|
6787
|
+
networkDeviceSku?: string;
|
|
6788
|
+
/** Associated Network Fabric Resource ID */
|
|
6789
|
+
readonly networkFabricId?: string;
|
|
6790
|
+
/** Secondary Management IPv4 Address. */
|
|
6791
|
+
readonly secondaryManagementIpv4Address?: string;
|
|
6792
|
+
/** Dhcp server IPv4 Address. */
|
|
6793
|
+
readonly dhcpV4ServerIpAddress?: string;
|
|
6794
|
+
/** Primary Management IPv6 Address. */
|
|
6795
|
+
readonly primaryManagementIpv6Address?: string;
|
|
6796
|
+
/** Secondary Management IPv6 Address. */
|
|
6797
|
+
readonly secondaryManagementIpv6Address?: string;
|
|
6798
|
+
/** Provisioning state of the resource. */
|
|
6799
|
+
readonly provisioningState?: ProvisioningState;
|
|
6800
|
+
/** Primary Management IPv4 Address. */
|
|
6801
|
+
readonly primaryManagementIpv4Address?: string;
|
|
6802
|
+
/** Administrative state of the resource. */
|
|
6803
|
+
readonly administrativeState?: AdministrativeState;
|
|
6804
|
+
/** Configuration state of the resource. */
|
|
6805
|
+
readonly configurationState?: ConfigurationState;
|
|
6806
|
+
}
|
|
6807
|
+
export declare function networkBootstrapDeviceSerializer(item: NetworkBootstrapDevice): any;
|
|
6808
|
+
export declare function networkBootstrapDeviceDeserializer(item: any): NetworkBootstrapDevice;
|
|
6809
|
+
/** Network Bootstrap Device Properties defines the properties of the resource. */
|
|
6810
|
+
export interface NetworkBootstrapDeviceProperties {
|
|
6811
|
+
/** Switch configuration description. */
|
|
6812
|
+
annotation?: string;
|
|
6813
|
+
/** The host name of the device. */
|
|
6814
|
+
hostName?: string;
|
|
6815
|
+
/** Serial number of the device. Format of serial Number - Make;Model;HardwareRevisionId;SerialNumber. */
|
|
6816
|
+
serialNumber?: string;
|
|
6817
|
+
/** Current version of the device as defined in SKU. */
|
|
6818
|
+
readonly version?: string;
|
|
6819
|
+
/** Network Bootstrap Device SKU name. */
|
|
6820
|
+
networkDeviceSku?: string;
|
|
6821
|
+
/** Associated Network Fabric Resource ID */
|
|
6822
|
+
readonly networkFabricId?: string;
|
|
6823
|
+
/** Secondary Management IPv4 Address. */
|
|
6824
|
+
readonly secondaryManagementIpv4Address?: string;
|
|
6825
|
+
/** Dhcp server IPv4 Address. */
|
|
6826
|
+
readonly dhcpV4ServerIpAddress?: string;
|
|
6827
|
+
/** Primary Management IPv6 Address. */
|
|
6828
|
+
readonly primaryManagementIpv6Address?: string;
|
|
6829
|
+
/** Secondary Management IPv6 Address. */
|
|
6830
|
+
readonly secondaryManagementIpv6Address?: string;
|
|
6831
|
+
/** Provisioning state of the resource. */
|
|
6832
|
+
readonly provisioningState?: ProvisioningState;
|
|
6833
|
+
/** Primary Management IPv4 Address. */
|
|
6834
|
+
readonly primaryManagementIpv4Address?: string;
|
|
6835
|
+
/** Administrative state of the resource. */
|
|
6836
|
+
readonly administrativeState?: AdministrativeState;
|
|
6837
|
+
/** Configuration state of the resource. */
|
|
6838
|
+
readonly configurationState?: ConfigurationState;
|
|
6839
|
+
}
|
|
6840
|
+
export declare function networkBootstrapDevicePropertiesSerializer(item: NetworkBootstrapDeviceProperties): any;
|
|
6841
|
+
export declare function networkBootstrapDevicePropertiesDeserializer(item: any): NetworkBootstrapDeviceProperties;
|
|
6842
|
+
/** The Network Bootstrap Device Patch Parameters defines the patch parameters of the resource. */
|
|
6843
|
+
export interface NetworkBootstrapDevicePatch extends TagsUpdate {
|
|
6844
|
+
/** The managed service identities assigned to this resource. */
|
|
6845
|
+
identity?: ManagedServiceIdentityPatch;
|
|
6846
|
+
/** Switch configuration description. */
|
|
6847
|
+
annotation?: string;
|
|
6848
|
+
/** The host name of the device. */
|
|
6849
|
+
hostName?: string;
|
|
6850
|
+
/** Serial number of the device. Format of serial Number - Make;Model;HardwareRevisionId;SerialNumber. */
|
|
6851
|
+
serialNumber?: string;
|
|
6852
|
+
}
|
|
6853
|
+
export declare function networkBootstrapDevicePatchSerializer(item: NetworkBootstrapDevicePatch): any;
|
|
6854
|
+
/** Network Bootstrap Device Patch properties. */
|
|
6855
|
+
export interface NetworkBootstrapDevicePatchProperties {
|
|
6856
|
+
/** Switch configuration description. */
|
|
6857
|
+
annotation?: string;
|
|
6858
|
+
/** The host name of the device. */
|
|
6859
|
+
hostName?: string;
|
|
6860
|
+
/** Serial number of the device. Format of serial Number - Make;Model;HardwareRevisionId;SerialNumber. */
|
|
6861
|
+
serialNumber?: string;
|
|
6862
|
+
}
|
|
6863
|
+
export declare function networkBootstrapDevicePatchPropertiesSerializer(item: NetworkBootstrapDevicePatchProperties): any;
|
|
6864
|
+
/** The response of a NetworkBootstrapDevice list operation. */
|
|
6865
|
+
export interface _NetworkBootstrapDeviceListResult {
|
|
6866
|
+
/** The NetworkBootstrapDevice items on this page */
|
|
6867
|
+
value: NetworkBootstrapDevice[];
|
|
6868
|
+
/** The link to the next page of items */
|
|
6869
|
+
nextLink?: string;
|
|
6870
|
+
}
|
|
6871
|
+
export declare function _networkBootstrapDeviceListResultDeserializer(item: any): _NetworkBootstrapDeviceListResult;
|
|
6872
|
+
export declare function networkBootstrapDeviceArraySerializer(result: Array<NetworkBootstrapDevice>): any[];
|
|
6873
|
+
export declare function networkBootstrapDeviceArrayDeserializer(result: Array<NetworkBootstrapDevice>): any[];
|
|
6874
|
+
/** Network Bootstrap Device reboot Response. */
|
|
6875
|
+
export interface NetworkBootstrapDeviceRebootResponse {
|
|
6876
|
+
/** Fully qualified ID for the async operation. */
|
|
6877
|
+
id?: string;
|
|
6878
|
+
/** Name of the async operation. */
|
|
6879
|
+
name?: string;
|
|
6880
|
+
/** Operation status. */
|
|
6881
|
+
status: string;
|
|
6882
|
+
/** Percent of the operation that is complete. */
|
|
6883
|
+
percentComplete?: number;
|
|
6884
|
+
/** The start time of the operation. */
|
|
6885
|
+
startTime?: Date;
|
|
6886
|
+
/** The end time of the operation. */
|
|
6887
|
+
endTime?: Date;
|
|
6888
|
+
/** The operations list. */
|
|
6889
|
+
operations?: OperationStatusResult[];
|
|
6890
|
+
/** If present, details of the operation error. */
|
|
6891
|
+
error?: ErrorDetail;
|
|
6892
|
+
/** Fully qualified ID of the resource against which the original async operation was started. */
|
|
6893
|
+
readonly resourceId?: string;
|
|
6894
|
+
}
|
|
6895
|
+
export declare function networkBootstrapDeviceRebootResponseDeserializer(item: any): NetworkBootstrapDeviceRebootResponse;
|
|
6896
|
+
/** The current status of an refresh configuration async operation. */
|
|
6897
|
+
export interface NetworkBootstrapDeviceRefreshConfigurationResponse {
|
|
6898
|
+
/** Fully qualified ID for the async operation. */
|
|
6899
|
+
id?: string;
|
|
6900
|
+
/** Name of the async operation. */
|
|
6901
|
+
name?: string;
|
|
6902
|
+
/** Operation status. */
|
|
6903
|
+
status: string;
|
|
6904
|
+
/** Percent of the operation that is complete. */
|
|
6905
|
+
percentComplete?: number;
|
|
6906
|
+
/** The start time of the operation. */
|
|
6907
|
+
startTime?: Date;
|
|
6908
|
+
/** The end time of the operation. */
|
|
6909
|
+
endTime?: Date;
|
|
6910
|
+
/** The operations list. */
|
|
6911
|
+
operations?: OperationStatusResult[];
|
|
6912
|
+
/** If present, details of the operation error. */
|
|
6913
|
+
error?: ErrorDetail;
|
|
6914
|
+
/** Fully qualified ID of the resource against which the original async operation was started. */
|
|
6915
|
+
readonly resourceId?: string;
|
|
6916
|
+
}
|
|
6917
|
+
export declare function networkBootstrapDeviceRefreshConfigurationResponseDeserializer(item: any): NetworkBootstrapDeviceRefreshConfigurationResponse;
|
|
6918
|
+
/** Network Bootstrap Device upgrade Response. */
|
|
6919
|
+
export interface NetworkBootstrapDeviceUpgradeResponse {
|
|
6920
|
+
/** Fully qualified ID for the async operation. */
|
|
6921
|
+
id?: string;
|
|
6922
|
+
/** Name of the async operation. */
|
|
6923
|
+
name?: string;
|
|
6924
|
+
/** Operation status. */
|
|
6925
|
+
status: string;
|
|
6926
|
+
/** Percent of the operation that is complete. */
|
|
6927
|
+
percentComplete?: number;
|
|
6928
|
+
/** The start time of the operation. */
|
|
6929
|
+
startTime?: Date;
|
|
6930
|
+
/** The end time of the operation. */
|
|
6931
|
+
endTime?: Date;
|
|
6932
|
+
/** The operations list. */
|
|
6933
|
+
operations?: OperationStatusResult[];
|
|
6934
|
+
/** If present, details of the operation error. */
|
|
6935
|
+
error?: ErrorDetail;
|
|
6936
|
+
/** Fully qualified ID of the resource against which the original async operation was started. */
|
|
6937
|
+
readonly resourceId?: string;
|
|
6938
|
+
}
|
|
6939
|
+
export declare function networkBootstrapDeviceUpgradeResponseDeserializer(item: any): NetworkBootstrapDeviceUpgradeResponse;
|
|
6940
|
+
/** Network Bootstrap Device Administrative State Update Response. */
|
|
6941
|
+
export interface NetworkBootstrapDeviceUpdateAdministrativeStateResponse {
|
|
6942
|
+
/** Fully qualified ID for the async operation. */
|
|
6943
|
+
id?: string;
|
|
6944
|
+
/** Name of the async operation. */
|
|
6945
|
+
name?: string;
|
|
6946
|
+
/** Operation status. */
|
|
6947
|
+
status: string;
|
|
6948
|
+
/** Percent of the operation that is complete. */
|
|
6949
|
+
percentComplete?: number;
|
|
6950
|
+
/** The start time of the operation. */
|
|
6951
|
+
startTime?: Date;
|
|
6952
|
+
/** The end time of the operation. */
|
|
6953
|
+
endTime?: Date;
|
|
6954
|
+
/** The operations list. */
|
|
6955
|
+
operations?: OperationStatusResult[];
|
|
6956
|
+
/** If present, details of the operation error. */
|
|
6957
|
+
error?: ErrorDetail;
|
|
6958
|
+
/** Fully qualified ID of the resource against which the original async operation was started. */
|
|
6959
|
+
readonly resourceId?: string;
|
|
6960
|
+
}
|
|
6961
|
+
export declare function networkBootstrapDeviceUpdateAdministrativeStateResponseDeserializer(item: any): NetworkBootstrapDeviceUpdateAdministrativeStateResponse;
|
|
6962
|
+
/** Response body for a ResyncPasswords request on a Network Bootstrap Device. */
|
|
6963
|
+
export interface NetworkBootstrapDeviceResyncPasswordsResponse {
|
|
6964
|
+
/** Fully qualified ID for the async operation. */
|
|
6965
|
+
id?: string;
|
|
6966
|
+
/** Name of the async operation. */
|
|
6967
|
+
name?: string;
|
|
6968
|
+
/** Operation status. */
|
|
6969
|
+
status: string;
|
|
6970
|
+
/** Percent of the operation that is complete. */
|
|
6971
|
+
percentComplete?: number;
|
|
6972
|
+
/** The start time of the operation. */
|
|
6973
|
+
startTime?: Date;
|
|
6974
|
+
/** The end time of the operation. */
|
|
6975
|
+
endTime?: Date;
|
|
6976
|
+
/** The operations list. */
|
|
6977
|
+
operations?: OperationStatusResult[];
|
|
6978
|
+
/** If present, details of the operation error. */
|
|
6979
|
+
error?: ErrorDetail;
|
|
6980
|
+
/** Fully qualified ID of the resource against which the original async operation was started. */
|
|
6981
|
+
readonly resourceId?: string;
|
|
6982
|
+
}
|
|
6983
|
+
export declare function networkBootstrapDeviceResyncPasswordsResponseDeserializer(item: any): NetworkBootstrapDeviceResyncPasswordsResponse;
|
|
6984
|
+
/** Defines the NetworkBootstrapInterface resource. */
|
|
6985
|
+
export interface NetworkBootstrapInterface extends ProxyResource {
|
|
6986
|
+
/** Switch configuration description. */
|
|
6987
|
+
annotation?: string;
|
|
6988
|
+
/** Provisioning state of the resource. */
|
|
6989
|
+
readonly provisioningState?: ProvisioningState;
|
|
6990
|
+
/** Administrative state of the resource. */
|
|
6991
|
+
readonly administrativeState?: AdministrativeState;
|
|
6992
|
+
/** Configuration state of the resource. */
|
|
6993
|
+
readonly configurationState?: ConfigurationState;
|
|
6994
|
+
/** Physical identifier of the device. */
|
|
6995
|
+
readonly physicalIdentifier?: string;
|
|
6996
|
+
/** Connected to information of the device. */
|
|
6997
|
+
readonly connectedTo?: string;
|
|
6998
|
+
/** Type of the interface. */
|
|
6999
|
+
readonly interfaceType?: InterfaceType;
|
|
7000
|
+
/** Description of the interface. */
|
|
7001
|
+
readonly description?: string;
|
|
7002
|
+
/** Additional description of the interface. */
|
|
7003
|
+
additionalDescription?: string;
|
|
7004
|
+
/** IPv4Address of the interface. */
|
|
7005
|
+
readonly ipv4Address?: string;
|
|
7006
|
+
/** IPv6Address of the interface. */
|
|
7007
|
+
readonly ipv6Address?: string;
|
|
7008
|
+
/** Serial number of the interface. Format of serial Number - Make;Model;HardwareRevisionId;SerialNumber. */
|
|
7009
|
+
serialNumber?: string;
|
|
7010
|
+
}
|
|
7011
|
+
export declare function networkBootstrapInterfaceSerializer(item: NetworkBootstrapInterface): any;
|
|
7012
|
+
export declare function networkBootstrapInterfaceDeserializer(item: any): NetworkBootstrapInterface;
|
|
7013
|
+
/** Network Bootstrap Interface Properties defines the properties of the resource. */
|
|
7014
|
+
export interface NetworkBootstrapInterfaceProperties extends AnnotationResource {
|
|
7015
|
+
/** Provisioning state of the resource. */
|
|
7016
|
+
readonly provisioningState?: ProvisioningState;
|
|
7017
|
+
/** Administrative state of the resource. */
|
|
7018
|
+
readonly administrativeState?: AdministrativeState;
|
|
7019
|
+
/** Configuration state of the resource. */
|
|
7020
|
+
readonly configurationState?: ConfigurationState;
|
|
7021
|
+
/** Physical identifier of the device. */
|
|
7022
|
+
readonly physicalIdentifier?: string;
|
|
7023
|
+
/** Connected to information of the device. */
|
|
7024
|
+
readonly connectedTo?: string;
|
|
7025
|
+
/** Type of the interface. */
|
|
7026
|
+
readonly interfaceType?: InterfaceType;
|
|
7027
|
+
/** Description of the interface. */
|
|
7028
|
+
readonly description?: string;
|
|
7029
|
+
/** Additional description of the interface. */
|
|
7030
|
+
additionalDescription?: string;
|
|
7031
|
+
/** IPv4Address of the interface. */
|
|
7032
|
+
readonly ipv4Address?: string;
|
|
7033
|
+
/** IPv6Address of the interface. */
|
|
7034
|
+
readonly ipv6Address?: string;
|
|
7035
|
+
/** Serial number of the interface. Format of serial Number - Make;Model;HardwareRevisionId;SerialNumber. */
|
|
7036
|
+
serialNumber?: string;
|
|
7037
|
+
}
|
|
7038
|
+
export declare function networkBootstrapInterfacePropertiesSerializer(item: NetworkBootstrapInterfaceProperties): any;
|
|
7039
|
+
export declare function networkBootstrapInterfacePropertiesDeserializer(item: any): NetworkBootstrapInterfaceProperties;
|
|
7040
|
+
/** The NetworkBootstrapInterfacePatch resource definition. */
|
|
7041
|
+
export interface NetworkBootstrapInterfacePatch {
|
|
7042
|
+
/** Switch configuration description. */
|
|
7043
|
+
annotation?: string;
|
|
7044
|
+
/** Serial number of the interface. Format of serial Number - Make;Model;HardwareRevisionId;SerialNumber. */
|
|
7045
|
+
serialNumber?: string;
|
|
7046
|
+
/** Additional description of the interface. */
|
|
7047
|
+
additionalDescription?: string;
|
|
7048
|
+
}
|
|
7049
|
+
export declare function networkBootstrapInterfacePatchSerializer(item: NetworkBootstrapInterfacePatch): any;
|
|
7050
|
+
/** Network Bootstrap Interface Patch properties. */
|
|
7051
|
+
export interface NetworkBootstrapInterfacePatchProperties extends AnnotationResource {
|
|
7052
|
+
/** Serial number of the interface. Format of serial Number - Make;Model;HardwareRevisionId;SerialNumber. */
|
|
7053
|
+
serialNumber?: string;
|
|
7054
|
+
/** Additional description of the interface. */
|
|
7055
|
+
additionalDescription?: string;
|
|
7056
|
+
}
|
|
7057
|
+
export declare function networkBootstrapInterfacePatchPropertiesSerializer(item: NetworkBootstrapInterfacePatchProperties): any;
|
|
7058
|
+
/** The response of a NetworkBootstrapInterface list operation. */
|
|
7059
|
+
export interface _NetworkBootstrapInterfaceListResult {
|
|
7060
|
+
/** The NetworkBootstrapInterface items on this page */
|
|
7061
|
+
value: NetworkBootstrapInterface[];
|
|
7062
|
+
/** The link to the next page of items */
|
|
7063
|
+
nextLink?: string;
|
|
7064
|
+
}
|
|
7065
|
+
export declare function _networkBootstrapInterfaceListResultDeserializer(item: any): _NetworkBootstrapInterfaceListResult;
|
|
7066
|
+
export declare function networkBootstrapInterfaceArraySerializer(result: Array<NetworkBootstrapInterface>): any[];
|
|
7067
|
+
export declare function networkBootstrapInterfaceArrayDeserializer(result: Array<NetworkBootstrapInterface>): any[];
|
|
5629
7068
|
/** API Versions */
|
|
5630
7069
|
export declare enum KnownVersions {
|
|
5631
|
-
/**
|
|
5632
|
-
|
|
5633
|
-
/** 2024-06-15-preview */
|
|
5634
|
-
V20240615Preview = "2024-06-15-preview"
|
|
7070
|
+
/** 2025-07-15 */
|
|
7071
|
+
V20250715 = "2025-07-15"
|
|
5635
7072
|
}
|
|
5636
7073
|
export declare function _accessControlListPropertiesSerializer(item: AccessControlList): any;
|
|
5637
7074
|
export declare function _accessControlListPropertiesDeserializer(item: any): {
|
|
@@ -5646,6 +7083,8 @@ export declare function _accessControlListPropertiesDeserializer(item: any): {
|
|
|
5646
7083
|
deviceRole: any;
|
|
5647
7084
|
globalAccessControlListActions: any;
|
|
5648
7085
|
lastOperation: any;
|
|
7086
|
+
networkFabricIds: any;
|
|
7087
|
+
controlPlaneAclConfiguration: any;
|
|
5649
7088
|
configurationState: any;
|
|
5650
7089
|
provisioningState: any;
|
|
5651
7090
|
administrativeState: any;
|
|
@@ -5729,8 +7168,10 @@ export declare function _l3IsolationDomainPropertiesDeserializer(item: any): {
|
|
|
5729
7168
|
networkFabricId: any;
|
|
5730
7169
|
staticRouteRoutePolicy: any;
|
|
5731
7170
|
uniqueRdConfiguration: any;
|
|
5732
|
-
|
|
7171
|
+
v4RoutePrefixLimit: any;
|
|
7172
|
+
v6RoutePrefixLimit: any;
|
|
5733
7173
|
lastOperation: any;
|
|
7174
|
+
exportPolicyConfiguration: any;
|
|
5734
7175
|
configurationState: any;
|
|
5735
7176
|
provisioningState: any;
|
|
5736
7177
|
administrativeState: any;
|
|
@@ -5754,6 +7195,7 @@ export declare function _internalNetworkPropertiesDeserializer(item: any): {
|
|
|
5754
7195
|
nativeIpv4PrefixLimit: any;
|
|
5755
7196
|
nativeIpv6PrefixLimit: any;
|
|
5756
7197
|
lastOperation: any;
|
|
7198
|
+
networkFabricId: any;
|
|
5757
7199
|
configurationState: any;
|
|
5758
7200
|
provisioningState: any;
|
|
5759
7201
|
administrativeState: any;
|
|
@@ -5770,6 +7212,7 @@ export declare function _externalNetworkPropertiesDeserializer(item: any): {
|
|
|
5770
7212
|
optionAProperties: any;
|
|
5771
7213
|
staticRouteConfiguration: any;
|
|
5772
7214
|
lastOperation: any;
|
|
7215
|
+
networkFabricId: any;
|
|
5773
7216
|
configurationState: any;
|
|
5774
7217
|
provisioningState: any;
|
|
5775
7218
|
administrativeState: any;
|
|
@@ -5781,8 +7224,10 @@ export declare function _neighborGroupPropertiesDeserializer(item: any): {
|
|
|
5781
7224
|
destination: NeighborGroupDestination;
|
|
5782
7225
|
networkTapIds: any;
|
|
5783
7226
|
networkTapRuleIds: any;
|
|
7227
|
+
networkFabricIds: any;
|
|
5784
7228
|
lastOperation: any;
|
|
5785
7229
|
provisioningState: any;
|
|
7230
|
+
configurationState: any;
|
|
5786
7231
|
};
|
|
5787
7232
|
export declare function _neighborGroupPatchPropertiesSerializer(item: NeighborGroupPatch): any;
|
|
5788
7233
|
export declare function _networkDeviceSkuPropertiesDeserializer(item: any): {
|
|
@@ -5798,6 +7243,7 @@ export declare function _networkDevicePropertiesDeserializer(item: any): {
|
|
|
5798
7243
|
annotation: any;
|
|
5799
7244
|
hostName: any;
|
|
5800
7245
|
serialNumber: any;
|
|
7246
|
+
identitySelector: any;
|
|
5801
7247
|
version: any;
|
|
5802
7248
|
networkDeviceSku: any;
|
|
5803
7249
|
networkDeviceRole: any;
|
|
@@ -5809,6 +7255,9 @@ export declare function _networkDevicePropertiesDeserializer(item: any): {
|
|
|
5809
7255
|
configurationState: any;
|
|
5810
7256
|
provisioningState: any;
|
|
5811
7257
|
administrativeState: any;
|
|
7258
|
+
secretRotationStatus: any;
|
|
7259
|
+
certificateRotationStatus: any;
|
|
7260
|
+
networkFabricId: any;
|
|
5812
7261
|
};
|
|
5813
7262
|
export declare function _networkDevicePatchParametersPropertiesSerializer(item: NetworkDevicePatchParameters): any;
|
|
5814
7263
|
export declare function _networkInterfacePropertiesSerializer(item: NetworkInterface): any;
|
|
@@ -5822,8 +7271,10 @@ export declare function _networkInterfacePropertiesDeserializer(item: any): {
|
|
|
5822
7271
|
description: any;
|
|
5823
7272
|
additionalDescription: any;
|
|
5824
7273
|
lastOperation: any;
|
|
7274
|
+
networkFabricId: any;
|
|
5825
7275
|
provisioningState: any;
|
|
5826
7276
|
administrativeState: any;
|
|
7277
|
+
configurationState: any;
|
|
5827
7278
|
};
|
|
5828
7279
|
export declare function _networkInterfacePatchPropertiesSerializer(item: NetworkInterfacePatch): any;
|
|
5829
7280
|
export declare function _networkFabricControllerPropertiesSerializer(item: NetworkFabricController): any;
|
|
@@ -5878,10 +7329,13 @@ export declare function _networkFabricPropertiesDeserializer(item: any): {
|
|
|
5878
7329
|
uniqueRdConfiguration: any;
|
|
5879
7330
|
storageArrayCount: any;
|
|
5880
7331
|
activeCommitBatches: any;
|
|
7332
|
+
secretRotationSummary: any;
|
|
5881
7333
|
lastOperation: any;
|
|
7334
|
+
authorizedTransceiver: any;
|
|
5882
7335
|
configurationState: any;
|
|
5883
7336
|
provisioningState: any;
|
|
5884
7337
|
administrativeState: any;
|
|
7338
|
+
qosConfiguration: any;
|
|
5885
7339
|
};
|
|
5886
7340
|
export declare function _networkFabricPatchPropertiesSerializer(item: NetworkFabricPatch): any;
|
|
5887
7341
|
export declare function _networkToNetworkInterconnectPropertiesSerializer(item: NetworkToNetworkInterconnect): any;
|
|
@@ -5914,6 +7368,7 @@ export declare function _networkPacketBrokerPropertiesDeserializer(item: any): {
|
|
|
5914
7368
|
neighborGroupIds: any;
|
|
5915
7369
|
lastOperation: any;
|
|
5916
7370
|
provisioningState: any;
|
|
7371
|
+
configurationState: any;
|
|
5917
7372
|
};
|
|
5918
7373
|
export declare function _networkRackPropertiesSerializer(item: NetworkRack): any;
|
|
5919
7374
|
export declare function _networkRackPropertiesDeserializer(item: any): {
|
|
@@ -5923,19 +7378,23 @@ export declare function _networkRackPropertiesDeserializer(item: any): {
|
|
|
5923
7378
|
networkDevices: any;
|
|
5924
7379
|
lastOperation: any;
|
|
5925
7380
|
provisioningState: any;
|
|
7381
|
+
configurationState: any;
|
|
5926
7382
|
};
|
|
5927
7383
|
export declare function _networkTapRulePropertiesSerializer(item: NetworkTapRule): any;
|
|
5928
7384
|
export declare function _networkTapRulePropertiesDeserializer(item: any): {
|
|
5929
7385
|
annotation: any;
|
|
5930
7386
|
configurationType: any;
|
|
5931
7387
|
tapRulesUrl: any;
|
|
7388
|
+
identitySelector: any;
|
|
5932
7389
|
matchConfigurations: any;
|
|
5933
7390
|
dynamicMatchConfigurations: any;
|
|
5934
7391
|
networkTapId: any;
|
|
7392
|
+
networkTapIds: any;
|
|
5935
7393
|
pollingIntervalInSeconds: any;
|
|
5936
7394
|
lastSyncedTime: any;
|
|
5937
7395
|
globalNetworkTapRuleActions: any;
|
|
5938
7396
|
lastOperation: any;
|
|
7397
|
+
networkFabricIds: any;
|
|
5939
7398
|
configurationState: any;
|
|
5940
7399
|
provisioningState: any;
|
|
5941
7400
|
administrativeState: any;
|
|
@@ -5946,6 +7405,7 @@ export declare function _networkTapPropertiesDeserializer(item: any): {
|
|
|
5946
7405
|
annotation: any;
|
|
5947
7406
|
networkPacketBrokerId: any;
|
|
5948
7407
|
sourceTapRuleId: any;
|
|
7408
|
+
networkFabricIds: any;
|
|
5949
7409
|
destinations: any[];
|
|
5950
7410
|
pollingType: any;
|
|
5951
7411
|
lastOperation: any;
|
|
@@ -5977,4 +7437,38 @@ export declare function _networkMonitorPropertiesDeserializer(item: any): {
|
|
|
5977
7437
|
administrativeState: any;
|
|
5978
7438
|
};
|
|
5979
7439
|
export declare function _networkMonitorPatchPropertiesSerializer(item: NetworkMonitorPatch): any;
|
|
7440
|
+
export declare function _networkBootstrapDevicePropertiesSerializer(item: NetworkBootstrapDevice): any;
|
|
7441
|
+
export declare function _networkBootstrapDevicePropertiesDeserializer(item: any): {
|
|
7442
|
+
annotation: any;
|
|
7443
|
+
hostName: any;
|
|
7444
|
+
serialNumber: any;
|
|
7445
|
+
version: any;
|
|
7446
|
+
networkDeviceSku: any;
|
|
7447
|
+
networkFabricId: any;
|
|
7448
|
+
secondaryManagementIpv4Address: any;
|
|
7449
|
+
dhcpV4ServerIpAddress: any;
|
|
7450
|
+
primaryManagementIpv6Address: any;
|
|
7451
|
+
secondaryManagementIpv6Address: any;
|
|
7452
|
+
provisioningState: any;
|
|
7453
|
+
primaryManagementIpv4Address: any;
|
|
7454
|
+
administrativeState: any;
|
|
7455
|
+
configurationState: any;
|
|
7456
|
+
};
|
|
7457
|
+
export declare function _networkBootstrapDevicePatchPropertiesSerializer(item: NetworkBootstrapDevicePatch): any;
|
|
7458
|
+
export declare function _networkBootstrapInterfacePropertiesSerializer(item: NetworkBootstrapInterface): any;
|
|
7459
|
+
export declare function _networkBootstrapInterfacePropertiesDeserializer(item: any): {
|
|
7460
|
+
annotation: any;
|
|
7461
|
+
provisioningState: any;
|
|
7462
|
+
administrativeState: any;
|
|
7463
|
+
configurationState: any;
|
|
7464
|
+
physicalIdentifier: any;
|
|
7465
|
+
connectedTo: any;
|
|
7466
|
+
interfaceType: any;
|
|
7467
|
+
description: any;
|
|
7468
|
+
additionalDescription: any;
|
|
7469
|
+
ipv4Address: any;
|
|
7470
|
+
ipv6Address: any;
|
|
7471
|
+
serialNumber: any;
|
|
7472
|
+
};
|
|
7473
|
+
export declare function _networkBootstrapInterfacePatchPropertiesSerializer(item: NetworkBootstrapInterfacePatch): any;
|
|
5980
7474
|
//# sourceMappingURL=models.d.ts.map
|