Skip to content

Commit 1d0a089

Browse files
Generate resourcemanager (#783)
Co-authored-by: cgoetz-inovex <carlo.goetz@inovex.de>
1 parent 168deac commit 1d0a089

26 files changed

Lines changed: 90 additions & 160 deletions
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1a1e006116e3d1246b63402b91590a65c62c3e33
1+
f5a2c1cbdac2b440d8dc8bfa89af5ca4cd9cc89d

services/resourcemanager/src/main/java/cloud/stackit/sdk/resourcemanager/v0api/Pair.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@
1212

1313
package cloud.stackit.sdk.resourcemanager.v0api;
1414

15-
@javax.annotation.Generated(
16-
value = "org.openapitools.codegen.languages.JavaClientCodegen",
17-
comments = "Generator version: 7.19.0")
15+
@javax.annotation.Generated(value = "JavaGenerator", comments = "Generator version: 7.19.0")
1816
public class Pair {
1917
private final String name;
2018
private final String value;

services/resourcemanager/src/main/java/cloud/stackit/sdk/resourcemanager/v0api/ServerConfiguration.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@
1515
import java.util.Map;
1616

1717
/** Representing a Server configuration. */
18-
@javax.annotation.Generated(
19-
value = "org.openapitools.codegen.languages.JavaClientCodegen",
20-
comments = "Generator version: 7.19.0")
18+
@javax.annotation.Generated(value = "JavaGenerator", comments = "Generator version: 7.19.0")
2119
public class ServerConfiguration {
2220
public String URL;
2321
public String description;

services/resourcemanager/src/main/java/cloud/stackit/sdk/resourcemanager/v0api/ServerVariable.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@
1515
import java.util.HashSet;
1616

1717
/** Representing a Server Variable for server URL template substitution. */
18-
@javax.annotation.Generated(
19-
value = "org.openapitools.codegen.languages.JavaClientCodegen",
20-
comments = "Generator version: 7.19.0")
18+
@javax.annotation.Generated(value = "JavaGenerator", comments = "Generator version: 7.19.0")
2119
public class ServerVariable {
2220
public String description;
2321
public String defaultValue;

services/resourcemanager/src/main/java/cloud/stackit/sdk/resourcemanager/v0api/StringUtil.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@
1515
import java.util.Collection;
1616
import java.util.Iterator;
1717

18-
@javax.annotation.Generated(
19-
value = "org.openapitools.codegen.languages.JavaClientCodegen",
20-
comments = "Generator version: 7.19.0")
18+
@javax.annotation.Generated(value = "JavaGenerator", comments = "Generator version: 7.19.0")
2119
public class StringUtil {
2220
/**
2321
* Check if the given array contains the given value (with case-insensitive comparison).

services/resourcemanager/src/main/java/cloud/stackit/sdk/resourcemanager/v0api/model/AbstractOpenApiSchema.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@
1616
import java.util.Objects;
1717

1818
/** Abstract class for oneOf,anyOf schemas defined in OpenAPI spec */
19-
@javax.annotation.Generated(
20-
value = "org.openapitools.codegen.languages.JavaClientCodegen",
21-
comments = "Generator version: 7.19.0")
19+
@javax.annotation.Generated(value = "JavaGenerator", comments = "Generator version: 7.19.0")
2220
public abstract class AbstractOpenApiSchema {
2321

2422
// store the actual instance of the schema/object

services/resourcemanager/src/main/java/cloud/stackit/sdk/resourcemanager/v0api/model/ContainerSearchResult.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@
3333
import java.util.UUID;
3434

3535
/** ContainerSearchResult */
36-
@javax.annotation.Generated(
37-
value = "org.openapitools.codegen.languages.JavaClientCodegen",
38-
comments = "Generator version: 7.19.0")
36+
@javax.annotation.Generated(value = "JavaGenerator", comments = "Generator version: 7.19.0")
3937
public class ContainerSearchResult {
4038
public static final String SERIALIZED_NAME_CONTAINER_ID = "containerId";
4139

services/resourcemanager/src/main/java/cloud/stackit/sdk/resourcemanager/v0api/model/CreateFolderPayload.java

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@
3434
import java.util.Set;
3535

3636
/** CreateFolderPayload */
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")
4038
public class CreateFolderPayload {
4139
public static final String SERIALIZED_NAME_CONTAINER_PARENT_ID = "containerParentId";
4240

@@ -97,13 +95,11 @@ public CreateFolderPayload putLabelsItem(String key, String labelsItem) {
9795
}
9896

9997
/**
100-
* Labels are key-value string pairs that can be attached to a resource container. Some labels
101-
* may be enforced via policies. - A label key must match the regex
102-
* &#x60;[A-ZÄÜÖa-zäüöß0-9_-]{1,64}&#x60;. - A label value must match the regex
103-
* &#x60;^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}&#x60;. - To create a project within a STACKIT Network
104-
* Area, setting the label &#x60;\&quot;networkArea\&quot;:
105-
* \&quot;&lt;networkAreaID&gt;\&quot;&#x60; is required. This can not be changed after project
106-
* creation.
98+
* Key-value string pairs attached to an existing resource container. Certain labels may be
99+
* enforced via organizational policies. * **Key:** Must match the regex
100+
* &#x60;[A-ZÄÜÖa-zäüöß0-9_-]{1,64}&#x60; * **Value:** Must match the regex
101+
* &#x60;^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}&#x60; &gt; Note: Additional naming restrictions may apply
102+
* depending on your specific organization.*
107103
*
108104
* @return labels
109105
*/

services/resourcemanager/src/main/java/cloud/stackit/sdk/resourcemanager/v0api/model/CreateProjectPayload.java

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@
3434
import java.util.Set;
3535

3636
/** 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")
4038
public class CreateProjectPayload {
4139
public static final String SERIALIZED_NAME_CONTAINER_PARENT_ID = "containerParentId";
4240

@@ -98,13 +96,15 @@ public CreateProjectPayload putLabelsItem(String key, String labelsItem) {
9896
}
9997

10098
/**
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-
* &#x60;[A-ZÄÜÖa-zäüöß0-9_-]{1,64}&#x60;. - A label value must match the regex
104-
* &#x60;^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}&#x60;. - To create a project within a STACKIT Network
105-
* Area, setting the label &#x60;\&quot;networkArea\&quot;:
106-
* \&quot;&lt;networkAreaID&gt;\&quot;&#x60; 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+
* &#x60;[A-ZÄÜÖa-zäüöß0-9_-]{1,64}&#x60; * **Value:** Must match the regex
102+
* &#x60;^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}&#x60; * Either a &#x60;\&quot;scope\&quot;:
103+
* \&quot;PUBLIC\&quot;&#x60; label or a valid &#x60;networkArea&#x60; label must be provided
104+
* for project creation. * To create a project within a STACKIT Network Area, you must set the
105+
* label &#x60;\&quot;networkArea\&quot;: \&quot;&lt;networkAreaID&gt;\&quot;&#x60;. &gt;
106+
* **Important:** The &#x60;networkArea&#x60; label is immutable and **cannot be changed** after
107+
* project creation.
108108
*
109109
* @return labels
110110
*/

services/resourcemanager/src/main/java/cloud/stackit/sdk/resourcemanager/v0api/model/ErrorResponse.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@
3333
import java.util.Objects;
3434

3535
/** ErrorResponse */
36-
@javax.annotation.Generated(
37-
value = "org.openapitools.codegen.languages.JavaClientCodegen",
38-
comments = "Generator version: 7.19.0")
36+
@javax.annotation.Generated(value = "JavaGenerator", comments = "Generator version: 7.19.0")
3937
public class ErrorResponse {
4038
public static final String SERIALIZED_NAME_ERROR = "error";
4139

0 commit comments

Comments
 (0)