Class: Google::Cloud::Sql::V1::MaintenanceWindow
- Inherits:
-
Object
- Object
- Google::Cloud::Sql::V1::MaintenanceWindow
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/sql/v1/cloud_sql_resources.rb
Overview
Maintenance window. This specifies when a Cloud SQL instance is restarted for system maintenance purposes.
Instance Attribute Summary collapse
-
#day ⇒ ::Google::Protobuf::Int32Value
Day of week -
MONDAY,TUESDAY,WEDNESDAY,THURSDAY,FRIDAY,SATURDAY, orSUNDAY. -
#hour ⇒ ::Google::Protobuf::Int32Value
Hour of day - 0 to 23.
-
#kind ⇒ ::String
This is always
sql#maintenanceWindow. -
#update_track ⇒ ::Google::Cloud::Sql::V1::SqlUpdateTrack
Maintenance timing settings:
canary,stable, orweek5.
Instance Attribute Details
#day ⇒ ::Google::Protobuf::Int32Value
Day of week - MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY,
SATURDAY, or SUNDAY. Specify in the UTC time zone.
Returned in output as an integer, 1 to 7, where 1 equals Monday.
1059 1060 1061 1062 |
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_resources.rb', line 1059 class MaintenanceWindow include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#hour ⇒ ::Google::Protobuf::Int32Value
Returns Hour of day - 0 to 23. Specify in the UTC time zone.
1059 1060 1061 1062 |
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_resources.rb', line 1059 class MaintenanceWindow include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#kind ⇒ ::String
Returns This is always sql#maintenanceWindow.
1059 1060 1061 1062 |
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_resources.rb', line 1059 class MaintenanceWindow include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_track ⇒ ::Google::Cloud::Sql::V1::SqlUpdateTrack
Returns Maintenance timing settings: canary, stable, or week5.
For more information, see About maintenance on Cloud SQL
instances.
1059 1060 1061 1062 |
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_resources.rb', line 1059 class MaintenanceWindow include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |