Kubernetes Engine V1 API - Class Google::Cloud::Container::V1::NodePool::ExclusionUntilEndOfSupport (v1.15.0)

Reference documentation and code samples for the Kubernetes Engine V1 API class Google::Cloud::Container::V1::NodePool::ExclusionUntilEndOfSupport.

Defines the maintenance exclusion for the node pool.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#enabled

def enabled() -> ::Boolean
Returns
  • (::Boolean) — Optional. Indicates whether the exclusion is enabled.

#enabled=

def enabled=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Optional. Indicates whether the exclusion is enabled.
Returns
  • (::Boolean) — Optional. Indicates whether the exclusion is enabled.

#end_time

def end_time() -> ::Google::Protobuf::Timestamp
Returns
  • (::Google::Protobuf::Timestamp) — Output only. The end time of the maintenance exclusion. It is output only. It is the cluster control plane version's end of support time, or end of extended support time when the cluster is on extended support channel.

#start_time

def start_time() -> ::Google::Protobuf::Timestamp
Returns
  • (::Google::Protobuf::Timestamp) — Output only. The start time of the maintenance exclusion. It is output only. It is the exclusion creation time.