Reference documentation and code samples for the Google Cloud Memorystore for Redis V1 API class Google::Cloud::Redis::Cluster::V1::ClusterWeeklyMaintenanceWindow.
Time window specified for weekly operations.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#day
def day() -> ::Google::Type::DayOfWeek
Returns
- (::Google::Type::DayOfWeek) — Allows to define schedule that runs specified day of the week.
#day=
def day=(value) -> ::Google::Type::DayOfWeek
Parameter
- value (::Google::Type::DayOfWeek) — Allows to define schedule that runs specified day of the week.
Returns
- (::Google::Type::DayOfWeek) — Allows to define schedule that runs specified day of the week.
#start_time
def start_time() -> ::Google::Type::TimeOfDay
Returns
- (::Google::Type::TimeOfDay) — Start time of the window in UTC.
#start_time=
def start_time=(value) -> ::Google::Type::TimeOfDay
Parameter
- value (::Google::Type::TimeOfDay) — Start time of the window in UTC.
Returns
- (::Google::Type::TimeOfDay) — Start time of the window in UTC.