google-apis-networkmanagement_v1 0.44.0 → 0.45.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: 6294b7964e80c8a7ae17e1129da6e9352251e529972aa9dc7edf4803ca24181e
|
4
|
+
data.tar.gz: c456c053fb0f8a01479a9097a06fbd5e10e375d270fe21697e10c4253470dfca
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3c2bbf3860ffdca17a5b8dee4257e2de15c4da803feffdf98cba42230a4b782ad40013e5a8770028035d70feb0df4220f5736f69b563fb6f76c2fd18e4f2133d
|
7
|
+
data.tar.gz: 256f0bd0911dc07c1ca23ee0979f7e1a5de7605b7fbdd576b93335c835ce4c26b87de77398c47333702bf4571b4be523127ebdea56e867cf44be5c3da5b8f9dc
|
data/CHANGELOG.md
CHANGED
@@ -921,7 +921,7 @@ module Google
|
|
921
921
|
end
|
922
922
|
|
923
923
|
# For display only. Metadata associated with a VPC firewall rule, an implied VPC
|
924
|
-
# firewall rule, or a
|
924
|
+
# firewall rule, or a firewall policy rule.
|
925
925
|
class FirewallInfo
|
926
926
|
include Google::Apis::Core::Hashable
|
927
927
|
|
@@ -935,8 +935,8 @@ module Google
|
|
935
935
|
# @return [String]
|
936
936
|
attr_accessor :direction
|
937
937
|
|
938
|
-
# The display name of the
|
939
|
-
#
|
938
|
+
# The display name of the firewall rule. This field might be empty for firewall
|
939
|
+
# policy rules.
|
940
940
|
# Corresponds to the JSON property `displayName`
|
941
941
|
# @return [String]
|
942
942
|
attr_accessor :display_name
|
@@ -952,12 +952,18 @@ module Google
|
|
952
952
|
# @return [String]
|
953
953
|
attr_accessor :network_uri
|
954
954
|
|
955
|
-
# The
|
956
|
-
# is not applicable to VPC firewall rules.
|
955
|
+
# The name of the firewall policy that this rule is associated with. This field
|
956
|
+
# is not applicable to VPC firewall rules and implied VPC firewall rules.
|
957
957
|
# Corresponds to the JSON property `policy`
|
958
958
|
# @return [String]
|
959
959
|
attr_accessor :policy
|
960
960
|
|
961
|
+
# The URI of the firewall policy that this rule is associated with. This field
|
962
|
+
# is not applicable to VPC firewall rules and implied VPC firewall rules.
|
963
|
+
# Corresponds to the JSON property `policyUri`
|
964
|
+
# @return [String]
|
965
|
+
attr_accessor :policy_uri
|
966
|
+
|
961
967
|
# The priority of the firewall rule.
|
962
968
|
# Corresponds to the JSON property `priority`
|
963
969
|
# @return [Fixnum]
|
@@ -969,13 +975,13 @@ module Google
|
|
969
975
|
attr_accessor :target_service_accounts
|
970
976
|
|
971
977
|
# The target tags defined by the VPC firewall rule. This field is not applicable
|
972
|
-
# to
|
978
|
+
# to firewall policy rules.
|
973
979
|
# Corresponds to the JSON property `targetTags`
|
974
980
|
# @return [Array<String>]
|
975
981
|
attr_accessor :target_tags
|
976
982
|
|
977
|
-
# The URI of the
|
978
|
-
# firewall rules
|
983
|
+
# The URI of the firewall rule. This field is not applicable to implied VPC
|
984
|
+
# firewall rules.
|
979
985
|
# Corresponds to the JSON property `uri`
|
980
986
|
# @return [String]
|
981
987
|
attr_accessor :uri
|
@@ -992,6 +998,7 @@ module Google
|
|
992
998
|
@firewall_rule_type = args[:firewall_rule_type] if args.key?(:firewall_rule_type)
|
993
999
|
@network_uri = args[:network_uri] if args.key?(:network_uri)
|
994
1000
|
@policy = args[:policy] if args.key?(:policy)
|
1001
|
+
@policy_uri = args[:policy_uri] if args.key?(:policy_uri)
|
995
1002
|
@priority = args[:priority] if args.key?(:priority)
|
996
1003
|
@target_service_accounts = args[:target_service_accounts] if args.key?(:target_service_accounts)
|
997
1004
|
@target_tags = args[:target_tags] if args.key?(:target_tags)
|
@@ -2417,7 +2424,7 @@ module Google
|
|
2417
2424
|
attr_accessor :endpoint
|
2418
2425
|
|
2419
2426
|
# For display only. Metadata associated with a VPC firewall rule, an implied VPC
|
2420
|
-
# firewall rule, or a
|
2427
|
+
# firewall rule, or a firewall policy rule.
|
2421
2428
|
# Corresponds to the JSON property `firewall`
|
2422
2429
|
# @return [Google::Apis::NetworkmanagementV1::FirewallInfo]
|
2423
2430
|
attr_accessor :firewall
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module NetworkmanagementV1
|
18
18
|
# Version of the google-apis-networkmanagement_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.45.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240725"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -579,6 +579,7 @@ module Google
|
|
579
579
|
property :firewall_rule_type, as: 'firewallRuleType'
|
580
580
|
property :network_uri, as: 'networkUri'
|
581
581
|
property :policy, as: 'policy'
|
582
|
+
property :policy_uri, as: 'policyUri'
|
582
583
|
property :priority, as: 'priority'
|
583
584
|
collection :target_service_accounts, as: 'targetServiceAccounts'
|
584
585
|
collection :target_tags, as: 'targetTags'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-networkmanagement_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.45.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: 2024-08-
|
11
|
+
date: 2024-08-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkmanagement_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1/v0.45.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkmanagement_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|