You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-networkmanagement/v1/2.0.0/com/google/api/services/networkmanagement/v1/model/FirewallInfo.java
+46-25Lines changed: 46 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@
18
18
19
19
/**
20
20
* For display only. Metadata associated with a VPC firewall rule, an implied VPC firewall rule, or
21
-
* a hierarchical firewall policy rule.
21
+
* a firewall policy rule.
22
22
*
23
23
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
24
24
* transmitted over HTTP when working with the Network Management API. For a detailed explanation
@@ -46,8 +46,7 @@ public final class FirewallInfo extends com.google.api.client.json.GenericJson {
46
46
privatejava.lang.Stringdirection;
47
47
48
48
/**
49
-
* The display name of the VPC firewall rule. This field is not applicable to hierarchical
50
-
* firewall policy rules.
49
+
* The display name of the firewall rule. This field might be empty for firewall policy rules.
51
50
* The value may be {@code null}.
52
51
*/
53
52
@com.google.api.client.util.Key
@@ -69,13 +68,21 @@ public final class FirewallInfo extends com.google.api.client.json.GenericJson {
69
68
privatejava.lang.StringnetworkUri;
70
69
71
70
/**
72
-
* The hierarchical firewall policy that this rule is associated with. This field is not
73
-
* applicable to VPC firewall rules.
71
+
* The name of the firewall policy that this rule is associated with. This field is not applicable
72
+
* to VPC firewall rules and implied VPC firewall rules.
74
73
* The value may be {@code null}.
75
74
*/
76
75
@com.google.api.client.util.Key
77
76
privatejava.lang.Stringpolicy;
78
77
78
+
/**
79
+
* The URI of the firewall policy that this rule is associated with. This field is not applicable
80
+
* to VPC firewall rules and implied VPC firewall rules.
81
+
* The value may be {@code null}.
82
+
*/
83
+
@com.google.api.client.util.Key
84
+
privatejava.lang.StringpolicyUri;
85
+
79
86
/**
80
87
* The priority of the firewall rule.
81
88
* The value may be {@code null}.
@@ -91,16 +98,15 @@ public final class FirewallInfo extends com.google.api.client.json.GenericJson {
0 commit comments