Class: Google::Cloud::EdgeContainer::V1::MaintenanceExclusionWindow
- Inherits:
-
Object
- Object
- Google::Cloud::EdgeContainer::V1::MaintenanceExclusionWindow
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/edgecontainer/v1/resources.rb
Overview
Represents a maintenance exclusion window.
Instance Attribute Summary collapse
-
#id ⇒ ::String
Optional.
-
#window ⇒ ::Google::Cloud::EdgeContainer::V1::TimeWindow
Optional.
Instance Attribute Details
#id ⇒ ::String
Returns Optional. A unique (per cluster) id for the window.
900 901 902 903 |
# File 'proto_docs/google/cloud/edgecontainer/v1/resources.rb', line 900 class MaintenanceExclusionWindow include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#window ⇒ ::Google::Cloud::EdgeContainer::V1::TimeWindow
Returns Optional. The time window.
900 901 902 903 |
# File 'proto_docs/google/cloud/edgecontainer/v1/resources.rb', line 900 class MaintenanceExclusionWindow include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |