Regen docs (#364)
diff --git a/docs/dyn/compute_v1.routers.html b/docs/dyn/compute_v1.routers.html
index 7466d4c..3acd825 100644
--- a/docs/dyn/compute_v1.routers.html
+++ b/docs/dyn/compute_v1.routers.html
@@ -119,7 +119,7 @@
You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.
Currently, only sorting by name or creationTimestamp desc is supported.
- maxResults: integer, The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests.
+ maxResults: integer, The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
pageToken: string, Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
filter: string, Sets a filter expression for filtering listed resources, in the form filter={expression}. Your {expression} must be in the format: field_name comparison_string literal_string.
@@ -156,10 +156,10 @@
"bgpPeers": [ # BGP information that needs to be configured into the routing stack to establish the BGP peering. It must specify peer ASN and either interface name, IP, or peer IP. Please refer to RFC4273.
{
"interfaceName": "A String", # Name of the interface the BGP peer is associated with.
- "peerIpAddress": "A String", # IP address of the BGP interface outside Google cloud.
+ "peerIpAddress": "A String", # IP address of the BGP interface outside Google cloud. Only IPv4 is supported.
"peerAsn": 42, # Peer BGP Autonomous System Number (ASN). For VPN use case, this value can be different for every tunnel.
"advertisedRoutePriority": 42, # The priority of routes advertised to this BGP peer. In the case where there is more than one matching route of maximum length, the routes with lowest priority value win.
- "ipAddress": "A String", # IP address of the interface inside Google Cloud Platform.
+ "ipAddress": "A String", # IP address of the interface inside Google Cloud Platform. Only IPv4 is supported.
"name": "A String", # Name of this BGP peer. The name must be 1-63 characters long and comply with RFC1035.
},
],
@@ -218,7 +218,7 @@
{ # An Operation resource, used to manage asynchronous API requests.
"targetId": "A String", # [Output Only] The unique target ID, which identifies a specific incarnation of the target resource.
"clientOperationId": "A String", # [Output Only] Reserved for future use.
- "creationTimestamp": "A String", # [Output Only] Creation timestamp in RFC3339 text format.
+ "creationTimestamp": "A String", # [Deprecated] This field is deprecated.
"id": "A String", # [Output Only] The unique identifier for the resource. This identifier is defined by the server.
"zone": "A String", # [Output Only] The URL of the zone where the operation resides. Only available when performing per-zone operations.
"insertTime": "A String", # [Output Only] The time that this operation was requested. This value is in RFC3339 text format.
@@ -291,10 +291,10 @@
"bgpPeers": [ # BGP information that needs to be configured into the routing stack to establish the BGP peering. It must specify peer ASN and either interface name, IP, or peer IP. Please refer to RFC4273.
{
"interfaceName": "A String", # Name of the interface the BGP peer is associated with.
- "peerIpAddress": "A String", # IP address of the BGP interface outside Google cloud.
+ "peerIpAddress": "A String", # IP address of the BGP interface outside Google cloud. Only IPv4 is supported.
"peerAsn": 42, # Peer BGP Autonomous System Number (ASN). For VPN use case, this value can be different for every tunnel.
"advertisedRoutePriority": 42, # The priority of routes advertised to this BGP peer. In the case where there is more than one matching route of maximum length, the routes with lowest priority value win.
- "ipAddress": "A String", # IP address of the interface inside Google Cloud Platform.
+ "ipAddress": "A String", # IP address of the interface inside Google Cloud Platform. Only IPv4 is supported.
"name": "A String", # Name of this BGP peer. The name must be 1-63 characters long and comply with RFC1035.
},
],
@@ -332,7 +332,7 @@
"advertisedRoutes": [ # Routes that were advertised to the remote BGP peer
{ # Represents a Route resource. A route specifies how certain packets should be handled by the network. Routes are associated with instances by tags and the set of routes for a particular instance is called its routing table.
#
- # For each packet leaving a instance, the system searches that instance's routing table for a single best matching route. Routes match packets by destination IP address, preferring smaller or more specific ranges over larger ones. If there is a tie, the system selects the route with the smallest priority value. If there is still a tie, it uses the layer three and four packet headers to select just one of the remaining matching routes. The packet is then forwarded as specified by the nextHop field of the winning route - either to another instance destination, a instance gateway or a Google Compute Engine-operated gateway.
+ # For each packet leaving a instance, the system searches that instance's routing table for a single best matching route. Routes match packets by destination IP address, preferring smaller or more specific ranges over larger ones. If there is a tie, the system selects the route with the smallest priority value. If there is still a tie, it uses the layer three and four packet headers to select just one of the remaining matching routes. The packet is then forwarded as specified by the nextHop field of the winning route - either to another instance destination, an instance gateway, or a Google Compute Engine-operated gateway.
#
# Packets that do not match any route in the sending instance's routing table are dropped.
"nextHopGateway": "A String", # The URL to a gateway that should handle matching packets. You can only specify the internet gateway using a full or partial valid URL: projects/<project-id>/global/gateways/default-internet-gateway
@@ -361,10 +361,10 @@
],
},
],
- "destRange": "A String", # The destination range of outgoing packets that this route applies to.
+ "destRange": "A String", # The destination range of outgoing packets that this route applies to. Only IPv4 is supported.
"creationTimestamp": "A String", # [Output Only] Creation timestamp in RFC3339 text format.
"id": "A String", # [Output Only] The unique identifier for the resource. This identifier is defined by the server.
- "nextHopIp": "A String", # The network IP address of an instance that should handle matching packets.
+ "nextHopIp": "A String", # The network IP address of an instance that should handle matching packets. Only IPv4 is supported.
"description": "A String", # An optional description of this resource. Provide this property when you create the resource.
},
],
@@ -377,7 +377,7 @@
"bestRoutes": [ # Best routes for this router's network.
{ # Represents a Route resource. A route specifies how certain packets should be handled by the network. Routes are associated with instances by tags and the set of routes for a particular instance is called its routing table.
#
- # For each packet leaving a instance, the system searches that instance's routing table for a single best matching route. Routes match packets by destination IP address, preferring smaller or more specific ranges over larger ones. If there is a tie, the system selects the route with the smallest priority value. If there is still a tie, it uses the layer three and four packet headers to select just one of the remaining matching routes. The packet is then forwarded as specified by the nextHop field of the winning route - either to another instance destination, a instance gateway or a Google Compute Engine-operated gateway.
+ # For each packet leaving a instance, the system searches that instance's routing table for a single best matching route. Routes match packets by destination IP address, preferring smaller or more specific ranges over larger ones. If there is a tie, the system selects the route with the smallest priority value. If there is still a tie, it uses the layer three and four packet headers to select just one of the remaining matching routes. The packet is then forwarded as specified by the nextHop field of the winning route - either to another instance destination, an instance gateway, or a Google Compute Engine-operated gateway.
#
# Packets that do not match any route in the sending instance's routing table are dropped.
"nextHopGateway": "A String", # The URL to a gateway that should handle matching packets. You can only specify the internet gateway using a full or partial valid URL: projects/<project-id>/global/gateways/default-internet-gateway
@@ -406,10 +406,10 @@
],
},
],
- "destRange": "A String", # The destination range of outgoing packets that this route applies to.
+ "destRange": "A String", # The destination range of outgoing packets that this route applies to. Only IPv4 is supported.
"creationTimestamp": "A String", # [Output Only] Creation timestamp in RFC3339 text format.
"id": "A String", # [Output Only] The unique identifier for the resource. This identifier is defined by the server.
- "nextHopIp": "A String", # The network IP address of an instance that should handle matching packets.
+ "nextHopIp": "A String", # The network IP address of an instance that should handle matching packets. Only IPv4 is supported.
"description": "A String", # An optional description of this resource. Provide this property when you create the resource.
},
],
@@ -444,10 +444,10 @@
"bgpPeers": [ # BGP information that needs to be configured into the routing stack to establish the BGP peering. It must specify peer ASN and either interface name, IP, or peer IP. Please refer to RFC4273.
{
"interfaceName": "A String", # Name of the interface the BGP peer is associated with.
- "peerIpAddress": "A String", # IP address of the BGP interface outside Google cloud.
+ "peerIpAddress": "A String", # IP address of the BGP interface outside Google cloud. Only IPv4 is supported.
"peerAsn": 42, # Peer BGP Autonomous System Number (ASN). For VPN use case, this value can be different for every tunnel.
"advertisedRoutePriority": 42, # The priority of routes advertised to this BGP peer. In the case where there is more than one matching route of maximum length, the routes with lowest priority value win.
- "ipAddress": "A String", # IP address of the interface inside Google Cloud Platform.
+ "ipAddress": "A String", # IP address of the interface inside Google Cloud Platform. Only IPv4 is supported.
"name": "A String", # Name of this BGP peer. The name must be 1-63 characters long and comply with RFC1035.
},
],
@@ -465,7 +465,7 @@
{ # An Operation resource, used to manage asynchronous API requests.
"targetId": "A String", # [Output Only] The unique target ID, which identifies a specific incarnation of the target resource.
"clientOperationId": "A String", # [Output Only] Reserved for future use.
- "creationTimestamp": "A String", # [Output Only] Creation timestamp in RFC3339 text format.
+ "creationTimestamp": "A String", # [Deprecated] This field is deprecated.
"id": "A String", # [Output Only] The unique identifier for the resource. This identifier is defined by the server.
"zone": "A String", # [Output Only] The URL of the zone where the operation resides. Only available when performing per-zone operations.
"insertTime": "A String", # [Output Only] The time that this operation was requested. This value is in RFC3339 text format.
@@ -521,7 +521,7 @@
You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.
Currently, only sorting by name or creationTimestamp desc is supported.
- maxResults: integer, The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests.
+ maxResults: integer, The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
pageToken: string, Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
filter: string, Sets a filter expression for filtering listed resources, in the form filter={expression}. Your {expression} must be in the format: field_name comparison_string literal_string.
@@ -556,10 +556,10 @@
"bgpPeers": [ # BGP information that needs to be configured into the routing stack to establish the BGP peering. It must specify peer ASN and either interface name, IP, or peer IP. Please refer to RFC4273.
{
"interfaceName": "A String", # Name of the interface the BGP peer is associated with.
- "peerIpAddress": "A String", # IP address of the BGP interface outside Google cloud.
+ "peerIpAddress": "A String", # IP address of the BGP interface outside Google cloud. Only IPv4 is supported.
"peerAsn": 42, # Peer BGP Autonomous System Number (ASN). For VPN use case, this value can be different for every tunnel.
"advertisedRoutePriority": 42, # The priority of routes advertised to this BGP peer. In the case where there is more than one matching route of maximum length, the routes with lowest priority value win.
- "ipAddress": "A String", # IP address of the interface inside Google Cloud Platform.
+ "ipAddress": "A String", # IP address of the interface inside Google Cloud Platform. Only IPv4 is supported.
"name": "A String", # Name of this BGP peer. The name must be 1-63 characters long and comply with RFC1035.
},
],
@@ -618,10 +618,10 @@
"bgpPeers": [ # BGP information that needs to be configured into the routing stack to establish the BGP peering. It must specify peer ASN and either interface name, IP, or peer IP. Please refer to RFC4273.
{
"interfaceName": "A String", # Name of the interface the BGP peer is associated with.
- "peerIpAddress": "A String", # IP address of the BGP interface outside Google cloud.
+ "peerIpAddress": "A String", # IP address of the BGP interface outside Google cloud. Only IPv4 is supported.
"peerAsn": 42, # Peer BGP Autonomous System Number (ASN). For VPN use case, this value can be different for every tunnel.
"advertisedRoutePriority": 42, # The priority of routes advertised to this BGP peer. In the case where there is more than one matching route of maximum length, the routes with lowest priority value win.
- "ipAddress": "A String", # IP address of the interface inside Google Cloud Platform.
+ "ipAddress": "A String", # IP address of the interface inside Google Cloud Platform. Only IPv4 is supported.
"name": "A String", # Name of this BGP peer. The name must be 1-63 characters long and comply with RFC1035.
},
],
@@ -639,7 +639,7 @@
{ # An Operation resource, used to manage asynchronous API requests.
"targetId": "A String", # [Output Only] The unique target ID, which identifies a specific incarnation of the target resource.
"clientOperationId": "A String", # [Output Only] Reserved for future use.
- "creationTimestamp": "A String", # [Output Only] Creation timestamp in RFC3339 text format.
+ "creationTimestamp": "A String", # [Deprecated] This field is deprecated.
"id": "A String", # [Output Only] The unique identifier for the resource. This identifier is defined by the server.
"zone": "A String", # [Output Only] The URL of the zone where the operation resides. Only available when performing per-zone operations.
"insertTime": "A String", # [Output Only] The time that this operation was requested. This value is in RFC3339 text format.
@@ -711,10 +711,10 @@
"bgpPeers": [ # BGP information that needs to be configured into the routing stack to establish the BGP peering. It must specify peer ASN and either interface name, IP, or peer IP. Please refer to RFC4273.
{
"interfaceName": "A String", # Name of the interface the BGP peer is associated with.
- "peerIpAddress": "A String", # IP address of the BGP interface outside Google cloud.
+ "peerIpAddress": "A String", # IP address of the BGP interface outside Google cloud. Only IPv4 is supported.
"peerAsn": 42, # Peer BGP Autonomous System Number (ASN). For VPN use case, this value can be different for every tunnel.
"advertisedRoutePriority": 42, # The priority of routes advertised to this BGP peer. In the case where there is more than one matching route of maximum length, the routes with lowest priority value win.
- "ipAddress": "A String", # IP address of the interface inside Google Cloud Platform.
+ "ipAddress": "A String", # IP address of the interface inside Google Cloud Platform. Only IPv4 is supported.
"name": "A String", # Name of this BGP peer. The name must be 1-63 characters long and comply with RFC1035.
},
],
@@ -747,10 +747,10 @@
"bgpPeers": [ # BGP information that needs to be configured into the routing stack to establish the BGP peering. It must specify peer ASN and either interface name, IP, or peer IP. Please refer to RFC4273.
{
"interfaceName": "A String", # Name of the interface the BGP peer is associated with.
- "peerIpAddress": "A String", # IP address of the BGP interface outside Google cloud.
+ "peerIpAddress": "A String", # IP address of the BGP interface outside Google cloud. Only IPv4 is supported.
"peerAsn": 42, # Peer BGP Autonomous System Number (ASN). For VPN use case, this value can be different for every tunnel.
"advertisedRoutePriority": 42, # The priority of routes advertised to this BGP peer. In the case where there is more than one matching route of maximum length, the routes with lowest priority value win.
- "ipAddress": "A String", # IP address of the interface inside Google Cloud Platform.
+ "ipAddress": "A String", # IP address of the interface inside Google Cloud Platform. Only IPv4 is supported.
"name": "A String", # Name of this BGP peer. The name must be 1-63 characters long and comply with RFC1035.
},
],
@@ -791,10 +791,10 @@
"bgpPeers": [ # BGP information that needs to be configured into the routing stack to establish the BGP peering. It must specify peer ASN and either interface name, IP, or peer IP. Please refer to RFC4273.
{
"interfaceName": "A String", # Name of the interface the BGP peer is associated with.
- "peerIpAddress": "A String", # IP address of the BGP interface outside Google cloud.
+ "peerIpAddress": "A String", # IP address of the BGP interface outside Google cloud. Only IPv4 is supported.
"peerAsn": 42, # Peer BGP Autonomous System Number (ASN). For VPN use case, this value can be different for every tunnel.
"advertisedRoutePriority": 42, # The priority of routes advertised to this BGP peer. In the case where there is more than one matching route of maximum length, the routes with lowest priority value win.
- "ipAddress": "A String", # IP address of the interface inside Google Cloud Platform.
+ "ipAddress": "A String", # IP address of the interface inside Google Cloud Platform. Only IPv4 is supported.
"name": "A String", # Name of this BGP peer. The name must be 1-63 characters long and comply with RFC1035.
},
],
@@ -812,7 +812,7 @@
{ # An Operation resource, used to manage asynchronous API requests.
"targetId": "A String", # [Output Only] The unique target ID, which identifies a specific incarnation of the target resource.
"clientOperationId": "A String", # [Output Only] Reserved for future use.
- "creationTimestamp": "A String", # [Output Only] Creation timestamp in RFC3339 text format.
+ "creationTimestamp": "A String", # [Deprecated] This field is deprecated.
"id": "A String", # [Output Only] The unique identifier for the resource. This identifier is defined by the server.
"zone": "A String", # [Output Only] The URL of the zone where the operation resides. Only available when performing per-zone operations.
"insertTime": "A String", # [Output Only] The time that this operation was requested. This value is in RFC3339 text format.