LoadBalancerListener
class LoadBalancerListener extends OperatorResource implements Creatable, Retrievable, Updateable, Deletable
Represents a Neutron v2 LoadBalancer Listener
Traits
Properties
$name | string | |
$description | string | |
$id | string | |
$tenantId | string | |
$protocol | string | |
$protocolPort | integer | |
$connectionLimit | integer | |
$defaultPoolId | string | |
$adminStateUp | boolean | |
$loadbalancers | LoadBalancer[] | |
$loadbalancerId | string | |
$operatingStatus | string | |
$provisioningStatus | string | |
$pools | LoadBalancerPool[] |
Methods
retrieve
()
: void
Retrieve details of the current resource from the remote API.
update
()
: void
Update the current resource with the configuration set out in the user options.
delete
()
: void
Permanently delete this resource.