File tree Expand file tree Collapse file tree
cloudfoundry-client/src/main/java/org/cloudfoundry/client/v2/applications Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ abstract class _CreateApplicationRequest {
155155 abstract String getName ();
156156
157157 /**
158- * The ports on which application may listen
158+ * The ports on which the application may listen
159159 */
160160 @ JsonProperty ("ports" )
161161 @ Nullable
Original file line number Diff line number Diff line change 2323import org .cloudfoundry .Nullable ;
2424import org .immutables .value .Value ;
2525
26+ import java .util .List ;
2627import java .util .Map ;
2728
2829/**
@@ -154,6 +155,13 @@ abstract class _UpdateApplicationRequest {
154155 @ Nullable
155156 abstract String getName ();
156157
158+ /**
159+ * The ports on which the application may listen
160+ */
161+ @ JsonProperty ("ports" )
162+ @ Nullable
163+ abstract List <Integer > getPorts ();
164+
157165 /**
158166 * Whether the application is production
159167 */
You can’t perform that action at this time.
0 commit comments