Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 473 Bytes

CreateLoadBalancerRequestStickySession.md

File metadata and controls

18 lines (12 loc) · 473 Bytes

VultrRuby::CreateLoadBalancerRequestStickySession

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::CreateLoadBalancerRequestStickySession.new(
  cookie_name: null
)