@azure/arm-network 34.1.0 → 34.2.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/models/index.d.ts +108 -19
- package/dist/browser/models/index.d.ts.map +1 -1
- package/dist/browser/models/index.js +41 -9
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/mappers.d.ts +1 -0
- package/dist/browser/models/mappers.d.ts.map +1 -1
- package/dist/browser/models/mappers.js +81 -0
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/models/parameters.js +1 -1
- package/dist/browser/models/parameters.js.map +1 -1
- package/dist/browser/networkManagementClient.js +1 -1
- package/dist/browser/networkManagementClient.js.map +1 -1
- package/dist/commonjs/models/index.d.ts +108 -19
- package/dist/commonjs/models/index.d.ts.map +1 -1
- package/dist/commonjs/models/index.js +47 -15
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/mappers.d.ts +1 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -1
- package/dist/commonjs/models/mappers.js +89 -8
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/models/parameters.js +1 -1
- package/dist/commonjs/models/parameters.js.map +1 -1
- package/dist/commonjs/networkManagementClient.js +1 -1
- package/dist/commonjs/networkManagementClient.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/esm/models/index.d.ts +108 -19
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js +41 -9
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/mappers.d.ts +1 -0
- package/dist/esm/models/mappers.d.ts.map +1 -1
- package/dist/esm/models/mappers.js +81 -0
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/models/parameters.js +1 -1
- package/dist/esm/models/parameters.js.map +1 -1
- package/dist/esm/networkManagementClient.js +1 -1
- package/dist/esm/networkManagementClient.js.map +1 -1
- package/dist/react-native/models/index.d.ts +108 -19
- package/dist/react-native/models/index.d.ts.map +1 -1
- package/dist/react-native/models/index.js +41 -9
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/mappers.d.ts +1 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -1
- package/dist/react-native/models/mappers.js +81 -0
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/models/parameters.js +1 -1
- package/dist/react-native/models/parameters.js.map +1 -1
- package/dist/react-native/networkManagementClient.js +1 -1
- package/dist/react-native/networkManagementClient.js.map +1 -1
- package/package.json +16 -16
|
@@ -240,6 +240,14 @@ export var KnownNetworkInterfaceNicType;
|
|
|
240
240
|
/** Elastic */
|
|
241
241
|
KnownNetworkInterfaceNicType["Elastic"] = "Elastic";
|
|
242
242
|
})(KnownNetworkInterfaceNicType || (KnownNetworkInterfaceNicType = {}));
|
|
243
|
+
/** Known values of {@link AccessMode} that the service accepts. */
|
|
244
|
+
export var KnownAccessMode;
|
|
245
|
+
(function (KnownAccessMode) {
|
|
246
|
+
/** Allows unrestricted access to the private link service. */
|
|
247
|
+
KnownAccessMode["Default"] = "Default";
|
|
248
|
+
/** Limits access to subscriptions which are inside visibility list only. */
|
|
249
|
+
KnownAccessMode["Restricted"] = "Restricted";
|
|
250
|
+
})(KnownAccessMode || (KnownAccessMode = {}));
|
|
243
251
|
/** Known values of {@link NetworkInterfaceMigrationPhase} that the service accepts. */
|
|
244
252
|
export var KnownNetworkInterfaceMigrationPhase;
|
|
245
253
|
(function (KnownNetworkInterfaceMigrationPhase) {
|
|
@@ -1118,6 +1126,14 @@ export var KnownLoadBalancerOutboundRuleProtocol;
|
|
|
1118
1126
|
/** All */
|
|
1119
1127
|
KnownLoadBalancerOutboundRuleProtocol["All"] = "All";
|
|
1120
1128
|
})(KnownLoadBalancerOutboundRuleProtocol || (KnownLoadBalancerOutboundRuleProtocol = {}));
|
|
1129
|
+
/** Known values of {@link LoadBalancerScope} that the service accepts. */
|
|
1130
|
+
export var KnownLoadBalancerScope;
|
|
1131
|
+
(function (KnownLoadBalancerScope) {
|
|
1132
|
+
/** Public */
|
|
1133
|
+
KnownLoadBalancerScope["Public"] = "Public";
|
|
1134
|
+
/** Private */
|
|
1135
|
+
KnownLoadBalancerScope["Private"] = "Private";
|
|
1136
|
+
})(KnownLoadBalancerScope || (KnownLoadBalancerScope = {}));
|
|
1121
1137
|
/** Known values of {@link EffectiveRouteSource} that the service accepts. */
|
|
1122
1138
|
export var KnownEffectiveRouteSource;
|
|
1123
1139
|
(function (KnownEffectiveRouteSource) {
|
|
@@ -1266,34 +1282,42 @@ export var KnownScopeConnectionState;
|
|
|
1266
1282
|
/** Rejected */
|
|
1267
1283
|
KnownScopeConnectionState["Rejected"] = "Rejected";
|
|
1268
1284
|
})(KnownScopeConnectionState || (KnownScopeConnectionState = {}));
|
|
1285
|
+
/** Known values of {@link RouteTableUsageMode} that the service accepts. */
|
|
1286
|
+
export var KnownRouteTableUsageMode;
|
|
1287
|
+
(function (KnownRouteTableUsageMode) {
|
|
1288
|
+
/** Only route tables managed by the routing configuration will be used. */
|
|
1289
|
+
KnownRouteTableUsageMode["ManagedOnly"] = "ManagedOnly";
|
|
1290
|
+
/** Use existing user-defined route tables already associated with resources. */
|
|
1291
|
+
KnownRouteTableUsageMode["UseExisting"] = "UseExisting";
|
|
1292
|
+
})(KnownRouteTableUsageMode || (KnownRouteTableUsageMode = {}));
|
|
1269
1293
|
/** Known values of {@link DisableBgpRoutePropagation} that the service accepts. */
|
|
1270
1294
|
export var KnownDisableBgpRoutePropagation;
|
|
1271
1295
|
(function (KnownDisableBgpRoutePropagation) {
|
|
1272
|
-
/**
|
|
1296
|
+
/** BGP route propagation is enabled. */
|
|
1273
1297
|
KnownDisableBgpRoutePropagation["False"] = "False";
|
|
1274
|
-
/**
|
|
1298
|
+
/** BGP route propagation is disabled. */
|
|
1275
1299
|
KnownDisableBgpRoutePropagation["True"] = "True";
|
|
1276
1300
|
})(KnownDisableBgpRoutePropagation || (KnownDisableBgpRoutePropagation = {}));
|
|
1277
1301
|
/** Known values of {@link RoutingRuleDestinationType} that the service accepts. */
|
|
1278
1302
|
export var KnownRoutingRuleDestinationType;
|
|
1279
1303
|
(function (KnownRoutingRuleDestinationType) {
|
|
1280
|
-
/**
|
|
1304
|
+
/** Destination specified as an IP address prefix (CIDR). */
|
|
1281
1305
|
KnownRoutingRuleDestinationType["AddressPrefix"] = "AddressPrefix";
|
|
1282
|
-
/**
|
|
1306
|
+
/** Destination specified as an Azure service tag. */
|
|
1283
1307
|
KnownRoutingRuleDestinationType["ServiceTag"] = "ServiceTag";
|
|
1284
1308
|
})(KnownRoutingRuleDestinationType || (KnownRoutingRuleDestinationType = {}));
|
|
1285
1309
|
/** Known values of {@link RoutingRuleNextHopType} that the service accepts. */
|
|
1286
1310
|
export var KnownRoutingRuleNextHopType;
|
|
1287
1311
|
(function (KnownRoutingRuleNextHopType) {
|
|
1288
|
-
/** Internet */
|
|
1312
|
+
/** Forward traffic to the Internet. */
|
|
1289
1313
|
KnownRoutingRuleNextHopType["Internet"] = "Internet";
|
|
1290
|
-
/**
|
|
1314
|
+
/** No next hop will be used. */
|
|
1291
1315
|
KnownRoutingRuleNextHopType["NoNextHop"] = "NoNextHop";
|
|
1292
|
-
/**
|
|
1316
|
+
/** Forward traffic to a specified virtual appliance IP address. */
|
|
1293
1317
|
KnownRoutingRuleNextHopType["VirtualAppliance"] = "VirtualAppliance";
|
|
1294
|
-
/**
|
|
1318
|
+
/** Forward traffic to the virtual network gateway. */
|
|
1295
1319
|
KnownRoutingRuleNextHopType["VirtualNetworkGateway"] = "VirtualNetworkGateway";
|
|
1296
|
-
/**
|
|
1320
|
+
/** Keep traffic within the local virtual network */
|
|
1297
1321
|
KnownRoutingRuleNextHopType["VnetLocal"] = "VnetLocal";
|
|
1298
1322
|
})(KnownRoutingRuleNextHopType || (KnownRoutingRuleNextHopType = {}));
|
|
1299
1323
|
/** Known values of {@link NetworkIntentPolicyBasedService} that the service accepts. */
|
|
@@ -2296,6 +2320,14 @@ export var KnownFailoverTestStatusForSingleTest;
|
|
|
2296
2320
|
/** Expired */
|
|
2297
2321
|
KnownFailoverTestStatusForSingleTest["Expired"] = "Expired";
|
|
2298
2322
|
})(KnownFailoverTestStatusForSingleTest || (KnownFailoverTestStatusForSingleTest = {}));
|
|
2323
|
+
/** Known values of {@link ConnectionAuthenticationType} that the service accepts. */
|
|
2324
|
+
export var KnownConnectionAuthenticationType;
|
|
2325
|
+
(function (KnownConnectionAuthenticationType) {
|
|
2326
|
+
/** Pre-shared key authentication method for VPN gateway connections. */
|
|
2327
|
+
KnownConnectionAuthenticationType["PSK"] = "PSK";
|
|
2328
|
+
/** Certificate-based authentication method for VPN gateway connections. */
|
|
2329
|
+
KnownConnectionAuthenticationType["Certificate"] = "Certificate";
|
|
2330
|
+
})(KnownConnectionAuthenticationType || (KnownConnectionAuthenticationType = {}));
|
|
2299
2331
|
/** Known values of {@link VirtualNetworkGatewayMigrationType} that the service accepts. */
|
|
2300
2332
|
export var KnownVirtualNetworkGatewayMigrationType;
|
|
2301
2333
|
(function (KnownVirtualNetworkGatewayMigrationType) {
|