Reference documentation and code samples for the Kubernetes Engine V1 API class Google::Cloud::Container::V1::DailyMaintenanceWindow.
Time window specified for daily maintenance operations.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#duration
def duration() -> ::String
Returns
- (::String) — Output only. Duration of the time window, automatically chosen to be smallest possible in the given scenario. Duration will be in RFC3339 format "PTnHnMnS".
#start_time
def start_time() -> ::String
Returns
- (::String) — 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.
#start_time=
def start_time=(value) -> ::String
Parameter
- value (::String) — 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.
Returns
- (::String) — 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.