Skip to content

Commit e7e7f88

Browse files
Generate iaas
1 parent 9d53fcc commit e7e7f88

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

services/iaas/oas_commit

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
197406280ab6cc1fa22f2fab7d967674439d7cc4

services/iaas/src/main/java/cloud/stackit/sdk/iaas/model/PortRange.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@
3030
import java.util.Map;
3131
import java.util.Objects;
3232

33-
/** Object that represents a range of ports. */
33+
/**
34+
* Object that represents a range of ports (this will be omitted if it covers the full default range
35+
* 0/1-65535).
36+
*/
3437
@javax.annotation.Generated(
3538
value = "org.openapitools.codegen.languages.JavaClientCodegen",
3639
comments = "Generator version: 7.19.0")

0 commit comments

Comments
 (0)