| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableDockerInfo
Immutable implementation of
DockerInfo. |
| Modifier and Type | Method and Description |
|---|---|
DockerInfo |
Staging.getDockerInfo() |
DockerInfo |
ImmutableStaging.getDockerInfo() |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableDockerInfo |
ImmutableDockerInfo.copyOf(DockerInfo instance)
Creates an immutable copy of a
DockerInfo value. |
ImmutableStaging.Builder |
ImmutableStaging.Builder.dockerInfo(DockerInfo dockerInfo)
Initializes the value for the
dockerInfo attribute. |
ImmutableDockerInfo.Builder |
ImmutableDockerInfo.Builder.from(DockerInfo instance)
Fill a builder with attribute values from the provided
DockerInfo instance. |
ImmutableStaging |
ImmutableStaging.withDockerInfo(DockerInfo value)
Copy the current immutable object by setting a value for the
dockerInfo 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) |
Copyright © 2020 SAP SE. All rights reserved.