Table of Contents
Properties
-
$balancing_algorithm
: string|null
-
$firewall_rules
: array<string|int, mixed>|null
-
$forwarding_rules
: array<string|int, mixed>|null
-
$health_check
: LBHealth|null
-
$instances
: array<string|int, mixed>|null
-
$label
: string|null
-
$proxy_protocol
: bool|null
-
$region
: string
-
$ssl
: SSL|null
-
$ssl_redirect
: bool|null
-
$sticky_session
: StickySession|null
-
$vpc
: string|null
-
$prop_map
: array<string|int, mixed>
Methods
-
__call()
: mixed
-
__construct()
: mixed
-
getPayloadParams()
: array<string|int, mixed>
$balancing_algorithm
protected
string|null
$balancing_algorithm
= null
$firewall_rules
protected
array<string|int, mixed>|null
$firewall_rules
= null
$forwarding_rules
protected
array<string|int, mixed>|null
$forwarding_rules
= null
$health_check
protected
LBHealth|null
$health_check
= null
$instances
protected
array<string|int, mixed>|null
$instances
= null
$label
protected
string|null
$label
= null
$proxy_protocol
protected
bool|null
$proxy_protocol
= null
$region
protected
string
$region
-
see
-
https://www.vultr.com/api/#operation/create-load-balancer
$ssl
protected
SSL|null
$ssl
= null
$ssl_redirect
protected
bool|null
$ssl_redirect
= null
$sticky_session
protected
StickySession|null
$sticky_session
= null
$vpc
protected
string|null
$vpc
= null
$prop_map
private
array<string|int, mixed>
$prop_map
__call()
public
__call(mixed $name, mixed $args) : mixed
Parameters
-
$name
: mixed
-
-
$args
: mixed
-
__construct()
public
__construct(string $region) : mixed
Parameters
-
$region
: string
-
getPayloadParams()
public
getPayloadParams() : array<string|int, mixed>
Return values
array<string|int, mixed>