VultrRuby::CreateConnectionPoolRequest Properties Name Type Description Notes name String The name of the connection pool. database String The logical database associated with the connection pool. username String The database user associated with the connection pool. mode String The mode for the connection pool. * `session` * `transaction` * `statement` size Integer The size of the connection pool. Example require 'vultr_ruby' instance = VultrRuby::CreateConnectionPoolRequest.new( name: null, database: null, username: null, mode: null, size: null )