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
22809 22810 22811 22812 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 22809 class NodeGroupMaintenanceWindow include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start_time ⇒ ::String
22809 22810 22811 22812 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 22809 class NodeGroupMaintenanceWindow include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |