google-cloud-network_management-v1 0.3.0 → 0.4.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 92cfa7cf7dec8c8909c506f7c85bfd36bf9181860f726871d265699adae4b775
|
4
|
+
data.tar.gz: a3d0bc9d429359dbb7afcd6e61398f1dea38ebd231e6535449a73e28f92be336
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 848fd7afff40b64f5d6eb5733b35cb7367e225eb16aad23a3a34f2585eea14b8a1aef3ec0cf7cba27fe6d44e155fe3cc7b300e644654ea6727e5af1b155e8edc
|
7
|
+
data.tar.gz: 88d654ed9bafba5f126fbb84fc669723be307dd2f326d6133dcfa8577b0189d6befe548d0037b4f93641a08cb2692948eae6adea355544ca5d42407daf9506d7
|
@@ -6,6 +6,7 @@ require 'google/protobuf'
|
|
6
6
|
require 'google/api/annotations_pb'
|
7
7
|
require 'google/api/client_pb'
|
8
8
|
require 'google/api/field_behavior_pb'
|
9
|
+
require 'google/api/resource_pb'
|
9
10
|
require 'google/cloud/networkmanagement/v1/connectivity_test_pb'
|
10
11
|
require 'google/longrunning/operations_pb'
|
11
12
|
require 'google/protobuf/field_mask_pb'
|
@@ -122,6 +122,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
122
122
|
value :NEXT_HOP_INTERNET_GATEWAY, 8
|
123
123
|
value :NEXT_HOP_BLACKHOLE, 9
|
124
124
|
value :NEXT_HOP_ILB, 10
|
125
|
+
value :NEXT_HOP_ROUTER_APPLIANCE, 11
|
125
126
|
end
|
126
127
|
add_message "google.cloud.networkmanagement.v1.ForwardingRuleInfo" do
|
127
128
|
optional :display_name, :string, 1
|
@@ -244,6 +245,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
244
245
|
value :MISMATCHED_SOURCE_NETWORK, 12
|
245
246
|
value :DESTINATION_ENDPOINT_NOT_FOUND, 13
|
246
247
|
value :MISMATCHED_DESTINATION_NETWORK, 14
|
248
|
+
value :UNSUPPORTED, 15
|
247
249
|
end
|
248
250
|
add_message "google.cloud.networkmanagement.v1.DropInfo" do
|
249
251
|
optional :cause, :enum, 1, "google.cloud.networkmanagement.v1.DropInfo.Cause"
|
@@ -408,6 +408,11 @@ module Google
|
|
408
408
|
|
409
409
|
# Next hop is the forwarding rule of an Internal Load Balancer.
|
410
410
|
NEXT_HOP_ILB = 10
|
411
|
+
|
412
|
+
# Next hop is a
|
413
|
+
# [router appliance
|
414
|
+
# instance](https://cloud.google.com/network-connectivity/docs/network-connectivity-center/concepts/ra-overview).
|
415
|
+
NEXT_HOP_ROUTER_APPLIANCE = 11
|
411
416
|
end
|
412
417
|
end
|
413
418
|
|
@@ -780,6 +785,9 @@ module Google
|
|
780
785
|
# Aborted because the destination network does not match the destination
|
781
786
|
# endpoint.
|
782
787
|
MISMATCHED_DESTINATION_NETWORK = 14
|
788
|
+
|
789
|
+
# Aborted because the test scenario is not supported.
|
790
|
+
UNSUPPORTED = 15
|
783
791
|
end
|
784
792
|
end
|
785
793
|
|
@@ -832,9 +840,7 @@ module Google
|
|
832
840
|
|
833
841
|
# Instance with only an internal IP address tries to access external hosts,
|
834
842
|
# but Cloud NAT is not enabled in the subnet, unless special configurations
|
835
|
-
# on a VM allow this connection.
|
836
|
-
# configurations for VM
|
837
|
-
# instances](https://cloud.google.com/vpc/docs/special-configurations).
|
843
|
+
# on a VM allow this connection.
|
838
844
|
NO_EXTERNAL_ADDRESS = 9
|
839
845
|
|
840
846
|
# Destination internal address cannot be resolved to a known target. If
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-network_management-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-07-
|
11
|
+
date: 2022-07-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|