All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
void |
addHeaders(org.apache.http.client.methods.HttpRequestBase method) |
API |
createAPI(@NotNull APISpec apiSpec,
boolean mule4,
@Nullable String endpointUrl,
@Nullable String label) |
ServerGroup |
createServerGroup(String name,
String... serverIds) |
void |
delete() |
APIList |
findAllAPIs() |
List<CHRegion> |
findAllCHRegions() |
List<Server> |
findAllServers() |
List<CHWorkerType> |
findAllWorkerTypes() |
API |
findAPIByExchangeAsset(@NotNull String groupId,
@NotNull String assetId,
@NotNull String assetVersion) |
API |
findAPIByExchangeAsset(@NotNull String groupId,
@NotNull String assetId,
@NotNull String assetVersion,
@Nullable String label) |
API |
findAPIByExchangeAssetNameAndVersion(@NotNull String name,
@NotNull String version) |
API |
findAPIByExchangeAssetNameAndVersion(@NotNull String name,
@NotNull String version,
@Nullable String label) |
APIList |
findAPIs(String filter) |
CHApplication |
findCHApplicationByDomain(String domain) |
CHMuleVersion |
findCHMuleVersion(String muleVersion) |
List<CHMuleVersion> |
findCHMuleVersions() |
CHMuleVersion |
findDefaultCHMuleVersion() |
CHRegion |
findDefaultCHRegion() |
static @NotNull Environment |
findEnvironmentById(@NotNull String id,
@NotNull AnypointClient client,
@NotNull Organization organization) |
static @NotNull Environment |
findEnvironmentByName(@NotNull String name,
@NotNull AnypointClient client,
@NotNull Organization organization) |
static List<Environment> |
findEnvironmentsByOrg(@NotNull AnypointClient client,
@NotNull Organization organization) |
@NotNull Server |
findServerByName(@NotNull String name) |
CHWorkerType |
findSmallestWorkerType() |
CHWorkerType |
findWorkerTypeByName(String name) |
String |
getClientId() |
String |
getClientSecret() |
String |
getId() |
String |
getName() |
String |
getNameOrId() |
Organization |
getOrganization() |
@NotNull String |
getServerRegistrationKey() |
String |
getType() |
boolean |
isProduction() |
Environment |
refresh()
Refresh environment data (this will retrieve extra data compared to an environment object obtained from an organization)
|
Environment |
rename(String newName) |
void |
setClientId(String clientId) |
void |
setId(String id) |
void |
setName(String name) |
void |
setProduction(boolean production) |
void |
setType(String type) |
static Map<String,Environment> |
toMapIdxById(Collection<Environment> envs) |
static Map<String,Environment> |
toMapIdxByName(Collection<Environment> envs) |
String |
toString() |