| Package | Description |
|---|---|
| org.cloudfoundry.client.lib | |
| org.cloudfoundry.client.lib.adapters | |
| org.cloudfoundry.client.lib.domain | |
| org.cloudfoundry.client.lib.rest |
| Modifier and Type | Method and Description |
|---|---|
CloudStack |
CloudControllerClientImpl.getStack(String name) |
CloudStack |
CloudControllerClient.getStack(String name)
Get a stack by name.
|
CloudStack |
CloudControllerClientImpl.getStack(String name,
boolean required) |
CloudStack |
CloudControllerClient.getStack(String name,
boolean required)
Get a stack by name.
|
| Modifier and Type | Method and Description |
|---|---|
List<CloudStack> |
CloudControllerClientImpl.getStacks() |
List<CloudStack> |
CloudControllerClient.getStacks()
Get the list of stacks available for staging applications.
|
| Modifier and Type | Method and Description |
|---|---|
CloudStack |
RawCloudStack.derive() |
| Modifier and Type | Method and Description |
|---|---|
Derivable<CloudStack> |
ImmutableRawCloudApplication.getStack() |
abstract Derivable<CloudStack> |
RawCloudApplication.getStack() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableRawCloudApplication.Builder |
ImmutableRawCloudApplication.Builder.stack(Derivable<CloudStack> stack)
Initializes the value for the
stack attribute. |
ImmutableRawCloudApplication |
ImmutableRawCloudApplication.withStack(Derivable<CloudStack> value)
Copy the current immutable object by setting a value for the
stack attribute. |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableCloudStack
Immutable implementation of
CloudStack. |
| Modifier and Type | Method and Description |
|---|---|
default CloudStack |
CloudStack.derive() |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableCloudStack |
ImmutableCloudStack.copyOf(CloudStack instance)
Creates an immutable copy of a
CloudStack value. |
ImmutableCloudStack.Builder |
ImmutableCloudStack.Builder.from(CloudStack instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.client.lib.domain.CloudStack instance. |
| Modifier and Type | Method and Description |
|---|---|
CloudStack |
CloudControllerRestClient.getStack(String name) |
CloudStack |
CloudControllerRestClientImpl.getStack(String name) |
CloudStack |
CloudControllerRestClient.getStack(String name,
boolean required) |
CloudStack |
CloudControllerRestClientImpl.getStack(String name,
boolean required) |
| Modifier and Type | Method and Description |
|---|---|
List<CloudStack> |
CloudControllerRestClient.getStacks() |
List<CloudStack> |
CloudControllerRestClientImpl.getStacks() |
Copyright © 2020 SAP SE. All rights reserved.