GoogleApi.VMwareEngine.V1.Model.Constraints (google_api_v_mware_engine v0.5.0)

View Source

Constraints to be applied while editing a schedule. These constraints ensure that Upgrade specific requirements are met.

Attributes

  • minHoursDay (type: integer(), default: nil) - Output only. Minimum number of hours must be allotted for the upgrade activities for each selected day. This is a minimum; the upgrade schedule can allot more hours for the given day.
  • minHoursWeek (type: integer(), default: nil) - Output only. The minimum number of weekly hours must be allotted for the upgrade activities. This is just a minimum; the schedule can assign more weekly hours.
  • rescheduleDateRange (type: GoogleApi.VMwareEngine.V1.Model.Interval.t, default: nil) - Output only. Output Only. The user can only reschedule an upgrade that starts within this range.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.VMwareEngine.V1.Model.Constraints{
  minHoursDay: integer() | nil,
  minHoursWeek: integer() | nil,
  rescheduleDateRange: GoogleApi.VMwareEngine.V1.Model.Interval.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.