| 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 |
|---|---|
CloudSpace |
CloudControllerClientImpl.getSpace(String spaceName) |
CloudSpace |
CloudControllerClient.getSpace(String spaceName)
Get space name with the specified name.
|
CloudSpace |
CloudControllerClientImpl.getSpace(String spaceName,
boolean required) |
CloudSpace |
CloudControllerClient.getSpace(String spaceName,
boolean required)
Get space name with the specified name.
|
CloudSpace |
CloudControllerClientImpl.getSpace(String organizationName,
String spaceName) |
CloudSpace |
CloudControllerClient.getSpace(String organizationName,
String spaceName)
Get space name with the specified name.
|
CloudSpace |
CloudControllerClientImpl.getSpace(String organizationName,
String spaceName,
boolean required) |
CloudSpace |
CloudControllerClient.getSpace(String organizationName,
String spaceName,
boolean required)
Get space name with the specified name.
|
CloudSpace |
CloudControllerClientImpl.getSpace(UUID spaceGuid) |
CloudSpace |
CloudControllerClient.getSpace(UUID spaceGuid)
Get space name with the specified GUID.
|
| Modifier and Type | Method and Description |
|---|---|
List<CloudSpace> |
CloudControllerClientImpl.getSpaces() |
List<CloudSpace> |
CloudControllerClient.getSpaces()
Get list of CloudSpaces for the current cloud.
|
List<CloudSpace> |
CloudControllerClientImpl.getSpaces(String organizationName) |
List<CloudSpace> |
CloudControllerClient.getSpaces(String organizationName)
Get list of CloudSpaces for organization.
|
List<CloudSpace> |
CloudControllerClientImpl.getSpacesBoundToSecurityGroup(String securityGroupName) |
List<CloudSpace> |
CloudControllerClient.getSpacesBoundToSecurityGroup(String securityGroupName)
Gets all the spaces that are bound to the given security group.
|
| Constructor and Description |
|---|
CloudControllerClientImpl(URL controllerUrl,
CloudCredentials credentials,
CloudSpace target)
Construct a client with a default CloudSpace.
|
CloudControllerClientImpl(URL controllerUrl,
CloudCredentials credentials,
CloudSpace target,
boolean trustSelfSignedCerts) |
CloudControllerClientImpl(URL controllerUrl,
CloudCredentials credentials,
CloudSpace target,
HttpProxyConfiguration httpProxyConfiguration) |
CloudControllerClientImpl(URL controllerUrl,
CloudCredentials credentials,
CloudSpace target,
HttpProxyConfiguration httpProxyConfiguration,
boolean trustSelfSignedCerts) |
| Modifier and Type | Method and Description |
|---|---|
CloudSpace |
RawCloudSpace.derive() |
| Modifier and Type | Method and Description |
|---|---|
Derivable<CloudSpace> |
ImmutableRawCloudApplication.getSpace() |
abstract Derivable<CloudSpace> |
RawCloudApplication.getSpace() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableRawCloudApplication.Builder |
ImmutableRawCloudApplication.Builder.space(Derivable<CloudSpace> space)
Initializes the value for the
space attribute. |
ImmutableRawCloudApplication |
ImmutableRawCloudApplication.withSpace(Derivable<CloudSpace> value)
Copy the current immutable object by setting a value for the
space attribute. |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableCloudSpace
Immutable implementation of
CloudSpace. |
| Modifier and Type | Method and Description |
|---|---|
default CloudSpace |
CloudSpace.derive() |
CloudSpace |
ImmutableCloudApplication.getSpace() |
CloudSpace |
CloudApplication.getSpace() |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableCloudSpace |
ImmutableCloudSpace.copyOf(CloudSpace instance)
Creates an immutable copy of a
CloudSpace value. |
ImmutableCloudSpace.Builder |
ImmutableCloudSpace.Builder.from(CloudSpace instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.client.lib.domain.CloudSpace instance. |
ImmutableCloudApplication.Builder |
ImmutableCloudApplication.Builder.space(CloudSpace space)
Initializes the value for the
space attribute. |
ImmutableCloudApplication |
ImmutableCloudApplication.withSpace(CloudSpace value)
Copy the current immutable object by setting a value for the
space attribute. |
| Modifier and Type | Method and Description |
|---|---|
CloudSpace |
CloudControllerRestClient.getSpace(String spaceName) |
CloudSpace |
CloudControllerRestClientImpl.getSpace(String spaceName) |
CloudSpace |
CloudControllerRestClient.getSpace(String spaceName,
boolean required) |
CloudSpace |
CloudControllerRestClientImpl.getSpace(String spaceName,
boolean required) |
CloudSpace |
CloudControllerRestClient.getSpace(String organizationName,
String spaceName) |
CloudSpace |
CloudControllerRestClientImpl.getSpace(String organizationName,
String spaceName) |
CloudSpace |
CloudControllerRestClient.getSpace(String organizationName,
String spaceName,
boolean required) |
CloudSpace |
CloudControllerRestClientImpl.getSpace(String organizationName,
String spaceName,
boolean required) |
CloudSpace |
CloudControllerRestClient.getSpace(UUID spaceGuid) |
CloudSpace |
CloudControllerRestClientImpl.getSpace(UUID spaceGuid) |
| Modifier and Type | Method and Description |
|---|---|
List<CloudSpace> |
CloudControllerRestClient.getSpaces() |
List<CloudSpace> |
CloudControllerRestClientImpl.getSpaces() |
List<CloudSpace> |
CloudControllerRestClient.getSpaces(String organizationName) |
List<CloudSpace> |
CloudControllerRestClientImpl.getSpaces(String organizationName) |
List<CloudSpace> |
CloudControllerRestClient.getSpacesBoundToSecurityGroup(String securityGroupName) |
List<CloudSpace> |
CloudControllerRestClientImpl.getSpacesBoundToSecurityGroup(String securityGroupName) |
| Modifier and Type | Method and Description |
|---|---|
CloudControllerRestClient |
CloudControllerRestClientFactory.createClient(URL controllerUrl,
CloudCredentials credentials,
CloudSpace target) |
CloudControllerRestClient |
CloudControllerRestClientFactory.createClient(URL controllerUrl,
CloudCredentials credentials,
CloudSpace target,
OAuthClient oAuthClient) |
| Constructor and Description |
|---|
CloudControllerRestClientImpl(URL controllerUrl,
CloudCredentials credentials,
org.springframework.web.client.RestTemplate restTemplate,
OAuthClient oAuthClient,
org.cloudfoundry.client.CloudFoundryClient delegate,
org.cloudfoundry.doppler.DopplerClient dopplerClient,
CloudSpace target) |
Copyright © 2020 SAP SE. All rights reserved.