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
Copy file name to clipboardExpand all lines: docs/dyn/compute_alpha.advice.html
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -214,7 +214,8 @@ <h3>Method Details</h3>
214
214
{
215
215
"scores": { # The Scores message groups information about a shard of capacity.
216
216
"obtainability": 3.14, # The obtainability score indicates the likelihood of successfully obtaining (provisioning) the requested number of VMs. The score range is 0.0 through 1.0. Higher is better.
217
-
"spotPreemption": 3.14, # The preemption score indicates the likelihood that your Spot VMs is preempted. For more information about the preemption process, see Preemption of Spot VMs. The score range is 0.0 through 1.0. Higher is better.
217
+
"spotPreemption": 3.14, # [Deprecated] Use uptime_score field instead. The preemption score indicates the likelihood that your Spot VMs is preempted. For more information about the preemption process, see Preemption of Spot VMs. The score range is 0.0 through 1.0. Higher is better.
218
+
"uptimeScore": 3.14, # The uptime score indicates the availability of your Spot VMs. For more information about the preemption process, see Preemption of Spot VMs. The score range is 0.0 through 1.0. Higher is better.
218
219
},
219
220
"shards": [
220
221
{ # Shards represent blocks of uniform capacity in recommendations. Each shard is for a single zone, single instance selection, and a single machine shape. Each shard defines a size expressed as the number of VMs.
"parent": "A String", # [Output Only] The parent of the firewall policy. This field is not applicable to network firewall policies.
1204
+
"policySource": "A String", # [Output Only] Source of this Firewall Policy. USER_DEFINED if created by a Cloud user, or SYSTEM if created by managed services like GKE.
1204
1205
"policyType": "A String", # The type of the firewall policy. This field can be either VPC_POLICY or RDMA_ROCE_POLICY. Note: if not specified then VPC_POLICY will be used.
1205
1206
"region": "A String", # [Output Only] URL of the region where the regional firewall policy resides. This field is not applicable to global firewall policies. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
1206
1207
"ruleTupleCount": 42, # [Output Only] Total count of all firewall policy rule tuples. A firewall policy can not exceed a set number of tuples.
@@ -1677,6 +1678,7 @@ <h3>Method Details</h3>
1677
1678
},
1678
1679
],
1679
1680
"parent": "A String", # [Output Only] The parent of the firewall policy. This field is not applicable to network firewall policies.
1681
+
"policySource": "A String", # [Output Only] Source of this Firewall Policy. USER_DEFINED if created by a Cloud user, or SYSTEM if created by managed services like GKE.
1680
1682
"policyType": "A String", # The type of the firewall policy. This field can be either VPC_POLICY or RDMA_ROCE_POLICY. Note: if not specified then VPC_POLICY will be used.
1681
1683
"region": "A String", # [Output Only] URL of the region where the regional firewall policy resides. This field is not applicable to global firewall policies. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
1682
1684
"ruleTupleCount": 42, # [Output Only] Total count of all firewall policy rule tuples. A firewall policy can not exceed a set number of tuples.
@@ -2014,6 +2016,7 @@ <h3>Method Details</h3>
2014
2016
},
2015
2017
],
2016
2018
"parent": "A String", # [Output Only] The parent of the firewall policy. This field is not applicable to network firewall policies.
2019
+
"policySource": "A String", # [Output Only] Source of this Firewall Policy. USER_DEFINED if created by a Cloud user, or SYSTEM if created by managed services like GKE.
2017
2020
"policyType": "A String", # The type of the firewall policy. This field can be either VPC_POLICY or RDMA_ROCE_POLICY. Note: if not specified then VPC_POLICY will be used.
2018
2021
"region": "A String", # [Output Only] URL of the region where the regional firewall policy resides. This field is not applicable to global firewall policies. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
2019
2022
"ruleTupleCount": 42, # [Output Only] Total count of all firewall policy rule tuples. A firewall policy can not exceed a set number of tuples.
<pre>Lists associations of a specified target, i.e., organization or folder.
2128
2131
2129
2132
Args:
2133
+
includeInheritedPolicies: boolean, If set to "true", the response will contain a list of all associations for the containing folders and the containing organization of the target. The parameter has no effect if the target is an organization.
2130
2134
targetResource: string, The target resource to list associations. It is an organization, or a folder.
2131
2135
x__xgafv: string, V1 error format.
2132
2136
Allowed values
@@ -2402,6 +2406,7 @@ <h3>Method Details</h3>
2402
2406
},
2403
2407
],
2404
2408
"parent": "A String", # [Output Only] The parent of the firewall policy. This field is not applicable to network firewall policies.
2409
+
"policySource": "A String", # [Output Only] Source of this Firewall Policy. USER_DEFINED if created by a Cloud user, or SYSTEM if created by managed services like GKE.
2405
2410
"policyType": "A String", # The type of the firewall policy. This field can be either VPC_POLICY or RDMA_ROCE_POLICY. Note: if not specified then VPC_POLICY will be used.
2406
2411
"region": "A String", # [Output Only] URL of the region where the regional firewall policy resides. This field is not applicable to global firewall policies. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
2407
2412
"ruleTupleCount": 42, # [Output Only] Total count of all firewall policy rule tuples. A firewall policy can not exceed a set number of tuples.
0 commit comments