Google Cloud Compute V1 API - Class Google::Cloud::Compute::V1::NodeGroupMaintenanceWindow (v1.3.0)

Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::NodeGroupMaintenanceWindow.

Time window specified for daily maintenance operations. GCE's internal maintenance will be performed within this window.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#maintenance_duration

def maintenance_duration() -> ::Google::Cloud::Compute::V1::Duration
Returns

#maintenance_duration=

def maintenance_duration=(value) -> ::Google::Cloud::Compute::V1::Duration
Parameter
Returns

#start_time

def start_time() -> ::String
Returns
  • (::String) — Start time of the window. This must be in UTC format that resolves to one of 00:00, 04:00, 08:00, 12:00, 16:00, or 20:00. For example, both 13:00-5 and 08:00 are valid.

#start_time=

def start_time=(value) -> ::String
Parameter
  • value (::String) — Start time of the window. This must be in UTC format that resolves to one of 00:00, 04:00, 08:00, 12:00, 16:00, or 20:00. For example, both 13:00-5 and 08:00 are valid.
Returns
  • (::String) — Start time of the window. This must be in UTC format that resolves to one of 00:00, 04:00, 08:00, 12:00, 16:00, or 20:00. For example, both 13:00-5 and 08:00 are valid.