Reference documentation and code samples for the Kubernetes Engine V1 API class Google::Cloud::Container::V1::TimeWindow.
Represents an arbitrary window of time.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#end_time
def end_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — The time that the window ends. The end time should take place after the start time.
#end_time=
def end_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The time that the window ends. The end time should take place after the start time.
Returns
- (::Google::Protobuf::Timestamp) — The time that the window ends. The end time should take place after the start time.
#maintenance_exclusion_options
def maintenance_exclusion_options() -> ::Google::Cloud::Container::V1::MaintenanceExclusionOptions
Returns
- (::Google::Cloud::Container::V1::MaintenanceExclusionOptions) — MaintenanceExclusionOptions provides maintenance exclusion related options.
#maintenance_exclusion_options=
def maintenance_exclusion_options=(value) -> ::Google::Cloud::Container::V1::MaintenanceExclusionOptions
Parameter
- value (::Google::Cloud::Container::V1::MaintenanceExclusionOptions) — MaintenanceExclusionOptions provides maintenance exclusion related options.
Returns
- (::Google::Cloud::Container::V1::MaintenanceExclusionOptions) — MaintenanceExclusionOptions provides maintenance exclusion related options.
#start_time
def start_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — The time that the window first starts.
#start_time=
def start_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The time that the window first starts.
Returns
- (::Google::Protobuf::Timestamp) — The time that the window first starts.