Class: Google::Cloud::Redis::Cluster::V1beta1::ClusterWeeklyMaintenanceWindow
- Inherits:
-
Object
- Object
- Google::Cloud::Redis::Cluster::V1beta1::ClusterWeeklyMaintenanceWindow
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/redis/cluster/v1beta1/cloud_redis_cluster.rb
Overview
Time window specified for weekly operations.
Instance Attribute Summary collapse
-
#day ⇒ ::Google::Type::DayOfWeek
Allows to define schedule that runs specified day of the week.
-
#start_time ⇒ ::Google::Type::TimeOfDay
Start time of the window in UTC.
Instance Attribute Details
#day ⇒ ::Google::Type::DayOfWeek
Returns Allows to define schedule that runs specified day of the week.
795 796 797 798 |
# File 'proto_docs/google/cloud/redis/cluster/v1beta1/cloud_redis_cluster.rb', line 795 class ClusterWeeklyMaintenanceWindow include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start_time ⇒ ::Google::Type::TimeOfDay
Returns Start time of the window in UTC.
795 796 797 798 |
# File 'proto_docs/google/cloud/redis/cluster/v1beta1/cloud_redis_cluster.rb', line 795 class ClusterWeeklyMaintenanceWindow include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |