We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d53fcc commit 47d1df2Copy full SHA for 47d1df2
services/iaas/oas_commit
@@ -0,0 +1 @@
1
+bd1f0bdf70ded8202c46141b84f07b38d55de227
services/iaas/src/main/java/cloud/stackit/sdk/iaas/model/PortRange.java
@@ -30,7 +30,10 @@
30
import java.util.Map;
31
import java.util.Objects;
32
33
-/** Object that represents a range of ports. */
+/**
34
+ * Object that represents a range of ports (this will be omitted if it covers the full default range
35
+ * 0/1-65535).
36
+ */
37
@javax.annotation.Generated(
38
value = "org.openapitools.codegen.languages.JavaClientCodegen",
39
comments = "Generator version: 7.19.0")
0 commit comments