Class Protocol
All load balancers must define the protocol of the service which is being
load balanced. The protocol selection should be based on the protocol of the
back-end nodes. When configuring a load balancer, the default port for the given
protocol will be selected unless otherwise specified.
-
OpenCloud\Common\Base
-
OpenCloud\Common\Resource\BaseResource
-
OpenCloud\Common\Resource\PersistentResource
-
OpenCloud\LoadBalancer\Resource\AbstractResource
-
OpenCloud\LoadBalancer\Resource\ReadOnlyResource
-
OpenCloud\LoadBalancer\Resource\Protocol
Methods inherited from OpenCloud\Common\Resource\BaseResource
__construct(),
findLink(),
getClient(),
getMetadata(),
getParent(),
getService(),
getUrl(),
jsonCollectionElement(),
jsonCollectionName(),
jsonName(),
parseResponse(),
primaryKeyField(),
resourceName(),
setMetadata(),
setParent(),
setService()
|
Methods inherited from OpenCloud\Common\Base
__call(),
checkJsonError(),
generateUuid(),
getInstance(),
getJsonHeader(),
getLogger(),
getProperty(),
makeResourceIteratorOptions(),
populate(),
propertyExists(),
setLogger(),
setProperty(),
stripNamespace(),
toCamel(),
toUnderscores()
|
Properties summary
public
mixed
|
$name
|
|
|
public
mixed
|
$port
|
|
|
protected static
string
|
$json_name
|
'protocol' |
|
protected static
string
|
$url_resource
|
'loadbalancers/protocols' |
|