Class Transip_Haip
This class models a Haip
public
string
|
$name | '' |
#
HA-IP name. |
public
string
|
$status | '' |
#
HA-IP status. |
public
boolean
|
$isBlocked | false |
#
If the HA-IP is blocked. |
public
boolean
|
$isLoadBalancingEnabled | false |
#
If load balancing is enabled for the HA-IP. |
public
string
|
$loadBalancingMode | '' |
#
Load balancing mode that is configured for the HA-IP. |
public
string
|
$stickyCookieName | '' |
#
The cookie name that is used when the load balancing mode is set to 'cookie' HA-IP. |
public
string
|
$healthCheckMode | '' |
#
The health check mode configured for the HA-IP. |
public
string
|
$httpHealthCheckPath | '' |
#
The HTTP path that will accessed for health checks when the health check mode is 'http'. |
public
string
|
$httpHealthCheckPort | '' |
#
The port that will accessed for health checks when the health check mode is 'http'. |
public
string
|
$ipv4Address | '' |
#
HA-IP IPv4 address. |
public
string
|
$ipv6Address | '' |
#
HA-IP IPv6 address. |
public
string
|
$ipSetup | '' |
#
HA-IP IP setup. |
public
|
$attachedVpses | array() |
#
An array of Vpss attached to the HA-IP. |