GoogleApi.AlloyDB.V1.Model.DenyMaintenancePeriod (google_api_alloy_db v0.16.0)

View Source

DenyMaintenancePeriod definition. Excepting emergencies, maintenance will not be scheduled to start within this deny period. The start_date must be less than the end_date.

Attributes

  • endDate (type: GoogleApi.AlloyDB.V1.Model.GoogleTypeDate.t, default: nil) - Deny period end date. This can be: A full date, with non-zero year, month and day values OR A month and day value, with a zero year for recurring
  • startDate (type: GoogleApi.AlloyDB.V1.Model.GoogleTypeDate.t, default: nil) - Deny period start date. This can be: A full date, with non-zero year, month and day values OR A month and day value, with a zero year for recurring
  • time (type: GoogleApi.AlloyDB.V1.Model.GoogleTypeTimeOfDay.t, default: nil) - Time in UTC when the deny period starts on start_date and ends on end_date. This can be: Full time OR All zeros for 00:00:00 UTC

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.AlloyDB.V1.Model.DenyMaintenancePeriod{
  endDate: GoogleApi.AlloyDB.V1.Model.GoogleTypeDate.t() | nil,
  startDate: GoogleApi.AlloyDB.V1.Model.GoogleTypeDate.t() | nil,
  time: GoogleApi.AlloyDB.V1.Model.GoogleTypeTimeOfDay.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.