google-apis-networkmanagement_v1 0.2.0 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/google/apis/networkmanagement_v1.rb +1 -1
- data/lib/google/apis/networkmanagement_v1/classes.rb +37 -24
- data/lib/google/apis/networkmanagement_v1/gem_version.rb +3 -3
- data/lib/google/apis/networkmanagement_v1/representations.rb +2 -1
- data/lib/google/apis/networkmanagement_v1/service.rb +7 -3
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 68cdd30a7773a6da9cbbee9bd32858dd10e25827617c8b8c1bbe6c9650ad1234
|
4
|
+
data.tar.gz: bd4d3b7342e889e807dc742f56071207a53b6bf67bc19360193359e78612495b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 608bd9ec1664ae3124494d17a6716fda06422285094e990049b21f7fa55219415fbe11d867ec13c5fbfb91065b63d5d203830a04540a45d1204ca9f908fec248
|
7
|
+
data.tar.gz: f69bf27cc78d611c3793e9686227a7a44ea3cf66e371687fff1b92602a53551c5325ffa0b5ef31ae10bf7be3c389421fcc47cf03a4372e9e75bac33b3e8580e2
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-networkmanagement_v1
|
2
2
|
|
3
|
+
### v0.3.0 (2021-03-18)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20210316
|
6
|
+
* Regenerated using generator version 0.2.0
|
7
|
+
|
3
8
|
### v0.2.0 (2021-03-04)
|
4
9
|
|
5
10
|
* Regenerated using generator version 0.1.2
|
@@ -30,7 +30,7 @@ module Google
|
|
30
30
|
# This is NOT the gem version.
|
31
31
|
VERSION = 'V1'
|
32
32
|
|
33
|
-
#
|
33
|
+
# See, edit, configure, and delete your Google Cloud Platform data
|
34
34
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
35
35
|
end
|
36
36
|
end
|
@@ -122,11 +122,6 @@ module Google
|
|
122
122
|
class Binding
|
123
123
|
include Google::Apis::Core::Hashable
|
124
124
|
|
125
|
-
#
|
126
|
-
# Corresponds to the JSON property `bindingId`
|
127
|
-
# @return [String]
|
128
|
-
attr_accessor :binding_id
|
129
|
-
|
130
125
|
# Represents a textual expression in the Common Expression Language (CEL) syntax.
|
131
126
|
# CEL is a C-like expression language. The syntax and semantics of CEL are
|
132
127
|
# documented at https://github.com/google/cel-spec. Example (Comparison): title:
|
@@ -188,7 +183,6 @@ module Google
|
|
188
183
|
|
189
184
|
# Update properties of this object
|
190
185
|
def update!(**args)
|
191
|
-
@binding_id = args[:binding_id] if args.key?(:binding_id)
|
192
186
|
@condition = args[:condition] if args.key?(:condition)
|
193
187
|
@members = args[:members] if args.key?(:members)
|
194
188
|
@role = args[:role] if args.key?(:role)
|
@@ -249,7 +243,7 @@ module Google
|
|
249
243
|
# @return [String]
|
250
244
|
attr_accessor :protocol
|
251
245
|
|
252
|
-
#
|
246
|
+
# Results of the configuration analysis from the last run of the test.
|
253
247
|
# Corresponds to the JSON property `reachabilityDetails`
|
254
248
|
# @return [Google::Apis::NetworkmanagementV1::ReachabilityDetails]
|
255
249
|
attr_accessor :reachability_details
|
@@ -527,7 +521,8 @@ module Google
|
|
527
521
|
end
|
528
522
|
end
|
529
523
|
|
530
|
-
# For display only. Metadata associated with a
|
524
|
+
# For display only. Metadata associated with a VPC firewall rule, an implied VPC
|
525
|
+
# firewall rule, or a hierarchical firewall policy rule.
|
531
526
|
class FirewallInfo
|
532
527
|
include Google::Apis::Core::Hashable
|
533
528
|
|
@@ -541,32 +536,47 @@ module Google
|
|
541
536
|
# @return [String]
|
542
537
|
attr_accessor :direction
|
543
538
|
|
544
|
-
#
|
539
|
+
# The display name of the VPC firewall rule. This field is not applicable to
|
540
|
+
# hierarchical firewall policy rules.
|
545
541
|
# Corresponds to the JSON property `displayName`
|
546
542
|
# @return [String]
|
547
543
|
attr_accessor :display_name
|
548
544
|
|
549
|
-
#
|
545
|
+
# The firewall rule's type.
|
546
|
+
# Corresponds to the JSON property `firewallRuleType`
|
547
|
+
# @return [String]
|
548
|
+
attr_accessor :firewall_rule_type
|
549
|
+
|
550
|
+
# The URI of the VPC network that the firewall rule is associated with. This
|
551
|
+
# field is not applicable to hierarchical firewall policy rules.
|
550
552
|
# Corresponds to the JSON property `networkUri`
|
551
553
|
# @return [String]
|
552
554
|
attr_accessor :network_uri
|
553
555
|
|
554
|
-
#
|
556
|
+
# The hierarchical firewall policy that this rule is associated with. This field
|
557
|
+
# is not applicable to VPC firewall rules.
|
558
|
+
# Corresponds to the JSON property `policy`
|
559
|
+
# @return [String]
|
560
|
+
attr_accessor :policy
|
561
|
+
|
562
|
+
# The priority of the firewall rule.
|
555
563
|
# Corresponds to the JSON property `priority`
|
556
564
|
# @return [Fixnum]
|
557
565
|
attr_accessor :priority
|
558
566
|
|
559
|
-
#
|
567
|
+
# The target service accounts specified by the firewall rule.
|
560
568
|
# Corresponds to the JSON property `targetServiceAccounts`
|
561
569
|
# @return [Array<String>]
|
562
570
|
attr_accessor :target_service_accounts
|
563
571
|
|
564
|
-
#
|
572
|
+
# The target tags defined by the VPC firewall rule. This field is not applicable
|
573
|
+
# to hierarchical firewall policy rules.
|
565
574
|
# Corresponds to the JSON property `targetTags`
|
566
575
|
# @return [Array<String>]
|
567
576
|
attr_accessor :target_tags
|
568
577
|
|
569
|
-
# URI of
|
578
|
+
# The URI of the VPC firewall rule. This field is not applicable to implied
|
579
|
+
# firewall rules or hierarchical firewall policy rules.
|
570
580
|
# Corresponds to the JSON property `uri`
|
571
581
|
# @return [String]
|
572
582
|
attr_accessor :uri
|
@@ -580,7 +590,9 @@ module Google
|
|
580
590
|
@action = args[:action] if args.key?(:action)
|
581
591
|
@direction = args[:direction] if args.key?(:direction)
|
582
592
|
@display_name = args[:display_name] if args.key?(:display_name)
|
593
|
+
@firewall_rule_type = args[:firewall_rule_type] if args.key?(:firewall_rule_type)
|
583
594
|
@network_uri = args[:network_uri] if args.key?(:network_uri)
|
595
|
+
@policy = args[:policy] if args.key?(:policy)
|
584
596
|
@priority = args[:priority] if args.key?(:priority)
|
585
597
|
@target_service_accounts = args[:target_service_accounts] if args.key?(:target_service_accounts)
|
586
598
|
@target_tags = args[:target_tags] if args.key?(:target_tags)
|
@@ -1183,7 +1195,7 @@ module Google
|
|
1183
1195
|
end
|
1184
1196
|
end
|
1185
1197
|
|
1186
|
-
#
|
1198
|
+
# Results of the configuration analysis from the last run of the test.
|
1187
1199
|
class ReachabilityDetails
|
1188
1200
|
include Google::Apis::Core::Hashable
|
1189
1201
|
|
@@ -1197,7 +1209,7 @@ module Google
|
|
1197
1209
|
# @return [Google::Apis::NetworkmanagementV1::Status]
|
1198
1210
|
attr_accessor :error
|
1199
1211
|
|
1200
|
-
# The overall
|
1212
|
+
# The overall result of the test's configuration analysis.
|
1201
1213
|
# Corresponds to the JSON property `result`
|
1202
1214
|
# @return [String]
|
1203
1215
|
attr_accessor :result
|
@@ -1209,7 +1221,7 @@ module Google
|
|
1209
1221
|
# @return [Array<Google::Apis::NetworkmanagementV1::Trace>]
|
1210
1222
|
attr_accessor :traces
|
1211
1223
|
|
1212
|
-
# The time the
|
1224
|
+
# The time of the configuration analysis.
|
1213
1225
|
# Corresponds to the JSON property `verifyTime`
|
1214
1226
|
# @return [String]
|
1215
1227
|
attr_accessor :verify_time
|
@@ -1439,7 +1451,8 @@ module Google
|
|
1439
1451
|
# @return [Google::Apis::NetworkmanagementV1::EndpointInfo]
|
1440
1452
|
attr_accessor :endpoint
|
1441
1453
|
|
1442
|
-
# For display only. Metadata associated with a
|
1454
|
+
# For display only. Metadata associated with a VPC firewall rule, an implied VPC
|
1455
|
+
# firewall rule, or a hierarchical firewall policy rule.
|
1443
1456
|
# Corresponds to the JSON property `firewall`
|
1444
1457
|
# @return [Google::Apis::NetworkmanagementV1::FirewallInfo]
|
1445
1458
|
attr_accessor :firewall
|
@@ -1560,12 +1573,12 @@ module Google
|
|
1560
1573
|
end
|
1561
1574
|
end
|
1562
1575
|
|
1563
|
-
# Trace represents one simulated packet forwarding path.
|
1564
|
-
# multiple ordered
|
1565
|
-
#
|
1566
|
-
#
|
1567
|
-
#
|
1568
|
-
#
|
1576
|
+
# Trace represents one simulated packet forwarding path. * Each trace contains
|
1577
|
+
# multiple ordered Steps. * Each step is in a particular state with associated
|
1578
|
+
# configuration. * State is categorized as final or non-final states. * Each
|
1579
|
+
# final state has a reason associated. * Each trace must end with a final state (
|
1580
|
+
# the last step). ``` |---------------------Trace----------------------| Step1(
|
1581
|
+
# State) Step2(State) --- StepN(State(final)) ```
|
1569
1582
|
class Trace
|
1570
1583
|
include Google::Apis::Core::Hashable
|
1571
1584
|
|
@@ -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.3.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.2.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210316"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -272,7 +272,6 @@ module Google
|
|
272
272
|
class Binding
|
273
273
|
# @private
|
274
274
|
class Representation < Google::Apis::Core::JsonRepresentation
|
275
|
-
property :binding_id, as: 'bindingId'
|
276
275
|
property :condition, as: 'condition', class: Google::Apis::NetworkmanagementV1::Expr, decorator: Google::Apis::NetworkmanagementV1::Expr::Representation
|
277
276
|
|
278
277
|
collection :members, as: 'members'
|
@@ -369,7 +368,9 @@ module Google
|
|
369
368
|
property :action, as: 'action'
|
370
369
|
property :direction, as: 'direction'
|
371
370
|
property :display_name, as: 'displayName'
|
371
|
+
property :firewall_rule_type, as: 'firewallRuleType'
|
372
372
|
property :network_uri, as: 'networkUri'
|
373
|
+
property :policy, as: 'policy'
|
373
374
|
property :priority, as: 'priority'
|
374
375
|
collection :target_service_accounts, as: 'targetServiceAccounts'
|
375
376
|
collection :target_tags, as: 'targetTags'
|
@@ -84,11 +84,15 @@ module Google
|
|
84
84
|
# @param [String] name
|
85
85
|
# The resource that owns the locations collection, if applicable.
|
86
86
|
# @param [String] filter
|
87
|
-
#
|
87
|
+
# A filter to narrow down results to a preferred subset. The filtering language
|
88
|
+
# accepts strings like "displayName=tokyo", and is documented in more detail in [
|
89
|
+
# AIP-160](https://google.aip.dev/160).
|
88
90
|
# @param [Fixnum] page_size
|
89
|
-
# The
|
91
|
+
# The maximum number of results to return. If not set, the service will select a
|
92
|
+
# default.
|
90
93
|
# @param [String] page_token
|
91
|
-
#
|
94
|
+
# A page token received from the `next_page_token` field in the response. Send
|
95
|
+
# that page token to receive the subsequent page.
|
92
96
|
# @param [String] fields
|
93
97
|
# Selector specifying which fields to include in a partial response.
|
94
98
|
# @param [String] quota_user
|
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.3.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: 2021-03-
|
11
|
+
date: 2021-03-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -52,7 +52,7 @@ licenses:
|
|
52
52
|
metadata:
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-networkmanagement_v1/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1/v0.
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1/v0.3.0
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-networkmanagement_v1
|
57
57
|
post_install_message:
|
58
58
|
rdoc_options: []
|