| Package | Description |
|---|---|
| org.cloudfoundry.client.lib | |
| org.cloudfoundry.client.lib.domain | |
| org.cloudfoundry.client.lib.rest |
| Modifier and Type | Method and Description |
|---|---|
void |
CloudControllerClientImpl.createApplication(String applicationName,
Staging staging,
Integer disk,
Integer memory,
List<String> uris,
List<String> serviceNames,
DockerInfo dockerInfo) |
void |
CloudControllerClient.createApplication(String applicationName,
Staging staging,
Integer disk,
Integer memory,
List<String> uris,
List<String> serviceNames,
DockerInfo dockerInfo)
Create application.
|
void |
CloudControllerClientImpl.createApplication(String applicationName,
Staging staging,
Integer memory,
List<String> uris,
List<String> serviceNames) |
void |
CloudControllerClient.createApplication(String applicationName,
Staging staging,
Integer memory,
List<String> uris,
List<String> serviceNames)
Create application.
|
void |
CloudControllerClientImpl.updateApplicationStaging(String applicationName,
Staging staging) |
void |
CloudControllerClient.updateApplicationStaging(String applicationName,
Staging staging)
Update application staging information.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableStaging
Immutable implementation of
Staging. |
| Modifier and Type | Method and Description |
|---|---|
Staging |
ImmutableCloudApplication.getStaging() |
Staging |
CloudApplication.getStaging() |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableStaging |
ImmutableStaging.copyOf(Staging instance)
Creates an immutable copy of a
Staging value. |
ImmutableStaging.Builder |
ImmutableStaging.Builder.from(Staging instance)
Fill a builder with attribute values from the provided
Staging instance. |
ImmutableCloudApplication.Builder |
ImmutableCloudApplication.Builder.staging(Staging staging)
Initializes the value for the
staging attribute. |
ImmutableCloudApplication |
ImmutableCloudApplication.withStaging(Staging value)
Copy the current immutable object by setting a value for the
staging attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
CloudControllerRestClient.createApplication(String applicationName,
Staging staging,
Integer disk,
Integer memory,
List<String> uris,
List<String> serviceNames,
DockerInfo dockerInfo) |
void |
CloudControllerRestClientImpl.createApplication(String name,
Staging staging,
Integer diskQuota,
Integer memory,
List<String> uris,
List<String> serviceNames,
DockerInfo dockerInfo) |
void |
CloudControllerRestClient.createApplication(String applicationName,
Staging staging,
Integer memory,
List<String> uris,
List<String> serviceNames) |
void |
CloudControllerRestClientImpl.createApplication(String name,
Staging staging,
Integer memory,
List<String> uris,
List<String> serviceNames) |
void |
CloudControllerRestClient.updateApplicationStaging(String applicationName,
Staging staging) |
void |
CloudControllerRestClientImpl.updateApplicationStaging(String applicationName,
Staging staging) |
Copyright © 2020 SAP SE. All rights reserved.