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
-**Feature (breaking change):** Introduction of multi API version support. See the GitHub discussion post for more details: https://github.com/stackitcloud/stackit-sdk-java/discussions/530
2
4
-`sfs`: [v0.3.1](services/sfs/CHANGELOG.md#v031)
3
5
- Deprecate `getSchedule` and `listSchedules` methods in `SfsApi` class
Copy file name to clipboardExpand all lines: examples/authentication/src/main/java/cloud/stackit/sdk/authentication/examples/AuthenticationExample.java
Copy file name to clipboardExpand all lines: examples/resourcemanager/src/main/java/cloud/stackit/sdk/resourcemanager/examples/ResourcemanagerExample.java
Copy file name to clipboardExpand all lines: services/resourcemanager/CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,6 @@
1
+
## v0.5.0
2
+
-**Feature (breaking change):** Introduction of multi API version support. See the GitHub discussion post for more details: https://github.com/stackitcloud/stackit-sdk-java/discussions/530
3
+
1
4
## v0.4.3
2
5
- Bump dependency `org.apache.commons:commons-lang3` to `3.18.0`
3
6
- Bump dependency `org.openapitools:jackson-databind-nullable` to `0.2.8`
Copy file name to clipboardExpand all lines: services/resourcemanager/README.md
-26Lines changed: 0 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,31 +1,5 @@
1
1
# STACKIT Java SDK for STACKIT Resource Manager API
2
2
3
-
- API version: 2.0
4
-
5
-
API v2 to manage resource containers - organizations, folders, projects incl. labels
6
-
7
-
### Resource Management
8
-
STACKIT resource management handles the terms _Organization_, _Folder_, _Project_, _Label_, and the hierarchical structure between them. Technically, organizations,
9
-
folders, and projects are _Resource Containers_ to which a _Label_ can be attached to. The STACKIT _Resource Manager_ provides CRUD endpoints to query and to modify the state.
10
-
11
-
### Organizations
12
-
STACKIT organizations are the base element to create and to use cloud-resources. An organization is bound to one customer account. Organizations have a lifecycle.
13
-
- Organizations are always the root node in resource hierarchy and do not have a parent
14
-
15
-
### Projects
16
-
STACKIT projects are needed to use cloud-resources. Projects serve as wrapper for underlying technical structures and processes. Projects have a lifecycle. Projects compared to folders may have different policies.
17
-
- Projects are optional, but mandatory for cloud-resource usage
18
-
- A project can be created having either an organization, or a folder as parent
19
-
- A project must not have a project as parent
20
-
- Project names under the same parent must not be unique
21
-
- Root organization cannot be changed
22
-
23
-
### Label
24
-
STACKIT labels are key-value pairs including a resource container reference. Labels can be defined and attached freely to resource containers by which resources can be organized and queried.
25
-
- Policy-based, immutable labels may exists
26
-
27
-
For more information, please visit [https://support.stackit.cloud/servicedesk](https://support.stackit.cloud/servicedesk)
28
-
29
3
This package is part of the STACKIT Java SDK. For additional information, please visit the [GitHub repository](https://github.com/stackitcloud/stackit-sdk-java) of the SDK.
Copy file name to clipboardExpand all lines: services/resourcemanager/src/main/java/cloud/stackit/sdk/resourcemanager/v0api/GzipRequestInterceptor.java
0 commit comments