Skip to content

Commit 38315b6

Browse files
feat(networkmanagement): update the api
#### networkmanagement:v1 The following keys were added: - schemas.FirewallInfo.properties.policyUri.type (Total Keys: 1) #### networkmanagement:v1beta1 The following keys were added: - schemas.FirewallInfo.properties.policyUri.type (Total Keys: 1)
1 parent 5dd6f3f commit 38315b6

4 files changed

+76
-56
lines changed

docs/dyn/networkmanagement_v1.projects.locations.global_.connectivityTests.html

+24-20
Original file line numberDiff line numberDiff line change
@@ -278,21 +278,22 @@ <h3>Method Details</h3>
278278
&quot;sourceNetworkUri&quot;: &quot;A String&quot;, # URI of the network where this packet originates from.
279279
&quot;sourcePort&quot;: 42, # Source port. Only valid when protocol is TCP or UDP.
280280
},
281-
&quot;firewall&quot;: { # For display only. Metadata associated with a VPC firewall rule, an implied VPC firewall rule, or a hierarchical firewall policy rule. # Display information of a Compute Engine firewall rule.
281+
&quot;firewall&quot;: { # For display only. Metadata associated with a VPC firewall rule, an implied VPC firewall rule, or a firewall policy rule. # Display information of a Compute Engine firewall rule.
282282
&quot;action&quot;: &quot;A String&quot;, # Possible values: ALLOW, DENY, APPLY_SECURITY_PROFILE_GROUP
283283
&quot;direction&quot;: &quot;A String&quot;, # Possible values: INGRESS, EGRESS
284-
&quot;displayName&quot;: &quot;A String&quot;, # The display name of the VPC firewall rule. This field is not applicable to hierarchical firewall policy rules.
284+
&quot;displayName&quot;: &quot;A String&quot;, # The display name of the firewall rule. This field might be empty for firewall policy rules.
285285
&quot;firewallRuleType&quot;: &quot;A String&quot;, # The firewall rule&#x27;s type.
286286
&quot;networkUri&quot;: &quot;A String&quot;, # The URI of the VPC network that the firewall rule is associated with. This field is not applicable to hierarchical firewall policy rules.
287-
&quot;policy&quot;: &quot;A String&quot;, # The hierarchical firewall policy that this rule is associated with. This field is not applicable to VPC firewall rules.
287+
&quot;policy&quot;: &quot;A String&quot;, # The name of the firewall policy that this rule is associated with. This field is not applicable to VPC firewall rules and implied VPC firewall rules.
288+
&quot;policyUri&quot;: &quot;A String&quot;, # The URI of the firewall policy that this rule is associated with. This field is not applicable to VPC firewall rules and implied VPC firewall rules.
288289
&quot;priority&quot;: 42, # The priority of the firewall rule.
289290
&quot;targetServiceAccounts&quot;: [ # The target service accounts specified by the firewall rule.
290291
&quot;A String&quot;,
291292
],
292-
&quot;targetTags&quot;: [ # The target tags defined by the VPC firewall rule. This field is not applicable to hierarchical firewall policy rules.
293+
&quot;targetTags&quot;: [ # The target tags defined by the VPC firewall rule. This field is not applicable to firewall policy rules.
293294
&quot;A String&quot;,
294295
],
295-
&quot;uri&quot;: &quot;A String&quot;, # The URI of the VPC firewall rule. This field is not applicable to implied firewall rules or hierarchical firewall policy rules.
296+
&quot;uri&quot;: &quot;A String&quot;, # The URI of the firewall rule. This field is not applicable to implied VPC firewall rules.
296297
},
297298
&quot;forward&quot;: { # Details of the final state &quot;forward&quot; and associated resource. # Display information of the final state &quot;forward&quot; and reason.
298299
&quot;ipAddress&quot;: &quot;A String&quot;, # IP address of the target (if applicable).
@@ -727,21 +728,22 @@ <h3>Method Details</h3>
727728
&quot;sourceNetworkUri&quot;: &quot;A String&quot;, # URI of the network where this packet originates from.
728729
&quot;sourcePort&quot;: 42, # Source port. Only valid when protocol is TCP or UDP.
729730
},
730-
&quot;firewall&quot;: { # For display only. Metadata associated with a VPC firewall rule, an implied VPC firewall rule, or a hierarchical firewall policy rule. # Display information of a Compute Engine firewall rule.
731+
&quot;firewall&quot;: { # For display only. Metadata associated with a VPC firewall rule, an implied VPC firewall rule, or a firewall policy rule. # Display information of a Compute Engine firewall rule.
731732
&quot;action&quot;: &quot;A String&quot;, # Possible values: ALLOW, DENY, APPLY_SECURITY_PROFILE_GROUP
732733
&quot;direction&quot;: &quot;A String&quot;, # Possible values: INGRESS, EGRESS
733-
&quot;displayName&quot;: &quot;A String&quot;, # The display name of the VPC firewall rule. This field is not applicable to hierarchical firewall policy rules.
734+
&quot;displayName&quot;: &quot;A String&quot;, # The display name of the firewall rule. This field might be empty for firewall policy rules.
734735
&quot;firewallRuleType&quot;: &quot;A String&quot;, # The firewall rule&#x27;s type.
735736
&quot;networkUri&quot;: &quot;A String&quot;, # The URI of the VPC network that the firewall rule is associated with. This field is not applicable to hierarchical firewall policy rules.
736-
&quot;policy&quot;: &quot;A String&quot;, # The hierarchical firewall policy that this rule is associated with. This field is not applicable to VPC firewall rules.
737+
&quot;policy&quot;: &quot;A String&quot;, # The name of the firewall policy that this rule is associated with. This field is not applicable to VPC firewall rules and implied VPC firewall rules.
738+
&quot;policyUri&quot;: &quot;A String&quot;, # The URI of the firewall policy that this rule is associated with. This field is not applicable to VPC firewall rules and implied VPC firewall rules.
737739
&quot;priority&quot;: 42, # The priority of the firewall rule.
738740
&quot;targetServiceAccounts&quot;: [ # The target service accounts specified by the firewall rule.
739741
&quot;A String&quot;,
740742
],
741-
&quot;targetTags&quot;: [ # The target tags defined by the VPC firewall rule. This field is not applicable to hierarchical firewall policy rules.
743+
&quot;targetTags&quot;: [ # The target tags defined by the VPC firewall rule. This field is not applicable to firewall policy rules.
742744
&quot;A String&quot;,
743745
],
744-
&quot;uri&quot;: &quot;A String&quot;, # The URI of the VPC firewall rule. This field is not applicable to implied firewall rules or hierarchical firewall policy rules.
746+
&quot;uri&quot;: &quot;A String&quot;, # The URI of the firewall rule. This field is not applicable to implied VPC firewall rules.
745747
},
746748
&quot;forward&quot;: { # Details of the final state &quot;forward&quot; and associated resource. # Display information of the final state &quot;forward&quot; and reason.
747749
&quot;ipAddress&quot;: &quot;A String&quot;, # IP address of the target (if applicable).
@@ -1167,21 +1169,22 @@ <h3>Method Details</h3>
11671169
&quot;sourceNetworkUri&quot;: &quot;A String&quot;, # URI of the network where this packet originates from.
11681170
&quot;sourcePort&quot;: 42, # Source port. Only valid when protocol is TCP or UDP.
11691171
},
1170-
&quot;firewall&quot;: { # For display only. Metadata associated with a VPC firewall rule, an implied VPC firewall rule, or a hierarchical firewall policy rule. # Display information of a Compute Engine firewall rule.
1172+
&quot;firewall&quot;: { # For display only. Metadata associated with a VPC firewall rule, an implied VPC firewall rule, or a firewall policy rule. # Display information of a Compute Engine firewall rule.
11711173
&quot;action&quot;: &quot;A String&quot;, # Possible values: ALLOW, DENY, APPLY_SECURITY_PROFILE_GROUP
11721174
&quot;direction&quot;: &quot;A String&quot;, # Possible values: INGRESS, EGRESS
1173-
&quot;displayName&quot;: &quot;A String&quot;, # The display name of the VPC firewall rule. This field is not applicable to hierarchical firewall policy rules.
1175+
&quot;displayName&quot;: &quot;A String&quot;, # The display name of the firewall rule. This field might be empty for firewall policy rules.
11741176
&quot;firewallRuleType&quot;: &quot;A String&quot;, # The firewall rule&#x27;s type.
11751177
&quot;networkUri&quot;: &quot;A String&quot;, # The URI of the VPC network that the firewall rule is associated with. This field is not applicable to hierarchical firewall policy rules.
1176-
&quot;policy&quot;: &quot;A String&quot;, # The hierarchical firewall policy that this rule is associated with. This field is not applicable to VPC firewall rules.
1178+
&quot;policy&quot;: &quot;A String&quot;, # The name of the firewall policy that this rule is associated with. This field is not applicable to VPC firewall rules and implied VPC firewall rules.
1179+
&quot;policyUri&quot;: &quot;A String&quot;, # The URI of the firewall policy that this rule is associated with. This field is not applicable to VPC firewall rules and implied VPC firewall rules.
11771180
&quot;priority&quot;: 42, # The priority of the firewall rule.
11781181
&quot;targetServiceAccounts&quot;: [ # The target service accounts specified by the firewall rule.
11791182
&quot;A String&quot;,
11801183
],
1181-
&quot;targetTags&quot;: [ # The target tags defined by the VPC firewall rule. This field is not applicable to hierarchical firewall policy rules.
1184+
&quot;targetTags&quot;: [ # The target tags defined by the VPC firewall rule. This field is not applicable to firewall policy rules.
11821185
&quot;A String&quot;,
11831186
],
1184-
&quot;uri&quot;: &quot;A String&quot;, # The URI of the VPC firewall rule. This field is not applicable to implied firewall rules or hierarchical firewall policy rules.
1187+
&quot;uri&quot;: &quot;A String&quot;, # The URI of the firewall rule. This field is not applicable to implied VPC firewall rules.
11851188
},
11861189
&quot;forward&quot;: { # Details of the final state &quot;forward&quot; and associated resource. # Display information of the final state &quot;forward&quot; and reason.
11871190
&quot;ipAddress&quot;: &quot;A String&quot;, # IP address of the target (if applicable).
@@ -1566,21 +1569,22 @@ <h3>Method Details</h3>
15661569
&quot;sourceNetworkUri&quot;: &quot;A String&quot;, # URI of the network where this packet originates from.
15671570
&quot;sourcePort&quot;: 42, # Source port. Only valid when protocol is TCP or UDP.
15681571
},
1569-
&quot;firewall&quot;: { # For display only. Metadata associated with a VPC firewall rule, an implied VPC firewall rule, or a hierarchical firewall policy rule. # Display information of a Compute Engine firewall rule.
1572+
&quot;firewall&quot;: { # For display only. Metadata associated with a VPC firewall rule, an implied VPC firewall rule, or a firewall policy rule. # Display information of a Compute Engine firewall rule.
15701573
&quot;action&quot;: &quot;A String&quot;, # Possible values: ALLOW, DENY, APPLY_SECURITY_PROFILE_GROUP
15711574
&quot;direction&quot;: &quot;A String&quot;, # Possible values: INGRESS, EGRESS
1572-
&quot;displayName&quot;: &quot;A String&quot;, # The display name of the VPC firewall rule. This field is not applicable to hierarchical firewall policy rules.
1575+
&quot;displayName&quot;: &quot;A String&quot;, # The display name of the firewall rule. This field might be empty for firewall policy rules.
15731576
&quot;firewallRuleType&quot;: &quot;A String&quot;, # The firewall rule&#x27;s type.
15741577
&quot;networkUri&quot;: &quot;A String&quot;, # The URI of the VPC network that the firewall rule is associated with. This field is not applicable to hierarchical firewall policy rules.
1575-
&quot;policy&quot;: &quot;A String&quot;, # The hierarchical firewall policy that this rule is associated with. This field is not applicable to VPC firewall rules.
1578+
&quot;policy&quot;: &quot;A String&quot;, # The name of the firewall policy that this rule is associated with. This field is not applicable to VPC firewall rules and implied VPC firewall rules.
1579+
&quot;policyUri&quot;: &quot;A String&quot;, # The URI of the firewall policy that this rule is associated with. This field is not applicable to VPC firewall rules and implied VPC firewall rules.
15761580
&quot;priority&quot;: 42, # The priority of the firewall rule.
15771581
&quot;targetServiceAccounts&quot;: [ # The target service accounts specified by the firewall rule.
15781582
&quot;A String&quot;,
15791583
],
1580-
&quot;targetTags&quot;: [ # The target tags defined by the VPC firewall rule. This field is not applicable to hierarchical firewall policy rules.
1584+
&quot;targetTags&quot;: [ # The target tags defined by the VPC firewall rule. This field is not applicable to firewall policy rules.
15811585
&quot;A String&quot;,
15821586
],
1583-
&quot;uri&quot;: &quot;A String&quot;, # The URI of the VPC firewall rule. This field is not applicable to implied firewall rules or hierarchical firewall policy rules.
1587+
&quot;uri&quot;: &quot;A String&quot;, # The URI of the firewall rule. This field is not applicable to implied VPC firewall rules.
15841588
},
15851589
&quot;forward&quot;: { # Details of the final state &quot;forward&quot; and associated resource. # Display information of the final state &quot;forward&quot; and reason.
15861590
&quot;ipAddress&quot;: &quot;A String&quot;, # IP address of the target (if applicable).

0 commit comments

Comments
 (0)