Class: Google::Cloud::Connectors::V1::NodeConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Connectors::V1::NodeConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/connectors/v1/connection.rb
Overview
Node configuration for the connection.
Instance Attribute Summary collapse
-
#max_node_count ⇒ ::Integer
Maximum number of nodes in the runtime nodes.
-
#min_node_count ⇒ ::Integer
Minimum number of nodes in the runtime nodes.
Instance Attribute Details
#max_node_count ⇒ ::Integer
Returns Maximum number of nodes in the runtime nodes.
115 116 117 118 |
# File 'proto_docs/google/cloud/connectors/v1/connection.rb', line 115 class NodeConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#min_node_count ⇒ ::Integer
Returns Minimum number of nodes in the runtime nodes.
115 116 117 118 |
# File 'proto_docs/google/cloud/connectors/v1/connection.rb', line 115 class NodeConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |