Class: Google::Cloud::Connectors::V1::NodeConfig

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#max_node_count::Integer

Returns Maximum number of nodes in the runtime nodes.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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