public class CfService extends Object
| Constructor and Description |
|---|
CfService(Map<String,Object> serviceData) |
| Modifier and Type | Method and Description |
|---|---|
CfCredentials |
createCredentials() |
List<CfVolume> |
createVolumes() |
boolean |
existsByCredentialsContainsUriField(String... uriSchemes)
There are common variations for the name of the uri field that prepend the schema
portion of the URI, e.g.
|
boolean |
existsByLabelStartsWith(String label) |
boolean |
existsByTagIgnoreCase(String... tags) |
boolean |
existsByUriSchemeStartsWith(String... uriSchemes) |
CfCredentials |
getCredentials() |
String |
getLabel() |
Map<String,Object> |
getMap() |
String |
getName() |
String |
getPlan() |
String |
getString(String... keys) |
List<String> |
getTags() |
public CfCredentials createCredentials()
public CfCredentials getCredentials()
public String getLabel()
public String getPlan()
public String getName()
public boolean existsByTagIgnoreCase(String... tags)
public boolean existsByUriSchemeStartsWith(String... uriSchemes)
public boolean existsByCredentialsContainsUriField(String... uriSchemes)
uriSchemes - list of uri prefixes to use as uriSchemespublic boolean existsByLabelStartsWith(String label)
label - string to search for as a prefix in the service labelCopyright © 2019 Pivotal Software, Inc.. All rights reserved.