Kubernetes Engine V1beta1 API - Class Google::Cloud::Container::V1beta1::DailyMaintenanceWindow (v0.9.0)

Reference documentation and code samples for the Kubernetes Engine V1beta1 API class Google::Cloud::Container::V1beta1::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=

def duration=(value) -> ::String
Parameter
  • value (::String) — [Output only] Duration of the time window, automatically chosen to be smallest possible in the given scenario.
Returns
  • (::String) — [Output only] Duration of the time window, automatically chosen to be smallest possible in the given scenario.

#start_time

def start_time() -> ::String
Returns
  • (::String) — Time within the maintenance window to start the maintenance operations. It must be in 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. It must be in format "HH:MM", where HH : [00-23] and MM : [00-59] GMT.
Returns
  • (::String) — Time within the maintenance window to start the maintenance operations. It must be in format "HH:MM", where HH : [00-23] and MM : [00-59] GMT.