Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 32386b1

Browse files
committedNov 1, 2022
feat(compute): update the api
#### compute:alpha The following keys were deleted: - schemas.QueuedResource.properties.region.type (Total Keys: 1) The following keys were added: - schemas.LocationPolicyLocation.properties.names (Total Keys: 2)
1 parent 0724423 commit 32386b1

18 files changed

+355
-340
lines changed
 

‎docs/dyn/compute_alpha.instances.html

+3
Original file line numberDiff line numberDiff line change
@@ -1764,6 +1764,9 @@ <h3>Method Details</h3>
17641764
&quot;constraints&quot;: { # Per-zone constraints on location policy for this zone. # Constraints that the caller requires on the result distribution in this zone.
17651765
&quot;maxCount&quot;: 42, # Maximum number of items that are allowed to be placed in this zone. The value must be non-negative.
17661766
},
1767+
&quot;names&quot;: [ # Names of resources to be put in the location. Must contain unique, correct resource names. If used, targetShape must be left unset.
1768+
&quot;A String&quot;,
1769+
],
17671770
&quot;preference&quot;: &quot;A String&quot;, # Preference for a given location. Set to either ALLOW or DENY.
17681771
},
17691772
},

‎docs/dyn/compute_alpha.regionInstances.html

+3
Original file line numberDiff line numberDiff line change
@@ -743,6 +743,9 @@ <h3>Method Details</h3>
743743
&quot;constraints&quot;: { # Per-zone constraints on location policy for this zone. # Constraints that the caller requires on the result distribution in this zone.
744744
&quot;maxCount&quot;: 42, # Maximum number of items that are allowed to be placed in this zone. The value must be non-negative.
745745
},
746+
&quot;names&quot;: [ # Names of resources to be put in the location. Must contain unique, correct resource names. If used, targetShape must be left unset.
747+
&quot;A String&quot;,
748+
],
746749
&quot;preference&quot;: &quot;A String&quot;, # Preference for a given location. Set to either ALLOW or DENY.
747750
},
748751
},

‎docs/dyn/compute_alpha.regionUrlMaps.html

+42-42
Large diffs are not rendered by default.

‎docs/dyn/compute_alpha.urlMaps.html

+49-49
Large diffs are not rendered by default.

‎docs/dyn/compute_alpha.vpnGateways.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ <h3>Method Details</h3>
146146
&quot;network&quot;: &quot;A String&quot;, # URL of the network to which this VPN gateway is attached. Provided by the client when the VPN gateway is created.
147147
&quot;region&quot;: &quot;A String&quot;, # [Output Only] URL of the region where the VPN gateway resides.
148148
&quot;selfLink&quot;: &quot;A String&quot;, # [Output Only] Server-defined URL for the resource.
149-
&quot;stackType&quot;: &quot;A String&quot;, # The stack type for this VPN gateway to identify the IP protocols that are enabled. If not specified, IPV4_ONLY will be used.
149+
&quot;stackType&quot;: &quot;A String&quot;, # The stack type for this VPN gateway to identify the IP protocols that are enabled. Possible values are: IPV4_ONLY, IPV4_IPV6. If not specified, IPV4_ONLY will be used.
150150
&quot;vpnInterfaces&quot;: [ # The list of VPN interfaces associated with this VPN gateway.
151151
{ # A VPN gateway interface.
152152
&quot;id&quot;: 42, # [Output Only] Numeric identifier for this VPN interface associated with the VPN gateway.
@@ -334,7 +334,7 @@ <h3>Method Details</h3>
334334
&quot;network&quot;: &quot;A String&quot;, # URL of the network to which this VPN gateway is attached. Provided by the client when the VPN gateway is created.
335335
&quot;region&quot;: &quot;A String&quot;, # [Output Only] URL of the region where the VPN gateway resides.
336336
&quot;selfLink&quot;: &quot;A String&quot;, # [Output Only] Server-defined URL for the resource.
337-
&quot;stackType&quot;: &quot;A String&quot;, # The stack type for this VPN gateway to identify the IP protocols that are enabled. If not specified, IPV4_ONLY will be used.
337+
&quot;stackType&quot;: &quot;A String&quot;, # The stack type for this VPN gateway to identify the IP protocols that are enabled. Possible values are: IPV4_ONLY, IPV4_IPV6. If not specified, IPV4_ONLY will be used.
338338
&quot;vpnInterfaces&quot;: [ # The list of VPN interfaces associated with this VPN gateway.
339339
{ # A VPN gateway interface.
340340
&quot;id&quot;: 42, # [Output Only] Numeric identifier for this VPN interface associated with the VPN gateway.
@@ -407,7 +407,7 @@ <h3>Method Details</h3>
407407
&quot;network&quot;: &quot;A String&quot;, # URL of the network to which this VPN gateway is attached. Provided by the client when the VPN gateway is created.
408408
&quot;region&quot;: &quot;A String&quot;, # [Output Only] URL of the region where the VPN gateway resides.
409409
&quot;selfLink&quot;: &quot;A String&quot;, # [Output Only] Server-defined URL for the resource.
410-
&quot;stackType&quot;: &quot;A String&quot;, # The stack type for this VPN gateway to identify the IP protocols that are enabled. If not specified, IPV4_ONLY will be used.
410+
&quot;stackType&quot;: &quot;A String&quot;, # The stack type for this VPN gateway to identify the IP protocols that are enabled. Possible values are: IPV4_ONLY, IPV4_IPV6. If not specified, IPV4_ONLY will be used.
411411
&quot;vpnInterfaces&quot;: [ # The list of VPN interfaces associated with this VPN gateway.
412412
{ # A VPN gateway interface.
413413
&quot;id&quot;: 42, # [Output Only] Numeric identifier for this VPN interface associated with the VPN gateway.
@@ -544,7 +544,7 @@ <h3>Method Details</h3>
544544
&quot;network&quot;: &quot;A String&quot;, # URL of the network to which this VPN gateway is attached. Provided by the client when the VPN gateway is created.
545545
&quot;region&quot;: &quot;A String&quot;, # [Output Only] URL of the region where the VPN gateway resides.
546546
&quot;selfLink&quot;: &quot;A String&quot;, # [Output Only] Server-defined URL for the resource.
547-
&quot;stackType&quot;: &quot;A String&quot;, # The stack type for this VPN gateway to identify the IP protocols that are enabled. If not specified, IPV4_ONLY will be used.
547+
&quot;stackType&quot;: &quot;A String&quot;, # The stack type for this VPN gateway to identify the IP protocols that are enabled. Possible values are: IPV4_ONLY, IPV4_IPV6. If not specified, IPV4_ONLY will be used.
548548
&quot;vpnInterfaces&quot;: [ # The list of VPN interfaces associated with this VPN gateway.
549549
{ # A VPN gateway interface.
550550
&quot;id&quot;: 42, # [Output Only] Numeric identifier for this VPN interface associated with the VPN gateway.

0 commit comments

Comments
 (0)
Please sign in to comment.