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\Resource\BaseResource
-
OpenCloud\Common\Resource\PersistentResource
-
OpenCloud\LoadBalancer\Resource\AbstractResource
-
OpenCloud\LoadBalancer\Resource\NonIdUriResource
-
OpenCloud\LoadBalancer\Resource\VirtualIp
Methods summary
public
Guzzle\Http\Message\Response
|
Methods inherited from OpenCloud\LoadBalancer\Resource\NonIdUriResource
Methods inherited from OpenCloud\Common\Resource\PersistentResource
checkExtension(),
create(),
delete(),
refreshFromLocationUrl(),
waitFor()
Methods inherited from OpenCloud\Common\Resource\BaseResource
__construct(),
findLink(),
getClient(),
getMetadata(),
getParent(),
getService(),
getUrl(),
jsonCollectionElement(),
jsonCollectionName(),
jsonName(),
parseResponse(),
resourceName(),
setMetadata(),
setParent(),
setService()
Methods inherited from OpenCloud\Common\Base
__call(),
checkJsonError(),
generateUuid(),
getInstance(),
getLogger(),
hasLogger(),
makeResourceIteratorOptions(),
populate(),
setLogger(),
stripNamespace(),
toCamel(),
toUnderscores()
Magic methods summary
Properties summary
public
|
$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. |
|
public
array
|
$createKeys
|
#
array(
'type',
'ipVersion'
)
|