Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 471 Bytes

LoadbalancerGenericInfoStickySessions.md

File metadata and controls

18 lines (12 loc) · 471 Bytes

VultrRuby::LoadbalancerGenericInfoStickySessions

Properties

Name Type Description Notes
cookie_name String The cookie name to make sticky. See Load Balancer documentation. [optional]

Example

require 'vultr_ruby'

instance = VultrRuby::LoadbalancerGenericInfoStickySessions.new(
  cookie_name: null
)