Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion services/resourcemanager/oas_commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1a1e006116e3d1246b63402b91590a65c62c3e33
f5a2c1cbdac2b440d8dc8bfa89af5ca4cd9cc89d
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@

package cloud.stackit.sdk.resourcemanager.v0api;

@javax.annotation.Generated(
value = "org.openapitools.codegen.languages.JavaClientCodegen",
comments = "Generator version: 7.19.0")
@javax.annotation.Generated(value = "JavaGenerator", comments = "Generator version: 7.19.0")
public class Pair {
private final String name;
private final String value;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@
import java.util.Map;

/** Representing a Server configuration. */
@javax.annotation.Generated(
value = "org.openapitools.codegen.languages.JavaClientCodegen",
comments = "Generator version: 7.19.0")
@javax.annotation.Generated(value = "JavaGenerator", comments = "Generator version: 7.19.0")
public class ServerConfiguration {
public String URL;
public String description;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@
import java.util.HashSet;

/** Representing a Server Variable for server URL template substitution. */
@javax.annotation.Generated(
value = "org.openapitools.codegen.languages.JavaClientCodegen",
comments = "Generator version: 7.19.0")
@javax.annotation.Generated(value = "JavaGenerator", comments = "Generator version: 7.19.0")
public class ServerVariable {
public String description;
public String defaultValue;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@
import java.util.Collection;
import java.util.Iterator;

@javax.annotation.Generated(
value = "org.openapitools.codegen.languages.JavaClientCodegen",
comments = "Generator version: 7.19.0")
@javax.annotation.Generated(value = "JavaGenerator", comments = "Generator version: 7.19.0")
public class StringUtil {
/**
* Check if the given array contains the given value (with case-insensitive comparison).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@
import java.util.Objects;

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

// store the actual instance of the schema/object
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@
import java.util.UUID;

/** ContainerSearchResult */
@javax.annotation.Generated(
value = "org.openapitools.codegen.languages.JavaClientCodegen",
comments = "Generator version: 7.19.0")
@javax.annotation.Generated(value = "JavaGenerator", comments = "Generator version: 7.19.0")
public class ContainerSearchResult {
public static final String SERIALIZED_NAME_CONTAINER_ID = "containerId";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@
import java.util.Set;

/** CreateFolderPayload */
@javax.annotation.Generated(
value = "org.openapitools.codegen.languages.JavaClientCodegen",
comments = "Generator version: 7.19.0")
@javax.annotation.Generated(value = "JavaGenerator", comments = "Generator version: 7.19.0")
public class CreateFolderPayload {
public static final String SERIALIZED_NAME_CONTAINER_PARENT_ID = "containerParentId";

Expand Down Expand Up @@ -97,13 +95,11 @@ public CreateFolderPayload putLabelsItem(String key, String labelsItem) {
}

/**
* Labels are key-value string pairs that can be attached to a resource container. Some labels
* may be enforced via policies. - A label key must match the regex
* `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex
* `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - To create a project within a STACKIT Network
* Area, setting the label `\"networkArea\":
* \"<networkAreaID>\"` is required. This can not be changed after project
* creation.
* Key-value string pairs attached to an existing resource container. Certain labels may be
* enforced via organizational policies. * **Key:** Must match the regex
* `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}` * **Value:** Must match the regex
* `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}` > Note: Additional naming restrictions may apply
* depending on your specific organization.*
*
* @return labels
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@
import java.util.Set;

/** CreateProjectPayload */
@javax.annotation.Generated(
value = "org.openapitools.codegen.languages.JavaClientCodegen",
comments = "Generator version: 7.19.0")
@javax.annotation.Generated(value = "JavaGenerator", comments = "Generator version: 7.19.0")
public class CreateProjectPayload {
public static final String SERIALIZED_NAME_CONTAINER_PARENT_ID = "containerParentId";

Expand Down Expand Up @@ -98,13 +96,15 @@ public CreateProjectPayload putLabelsItem(String key, String labelsItem) {
}

/**
* Labels are key-value string pairs that can be attached to a resource container. Some labels
* may be enforced via policies. - A label key must match the regex
* `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex
* `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - To create a project within a STACKIT Network
* Area, setting the label `\"networkArea\":
* \"<networkAreaID>\"` is required. This can not be changed after project
* creation.
* Key-value string pairs attached to a resource container during creation. Certain labels may
* be enforced via organizational policies. * **Key:** Must match the regex
* `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}` * **Value:** Must match the regex
* `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}` * Either a `\"scope\":
* \"PUBLIC\"` label or a valid `networkArea` label must be provided
* for project creation. * To create a project within a STACKIT Network Area, you must set the
* label `\"networkArea\": \"<networkAreaID>\"`. >
* **Important:** The `networkArea` label is immutable and **cannot be changed** after
* project creation.
*
* @return labels
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@
import java.util.Objects;

/** ErrorResponse */
@javax.annotation.Generated(
value = "org.openapitools.codegen.languages.JavaClientCodegen",
comments = "Generator version: 7.19.0")
@javax.annotation.Generated(value = "JavaGenerator", comments = "Generator version: 7.19.0")
public class ErrorResponse {
public static final String SERIALIZED_NAME_ERROR = "error";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@
import java.util.UUID;

/** FolderResponse */
@javax.annotation.Generated(
value = "org.openapitools.codegen.languages.JavaClientCodegen",
comments = "Generator version: 7.19.0")
@javax.annotation.Generated(value = "JavaGenerator", comments = "Generator version: 7.19.0")
public class FolderResponse {
public static final String SERIALIZED_NAME_CONTAINER_ID = "containerId";

Expand Down Expand Up @@ -151,13 +149,11 @@ public FolderResponse putLabelsItem(String key, String labelsItem) {
}

/**
* Labels are key-value string pairs that can be attached to a resource container. Some labels
* may be enforced via policies. - A label key must match the regex
* `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex
* `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - To create a project within a STACKIT Network
* Area, setting the label `\"networkArea\":
* \"<networkAreaID>\"` is required. This can not be changed after project
* creation.
* Key-value string pairs attached to an existing resource container. Certain labels may be
* enforced via organizational policies. * **Key:** Must match the regex
* `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}` * **Value:** Must match the regex
* `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}` > Note: Additional naming restrictions may apply
* depending on your specific organization.*
*
* @return labels
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@
import java.util.UUID;

/** GetFolderDetailsResponse */
@javax.annotation.Generated(
value = "org.openapitools.codegen.languages.JavaClientCodegen",
comments = "Generator version: 7.19.0")
@javax.annotation.Generated(value = "JavaGenerator", comments = "Generator version: 7.19.0")
public class GetFolderDetailsResponse {
public static final String SERIALIZED_NAME_CONTAINER_ID = "containerId";

Expand Down Expand Up @@ -159,13 +157,11 @@ public GetFolderDetailsResponse putLabelsItem(String key, String labelsItem) {
}

/**
* Labels are key-value string pairs that can be attached to a resource container. Some labels
* may be enforced via policies. - A label key must match the regex
* `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex
* `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - To create a project within a STACKIT Network
* Area, setting the label `\"networkArea\":
* \"<networkAreaID>\"` is required. This can not be changed after project
* creation.
* Key-value string pairs attached to an existing resource container. Certain labels may be
* enforced via organizational policies. * **Key:** Must match the regex
* `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}` * **Value:** Must match the regex
* `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}` > Note: Additional naming restrictions may apply
* depending on your specific organization.*
*
* @return labels
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@
import java.util.UUID;

/** GetProjectResponse */
@javax.annotation.Generated(
value = "org.openapitools.codegen.languages.JavaClientCodegen",
comments = "Generator version: 7.19.0")
@javax.annotation.Generated(value = "JavaGenerator", comments = "Generator version: 7.19.0")
public class GetProjectResponse {
public static final String SERIALIZED_NAME_CONTAINER_ID = "containerId";

Expand Down Expand Up @@ -145,13 +143,11 @@ public GetProjectResponse putLabelsItem(String key, String labelsItem) {
}

/**
* Labels are key-value string pairs that can be attached to a resource container. Some labels
* may be enforced via policies. - A label key must match the regex
* `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex
* `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - To create a project within a STACKIT Network
* Area, setting the label `\"networkArea\":
* \"<networkAreaID>\"` is required. This can not be changed after project
* creation.
* Key-value string pairs attached to an existing resource container. Certain labels may be
* enforced via organizational policies. * **Key:** Must match the regex
* `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}` * **Value:** Must match the regex
* `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}` > Note: Additional naming restrictions may apply
* depending on your specific organization.*
*
* @return labels
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@
import java.util.Objects;

/** ListFoldersResponse */
@javax.annotation.Generated(
value = "org.openapitools.codegen.languages.JavaClientCodegen",
comments = "Generator version: 7.19.0")
@javax.annotation.Generated(value = "JavaGenerator", comments = "Generator version: 7.19.0")
public class ListFoldersResponse {
public static final String SERIALIZED_NAME_ITEMS = "items";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@
import java.util.UUID;

/** ListFoldersResponseItemsInner */
@javax.annotation.Generated(
value = "org.openapitools.codegen.languages.JavaClientCodegen",
comments = "Generator version: 7.19.0")
@javax.annotation.Generated(value = "JavaGenerator", comments = "Generator version: 7.19.0")
public class ListFoldersResponseItemsInner {
public static final String SERIALIZED_NAME_CONTAINER_ID = "containerId";

Expand Down Expand Up @@ -153,13 +151,11 @@ public ListFoldersResponseItemsInner putLabelsItem(String key, String labelsItem
}

/**
* Labels are key-value string pairs that can be attached to a resource container. Some labels
* may be enforced via policies. - A label key must match the regex
* `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex
* `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - To create a project within a STACKIT Network
* Area, setting the label `\"networkArea\":
* \"<networkAreaID>\"` is required. This can not be changed after project
* creation.
* Key-value string pairs attached to an existing resource container. Certain labels may be
* enforced via organizational policies. * **Key:** Must match the regex
* `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}` * **Value:** Must match the regex
* `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}` > Note: Additional naming restrictions may apply
* depending on your specific organization.*
*
* @return labels
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@
import java.util.Objects;

/** ListOrganizationsResponse */
@javax.annotation.Generated(
value = "org.openapitools.codegen.languages.JavaClientCodegen",
comments = "Generator version: 7.19.0")
@javax.annotation.Generated(value = "JavaGenerator", comments = "Generator version: 7.19.0")
public class ListOrganizationsResponse {
public static final String SERIALIZED_NAME_ITEMS = "items";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@
import java.util.UUID;

/** ListOrganizationsResponseItemsInner */
@javax.annotation.Generated(
value = "org.openapitools.codegen.languages.JavaClientCodegen",
comments = "Generator version: 7.19.0")
@javax.annotation.Generated(value = "JavaGenerator", comments = "Generator version: 7.19.0")
public class ListOrganizationsResponseItemsInner {
public static final String SERIALIZED_NAME_CONTAINER_ID = "containerId";

Expand Down Expand Up @@ -135,13 +133,11 @@ public ListOrganizationsResponseItemsInner putLabelsItem(String key, String labe
}

/**
* Labels are key-value string pairs that can be attached to a resource container. Some labels
* may be enforced via policies. - A label key must match the regex
* `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex
* `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - To create a project within a STACKIT Network
* Area, setting the label `\"networkArea\":
* \"<networkAreaID>\"` is required. This can not be changed after project
* creation.
* Key-value string pairs attached to an existing resource container. Certain labels may be
* enforced via organizational policies. * **Key:** Must match the regex
* `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}` * **Value:** Must match the regex
* `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}` > Note: Additional naming restrictions may apply
* depending on your specific organization.*
*
* @return labels
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@
import java.util.Objects;

/** ListProjectsResponse */
@javax.annotation.Generated(
value = "org.openapitools.codegen.languages.JavaClientCodegen",
comments = "Generator version: 7.19.0")
@javax.annotation.Generated(value = "JavaGenerator", comments = "Generator version: 7.19.0")
public class ListProjectsResponse {
public static final String SERIALIZED_NAME_ITEMS = "items";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@
import java.util.Objects;

/** Member */
@javax.annotation.Generated(
value = "org.openapitools.codegen.languages.JavaClientCodegen",
comments = "Generator version: 7.19.0")
@javax.annotation.Generated(value = "JavaGenerator", comments = "Generator version: 7.19.0")
public class Member {
public static final String SERIALIZED_NAME_ROLE = "role";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@
import java.util.UUID;

/** OrganizationResponse */
@javax.annotation.Generated(
value = "org.openapitools.codegen.languages.JavaClientCodegen",
comments = "Generator version: 7.19.0")
@javax.annotation.Generated(value = "JavaGenerator", comments = "Generator version: 7.19.0")
public class OrganizationResponse {
public static final String SERIALIZED_NAME_CONTAINER_ID = "containerId";

Expand Down Expand Up @@ -133,13 +131,11 @@ public OrganizationResponse putLabelsItem(String key, String labelsItem) {
}

/**
* Labels are key-value string pairs that can be attached to a resource container. Some labels
* may be enforced via policies. - A label key must match the regex
* `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex
* `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - To create a project within a STACKIT Network
* Area, setting the label `\"networkArea\":
* \"<networkAreaID>\"` is required. This can not be changed after project
* creation.
* Key-value string pairs attached to an existing resource container. Certain labels may be
* enforced via organizational policies. * **Key:** Must match the regex
* `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}` * **Value:** Must match the regex
* `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}` > Note: Additional naming restrictions may apply
* depending on your specific organization.*
*
* @return labels
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@
import java.util.UUID;

/** Parent container. */
@javax.annotation.Generated(
value = "org.openapitools.codegen.languages.JavaClientCodegen",
comments = "Generator version: 7.19.0")
@javax.annotation.Generated(value = "JavaGenerator", comments = "Generator version: 7.19.0")
public class Parent {
public static final String SERIALIZED_NAME_CONTAINER_ID = "containerId";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@
import java.util.UUID;

/** ParentListInner */
@javax.annotation.Generated(
value = "org.openapitools.codegen.languages.JavaClientCodegen",
comments = "Generator version: 7.19.0")
@javax.annotation.Generated(value = "JavaGenerator", comments = "Generator version: 7.19.0")
public class ParentListInner {
public static final String SERIALIZED_NAME_CONTAINER_ID = "containerId";

Expand Down
Loading
Loading