GoogleApi.SQLAdmin.V1beta4.Model.DenyMaintenancePeriod (google_api_sql_admin v0.71.0)

View Source

Deny Maintenance Periods. This specifies a date range during when all CSA rollout will be denied.

Attributes

  • endDate (type: String.t, default: nil) - "deny maintenance period" end date. If the year of the end date is empty, the year of the start date also must be empty. In this case, it means the deny maintenance period recurs every year. The date is in format yyyy-mm-dd i.e., 2020-11-01, or mm-dd, i.e., 11-01
  • startDate (type: String.t, default: nil) - "deny maintenance period" start date. If the year of the start date is empty, the year of the end date also must be empty. In this case, it means the deny maintenance period recurs every year. The date is in format yyyy-mm-dd i.e., 2020-11-01, or mm-dd, i.e., 11-01
  • time (type: String.t, default: nil) - Time in UTC when the "deny maintenance period" starts on start_date and ends on end_date. The time is in format: HH:mm:SS, i.e., 00:00:00

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.SQLAdmin.V1beta4.Model.DenyMaintenancePeriod{
  endDate: String.t() | nil,
  startDate: String.t() | nil,
  time: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.