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
- (::Google::Cloud::Compute::V1::Duration) — [Output only] A predetermined duration for the window, automatically chosen to be the smallest possible in the given scenario.
#maintenance_duration=
def maintenance_duration=(value) -> ::Google::Cloud::Compute::V1::Duration
Parameter
- value (::Google::Cloud::Compute::V1::Duration) — [Output only] A predetermined duration for the window, automatically chosen to be the smallest possible in the given scenario.
Returns
- (::Google::Cloud::Compute::V1::Duration) — [Output only] A predetermined duration for the window, automatically chosen to be the smallest possible in the given scenario.
#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.