Class: Google::Cloud::Container::V1beta1::StatefulHAConfig

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

Overview

Configuration for the Stateful HA add-on.

Instance Attribute Summary collapse

Instance Attribute Details

#enabled::Boolean

Returns Whether the Stateful HA add-on is enabled for this cluster.

Returns:

  • (::Boolean)

    Whether the Stateful HA add-on is enabled for this cluster.



1187
1188
1189
1190
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 1187

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