|
34 | 34 | import java.util.Set; |
35 | 35 |
|
36 | 36 | /** CreateProjectPayload */ |
37 | | -@javax.annotation.Generated( |
38 | | - value = "org.openapitools.codegen.languages.JavaClientCodegen", |
39 | | - comments = "Generator version: 7.19.0") |
| 37 | +@javax.annotation.Generated(value = "JavaGenerator", comments = "Generator version: 7.19.0") |
40 | 38 | public class CreateProjectPayload { |
41 | 39 | public static final String SERIALIZED_NAME_CONTAINER_PARENT_ID = "containerParentId"; |
42 | 40 |
|
@@ -98,13 +96,15 @@ public CreateProjectPayload putLabelsItem(String key, String labelsItem) { |
98 | 96 | } |
99 | 97 |
|
100 | 98 | /** |
101 | | - * Labels are key-value string pairs that can be attached to a resource container. Some labels |
102 | | - * may be enforced via policies. - A label key must match the regex |
103 | | - * `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex |
104 | | - * `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - To create a project within a STACKIT Network |
105 | | - * Area, setting the label `\"networkArea\": |
106 | | - * \"<networkAreaID>\"` is required. This can not be changed after project |
107 | | - * creation. |
| 99 | + * Key-value string pairs attached to a resource container during creation. Certain labels may |
| 100 | + * be enforced via organizational policies. * **Key:** Must match the regex |
| 101 | + * `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}` * **Value:** Must match the regex |
| 102 | + * `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}` * Either a `\"scope\": |
| 103 | + * \"PUBLIC\"` label or a valid `networkArea` label must be provided |
| 104 | + * for project creation. * To create a project within a STACKIT Network Area, you must set the |
| 105 | + * label `\"networkArea\": \"<networkAreaID>\"`. > |
| 106 | + * **Important:** The `networkArea` label is immutable and **cannot be changed** after |
| 107 | + * project creation. |
108 | 108 | * |
109 | 109 | * @return labels |
110 | 110 | */ |
|
0 commit comments