| Package | Description |
|---|---|
| org.cloudfoundry.client.v3.processes |
| Modifier and Type | Method and Description |
|---|---|
PortMapping |
PortMapping.Builder.build()
Builds a new
PortMapping. |
| Modifier and Type | Method and Description |
|---|---|
abstract List<PortMapping> |
ProcessStatistics.getInstancePorts()
The instance port mappings
|
List<PortMapping> |
ProcessStatisticsResource.getInstancePorts()
The instance port mappings
|
| Modifier and Type | Method and Description |
|---|---|
PortMapping.Builder |
PortMapping.Builder.from(PortMapping instance)
Fill a builder with attribute values from the provided
PortMapping instance. |
ProcessStatisticsResource.Builder |
ProcessStatisticsResource.Builder.instancePort(PortMapping... elements)
Adds elements to
instancePorts list. |
ProcessStatisticsResource.Builder |
ProcessStatisticsResource.Builder.instancePort(PortMapping element)
Adds one element to
instancePorts list. |
| Modifier and Type | Method and Description |
|---|---|
ProcessStatisticsResource.Builder |
ProcessStatisticsResource.Builder.addAllInstancePorts(Iterable<? extends PortMapping> elements)
Adds elements to
instancePorts list. |
ProcessStatisticsResource.Builder |
ProcessStatisticsResource.Builder.instancePorts(Iterable<? extends PortMapping> elements)
Sets or replaces all elements for
instancePorts list. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.