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
# Licensed under the Apache License, Version 2.0 (the "License");
3
+
# you may not use this file except in compliance with the License.
4
+
# You may obtain a copy of the License at
5
+
#
6
+
# http://www.apache.org/licenses/LICENSE-2.0
7
+
#
8
+
# Unless required by applicable law or agreed to in writing, software
9
+
# distributed under the License is distributed on an "AS IS" BASIS,
10
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11
+
# See the License for the specific language governing permissions and
12
+
# limitations under the License.
13
+
14
+
---
15
+
name: 'QuotaAdjusterSettings'
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.
description: The parent of the quota preference. Allowed parents are "projects/[project-id / number]" or "folders/[folder-id / number]" or "organizations/[org-id / number]".
Required. The configured value of the enablement at the given resource.
64
+
required: true
65
+
enum_values:
66
+
- 'ENABLED'
67
+
- 'DISABLED'
68
+
- name: 'effectiveContainer'
69
+
type: String
70
+
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.
74
+
output: true
75
+
- name: 'effectiveEnablement'
76
+
type: Enum
77
+
description: |
78
+
Based on the effective container`s setting above, determines Whether this container has the quota adjuster enabled.
0 commit comments