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: docs/dyn/networkconnectivity_v1.projects.locations.global_.policyBasedRoutes.html
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -120,10 +120,10 @@ <h3>Method Details</h3>
120
120
"createTime": "A String", # Output only. Time when the policy-based route was created.
121
121
"description": "A String", # Optional. An optional description of this resource. Provide this field when you create the resource.
122
122
"filter": { # Filter matches L4 traffic. # Required. The filter to match L4 traffic.
123
-
"destRange": "A String", # Optional. The destination IP range of outgoing packets that this policy-based route applies to. Default is "0.0.0.0/0" if protocol version is IPv4.
123
+
"destRange": "A String", # Optional. The destination IP range of outgoing packets that this policy-based route applies to. Default is "0.0.0.0/0" if protocol version is IPv4 and "::/0" if protocol version is IPv6.
124
124
"ipProtocol": "A String", # Optional. The IP protocol that this policy-based route applies to. Valid values are 'TCP', 'UDP', and 'ALL'. Default is 'ALL'.
125
-
"protocolVersion": "A String", # Required. Internet protocol versions this policy-based route applies to. For this version, only IPV4 is supported. IPV6 is supported in preview.
126
-
"srcRange": "A String", # Optional. The source IP range of outgoing packets that this policy-based route applies to. Default is "0.0.0.0/0" if protocol version is IPv4.
125
+
"protocolVersion": "A String", # Required. Internet protocol versions this policy-based route applies to. IPV4 and IPV6 is supported.
126
+
"srcRange": "A String", # Optional. The source IP range of outgoing packets that this policy-based route applies to. Default is "0.0.0.0/0" if protocol version is IPv4 and "::/0" if protocol version is IPv6.
127
127
},
128
128
"interconnectAttachment": { # InterconnectAttachment that this route applies to. # Optional. The interconnect attachments that this policy-based route applies to.
129
129
"region": "A String", # Optional. Cloud region to install this policy-based route on interconnect attachment. Use `all` to install it on all interconnect attachments.
@@ -240,10 +240,10 @@ <h3>Method Details</h3>
240
240
"createTime": "A String", # Output only. Time when the policy-based route was created.
241
241
"description": "A String", # Optional. An optional description of this resource. Provide this field when you create the resource.
242
242
"filter": { # Filter matches L4 traffic. # Required. The filter to match L4 traffic.
243
-
"destRange": "A String", # Optional. The destination IP range of outgoing packets that this policy-based route applies to. Default is "0.0.0.0/0" if protocol version is IPv4.
243
+
"destRange": "A String", # Optional. The destination IP range of outgoing packets that this policy-based route applies to. Default is "0.0.0.0/0" if protocol version is IPv4 and "::/0" if protocol version is IPv6.
244
244
"ipProtocol": "A String", # Optional. The IP protocol that this policy-based route applies to. Valid values are 'TCP', 'UDP', and 'ALL'. Default is 'ALL'.
245
-
"protocolVersion": "A String", # Required. Internet protocol versions this policy-based route applies to. For this version, only IPV4 is supported. IPV6 is supported in preview.
246
-
"srcRange": "A String", # Optional. The source IP range of outgoing packets that this policy-based route applies to. Default is "0.0.0.0/0" if protocol version is IPv4.
245
+
"protocolVersion": "A String", # Required. Internet protocol versions this policy-based route applies to. IPV4 and IPV6 is supported.
246
+
"srcRange": "A String", # Optional. The source IP range of outgoing packets that this policy-based route applies to. Default is "0.0.0.0/0" if protocol version is IPv4 and "::/0" if protocol version is IPv6.
247
247
},
248
248
"interconnectAttachment": { # InterconnectAttachment that this route applies to. # Optional. The interconnect attachments that this policy-based route applies to.
249
249
"region": "A String", # Optional. Cloud region to install this policy-based route on interconnect attachment. Use `all` to install it on all interconnect attachments.
@@ -349,10 +349,10 @@ <h3>Method Details</h3>
349
349
"createTime": "A String", # Output only. Time when the policy-based route was created.
350
350
"description": "A String", # Optional. An optional description of this resource. Provide this field when you create the resource.
351
351
"filter": { # Filter matches L4 traffic. # Required. The filter to match L4 traffic.
352
-
"destRange": "A String", # Optional. The destination IP range of outgoing packets that this policy-based route applies to. Default is "0.0.0.0/0" if protocol version is IPv4.
352
+
"destRange": "A String", # Optional. The destination IP range of outgoing packets that this policy-based route applies to. Default is "0.0.0.0/0" if protocol version is IPv4 and "::/0" if protocol version is IPv6.
353
353
"ipProtocol": "A String", # Optional. The IP protocol that this policy-based route applies to. Valid values are 'TCP', 'UDP', and 'ALL'. Default is 'ALL'.
354
-
"protocolVersion": "A String", # Required. Internet protocol versions this policy-based route applies to. For this version, only IPV4 is supported. IPV6 is supported in preview.
355
-
"srcRange": "A String", # Optional. The source IP range of outgoing packets that this policy-based route applies to. Default is "0.0.0.0/0" if protocol version is IPv4.
354
+
"protocolVersion": "A String", # Required. Internet protocol versions this policy-based route applies to. IPV4 and IPV6 is supported.
355
+
"srcRange": "A String", # Optional. The source IP range of outgoing packets that this policy-based route applies to. Default is "0.0.0.0/0" if protocol version is IPv4 and "::/0" if protocol version is IPv6.
356
356
},
357
357
"interconnectAttachment": { # InterconnectAttachment that this route applies to. # Optional. The interconnect attachments that this policy-based route applies to.
358
358
"region": "A String", # Optional. Cloud region to install this policy-based route on interconnect attachment. Use `all` to install it on all interconnect attachments.
0 commit comments