Skip to content

Commit 396f9dc

Browse files
feat(compute): update the api
#### compute:v1 The following keys were added: - schemas.NetworkRoutingConfig.properties.bgpAlwaysCompareMed.type (Total Keys: 1) - schemas.NetworkRoutingConfig.properties.bgpBestPathSelectionMode.type (Total Keys: 1) - schemas.NetworkRoutingConfig.properties.bgpInterRegionCost.type (Total Keys: 1) - schemas.Route.properties.nextHopInterRegionCost (Total Keys: 2) - schemas.Route.properties.nextHopMed (Total Keys: 2) - schemas.Route.properties.nextHopOrigin.type (Total Keys: 1)
1 parent 9f46ad8 commit 396f9dc

9 files changed

+113
-31
lines changed

docs/dyn/compute_v1.backendBuckets.html

Lines changed: 5 additions & 5 deletions
Large diffs are not rendered by default.

docs/dyn/compute_v1.backendServices.html

Lines changed: 7 additions & 7 deletions
Large diffs are not rendered by default.

docs/dyn/compute_v1.instances.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2507,7 +2507,7 @@ <h3>Method Details</h3>
25072507
zone: string, The name of the zone for this request. (required)
25082508
instance: string, Name of the instance for this request. (required)
25092509
port: integer, Specifies which COM or serial port to retrieve data from.
2510-
start: string, Specifies the starting byte position of the output to return. To start with the first byte of output to the specified port, omit this field or set it to `0`. If the output for that byte position is available, this field matches the `start` parameter sent with the request. If the amount of serial console output exceeds the size of the buffer (1 MB), the oldest output is discarded and is no longer available. If the requested start position refers to discarded output, the start position is adjusted to the oldest output still available, and the adjusted start position is returned as the `start` property value. You can also provide a negative start position, which translates to the most recent number of bytes written to the serial port. For example, -3 is interpreted as the most recent 3 bytes written to the serial console.
2510+
start: string, Specifies the starting byte position of the output to return. To start with the first byte of output to the specified port, omit this field or set it to `0`. If the output for that byte position is available, this field matches the `start` parameter sent with the request. If the amount of serial console output exceeds the size of the buffer (1 MB), the oldest output is discarded and is no longer available. If the requested start position refers to discarded output, the start position is adjusted to the oldest output still available, and the adjusted start position is returned as the `start` property value. You can also provide a negative start position, which translates to the most recent number of bytes written to the serial port. For example, -3 is interpreted as the most recent 3 bytes written to the serial console. Note that the negative start is bounded by the retained buffer size, and the returned serial console output will not exceed the max buffer size.
25112511
x__xgafv: string, V1 error format.
25122512
Allowed values
25132513
1 - v1 error format

docs/dyn/compute_v1.networks.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,9 @@ <h3>Method Details</h3>
439439
},
440440
],
441441
&quot;routingConfig&quot;: { # A routing configuration attached to a network resource. The message includes the list of routers associated with the network, and a flag indicating the type of routing behavior to enforce network-wide. # The network-level routing configuration for this network. Used by Cloud Router to determine what type of network-wide routing behavior to enforce.
442+
&quot;bgpAlwaysCompareMed&quot;: True or False, # Enable comparison of Multi-Exit Discriminators (MED) across routes with different neighbor ASNs when using the STANDARD BGP best path selection algorithm.
443+
&quot;bgpBestPathSelectionMode&quot;: &quot;A String&quot;, # The BGP best path selection algorithm to be employed within this network for dynamic routes learned by Cloud Routers. Can be LEGACY (default) or STANDARD.
444+
&quot;bgpInterRegionCost&quot;: &quot;A String&quot;, # Allows to define a preferred approach for handling inter-region cost in the selection process when using the STANDARD BGP best path selection algorithm. Can be DEFAULT or ADD_COST_TO_MED.
442445
&quot;routingMode&quot;: &quot;A String&quot;, # The network-wide routing mode to use. If set to REGIONAL, this network&#x27;s Cloud Routers will only advertise routes with subnets of this network in the same region as the router. If set to GLOBAL, this network&#x27;s Cloud Routers will advertise routes with all subnets of this network, across regions.
443446
},
444447
&quot;selfLink&quot;: &quot;A String&quot;, # [Output Only] Server-defined URL for the resource.
@@ -642,6 +645,9 @@ <h3>Method Details</h3>
642645
},
643646
],
644647
&quot;routingConfig&quot;: { # A routing configuration attached to a network resource. The message includes the list of routers associated with the network, and a flag indicating the type of routing behavior to enforce network-wide. # The network-level routing configuration for this network. Used by Cloud Router to determine what type of network-wide routing behavior to enforce.
648+
&quot;bgpAlwaysCompareMed&quot;: True or False, # Enable comparison of Multi-Exit Discriminators (MED) across routes with different neighbor ASNs when using the STANDARD BGP best path selection algorithm.
649+
&quot;bgpBestPathSelectionMode&quot;: &quot;A String&quot;, # The BGP best path selection algorithm to be employed within this network for dynamic routes learned by Cloud Routers. Can be LEGACY (default) or STANDARD.
650+
&quot;bgpInterRegionCost&quot;: &quot;A String&quot;, # Allows to define a preferred approach for handling inter-region cost in the selection process when using the STANDARD BGP best path selection algorithm. Can be DEFAULT or ADD_COST_TO_MED.
645651
&quot;routingMode&quot;: &quot;A String&quot;, # The network-wide routing mode to use. If set to REGIONAL, this network&#x27;s Cloud Routers will only advertise routes with subnets of this network in the same region as the router. If set to GLOBAL, this network&#x27;s Cloud Routers will advertise routes with all subnets of this network, across regions.
646652
},
647653
&quot;selfLink&quot;: &quot;A String&quot;, # [Output Only] Server-defined URL for the resource.
@@ -821,6 +827,9 @@ <h3>Method Details</h3>
821827
},
822828
],
823829
&quot;routingConfig&quot;: { # A routing configuration attached to a network resource. The message includes the list of routers associated with the network, and a flag indicating the type of routing behavior to enforce network-wide. # The network-level routing configuration for this network. Used by Cloud Router to determine what type of network-wide routing behavior to enforce.
830+
&quot;bgpAlwaysCompareMed&quot;: True or False, # Enable comparison of Multi-Exit Discriminators (MED) across routes with different neighbor ASNs when using the STANDARD BGP best path selection algorithm.
831+
&quot;bgpBestPathSelectionMode&quot;: &quot;A String&quot;, # The BGP best path selection algorithm to be employed within this network for dynamic routes learned by Cloud Routers. Can be LEGACY (default) or STANDARD.
832+
&quot;bgpInterRegionCost&quot;: &quot;A String&quot;, # Allows to define a preferred approach for handling inter-region cost in the selection process when using the STANDARD BGP best path selection algorithm. Can be DEFAULT or ADD_COST_TO_MED.
824833
&quot;routingMode&quot;: &quot;A String&quot;, # The network-wide routing mode to use. If set to REGIONAL, this network&#x27;s Cloud Routers will only advertise routes with subnets of this network in the same region as the router. If set to GLOBAL, this network&#x27;s Cloud Routers will advertise routes with all subnets of this network, across regions.
825834
},
826835
&quot;selfLink&quot;: &quot;A String&quot;, # [Output Only] Server-defined URL for the resource.
@@ -968,6 +977,9 @@ <h3>Method Details</h3>
968977
},
969978
],
970979
&quot;routingConfig&quot;: { # A routing configuration attached to a network resource. The message includes the list of routers associated with the network, and a flag indicating the type of routing behavior to enforce network-wide. # The network-level routing configuration for this network. Used by Cloud Router to determine what type of network-wide routing behavior to enforce.
980+
&quot;bgpAlwaysCompareMed&quot;: True or False, # Enable comparison of Multi-Exit Discriminators (MED) across routes with different neighbor ASNs when using the STANDARD BGP best path selection algorithm.
981+
&quot;bgpBestPathSelectionMode&quot;: &quot;A String&quot;, # The BGP best path selection algorithm to be employed within this network for dynamic routes learned by Cloud Routers. Can be LEGACY (default) or STANDARD.
982+
&quot;bgpInterRegionCost&quot;: &quot;A String&quot;, # Allows to define a preferred approach for handling inter-region cost in the selection process when using the STANDARD BGP best path selection algorithm. Can be DEFAULT or ADD_COST_TO_MED.
971983
&quot;routingMode&quot;: &quot;A String&quot;, # The network-wide routing mode to use. If set to REGIONAL, this network&#x27;s Cloud Routers will only advertise routes with subnets of this network in the same region as the router. If set to GLOBAL, this network&#x27;s Cloud Routers will advertise routes with all subnets of this network, across regions.
972984
},
973985
&quot;selfLink&quot;: &quot;A String&quot;, # [Output Only] Server-defined URL for the resource.

0 commit comments

Comments
 (0)