Skip to content

Commit 44ea8a9

Browse files
Generate serverupdate
1 parent 11732bf commit 44ea8a9

7 files changed

Lines changed: 28 additions & 12 deletions

File tree

services/serverupdate/oas_commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0c4c4c22a2db77c6bcc0e27e513531d1c25d4fe1
1+
df436ebd7d2d7d953764d84e9582eed936638f7d

services/serverupdate/src/main/java/cloud/stackit/sdk/serverupdate/v1api/model/CreateUpdatePayload.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ public CreateUpdatePayload maintenanceWindow(
7272
}
7373

7474
/**
75-
* Get maintenanceWindow minimum: 1 maximum: 24
75+
* Updates start within the defined hourly window. Depending on the updates, the process may
76+
* exceed this timeframe and require an automatic restart. minimum: 1 maximum: 24
7677
*
7778
* @return maintenanceWindow
7879
*/

services/serverupdate/src/main/java/cloud/stackit/sdk/serverupdate/v1api/model/CreateUpdateSchedulePayload.java

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ public CreateUpdateSchedulePayload maintenanceWindow(
8585
}
8686

8787
/**
88-
* Get maintenanceWindow minimum: 1 maximum: 24
88+
* Updates start within the defined hourly window. Depending on the updates, the process may
89+
* exceed this timeframe and require an automatic restart. minimum: 1 maximum: 24
8990
*
9091
* @return maintenanceWindow
9192
*/
@@ -123,7 +124,9 @@ public CreateUpdateSchedulePayload rrule(@javax.annotation.Nonnull String rrule)
123124
}
124125

125126
/**
126-
* Get rrule
127+
* An rrule (Recurrence Rule) is a standardized string format used in iCalendar (RFC 5545) to
128+
* define repeating events, and you can generate one by using a dedicated library or by using
129+
* online generator tools to specify parameters like frequency, interval, and end dates
127130
*
128131
* @return rrule
129132
*/

services/serverupdate/src/main/java/cloud/stackit/sdk/serverupdate/v1api/model/UpdatePolicy.java

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,8 @@ public UpdatePolicy maintenanceWindow(@javax.annotation.Nullable Integer mainten
148148
}
149149

150150
/**
151-
* Get maintenanceWindow
151+
* Updates start within the defined hourly window. Depending on the updates, the process may
152+
* exceed this timeframe and require an automatic restart.
152153
*
153154
* @return maintenanceWindow
154155
*/
@@ -184,7 +185,9 @@ public UpdatePolicy rrule(@javax.annotation.Nullable String rrule) {
184185
}
185186

186187
/**
187-
* Get rrule
188+
* An rrule (Recurrence Rule) is a standardized string format used in iCalendar (RFC 5545) to
189+
* define repeating events, and you can generate one by using a dedicated library or by using
190+
* online generator tools to specify parameters like frequency, interval, and end dates
188191
*
189192
* @return rrule
190193
*/

services/serverupdate/src/main/java/cloud/stackit/sdk/serverupdate/v1api/model/UpdateSchedule.java

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ public UpdateSchedule maintenanceWindow(@javax.annotation.Nonnull Integer mainte
9090
}
9191

9292
/**
93-
* Get maintenanceWindow minimum: 1 maximum: 24
93+
* Updates start within the defined hourly window. Depending on the updates, the process may
94+
* exceed this timeframe and require an automatic restart. minimum: 1 maximum: 24
9495
*
9596
* @return maintenanceWindow
9697
*/
@@ -128,7 +129,9 @@ public UpdateSchedule rrule(@javax.annotation.Nonnull String rrule) {
128129
}
129130

130131
/**
131-
* Get rrule
132+
* An rrule (Recurrence Rule) is a standardized string format used in iCalendar (RFC 5545) to
133+
* define repeating events, and you can generate one by using a dedicated library or by using
134+
* online generator tools to specify parameters like frequency, interval, and end dates
132135
*
133136
* @return rrule
134137
*/

services/serverupdate/src/main/java/cloud/stackit/sdk/serverupdate/v1api/model/UpdateScheduleCreateRequest.java

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ public UpdateScheduleCreateRequest maintenanceWindow(
8585
}
8686

8787
/**
88-
* Get maintenanceWindow minimum: 1 maximum: 24
88+
* Updates start within the defined hourly window. Depending on the updates, the process may
89+
* exceed this timeframe and require an automatic restart. minimum: 1 maximum: 24
8990
*
9091
* @return maintenanceWindow
9192
*/
@@ -123,7 +124,9 @@ public UpdateScheduleCreateRequest rrule(@javax.annotation.Nonnull String rrule)
123124
}
124125

125126
/**
126-
* Get rrule
127+
* An rrule (Recurrence Rule) is a standardized string format used in iCalendar (RFC 5545) to
128+
* define repeating events, and you can generate one by using a dedicated library or by using
129+
* online generator tools to specify parameters like frequency, interval, and end dates
127130
*
128131
* @return rrule
129132
*/

services/serverupdate/src/main/java/cloud/stackit/sdk/serverupdate/v1api/model/UpdateUpdateSchedulePayload.java

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ public UpdateUpdateSchedulePayload maintenanceWindow(
8585
}
8686

8787
/**
88-
* Get maintenanceWindow minimum: 1 maximum: 24
88+
* Updates start within the defined hourly window. Depending on the updates, the process may
89+
* exceed this timeframe and require an automatic restart. minimum: 1 maximum: 24
8990
*
9091
* @return maintenanceWindow
9192
*/
@@ -123,7 +124,9 @@ public UpdateUpdateSchedulePayload rrule(@javax.annotation.Nonnull String rrule)
123124
}
124125

125126
/**
126-
* Get rrule
127+
* An rrule (Recurrence Rule) is a standardized string format used in iCalendar (RFC 5545) to
128+
* define repeating events, and you can generate one by using a dedicated library or by using
129+
* online generator tools to specify parameters like frequency, interval, and end dates
127130
*
128131
* @return rrule
129132
*/

0 commit comments

Comments
 (0)