public static class PortInformation.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
PortInformation |
build() |
PortInformation.Builder |
copy(PortInformation model) |
PortInformation.Builder |
portNumber(Integer portNumber)
The port number is a unique identifier which is typically used as the loadbalancer
listener.
|
PortInformation.Builder |
portType(PortInformation.PortType portType)
Port type associated for the port number.
|
public PortInformation.Builder portNumber(Integer portNumber)
The port number is a unique identifier which is typically used as the loadbalancer listener.
portNumber
- the value to setpublic PortInformation.Builder portType(PortInformation.PortType portType)
Port type associated for the port number. The two port type enums are CLIENTUTILITY
and MANAGEMENTUTILITY
. The CLIENTUTILITY enum corresponds to a
port which is used by the client daemon. The MANAGEMENTUTILITY enum corresponds to a port
used by user management utility.
portType
- the value to setpublic PortInformation build()
public PortInformation.Builder copy(PortInformation model)
Copyright © 2016–2024. All rights reserved.