Class: Google::Cloud::Container::V1beta1::TimeWindow

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/container/v1beta1/cluster_service.rb

Overview

Represents an arbitrary window of time.

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::Google::Protobuf::Timestamp

Returns The time that the window ends. The end time should take place after the start time.

Returns:



4107
4108
4109
4110
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 4107

class TimeWindow
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#maintenance_exclusion_options::Google::Cloud::Container::V1beta1::MaintenanceExclusionOptions

Returns MaintenanceExclusionOptions provides maintenance exclusion related options.

Returns:



4107
4108
4109
4110
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 4107

class TimeWindow
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#start_time::Google::Protobuf::Timestamp

Returns The time that the window first starts.

Returns:



4107
4108
4109
4110
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 4107

class TimeWindow
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end