Reference documentation and code samples for the Distributed Cloud Edge Container V1 API class Google::Cloud::EdgeContainer::V1::MaintenanceExclusionWindow.
Represents a maintenance exclusion window.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#id
def id() -> ::String
Returns
- (::String) — Optional. A unique (per cluster) id for the window.
#id=
def id=(value) -> ::String
Parameter
- value (::String) — Optional. A unique (per cluster) id for the window.
Returns
- (::String) — Optional. A unique (per cluster) id for the window.
#window
def window() -> ::Google::Cloud::EdgeContainer::V1::TimeWindow
Returns
- (::Google::Cloud::EdgeContainer::V1::TimeWindow) — Optional. The time window.
#window=
def window=(value) -> ::Google::Cloud::EdgeContainer::V1::TimeWindow
Parameter
- value (::Google::Cloud::EdgeContainer::V1::TimeWindow) — Optional. The time window.
Returns
- (::Google::Cloud::EdgeContainer::V1::TimeWindow) — Optional. The time window.