Reference documentation and code samples for the Connectors V1 API class Google::Cloud::Connectors::V1::NodeConfig.
Node configuration for the connection.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#max_node_count
def max_node_count() -> ::Integer
Returns
- (::Integer) — Maximum number of nodes in the runtime nodes.
#max_node_count=
def max_node_count=(value) -> ::Integer
Parameter
- value (::Integer) — Maximum number of nodes in the runtime nodes.
Returns
- (::Integer) — Maximum number of nodes in the runtime nodes.
#min_node_count
def min_node_count() -> ::Integer
Returns
- (::Integer) — Minimum number of nodes in the runtime nodes.
#min_node_count=
def min_node_count=(value) -> ::Integer
Parameter
- value (::Integer) — Minimum number of nodes in the runtime nodes.
Returns
- (::Integer) — Minimum number of nodes in the runtime nodes.