Skip to content

Commit c34f86f

Browse files
authored
Modify Quota Adjuster Settings documentation (#12818)
1 parent 75a29e4 commit c34f86f

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

mmv1/products/cloudquotas/QuotaAdjusterSettings.yaml

+6-8
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
---
1515
name: 'QuotaAdjusterSettings'
1616
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.
1818
min_version: beta
1919
references:
2020
guides:
@@ -49,13 +49,11 @@ examples:
4949
parameters:
5050
- name: 'parent'
5151
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]".
5353
url_param_only: true
5454
required: true
5555
immutable: true
5656
default_from_api: true
57-
validation:
58-
regex: '^(projects|folders|organizations)/([^/]+)$'
5957
properties:
6058
- name: 'enablement'
6159
type: Enum
@@ -68,14 +66,14 @@ properties:
6866
- name: 'effectiveContainer'
6967
type: String
7068
description: |
71-
Fields to capture the hierarchy enablement.
72-
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.
7471
output: true
7572
- name: 'effectiveEnablement'
7673
type: Enum
7774
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.
76+
Expect this field to be empty currently.
7977
output: true
8078
enum_values:
8179
- 'DEFAULT'

0 commit comments

Comments
 (0)