We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c988e1 commit 26134b3Copy full SHA for 26134b3
examples/iaas/src/main/java/cloud/stackit/sdk/iaas/examples/IaaSExample.java
@@ -196,8 +196,9 @@ public static void main(String[] args) throws IOException {
196
/*
197
* create a server
198
*
199
- * NOTE: https://docs.stackit.cloud/stackit/en/virtual-machine-flavors-75137231.html
200
- * for available machine types
+ * NOTE: see the following link for available machine types
+ * https://docs.stackit.cloud/stackit/en/virtual-machine-flavors-75137231.html
201
+ *
202
* */
203
Server newServer =
204
iaasApi.createServer(
0 commit comments