azure_mgmt_network 0.5.0 → 0.6.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.
- checksums.yaml +4 -4
- data/lib/generated/azure_mgmt_network/application_gateways.rb +45 -45
- data/lib/generated/azure_mgmt_network/express_route_circuit_authorizations.rb +13 -13
- data/lib/generated/azure_mgmt_network/express_route_circuit_peerings.rb +9 -9
- data/lib/generated/azure_mgmt_network/express_route_circuits.rb +10 -10
- data/lib/generated/azure_mgmt_network/express_route_service_providers.rb +1 -1
- data/lib/generated/azure_mgmt_network/load_balancers.rb +25 -25
- data/lib/generated/azure_mgmt_network/local_network_gateways.rb +5 -5
- data/lib/generated/azure_mgmt_network/models/application_gateway_ipconfiguration.rb +1 -1
- data/lib/generated/azure_mgmt_network/models/azure_async_operation_result.rb +1 -1
- data/lib/generated/azure_mgmt_network/models/backend_address_pool.rb +1 -1
- data/lib/generated/azure_mgmt_network/models/connection_shared_key.rb +1 -1
- data/lib/generated/azure_mgmt_network/models/connection_shared_key_result.rb +1 -1
- data/lib/generated/azure_mgmt_network/models/dns_name_availability_result.rb +1 -1
- data/lib/generated/azure_mgmt_network/models/effective_network_security_group_list_result.rb +1 -1
- data/lib/generated/azure_mgmt_network/models/effective_route_list_result.rb +1 -1
- data/lib/generated/azure_mgmt_network/models/express_route_circuit_peering_config.rb +1 -1
- data/lib/generated/azure_mgmt_network/models/inbound_nat_pool.rb +10 -10
- data/lib/generated/azure_mgmt_network/models/inbound_nat_rule.rb +9 -9
- data/lib/generated/azure_mgmt_network/models/load_balancer.rb +2 -2
- data/lib/generated/azure_mgmt_network/models/load_balancing_rule.rb +3 -3
- data/lib/generated/azure_mgmt_network/models/network_security_group_list_result.rb +1 -1
- data/lib/generated/azure_mgmt_network/models/outbound_nat_rule.rb +1 -1
- data/lib/generated/azure_mgmt_network/models/probe.rb +2 -2
- data/lib/generated/azure_mgmt_network/models/public_ipaddress_dns_settings.rb +1 -1
- data/lib/generated/azure_mgmt_network/models/route_list_result.rb +1 -1
- data/lib/generated/azure_mgmt_network/models/route_table_list_result.rb +1 -1
- data/lib/generated/azure_mgmt_network/models/virtual_network_gateway.rb +10 -0
- data/lib/generated/azure_mgmt_network/models/virtual_network_gateway_sku.rb +4 -4
- data/lib/generated/azure_mgmt_network/models/virtual_network_gateway_sku_name.rb +1 -0
- data/lib/generated/azure_mgmt_network/models/virtual_network_gateway_sku_tier.rb +1 -0
- data/lib/generated/azure_mgmt_network/models/virtual_network_list_result.rb +1 -1
- data/lib/generated/azure_mgmt_network/models/virtual_network_peering.rb +1 -1
- data/lib/generated/azure_mgmt_network/network_interfaces.rb +7 -7
- data/lib/generated/azure_mgmt_network/network_security_groups.rb +9 -9
- data/lib/generated/azure_mgmt_network/public_ipaddresses.rb +4 -4
- data/lib/generated/azure_mgmt_network/route_tables.rb +9 -9
- data/lib/generated/azure_mgmt_network/routes.rb +9 -9
- data/lib/generated/azure_mgmt_network/security_rules.rb +4 -4
- data/lib/generated/azure_mgmt_network/subnets.rb +8 -8
- data/lib/generated/azure_mgmt_network/usages.rb +1 -1
- data/lib/generated/azure_mgmt_network/version.rb +1 -1
- data/lib/generated/azure_mgmt_network/virtual_network_gateway_connections.rb +15 -15
- data/lib/generated/azure_mgmt_network/virtual_network_gateways.rb +5 -5
- data/lib/generated/azure_mgmt_network/virtual_network_peerings.rb +4 -4
- data/lib/generated/azure_mgmt_network/virtual_networks.rb +5 -5
- metadata +5 -9
- data/.rspec +0 -3
- data/README.md +0 -102
- data/Rakefile +0 -5
- data/azure_mgmt_network.gemspec +0 -34
@@ -7,7 +7,7 @@ module Azure::ARM::Network
|
|
7
7
|
#
|
8
8
|
# The Microsoft Azure Network management API provides a RESTful set of web
|
9
9
|
# services that interact with Microsoft Azure Networks service to manage
|
10
|
-
# your network
|
10
|
+
# your network resources. The API has entities that capture the
|
11
11
|
# relationship between an end user and the Microsoft Azure Networks service.
|
12
12
|
#
|
13
13
|
class ExpressRouteCircuits
|
@@ -151,7 +151,7 @@ module Azure::ARM::Network
|
|
151
151
|
end
|
152
152
|
|
153
153
|
#
|
154
|
-
# The Get ExpressRouteCircuit operation
|
154
|
+
# The Get ExpressRouteCircuit operation retrieves information about the
|
155
155
|
# specified ExpressRouteCircuit.
|
156
156
|
#
|
157
157
|
# @param resource_group_name [String] The name of the resource group.
|
@@ -167,7 +167,7 @@ module Azure::ARM::Network
|
|
167
167
|
end
|
168
168
|
|
169
169
|
#
|
170
|
-
# The Get ExpressRouteCircuit operation
|
170
|
+
# The Get ExpressRouteCircuit operation retrieves information about the
|
171
171
|
# specified ExpressRouteCircuit.
|
172
172
|
#
|
173
173
|
# @param resource_group_name [String] The name of the resource group.
|
@@ -182,7 +182,7 @@ module Azure::ARM::Network
|
|
182
182
|
end
|
183
183
|
|
184
184
|
#
|
185
|
-
# The Get ExpressRouteCircuit operation
|
185
|
+
# The Get ExpressRouteCircuit operation retrieves information about the
|
186
186
|
# specified ExpressRouteCircuit.
|
187
187
|
#
|
188
188
|
# @param resource_group_name [String] The name of the resource group.
|
@@ -882,7 +882,7 @@ module Azure::ARM::Network
|
|
882
882
|
end
|
883
883
|
|
884
884
|
#
|
885
|
-
# The
|
885
|
+
# The List stats ExpressRouteCircuit operation retrieves all the stats from a
|
886
886
|
# ExpressRouteCircuits in a resource group.
|
887
887
|
#
|
888
888
|
# @param resource_group_name [String] The name of the resource group.
|
@@ -898,7 +898,7 @@ module Azure::ARM::Network
|
|
898
898
|
end
|
899
899
|
|
900
900
|
#
|
901
|
-
# The
|
901
|
+
# The List stats ExpressRouteCircuit operation retrieves all the stats from a
|
902
902
|
# ExpressRouteCircuits in a resource group.
|
903
903
|
#
|
904
904
|
# @param resource_group_name [String] The name of the resource group.
|
@@ -913,7 +913,7 @@ module Azure::ARM::Network
|
|
913
913
|
end
|
914
914
|
|
915
915
|
#
|
916
|
-
# The
|
916
|
+
# The List stats ExpressRouteCircuit operation retrieves all the stats from a
|
917
917
|
# ExpressRouteCircuits in a resource group.
|
918
918
|
#
|
919
919
|
# @param resource_group_name [String] The name of the resource group.
|
@@ -979,7 +979,7 @@ module Azure::ARM::Network
|
|
979
979
|
end
|
980
980
|
|
981
981
|
#
|
982
|
-
# The
|
982
|
+
# The List stats ExpressRouteCircuit operation retrieves all the stats from a
|
983
983
|
# ExpressRouteCircuits in a resource group.
|
984
984
|
#
|
985
985
|
# @param resource_group_name [String] The name of the resource group.
|
@@ -996,7 +996,7 @@ module Azure::ARM::Network
|
|
996
996
|
end
|
997
997
|
|
998
998
|
#
|
999
|
-
# The
|
999
|
+
# The List stats ExpressRouteCircuit operation retrieves all the stats from a
|
1000
1000
|
# ExpressRouteCircuits in a resource group.
|
1001
1001
|
#
|
1002
1002
|
# @param resource_group_name [String] The name of the resource group.
|
@@ -1012,7 +1012,7 @@ module Azure::ARM::Network
|
|
1012
1012
|
end
|
1013
1013
|
|
1014
1014
|
#
|
1015
|
-
# The
|
1015
|
+
# The List stats ExpressRouteCircuit operation retrieves all the stats from a
|
1016
1016
|
# ExpressRouteCircuits in a resource group.
|
1017
1017
|
#
|
1018
1018
|
# @param resource_group_name [String] The name of the resource group.
|
@@ -7,7 +7,7 @@ module Azure::ARM::Network
|
|
7
7
|
#
|
8
8
|
# The Microsoft Azure Network management API provides a RESTful set of web
|
9
9
|
# services that interact with Microsoft Azure Networks service to manage
|
10
|
-
# your network
|
10
|
+
# your network resources. The API has entities that capture the
|
11
11
|
# relationship between an end user and the Microsoft Azure Networks service.
|
12
12
|
#
|
13
13
|
class ExpressRouteServiceProviders
|
@@ -7,7 +7,7 @@ module Azure::ARM::Network
|
|
7
7
|
#
|
8
8
|
# The Microsoft Azure Network management API provides a RESTful set of web
|
9
9
|
# services that interact with Microsoft Azure Networks service to manage
|
10
|
-
# your network
|
10
|
+
# your network resources. The API has entities that capture the
|
11
11
|
# relationship between an end user and the Microsoft Azure Networks service.
|
12
12
|
#
|
13
13
|
class LoadBalancers
|
@@ -26,7 +26,7 @@ module Azure::ARM::Network
|
|
26
26
|
attr_reader :client
|
27
27
|
|
28
28
|
#
|
29
|
-
# The delete
|
29
|
+
# The delete LoadBalancer operation deletes the specified load balancer.
|
30
30
|
#
|
31
31
|
# @param resource_group_name [String] The name of the resource group.
|
32
32
|
# @param load_balancer_name [String] The name of the loadBalancer.
|
@@ -64,7 +64,7 @@ module Azure::ARM::Network
|
|
64
64
|
end
|
65
65
|
|
66
66
|
#
|
67
|
-
# The delete
|
67
|
+
# The delete LoadBalancer operation deletes the specified load balancer.
|
68
68
|
#
|
69
69
|
# @param resource_group_name [String] The name of the resource group.
|
70
70
|
# @param load_balancer_name [String] The name of the loadBalancer.
|
@@ -78,7 +78,7 @@ module Azure::ARM::Network
|
|
78
78
|
end
|
79
79
|
|
80
80
|
#
|
81
|
-
# The delete
|
81
|
+
# The delete LoadBalancer operation deletes the specified load balancer.
|
82
82
|
#
|
83
83
|
# @param resource_group_name [String] The name of the resource group.
|
84
84
|
# @param load_balancer_name [String] The name of the loadBalancer.
|
@@ -92,7 +92,7 @@ module Azure::ARM::Network
|
|
92
92
|
end
|
93
93
|
|
94
94
|
#
|
95
|
-
# The delete
|
95
|
+
# The delete LoadBalancer operation deletes the specified load balancer.
|
96
96
|
#
|
97
97
|
# @param resource_group_name [String] The name of the resource group.
|
98
98
|
# @param load_balancer_name [String] The name of the loadBalancer.
|
@@ -147,8 +147,8 @@ module Azure::ARM::Network
|
|
147
147
|
end
|
148
148
|
|
149
149
|
#
|
150
|
-
# The Get
|
151
|
-
#
|
150
|
+
# The Get LoadBalancer operation retrieves information about the specified
|
151
|
+
# LoadBalancer.
|
152
152
|
#
|
153
153
|
# @param resource_group_name [String] The name of the resource group.
|
154
154
|
# @param load_balancer_name [String] The name of the loadBalancer.
|
@@ -164,8 +164,8 @@ module Azure::ARM::Network
|
|
164
164
|
end
|
165
165
|
|
166
166
|
#
|
167
|
-
# The Get
|
168
|
-
#
|
167
|
+
# The Get LoadBalancer operation retrieves information about the specified
|
168
|
+
# LoadBalancer.
|
169
169
|
#
|
170
170
|
# @param resource_group_name [String] The name of the resource group.
|
171
171
|
# @param load_balancer_name [String] The name of the loadBalancer.
|
@@ -180,8 +180,8 @@ module Azure::ARM::Network
|
|
180
180
|
end
|
181
181
|
|
182
182
|
#
|
183
|
-
# The Get
|
184
|
-
#
|
183
|
+
# The Get LoadBalancer operation retrieves information about the specified
|
184
|
+
# LoadBalancer.
|
185
185
|
#
|
186
186
|
# @param resource_group_name [String] The name of the resource group.
|
187
187
|
# @param load_balancer_name [String] The name of the loadBalancer.
|
@@ -413,7 +413,7 @@ module Azure::ARM::Network
|
|
413
413
|
end
|
414
414
|
|
415
415
|
#
|
416
|
-
# The List loadBalancer operation retrieves all the
|
416
|
+
# The List loadBalancer operation retrieves all the load balancers in a
|
417
417
|
# subscription.
|
418
418
|
#
|
419
419
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
@@ -434,7 +434,7 @@ module Azure::ARM::Network
|
|
434
434
|
end
|
435
435
|
|
436
436
|
#
|
437
|
-
# The List loadBalancer operation retrieves all the
|
437
|
+
# The List loadBalancer operation retrieves all the load balancers in a
|
438
438
|
# subscription.
|
439
439
|
#
|
440
440
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
@@ -448,7 +448,7 @@ module Azure::ARM::Network
|
|
448
448
|
end
|
449
449
|
|
450
450
|
#
|
451
|
-
# The List loadBalancer operation retrieves all the
|
451
|
+
# The List loadBalancer operation retrieves all the load balancers in a
|
452
452
|
# subscription.
|
453
453
|
#
|
454
454
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
@@ -461,7 +461,7 @@ module Azure::ARM::Network
|
|
461
461
|
end
|
462
462
|
|
463
463
|
#
|
464
|
-
# The List loadBalancer operation retrieves all the
|
464
|
+
# The List loadBalancer operation retrieves all the load balancers in a
|
465
465
|
# subscription.
|
466
466
|
#
|
467
467
|
# @param [Hash{String => String}] A hash of custom headers that will be added
|
@@ -523,7 +523,7 @@ module Azure::ARM::Network
|
|
523
523
|
end
|
524
524
|
|
525
525
|
#
|
526
|
-
# The List loadBalancer operation retrieves all the
|
526
|
+
# The List loadBalancer operation retrieves all the load balancers in a
|
527
527
|
# resource group.
|
528
528
|
#
|
529
529
|
# @param resource_group_name [String] The name of the resource group.
|
@@ -545,7 +545,7 @@ module Azure::ARM::Network
|
|
545
545
|
end
|
546
546
|
|
547
547
|
#
|
548
|
-
# The List loadBalancer operation retrieves all the
|
548
|
+
# The List loadBalancer operation retrieves all the load balancers in a
|
549
549
|
# resource group.
|
550
550
|
#
|
551
551
|
# @param resource_group_name [String] The name of the resource group.
|
@@ -560,7 +560,7 @@ module Azure::ARM::Network
|
|
560
560
|
end
|
561
561
|
|
562
562
|
#
|
563
|
-
# The List loadBalancer operation retrieves all the
|
563
|
+
# The List loadBalancer operation retrieves all the load balancers in a
|
564
564
|
# resource group.
|
565
565
|
#
|
566
566
|
# @param resource_group_name [String] The name of the resource group.
|
@@ -574,7 +574,7 @@ module Azure::ARM::Network
|
|
574
574
|
end
|
575
575
|
|
576
576
|
#
|
577
|
-
# The List loadBalancer operation retrieves all the
|
577
|
+
# The List loadBalancer operation retrieves all the load balancers in a
|
578
578
|
# resource group.
|
579
579
|
#
|
580
580
|
# @param resource_group_name [String] The name of the resource group.
|
@@ -638,7 +638,7 @@ module Azure::ARM::Network
|
|
638
638
|
end
|
639
639
|
|
640
640
|
#
|
641
|
-
# The List loadBalancer operation retrieves all the
|
641
|
+
# The List loadBalancer operation retrieves all the load balancers in a
|
642
642
|
# subscription.
|
643
643
|
#
|
644
644
|
# @param next_page_link [String] The NextLink from the previous successful
|
@@ -654,7 +654,7 @@ module Azure::ARM::Network
|
|
654
654
|
end
|
655
655
|
|
656
656
|
#
|
657
|
-
# The List loadBalancer operation retrieves all the
|
657
|
+
# The List loadBalancer operation retrieves all the load balancers in a
|
658
658
|
# subscription.
|
659
659
|
#
|
660
660
|
# @param next_page_link [String] The NextLink from the previous successful
|
@@ -669,7 +669,7 @@ module Azure::ARM::Network
|
|
669
669
|
end
|
670
670
|
|
671
671
|
#
|
672
|
-
# The List loadBalancer operation retrieves all the
|
672
|
+
# The List loadBalancer operation retrieves all the load balancers in a
|
673
673
|
# subscription.
|
674
674
|
#
|
675
675
|
# @param next_page_link [String] The NextLink from the previous successful
|
@@ -731,7 +731,7 @@ module Azure::ARM::Network
|
|
731
731
|
end
|
732
732
|
|
733
733
|
#
|
734
|
-
# The List loadBalancer operation retrieves all the
|
734
|
+
# The List loadBalancer operation retrieves all the load balancers in a
|
735
735
|
# resource group.
|
736
736
|
#
|
737
737
|
# @param next_page_link [String] The NextLink from the previous successful
|
@@ -747,7 +747,7 @@ module Azure::ARM::Network
|
|
747
747
|
end
|
748
748
|
|
749
749
|
#
|
750
|
-
# The List loadBalancer operation retrieves all the
|
750
|
+
# The List loadBalancer operation retrieves all the load balancers in a
|
751
751
|
# resource group.
|
752
752
|
#
|
753
753
|
# @param next_page_link [String] The NextLink from the previous successful
|
@@ -762,7 +762,7 @@ module Azure::ARM::Network
|
|
762
762
|
end
|
763
763
|
|
764
764
|
#
|
765
|
-
# The List loadBalancer operation retrieves all the
|
765
|
+
# The List loadBalancer operation retrieves all the load balancers in a
|
766
766
|
# resource group.
|
767
767
|
#
|
768
768
|
# @param next_page_link [String] The NextLink from the previous successful
|
@@ -7,7 +7,7 @@ module Azure::ARM::Network
|
|
7
7
|
#
|
8
8
|
# The Microsoft Azure Network management API provides a RESTful set of web
|
9
9
|
# services that interact with Microsoft Azure Networks service to manage
|
10
|
-
# your network
|
10
|
+
# your network resources. The API has entities that capture the
|
11
11
|
# relationship between an end user and the Microsoft Azure Networks service.
|
12
12
|
#
|
13
13
|
class LocalNetworkGateways
|
@@ -306,7 +306,7 @@ module Azure::ARM::Network
|
|
306
306
|
end
|
307
307
|
|
308
308
|
#
|
309
|
-
# The Delete LocalNetworkGateway operation deletes the
|
309
|
+
# The Delete LocalNetworkGateway operation deletes the specified local network
|
310
310
|
# Gateway through Network resource provider.
|
311
311
|
#
|
312
312
|
# @param resource_group_name [String] The name of the resource group.
|
@@ -347,7 +347,7 @@ module Azure::ARM::Network
|
|
347
347
|
end
|
348
348
|
|
349
349
|
#
|
350
|
-
# The Delete LocalNetworkGateway operation deletes the
|
350
|
+
# The Delete LocalNetworkGateway operation deletes the specified local network
|
351
351
|
# Gateway through Network resource provider.
|
352
352
|
#
|
353
353
|
# @param resource_group_name [String] The name of the resource group.
|
@@ -363,7 +363,7 @@ module Azure::ARM::Network
|
|
363
363
|
end
|
364
364
|
|
365
365
|
#
|
366
|
-
# The Delete LocalNetworkGateway operation deletes the
|
366
|
+
# The Delete LocalNetworkGateway operation deletes the specified local network
|
367
367
|
# Gateway through Network resource provider.
|
368
368
|
#
|
369
369
|
# @param resource_group_name [String] The name of the resource group.
|
@@ -379,7 +379,7 @@ module Azure::ARM::Network
|
|
379
379
|
end
|
380
380
|
|
381
381
|
#
|
382
|
-
# The Delete LocalNetworkGateway operation deletes the
|
382
|
+
# The Delete LocalNetworkGateway operation deletes the specified local network
|
383
383
|
# Gateway through Network resource provider.
|
384
384
|
#
|
385
385
|
# @param resource_group_name [String] The name of the resource group.
|
@@ -13,7 +13,7 @@ module Azure::ARM::Network
|
|
13
13
|
include MsRestAzure
|
14
14
|
|
15
15
|
# @return [SubResource] Reference of the subnet resource. A subnet from
|
16
|
-
# where
|
16
|
+
# where application gateway gets its private address
|
17
17
|
attr_accessor :subnet
|
18
18
|
|
19
19
|
# @return [String] Provisioning state of the application gateway subnet
|
@@ -7,7 +7,7 @@ module Azure::ARM::Network
|
|
7
7
|
module Models
|
8
8
|
#
|
9
9
|
# The response body contains the status of the specified asynchronous
|
10
|
-
# operation, indicating whether it has succeeded, is
|
10
|
+
# operation, indicating whether it has succeeded, is in progress, or has
|
11
11
|
# failed. Note that this status is distinct from the HTTP status code
|
12
12
|
# returned for the Get Operation Status operation itself. If the
|
13
13
|
# asynchronous operation succeeded, the response body includes the HTTP
|
@@ -6,7 +6,7 @@
|
|
6
6
|
module Azure::ARM::Network
|
7
7
|
module Models
|
8
8
|
#
|
9
|
-
# Inbound NAT pool of the
|
9
|
+
# Inbound NAT pool of the load balancer
|
10
10
|
#
|
11
11
|
class InboundNatPool < MsRestAzure::SubResource
|
12
12
|
|
@@ -15,19 +15,19 @@ module Azure::ARM::Network
|
|
15
15
|
# @return [SubResource] Gets or sets a reference to frontend IP Addresses
|
16
16
|
attr_accessor :frontend_ipconfiguration
|
17
17
|
|
18
|
-
# @return [TransportProtocol] Gets or sets the transport
|
19
|
-
# endpoint. Possible values are Udp or Tcp. Possible values
|
20
|
-
# 'Udp', 'Tcp'
|
18
|
+
# @return [TransportProtocol] Gets or sets the transport protocol for
|
19
|
+
# the endpoint. Possible values are Udp or Tcp. Possible values
|
20
|
+
# include: 'Udp', 'Tcp'
|
21
21
|
attr_accessor :protocol
|
22
22
|
|
23
23
|
# @return [Integer] Gets or sets the starting port range for the NAT
|
24
|
-
# pool. You can
|
25
|
-
# specified for each role in the service must be unique.
|
26
|
-
# values range between 1 and 65535, inclusive
|
24
|
+
# pool. You can specify any port number you choose, but the port
|
25
|
+
# numbers specified for each role in the service must be unique.
|
26
|
+
# Possible values range between 1 and 65535, inclusive
|
27
27
|
attr_accessor :frontend_port_range_start
|
28
28
|
|
29
29
|
# @return [Integer] Gets or sets the ending port range for the NAT pool.
|
30
|
-
# You can
|
30
|
+
# You can specify any port number you choose, but the port numbers
|
31
31
|
# specified for each role in the service must be unique. Possible
|
32
32
|
# values range between 1 and 65535, inclusive
|
33
33
|
attr_accessor :frontend_port_range_end
|
@@ -35,8 +35,8 @@ module Azure::ARM::Network
|
|
35
35
|
# @return [Integer] Gets or sets a port used for internal connections on
|
36
36
|
# the endpoint. The localPort attribute maps the eternal port of the
|
37
37
|
# endpoint to an internal port on a role. This is useful in scenarios
|
38
|
-
# where a role must communicate to an internal
|
39
|
-
#
|
38
|
+
# where a role must communicate to an internal component on a port that
|
39
|
+
# is different from the one that is exposed externally. If not
|
40
40
|
# specified, the value of localPort is the same as the port attribute.
|
41
41
|
# Set the value of localPort to '*' to automatically assign an
|
42
42
|
# unallocated port that is discoverable using the runtime API
|