Reference documentation and code samples for the Google Cloud Memorystore for Memcached V1 API class Google::Cloud::Memcache::V1::WeeklyMaintenanceWindow.
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) — Required. Allows to define schedule that runs specified day of the week.
#day=
def day=(value) -> ::Google::Type::DayOfWeek
Parameter
- value (::Google::Type::DayOfWeek) — Required. Allows to define schedule that runs specified day of the week.
Returns
- (::Google::Type::DayOfWeek) — Required. Allows to define schedule that runs specified day of the week.
#duration
def duration() -> ::Google::Protobuf::Duration
Returns
- (::Google::Protobuf::Duration) — Required. Duration of the time window.
#duration=
def duration=(value) -> ::Google::Protobuf::Duration
Parameter
- value (::Google::Protobuf::Duration) — Required. Duration of the time window.
Returns
- (::Google::Protobuf::Duration) — Required. Duration of the time window.
#start_time
def start_time() -> ::Google::Type::TimeOfDay
Returns
- (::Google::Type::TimeOfDay) — Required. Start time of the window in UTC.
#start_time=
def start_time=(value) -> ::Google::Type::TimeOfDay
Parameter
- value (::Google::Type::TimeOfDay) — Required. Start time of the window in UTC.
Returns
- (::Google::Type::TimeOfDay) — Required. Start time of the window in UTC.