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: mmv1/products/cloudquotas/QuotaAdjusterSettings.yaml
+6-8
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@
14
14
---
15
15
name: 'QuotaAdjusterSettings'
16
16
description: |
17
-
QuotaAdjusterSettings represents the preferred quota configuration specified for a project, folder or organization. There is only one QuotaAdjusterSettings resource for a quota value targeting a unique set of dimensions.
17
+
QuotaAdjusterSettings resource represents your quota adjuster settings for a particular project. When enabled, the quota adjuster monitors your usage for the specified resources and issues quota adjustment requests when resource usage approaches its quota value.
18
18
min_version: beta
19
19
references:
20
20
guides:
@@ -49,13 +49,11 @@ examples:
49
49
parameters:
50
50
- name: 'parent'
51
51
type: String
52
-
description: The parent of the quota preference. Allowed parents are "projects/[project-id / number]" or "folders/[folder-id / number]" or "organizations/[org-id / number]".
52
+
description: The parent of the quota preference. Allowed parent format is "projects/[project-id / number]".
The container (org/folder/project) that determines if the quota adjuster is set for this project/folder/org. We use the nearest-ancestor to determine the effective container.
73
-
The nearest ancestor (including this container) with `enabled` set (either true or false) will be returned.
69
+
The resource container that determines if the quota adjuster is set for this project.
70
+
Expect this field to be empty currently.
74
71
output: true
75
72
- name: 'effectiveEnablement'
76
73
type: Enum
77
74
description: |
78
-
Based on the effective container`s setting above, determines Whether this container has the quota adjuster enabled.
75
+
Based on the effective container`s setting above, determines Whether this resource container has the quota adjuster enabled.
0 commit comments