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