Interface LoadBalancer

Hierarchy

  • LoadBalancer

Properties

algorithm: "round_robin" | "least_connections"
created_at: string
droplet_ids: number[]
forwarding_rules: ForwardingRule[]
health_check: HealthCheck
id: string
ip: string
name: string
redirect_http_to_https: boolean
region: string | Region
status: "errored" | "new" | "active"
sticky_sessions: StickySession
tag: string

Generated using TypeDoc