Skip to content

Commit 170893b

Browse files
feat(compute): update the api
#### compute:alpha The following keys were deleted: - schemas.Instance.properties.machineType.annotations.required (Total Keys: 1) The following keys were added: - schemas.ExternalVpnGatewayInterface.properties.ipv6Address.type (Total Keys: 1) - schemas.FirewallPolicyRule.properties.tlsInspect.type (Total Keys: 1) - schemas.RouterBgpPeer.properties.customLearnedIpRanges (Total Keys: 2) - schemas.RouterBgpPeer.properties.customLearnedRoutePriority (Total Keys: 2) - schemas.RouterBgpPeerCustomLearnedIpRange (Total Keys: 3) - schemas.VpnGateway.properties.gatewayIpVersion.type (Total Keys: 1) - schemas.VpnGatewayVpnGatewayInterface.properties.ipv6Address.type (Total Keys: 1) #### compute:beta The following keys were deleted: - schemas.Instance.properties.machineType.annotations.required (Total Keys: 1) The following keys were added: - schemas.ResourcePolicyGroupPlacementPolicy.properties.maxDistance (Total Keys: 2) #### compute:v1 The following keys were deleted: - schemas.Instance.properties.machineType.annotations.required (Total Keys: 1) The following keys were added: - resources.disks.methods.update (Total Keys: 28) - resources.regionDisks.methods.update (Total Keys: 28) - schemas.Reservation.properties.resourcePolicies (Total Keys: 2)
1 parent f695d41 commit 170893b

File tree

91 files changed

+1256
-593
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+1256
-593
lines changed

docs/dyn/compute_alpha.backendBuckets.html

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

docs/dyn/compute_alpha.backendServices.html

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

docs/dyn/compute_alpha.disks.html

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

docs/dyn/compute_alpha.externalVpnGateways.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ <h3>Method Details</h3>
222222
{ # The interface for the external VPN gateway.
223223
&quot;id&quot;: 42, # The numeric ID of this interface. The allowed input values for this id for different redundancy types of external VPN gateway: - SINGLE_IP_INTERNALLY_REDUNDANT - 0 - TWO_IPS_REDUNDANCY - 0, 1 - FOUR_IPS_REDUNDANCY - 0, 1, 2, 3
224224
&quot;ipAddress&quot;: &quot;A String&quot;, # IP address of the interface in the external VPN gateway. Only IPv4 is supported. This IP address can be either from your on-premise gateway or another Cloud provider&#x27;s VPN gateway, it cannot be an IP address from Google Compute Engine.
225+
&quot;ipv6Address&quot;: &quot;A String&quot;, # IPv6 address of the interface in the external VPN gateway. This IPv6 address can be either from your on-premise gateway or another Cloud provider&#x27;s VPN gateway, it cannot be an IP address from Google Compute Engine. Must specify an IPv6 address (not IPV4-mapped) using any format described in RFC 4291 (e.g. 2001:db8:0:0:2d9:51:0:0). The output format is RFC 5952 format (e.g. 2001:db8::2d9:51:0:0).
225226
},
226227
],
227228
&quot;kind&quot;: &quot;compute#externalVpnGateway&quot;, # [Output Only] Type of the resource. Always compute#externalVpnGateway for externalVpnGateways.
@@ -252,6 +253,7 @@ <h3>Method Details</h3>
252253
{ # The interface for the external VPN gateway.
253254
&quot;id&quot;: 42, # The numeric ID of this interface. The allowed input values for this id for different redundancy types of external VPN gateway: - SINGLE_IP_INTERNALLY_REDUNDANT - 0 - TWO_IPS_REDUNDANCY - 0, 1 - FOUR_IPS_REDUNDANCY - 0, 1, 2, 3
254255
&quot;ipAddress&quot;: &quot;A String&quot;, # IP address of the interface in the external VPN gateway. Only IPv4 is supported. This IP address can be either from your on-premise gateway or another Cloud provider&#x27;s VPN gateway, it cannot be an IP address from Google Compute Engine.
256+
&quot;ipv6Address&quot;: &quot;A String&quot;, # IPv6 address of the interface in the external VPN gateway. This IPv6 address can be either from your on-premise gateway or another Cloud provider&#x27;s VPN gateway, it cannot be an IP address from Google Compute Engine. Must specify an IPv6 address (not IPV4-mapped) using any format described in RFC 4291 (e.g. 2001:db8:0:0:2d9:51:0:0). The output format is RFC 5952 format (e.g. 2001:db8::2d9:51:0:0).
255257
},
256258
],
257259
&quot;kind&quot;: &quot;compute#externalVpnGateway&quot;, # [Output Only] Type of the resource. Always compute#externalVpnGateway for externalVpnGateways.
@@ -383,6 +385,7 @@ <h3>Method Details</h3>
383385
{ # The interface for the external VPN gateway.
384386
&quot;id&quot;: 42, # The numeric ID of this interface. The allowed input values for this id for different redundancy types of external VPN gateway: - SINGLE_IP_INTERNALLY_REDUNDANT - 0 - TWO_IPS_REDUNDANCY - 0, 1 - FOUR_IPS_REDUNDANCY - 0, 1, 2, 3
385387
&quot;ipAddress&quot;: &quot;A String&quot;, # IP address of the interface in the external VPN gateway. Only IPv4 is supported. This IP address can be either from your on-premise gateway or another Cloud provider&#x27;s VPN gateway, it cannot be an IP address from Google Compute Engine.
388+
&quot;ipv6Address&quot;: &quot;A String&quot;, # IPv6 address of the interface in the external VPN gateway. This IPv6 address can be either from your on-premise gateway or another Cloud provider&#x27;s VPN gateway, it cannot be an IP address from Google Compute Engine. Must specify an IPv6 address (not IPV4-mapped) using any format described in RFC 4291 (e.g. 2001:db8:0:0:2d9:51:0:0). The output format is RFC 5952 format (e.g. 2001:db8::2d9:51:0:0).
386389
},
387390
],
388391
&quot;kind&quot;: &quot;compute#externalVpnGateway&quot;, # [Output Only] Type of the resource. Always compute#externalVpnGateway for externalVpnGateways.

docs/dyn/compute_alpha.firewallPolicies.html

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

docs/dyn/compute_alpha.images.html

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

docs/dyn/compute_alpha.instanceGroupManagerResizeRequests.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ <h3>Method Details</h3>
201201

202202
Args:
203203
project: string, Project ID for this request. (required)
204-
zone: string, The name of the zone where the managed instance group and the resize request are located. Name should conform to RFC1035. (required)
204+
zone: string, Name of the href=&quot;/compute/docs/regions-zones/#available&quot;&gt;zone scoping this request. Name should conform to RFC1035. (required)
205205
instanceGroupManager: string, The name of the managed instance group. Name should conform to RFC1035 or be a resource ID. (required)
206206
resizeRequest: string, The name of the resize request. Name should conform to RFC1035 or be a resource ID. (required)
207207
x__xgafv: string, V1 error format.
@@ -278,7 +278,7 @@ <h3>Method Details</h3>
278278
&quot;validUntilTime&quot;: &quot;A String&quot;, # Absolute deadline for waiting for capacity in RFC3339 text format.
279279
},
280280
},
281-
&quot;zone&quot;: &quot;A String&quot;, # [Output Only] The URL of a zone where the resize request is located.
281+
&quot;zone&quot;: &quot;A String&quot;, # [Output Only] The URL of a zone where the resize request is located. Populated only for zonal resize requests.
282282
}</pre>
283283
</div>
284284

@@ -359,7 +359,7 @@ <h3>Method Details</h3>
359359
&quot;validUntilTime&quot;: &quot;A String&quot;, # Absolute deadline for waiting for capacity in RFC3339 text format.
360360
},
361361
},
362-
&quot;zone&quot;: &quot;A String&quot;, # [Output Only] The URL of a zone where the resize request is located.
362+
&quot;zone&quot;: &quot;A String&quot;, # [Output Only] The URL of a zone where the resize request is located. Populated only for zonal resize requests.
363363
}
364364

365365
requestId: string, An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
@@ -540,7 +540,7 @@ <h3>Method Details</h3>
540540
&quot;validUntilTime&quot;: &quot;A String&quot;, # Absolute deadline for waiting for capacity in RFC3339 text format.
541541
},
542542
},
543-
&quot;zone&quot;: &quot;A String&quot;, # [Output Only] The URL of a zone where the resize request is located.
543+
&quot;zone&quot;: &quot;A String&quot;, # [Output Only] The URL of a zone where the resize request is located. Populated only for zonal resize requests.
544544
},
545545
],
546546
&quot;kind&quot;: &quot;compute#instanceGroupManagerResizeRequestList&quot;, # [Output Only] Type of the resource. Always compute#instanceGroupManagerResizeRequestList for a list of resize requests.

0 commit comments

Comments
 (0)