| Package | Description |
|---|---|
| org.cloudfoundry.client.v2.applications |
| Modifier and Type | Method and Description |
|---|---|
NetInfoPorts |
NetInfoPorts.Builder.build()
Builds a new
NetInfoPorts. |
| Modifier and Type | Method and Description |
|---|---|
List<NetInfoPorts> |
NetInfo.getPorts()
The ports
|
| Modifier and Type | Method and Description |
|---|---|
NetInfoPorts.Builder |
NetInfoPorts.Builder.from(NetInfoPorts instance)
Fill a builder with attribute values from the provided
NetInfoPorts instance. |
NetInfo.Builder |
NetInfo.Builder.port(NetInfoPorts element)
Adds one element to
ports list. |
NetInfo.Builder |
NetInfo.Builder.ports(NetInfoPorts... elements)
Adds elements to
ports list. |
| Modifier and Type | Method and Description |
|---|---|
NetInfo.Builder |
NetInfo.Builder.addAllPorts(Iterable<? extends NetInfoPorts> elements)
Adds elements to
ports list. |
NetInfo.Builder |
NetInfo.Builder.ports(Iterable<? extends NetInfoPorts> elements)
Sets or replaces all elements for
ports list. |
Copyright © 2020. All rights reserved.