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
#### 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)
Copy file name to clipboardexpand all lines: docs/dyn/compute_alpha.instances.html
+3
Original file line number
Diff line number
Diff line change
@@ -1764,6 +1764,9 @@ <h3>Method Details</h3>
1764
1764
"constraints": { # Per-zone constraints on location policy for this zone. # Constraints that the caller requires on the result distribution in this zone.
1765
1765
"maxCount": 42, # Maximum number of items that are allowed to be placed in this zone. The value must be non-negative.
1766
1766
},
1767
+
"names": [ # Names of resources to be put in the location. Must contain unique, correct resource names. If used, targetShape must be left unset.
1768
+
"A String",
1769
+
],
1767
1770
"preference": "A String", # Preference for a given location. Set to either ALLOW or DENY.
Copy file name to clipboardexpand all lines: docs/dyn/compute_alpha.regionInstances.html
+3
Original file line number
Diff line number
Diff line change
@@ -743,6 +743,9 @@ <h3>Method Details</h3>
743
743
"constraints": { # Per-zone constraints on location policy for this zone. # Constraints that the caller requires on the result distribution in this zone.
744
744
"maxCount": 42, # Maximum number of items that are allowed to be placed in this zone. The value must be non-negative.
745
745
},
746
+
"names": [ # Names of resources to be put in the location. Must contain unique, correct resource names. If used, targetShape must be left unset.
747
+
"A String",
748
+
],
746
749
"preference": "A String", # Preference for a given location. Set to either ALLOW or DENY.
Copy file name to clipboardexpand all lines: docs/dyn/compute_alpha.vpnGateways.html
+4-4
Original file line number
Diff line number
Diff line change
@@ -146,7 +146,7 @@ <h3>Method Details</h3>
146
146
"network": "A String", # URL of the network to which this VPN gateway is attached. Provided by the client when the VPN gateway is created.
147
147
"region": "A String", # [Output Only] URL of the region where the VPN gateway resides.
148
148
"selfLink": "A String", # [Output Only] Server-defined URL for the resource.
149
-
"stackType": "A String", # The stack type for this VPN gateway to identify the IP protocols that are enabled. If not specified, IPV4_ONLY will be used.
149
+
"stackType": "A String", # 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.
150
150
"vpnInterfaces": [ # The list of VPN interfaces associated with this VPN gateway.
151
151
{ # A VPN gateway interface.
152
152
"id": 42, # [Output Only] Numeric identifier for this VPN interface associated with the VPN gateway.
@@ -334,7 +334,7 @@ <h3>Method Details</h3>
334
334
"network": "A String", # URL of the network to which this VPN gateway is attached. Provided by the client when the VPN gateway is created.
335
335
"region": "A String", # [Output Only] URL of the region where the VPN gateway resides.
336
336
"selfLink": "A String", # [Output Only] Server-defined URL for the resource.
337
-
"stackType": "A String", # The stack type for this VPN gateway to identify the IP protocols that are enabled. If not specified, IPV4_ONLY will be used.
337
+
"stackType": "A String", # 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.
338
338
"vpnInterfaces": [ # The list of VPN interfaces associated with this VPN gateway.
339
339
{ # A VPN gateway interface.
340
340
"id": 42, # [Output Only] Numeric identifier for this VPN interface associated with the VPN gateway.
@@ -407,7 +407,7 @@ <h3>Method Details</h3>
407
407
"network": "A String", # URL of the network to which this VPN gateway is attached. Provided by the client when the VPN gateway is created.
408
408
"region": "A String", # [Output Only] URL of the region where the VPN gateway resides.
409
409
"selfLink": "A String", # [Output Only] Server-defined URL for the resource.
410
-
"stackType": "A String", # The stack type for this VPN gateway to identify the IP protocols that are enabled. If not specified, IPV4_ONLY will be used.
410
+
"stackType": "A String", # 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.
411
411
"vpnInterfaces": [ # The list of VPN interfaces associated with this VPN gateway.
412
412
{ # A VPN gateway interface.
413
413
"id": 42, # [Output Only] Numeric identifier for this VPN interface associated with the VPN gateway.
@@ -544,7 +544,7 @@ <h3>Method Details</h3>
544
544
"network": "A String", # URL of the network to which this VPN gateway is attached. Provided by the client when the VPN gateway is created.
545
545
"region": "A String", # [Output Only] URL of the region where the VPN gateway resides.
546
546
"selfLink": "A String", # [Output Only] Server-defined URL for the resource.
547
-
"stackType": "A String", # The stack type for this VPN gateway to identify the IP protocols that are enabled. If not specified, IPV4_ONLY will be used.
547
+
"stackType": "A String", # 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.
548
548
"vpnInterfaces": [ # The list of VPN interfaces associated with this VPN gateway.
549
549
{ # A VPN gateway interface.
550
550
"id": 42, # [Output Only] Numeric identifier for this VPN interface associated with the VPN gateway.
0 commit comments