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/compute_alpha.interconnects.html
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -260,6 +260,7 @@ <h3>Method Details</h3>
260
260
An object of the form:
261
261
262
262
{ # Represents an Interconnect resource. An Interconnect resource is a dedicated connection between the Google Cloud network and your on-premises network. For more information, read the Dedicated Interconnect Overview.
263
+
"aaiEnabled": True or False, # Enable or disable the Application Aware Interconnect(AAI) feature on this interconnect.
263
264
"adminEnabled": True or False, # Administrative status of the interconnect. When this is set to true, the Interconnect is functional and can carry traffic. When set to false, no packets can be carried over the interconnect and no BGP routes are exchanged over it. By default, the status is set to true.
264
265
"applicationAwareInterconnect": { # Configuration information for enabling Application Aware Interconnect (AAI) on this Cloud Interconnect connection between Google and your on-premises router. # Configuration for enabling Application Aware Interconnect (AAI) on this Cloud Interconnect connection between Google and your on-premises router.
265
266
"bandwidthPercentagePolicy": {
@@ -545,6 +546,7 @@ <h3>Method Details</h3>
545
546
The object takes the form of:
546
547
547
548
{ # Represents an Interconnect resource. An Interconnect resource is a dedicated connection between the Google Cloud network and your on-premises network. For more information, read the Dedicated Interconnect Overview.
549
+
"aaiEnabled": True or False, # Enable or disable the Application Aware Interconnect(AAI) feature on this interconnect.
548
550
"adminEnabled": True or False, # Administrative status of the interconnect. When this is set to true, the Interconnect is functional and can carry traffic. When set to false, no packets can be carried over the interconnect and no BGP routes are exchanged over it. By default, the status is set to true.
549
551
"applicationAwareInterconnect": { # Configuration information for enabling Application Aware Interconnect (AAI) on this Cloud Interconnect connection between Google and your on-premises router. # Configuration for enabling Application Aware Interconnect (AAI) on this Cloud Interconnect connection between Google and your on-premises router.
550
552
"bandwidthPercentagePolicy": {
@@ -767,6 +769,7 @@ <h3>Method Details</h3>
767
769
"id": "A String", # [Output Only] Unique identifier for the resource; defined by the server.
768
770
"items": [ # A list of Interconnect resources.
769
771
{ # Represents an Interconnect resource. An Interconnect resource is a dedicated connection between the Google Cloud network and your on-premises network. For more information, read the Dedicated Interconnect Overview.
772
+
"aaiEnabled": True or False, # Enable or disable the Application Aware Interconnect(AAI) feature on this interconnect.
770
773
"adminEnabled": True or False, # Administrative status of the interconnect. When this is set to true, the Interconnect is functional and can carry traffic. When set to false, no packets can be carried over the interconnect and no BGP routes are exchanged over it. By default, the status is set to true.
771
774
"applicationAwareInterconnect": { # Configuration information for enabling Application Aware Interconnect (AAI) on this Cloud Interconnect connection between Google and your on-premises router. # Configuration for enabling Application Aware Interconnect (AAI) on this Cloud Interconnect connection between Google and your on-premises router.
772
775
"bandwidthPercentagePolicy": {
@@ -889,6 +892,7 @@ <h3>Method Details</h3>
889
892
The object takes the form of:
890
893
891
894
{ # Represents an Interconnect resource. An Interconnect resource is a dedicated connection between the Google Cloud network and your on-premises network. For more information, read the Dedicated Interconnect Overview.
895
+
"aaiEnabled": True or False, # Enable or disable the Application Aware Interconnect(AAI) feature on this interconnect.
892
896
"adminEnabled": True or False, # Administrative status of the interconnect. When this is set to true, the Interconnect is functional and can carry traffic. When set to false, no packets can be carried over the interconnect and no BGP routes are exchanged over it. By default, the status is set to true.
893
897
"applicationAwareInterconnect": { # Configuration information for enabling Application Aware Interconnect (AAI) on this Cloud Interconnect connection between Google and your on-premises router. # Configuration for enabling Application Aware Interconnect (AAI) on this Cloud Interconnect connection between Google and your on-premises router.
Copy file name to clipboardExpand all lines: docs/dyn/compute_alpha.packetMirrorings.html
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -139,11 +139,11 @@ <h3>Method Details</h3>
139
139
"creationTimestamp": "A String", # [Output Only] Creation timestamp in RFC3339 text format.
140
140
"description": "A String", # An optional description of this resource. Provide this property when you create the resource.
141
141
"enable": "A String", # Indicates whether or not this packet mirroring takes effect. If set to FALSE, this packet mirroring policy will not be enforced on the network. The default is TRUE.
142
-
"filter": { # Filter for mirrored traffic. If unspecified, all traffic is mirrored.
142
+
"filter": { # Filter for mirrored traffic. If unspecified, all IPv4 traffic is mirrored.
143
143
"IPProtocols": [ # Protocols that apply as filter on mirrored traffic. If no protocols are specified, all traffic that matches the specified CIDR ranges is mirrored. If neither cidrRanges nor IPProtocols is specified, all IPv4 traffic is mirrored.
144
144
"A String",
145
145
],
146
-
"cidrRanges": [ # One or more IPv4 or IPv6 CIDR ranges that apply as filter on the source (ingress) or destination (egress) IP in the IP header. If no ranges are specified, all IPv4 traffic that matches the specified IPProtocols is mirrored. If neither cidrRanges nor IPProtocols is specified, all IPv4 traffic is mirrored. To mirror all IPv4 and IPv6 traffic, use "0.0.0.0/0,::/0".
146
+
"cidrRanges": [ # One or more IPv4 or IPv6 CIDR ranges that apply as filters on the source (ingress) or destination (egress) IP in the IP header. If no ranges are specified, all IPv4 traffic that matches the specified IPProtocols is mirrored. If neither cidrRanges nor IPProtocols is specified, all IPv4 traffic is mirrored. To mirror all IPv4 and IPv6 traffic, use "0.0.0.0/0,::/0".
147
147
"A String",
148
148
],
149
149
"direction": "A String", # Direction of traffic to mirror, either INGRESS, EGRESS, or BOTH. The default is BOTH.
@@ -378,11 +378,11 @@ <h3>Method Details</h3>
378
378
"creationTimestamp": "A String", # [Output Only] Creation timestamp in RFC3339 text format.
379
379
"description": "A String", # An optional description of this resource. Provide this property when you create the resource.
380
380
"enable": "A String", # Indicates whether or not this packet mirroring takes effect. If set to FALSE, this packet mirroring policy will not be enforced on the network. The default is TRUE.
381
-
"filter": { # Filter for mirrored traffic. If unspecified, all traffic is mirrored.
381
+
"filter": { # Filter for mirrored traffic. If unspecified, all IPv4 traffic is mirrored.
382
382
"IPProtocols": [ # Protocols that apply as filter on mirrored traffic. If no protocols are specified, all traffic that matches the specified CIDR ranges is mirrored. If neither cidrRanges nor IPProtocols is specified, all IPv4 traffic is mirrored.
383
383
"A String",
384
384
],
385
-
"cidrRanges": [ # One or more IPv4 or IPv6 CIDR ranges that apply as filter on the source (ingress) or destination (egress) IP in the IP header. If no ranges are specified, all IPv4 traffic that matches the specified IPProtocols is mirrored. If neither cidrRanges nor IPProtocols is specified, all IPv4 traffic is mirrored. To mirror all IPv4 and IPv6 traffic, use "0.0.0.0/0,::/0".
385
+
"cidrRanges": [ # One or more IPv4 or IPv6 CIDR ranges that apply as filters on the source (ingress) or destination (egress) IP in the IP header. If no ranges are specified, all IPv4 traffic that matches the specified IPProtocols is mirrored. If neither cidrRanges nor IPProtocols is specified, all IPv4 traffic is mirrored. To mirror all IPv4 and IPv6 traffic, use "0.0.0.0/0,::/0".
386
386
"A String",
387
387
],
388
388
"direction": "A String", # Direction of traffic to mirror, either INGRESS, EGRESS, or BOTH. The default is BOTH.
@@ -436,11 +436,11 @@ <h3>Method Details</h3>
436
436
"creationTimestamp": "A String", # [Output Only] Creation timestamp in RFC3339 text format.
437
437
"description": "A String", # An optional description of this resource. Provide this property when you create the resource.
438
438
"enable": "A String", # Indicates whether or not this packet mirroring takes effect. If set to FALSE, this packet mirroring policy will not be enforced on the network. The default is TRUE.
439
-
"filter": { # Filter for mirrored traffic. If unspecified, all traffic is mirrored.
439
+
"filter": { # Filter for mirrored traffic. If unspecified, all IPv4 traffic is mirrored.
440
440
"IPProtocols": [ # Protocols that apply as filter on mirrored traffic. If no protocols are specified, all traffic that matches the specified CIDR ranges is mirrored. If neither cidrRanges nor IPProtocols is specified, all IPv4 traffic is mirrored.
441
441
"A String",
442
442
],
443
-
"cidrRanges": [ # One or more IPv4 or IPv6 CIDR ranges that apply as filter on the source (ingress) or destination (egress) IP in the IP header. If no ranges are specified, all IPv4 traffic that matches the specified IPProtocols is mirrored. If neither cidrRanges nor IPProtocols is specified, all IPv4 traffic is mirrored. To mirror all IPv4 and IPv6 traffic, use "0.0.0.0/0,::/0".
443
+
"cidrRanges": [ # One or more IPv4 or IPv6 CIDR ranges that apply as filters on the source (ingress) or destination (egress) IP in the IP header. If no ranges are specified, all IPv4 traffic that matches the specified IPProtocols is mirrored. If neither cidrRanges nor IPProtocols is specified, all IPv4 traffic is mirrored. To mirror all IPv4 and IPv6 traffic, use "0.0.0.0/0,::/0".
444
444
"A String",
445
445
],
446
446
"direction": "A String", # Direction of traffic to mirror, either INGRESS, EGRESS, or BOTH. The default is BOTH.
@@ -624,11 +624,11 @@ <h3>Method Details</h3>
624
624
"creationTimestamp": "A String", # [Output Only] Creation timestamp in RFC3339 text format.
625
625
"description": "A String", # An optional description of this resource. Provide this property when you create the resource.
626
626
"enable": "A String", # Indicates whether or not this packet mirroring takes effect. If set to FALSE, this packet mirroring policy will not be enforced on the network. The default is TRUE.
627
-
"filter": { # Filter for mirrored traffic. If unspecified, all traffic is mirrored.
627
+
"filter": { # Filter for mirrored traffic. If unspecified, all IPv4 traffic is mirrored.
628
628
"IPProtocols": [ # Protocols that apply as filter on mirrored traffic. If no protocols are specified, all traffic that matches the specified CIDR ranges is mirrored. If neither cidrRanges nor IPProtocols is specified, all IPv4 traffic is mirrored.
629
629
"A String",
630
630
],
631
-
"cidrRanges": [ # One or more IPv4 or IPv6 CIDR ranges that apply as filter on the source (ingress) or destination (egress) IP in the IP header. If no ranges are specified, all IPv4 traffic that matches the specified IPProtocols is mirrored. If neither cidrRanges nor IPProtocols is specified, all IPv4 traffic is mirrored. To mirror all IPv4 and IPv6 traffic, use "0.0.0.0/0,::/0".
631
+
"cidrRanges": [ # One or more IPv4 or IPv6 CIDR ranges that apply as filters on the source (ingress) or destination (egress) IP in the IP header. If no ranges are specified, all IPv4 traffic that matches the specified IPProtocols is mirrored. If neither cidrRanges nor IPProtocols is specified, all IPv4 traffic is mirrored. To mirror all IPv4 and IPv6 traffic, use "0.0.0.0/0,::/0".
632
632
"A String",
633
633
],
634
634
"direction": "A String", # Direction of traffic to mirror, either INGRESS, EGRESS, or BOTH. The default is BOTH.
@@ -712,11 +712,11 @@ <h3>Method Details</h3>
712
712
"creationTimestamp": "A String", # [Output Only] Creation timestamp in RFC3339 text format.
713
713
"description": "A String", # An optional description of this resource. Provide this property when you create the resource.
714
714
"enable": "A String", # Indicates whether or not this packet mirroring takes effect. If set to FALSE, this packet mirroring policy will not be enforced on the network. The default is TRUE.
715
-
"filter": { # Filter for mirrored traffic. If unspecified, all traffic is mirrored.
715
+
"filter": { # Filter for mirrored traffic. If unspecified, all IPv4 traffic is mirrored.
716
716
"IPProtocols": [ # Protocols that apply as filter on mirrored traffic. If no protocols are specified, all traffic that matches the specified CIDR ranges is mirrored. If neither cidrRanges nor IPProtocols is specified, all IPv4 traffic is mirrored.
717
717
"A String",
718
718
],
719
-
"cidrRanges": [ # One or more IPv4 or IPv6 CIDR ranges that apply as filter on the source (ingress) or destination (egress) IP in the IP header. If no ranges are specified, all IPv4 traffic that matches the specified IPProtocols is mirrored. If neither cidrRanges nor IPProtocols is specified, all IPv4 traffic is mirrored. To mirror all IPv4 and IPv6 traffic, use "0.0.0.0/0,::/0".
719
+
"cidrRanges": [ # One or more IPv4 or IPv6 CIDR ranges that apply as filters on the source (ingress) or destination (egress) IP in the IP header. If no ranges are specified, all IPv4 traffic that matches the specified IPProtocols is mirrored. If neither cidrRanges nor IPProtocols is specified, all IPv4 traffic is mirrored. To mirror all IPv4 and IPv6 traffic, use "0.0.0.0/0,::/0".
720
720
"A String",
721
721
],
722
722
"direction": "A String", # Direction of traffic to mirror, either INGRESS, EGRESS, or BOTH. The default is BOTH.
0 commit comments