Class: Google::Cloud::Container::V1::StatefulHAConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1::StatefulHAConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1/cluster_service.rb
Overview
Configuration for the Stateful HA add-on.
Instance Attribute Summary collapse
-
#enabled ⇒ ::Boolean
Whether the Stateful HA add-on is enabled for this cluster.
Instance Attribute Details
#enabled ⇒ ::Boolean
Returns Whether the Stateful HA add-on is enabled for this cluster.
1051 1052 1053 1054 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 1051 class StatefulHAConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |