Class VirtualIp
A virtual IP (VIP) makes a load balancer accessible by clients. The load balancing service supports either a public VIP, routable on the public Internet, or a ServiceNet address, routable only within the region in which the load balancer resides.
- OpenCloud\Common\Base
-
OpenCloud\Common\PersistentObject
-
OpenCloud\LoadBalancer\Resource\SubResource
-
OpenCloud\LoadBalancer\Resource\VirtualIp
public
HttpResponse
|
createJson(),
initialRefresh(),
name(),
refresh(),
updateJson()
|
public
mixed
|
$id |
|
|
public
string
|
$address |
|
#
IP address. |
public
integer
|
$type |
|
#
Either "PUBLIC" (public Internet) or "SERVICENET" (internal Rackspace network) |
public
integer
|
$ipVersion |
|
#
Either 4 or 6. |
protected static
string
|
$json_collection_name | 'virtualIps' |
|
protected static
boolean
|
$json_name | FALSE |
|
protected static
string
|
$url_resource | 'virtualips' |
|
public
array
|
$createKeys | array(
'type',
'ipVersion'
) |
$metadata
|