We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d53fcc commit 4a0dbf7Copy full SHA for 4a0dbf7
services/iaas/oas_commit
@@ -0,0 +1 @@
1
+779c34469d663919ed700f2c69487eb5cccf70f3
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