diff --git a/services/serverupdate/model_create_update_payload.go b/services/serverupdate/model_create_update_payload.go index 4db77cb85..2aa1cc415 100644 --- a/services/serverupdate/model_create_update_payload.go +++ b/services/serverupdate/model_create_update_payload.go @@ -60,6 +60,7 @@ func setCreateUpdatePayloadGetMaintenanceWindowAttributeType(arg *CreateUpdatePa // CreateUpdatePayload struct for CreateUpdatePayload type CreateUpdatePayload struct { BackupBeforeUpdate CreateUpdatePayloadgetBackupBeforeUpdateAttributeType `json:"backupBeforeUpdate,omitempty"` + // Updates start within the defined hourly window. Depending on the updates, the process may exceed this timeframe and require an automatic restart. // Can be cast to int32 without loss of precision. // REQUIRED MaintenanceWindow CreateUpdatePayloadGetMaintenanceWindowAttributeType `json:"maintenanceWindow" required:"true"` diff --git a/services/serverupdate/model_create_update_schedule_payload.go b/services/serverupdate/model_create_update_schedule_payload.go index a4f6250d0..be0ad03de 100644 --- a/services/serverupdate/model_create_update_schedule_payload.go +++ b/services/serverupdate/model_create_update_schedule_payload.go @@ -103,11 +103,13 @@ type CreateUpdateSchedulePayloadGetRruleRetType = string type CreateUpdateSchedulePayload struct { // REQUIRED Enabled CreateUpdateSchedulePayloadgetEnabledAttributeType `json:"enabled" required:"true"` + // Updates start within the defined hourly window. Depending on the updates, the process may exceed this timeframe and require an automatic restart. // Can be cast to int32 without loss of precision. // REQUIRED MaintenanceWindow CreateUpdateSchedulePayloadGetMaintenanceWindowAttributeType `json:"maintenanceWindow" required:"true"` // REQUIRED Name CreateUpdateSchedulePayloadGetNameAttributeType `json:"name" required:"true"` + // An rrule (Recurrence Rule) is a standardized string format used in iCalendar (RFC 5545) to define repeating events, and you can generate one by using a dedicated library or by using online generator tools to specify parameters like frequency, interval, and end dates // REQUIRED Rrule CreateUpdateSchedulePayloadGetRruleAttributeType `json:"rrule" required:"true"` } diff --git a/services/serverupdate/model_update_policy.go b/services/serverupdate/model_update_policy.go index 85cc4ef85..2a6dec14b 100644 --- a/services/serverupdate/model_update_policy.go +++ b/services/serverupdate/model_update_policy.go @@ -167,10 +167,12 @@ type UpdatePolicy struct { Description UpdatePolicyGetDescriptionAttributeType `json:"description,omitempty"` Enabled UpdatePolicygetEnabledAttributeType `json:"enabled,omitempty"` Id UpdatePolicyGetIdAttributeType `json:"id,omitempty"` + // Updates start within the defined hourly window. Depending on the updates, the process may exceed this timeframe and require an automatic restart. // Can be cast to int32 without loss of precision. MaintenanceWindow UpdatePolicyGetMaintenanceWindowAttributeType `json:"maintenanceWindow,omitempty"` Name UpdatePolicyGetNameAttributeType `json:"name,omitempty"` - Rrule UpdatePolicyGetRruleAttributeType `json:"rrule,omitempty"` + // An rrule (Recurrence Rule) is a standardized string format used in iCalendar (RFC 5545) to define repeating events, and you can generate one by using a dedicated library or by using online generator tools to specify parameters like frequency, interval, and end dates + Rrule UpdatePolicyGetRruleAttributeType `json:"rrule,omitempty"` } // NewUpdatePolicy instantiates a new UpdatePolicy object diff --git a/services/serverupdate/model_update_schedule.go b/services/serverupdate/model_update_schedule.go index c20fba4d0..50f255e5a 100644 --- a/services/serverupdate/model_update_schedule.go +++ b/services/serverupdate/model_update_schedule.go @@ -123,11 +123,13 @@ func setUpdateScheduleGetIdAttributeType(arg *UpdateScheduleGetIdAttributeType, type UpdateSchedule struct { // REQUIRED Enabled UpdateSchedulegetEnabledAttributeType `json:"enabled" required:"true"` + // Updates start within the defined hourly window. Depending on the updates, the process may exceed this timeframe and require an automatic restart. // Can be cast to int32 without loss of precision. // REQUIRED MaintenanceWindow UpdateScheduleGetMaintenanceWindowAttributeType `json:"maintenanceWindow" required:"true"` // REQUIRED Name UpdateScheduleGetNameAttributeType `json:"name" required:"true"` + // An rrule (Recurrence Rule) is a standardized string format used in iCalendar (RFC 5545) to define repeating events, and you can generate one by using a dedicated library or by using online generator tools to specify parameters like frequency, interval, and end dates // REQUIRED Rrule UpdateScheduleGetRruleAttributeType `json:"rrule" required:"true"` // Can be cast to int32 without loss of precision. diff --git a/services/serverupdate/model_update_schedule_create_request.go b/services/serverupdate/model_update_schedule_create_request.go index 2c0d9447f..94e3e4888 100644 --- a/services/serverupdate/model_update_schedule_create_request.go +++ b/services/serverupdate/model_update_schedule_create_request.go @@ -103,11 +103,13 @@ type UpdateScheduleCreateRequestGetRruleRetType = string type UpdateScheduleCreateRequest struct { // REQUIRED Enabled UpdateScheduleCreateRequestgetEnabledAttributeType `json:"enabled" required:"true"` + // Updates start within the defined hourly window. Depending on the updates, the process may exceed this timeframe and require an automatic restart. // Can be cast to int32 without loss of precision. // REQUIRED MaintenanceWindow UpdateScheduleCreateRequestGetMaintenanceWindowAttributeType `json:"maintenanceWindow" required:"true"` // REQUIRED Name UpdateScheduleCreateRequestGetNameAttributeType `json:"name" required:"true"` + // An rrule (Recurrence Rule) is a standardized string format used in iCalendar (RFC 5545) to define repeating events, and you can generate one by using a dedicated library or by using online generator tools to specify parameters like frequency, interval, and end dates // REQUIRED Rrule UpdateScheduleCreateRequestGetRruleAttributeType `json:"rrule" required:"true"` } diff --git a/services/serverupdate/model_update_update_schedule_payload.go b/services/serverupdate/model_update_update_schedule_payload.go index 659113d32..dbc0602a6 100644 --- a/services/serverupdate/model_update_update_schedule_payload.go +++ b/services/serverupdate/model_update_update_schedule_payload.go @@ -103,11 +103,13 @@ type UpdateUpdateSchedulePayloadGetRruleRetType = string type UpdateUpdateSchedulePayload struct { // REQUIRED Enabled UpdateUpdateSchedulePayloadgetEnabledAttributeType `json:"enabled" required:"true"` + // Updates start within the defined hourly window. Depending on the updates, the process may exceed this timeframe and require an automatic restart. // Can be cast to int32 without loss of precision. // REQUIRED MaintenanceWindow UpdateUpdateSchedulePayloadGetMaintenanceWindowAttributeType `json:"maintenanceWindow" required:"true"` // REQUIRED Name UpdateUpdateSchedulePayloadGetNameAttributeType `json:"name" required:"true"` + // An rrule (Recurrence Rule) is a standardized string format used in iCalendar (RFC 5545) to define repeating events, and you can generate one by using a dedicated library or by using online generator tools to specify parameters like frequency, interval, and end dates // REQUIRED Rrule UpdateUpdateSchedulePayloadGetRruleAttributeType `json:"rrule" required:"true"` } diff --git a/services/serverupdate/oas_commit b/services/serverupdate/oas_commit index 1c4304d8a..5647346d8 100644 --- a/services/serverupdate/oas_commit +++ b/services/serverupdate/oas_commit @@ -1 +1 @@ -4ba9d6ffcf1ec61aff0807a261f8c0ca25d266f8 +e6bb30bbd7ecd1fbe3d0a3b4d4c6d6a6836b9654