Package | Description |
---|---|
com.cloudera.api.swagger | |
com.cloudera.api.swagger.model |
Modifier and Type | Method and Description |
---|---|
ApiControlPlane |
ControlPlanesResourceApi.readControlPlaneByUuid(String controlPlaneUuid)
The control plane with the given id.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<ApiControlPlane> |
ControlPlanesResourceApi.readControlPlaneByUuidWithHttpInfo(String controlPlaneUuid)
The control plane with the given id.
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
ControlPlanesResourceApi.readControlPlaneByUuidAsync(String controlPlaneUuid,
ApiCallback<ApiControlPlane> callback)
The control plane with the given id.
|
Modifier and Type | Method and Description |
---|---|
ApiControlPlane |
ApiControlPlane.dnsSuffix(String dnsSuffix) |
ApiControlPlane |
ApiControlPlane.dockerRegistry(String dockerRegistry) |
ApiControlPlane |
ApiControlPlane.namespace(String namespace) |
ApiControlPlane |
ApiControlPlane.remoteRepoUrl(String remoteRepoUrl) |
ApiControlPlane |
ApiControlPlane.uuid(String uuid) |
ApiControlPlane |
ApiControlPlane.valuesYaml(String valuesYaml) |
ApiControlPlane |
ApiControlPlane.version(String version) |
Modifier and Type | Method and Description |
---|---|
List<ApiControlPlane> |
ApiControlPlaneList.getItems()
A list of installed control planes
|
Modifier and Type | Method and Description |
---|---|
ApiControlPlaneList |
ApiControlPlaneList.addItemsItem(ApiControlPlane itemsItem) |
Modifier and Type | Method and Description |
---|---|
ApiControlPlaneList |
ApiControlPlaneList.items(List<ApiControlPlane> items) |
void |
ApiControlPlaneList.setItems(List<ApiControlPlane> items) |
Copyright © 2020. All rights reserved.