Class: Google::Cloud::Container::V1::DailyMaintenanceWindow
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1::DailyMaintenanceWindow
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1/cluster_service.rb
Overview
Time window specified for daily maintenance operations.
Instance Attribute Summary collapse
-
#duration ⇒ ::String
readonly
Output only.
-
#start_time ⇒ ::String
Time within the maintenance window to start the maintenance operations.
Instance Attribute Details
#duration ⇒ ::String (readonly)
Returns Output only. Duration of the time window, automatically chosen to be smallest possible in the given scenario. Duration will be in RFC3339 format "PTnHnMnS".
4143 4144 4145 4146 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 4143 class DailyMaintenanceWindow include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start_time ⇒ ::String
Returns Time within the maintenance window to start the maintenance operations. Time format should be in RFC3339 format "HH:MM", where HH : [00-23] and MM : [00-59] GMT.
4143 4144 4145 4146 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 4143 class DailyMaintenanceWindow include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |