Reference documentation and code samples for the Google Cloud Memorystore for Redis V1 API class Google::Cloud::Redis::V1::WeeklyMaintenanceWindow.
Time window in which disruptive maintenance updates occur. Non-disruptive updates can occur inside or outside this window.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#day
def day() -> ::Google::Type::DayOfWeek
Returns
- (::Google::Type::DayOfWeek) — Required. The day of week that maintenance updates occur.
#day=
def day=(value) -> ::Google::Type::DayOfWeek
Parameter
- value (::Google::Type::DayOfWeek) — Required. The day of week that maintenance updates occur.
Returns
- (::Google::Type::DayOfWeek) — Required. The day of week that maintenance updates occur.
#duration
def duration() -> ::Google::Protobuf::Duration
Returns
- (::Google::Protobuf::Duration) — Output only. Duration of the maintenance window. The current window is fixed at 1 hour.
#start_time
def start_time() -> ::Google::Type::TimeOfDay
Returns
- (::Google::Type::TimeOfDay) — Required. Start time of the window in UTC time.
#start_time=
def start_time=(value) -> ::Google::Type::TimeOfDay
Parameter
- value (::Google::Type::TimeOfDay) — Required. Start time of the window in UTC time.
Returns
- (::Google::Type::TimeOfDay) — Required. Start time of the window in UTC time.