public interface ListenerV2Builder extends Buildable.Builder<ListenerV2Builder,ListenerV2>
| Modifier and Type | Method and Description |
|---|---|
ListenerV2Builder |
adminStateUp(boolean adminStateUp)
Optional
|
ListenerV2Builder |
connectionLimit(Integer connectionLimit)
Optional
The default value for this attribute will be -1, indicating an infinite limit.
|
ListenerV2Builder |
defaultTlsContainerRef(String tlsContainerRef)
Optional
Barbican container with tls policy
|
ListenerV2Builder |
description(String description)
Optional
|
ListenerV2Builder |
loadBalancerId(String loadbalancerId)
The load balancer this listener will be provisioned on.
|
ListenerV2Builder |
name(String name)
Optional
|
ListenerV2Builder |
projectId(String projectId) |
ListenerV2Builder |
protocol(ListenerProtocol protocol) |
ListenerV2Builder |
protocolPort(Integer protocolPort)
The port in which the frontend will be listening.
|
ListenerV2Builder |
sniContainerRefs(List<String> sniContainerRefs)
Optional
Barbican container(s) with sni certificates
|
build, fromListenerV2Builder projectId(String projectId)
projectId - the ID of the project/tenant that owns the resourceListenerV2Builder protocol(ListenerProtocol protocol)
protocol - The protocol of the VIP address. A valid value is TCP, HTTP,
or HTTPS.ListenerV2Builder protocolPort(Integer protocolPort)
protocolPort - ListenerV2Builder loadBalancerId(String loadbalancerId)
loadbalancerId - ListenerV2Builder adminStateUp(boolean adminStateUp)
adminStateUp - The administrative state of the VIP. A valid value is true
(UP) or false (DOWN). Default is trueListenerV2Builder name(String name)
name - Pool name. Does not have to be unique.ListenerV2Builder description(String description)
description - Description for the pool.ListenerV2Builder connectionLimit(Integer connectionLimit)
connectionLimit - ListenerV2Builder defaultTlsContainerRef(String tlsContainerRef)
tlsContainerRef - ListenerV2Builder sniContainerRefs(List<String> sniContainerRefs)
sniContainerRefs - Copyright © 2020. All rights reserved.