Class: Google::Cloud::EdgeContainer::V1::MaintenanceExclusionWindow

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#id::String

Returns Optional. A unique (per cluster) id for the window.

Returns:

  • (::String)

    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.

Returns:



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