Class: Google::Cloud::Compute::V1::NodeGroupMaintenanceWindow
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::NodeGroupMaintenanceWindow
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
Time window specified for daily maintenance operations. GCE's internal maintenance will be performed within this window.
Instance Attribute Summary collapse
-
#maintenance_duration ⇒ ::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 ⇒ ::String
Start time of the window.
Instance Attribute Details
#maintenance_duration ⇒ ::Google::Cloud::Compute::V1::Duration
Returns [Output only] A predetermined duration for the window, automatically chosen to be the smallest possible in the given scenario.
21865 21866 21867 21868 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21865 class NodeGroupMaintenanceWindow include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start_time ⇒ ::String
Returns 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.
21865 21866 21867 21868 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21865 class NodeGroupMaintenanceWindow include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |