We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e18f771 + 6155f3d commit e57b0ffCopy full SHA for e57b0ff
1 file changed
cloudfoundry-client/src/main/java/org/cloudfoundry/client/v3/processes/_PortMapping.java
@@ -32,6 +32,7 @@ abstract class _PortMapping {
32
* The external port
33
*/
34
@JsonProperty("external")
35
+ @Nullable
36
abstract Integer getExternal();
37
38
/**
@@ -45,6 +46,7 @@ abstract class _PortMapping {
45
46
* The internal port
47
48
@JsonProperty("internal")
49
50
abstract Integer getInternal();
51
52
0 commit comments