Package | Description |
---|---|
com.cloudera.api.swagger | |
com.cloudera.api.swagger.model |
Modifier and Type | Method and Description |
---|---|
List<ApiEntityTag> |
HostsResourceApi.addTags(String hostname,
List<ApiEntityTag> body)
Attach tags to the host.
|
List<ApiEntityTag> |
ClustersResourceApi.addTags(String clusterName,
List<ApiEntityTag> body)
Attach tags to the cluster.
|
List<ApiEntityTag> |
ServicesResourceApi.addTags(String clusterName,
String serviceName,
List<ApiEntityTag> body)
Attach tags to the service.
|
List<ApiEntityTag> |
RolesResourceApi.addTags(String clusterName,
String roleName,
String serviceName,
List<ApiEntityTag> body)
Attach tags to the role.
|
ApiResponse<List<ApiEntityTag>> |
HostsResourceApi.addTagsWithHttpInfo(String hostname,
List<ApiEntityTag> body)
Attach tags to the host.
|
ApiResponse<List<ApiEntityTag>> |
ClustersResourceApi.addTagsWithHttpInfo(String clusterName,
List<ApiEntityTag> body)
Attach tags to the cluster.
|
ApiResponse<List<ApiEntityTag>> |
ServicesResourceApi.addTagsWithHttpInfo(String clusterName,
String serviceName,
List<ApiEntityTag> body)
Attach tags to the service.
|
ApiResponse<List<ApiEntityTag>> |
RolesResourceApi.addTagsWithHttpInfo(String clusterName,
String roleName,
String serviceName,
List<ApiEntityTag> body)
Attach tags to the role.
|
List<ApiEntityTag> |
HostsResourceApi.deleteTags(String hostname,
List<ApiEntityTag> body)
Remove the tags associated with the host.
|
List<ApiEntityTag> |
ClustersResourceApi.deleteTags(String clusterName,
List<ApiEntityTag> body)
Remove the tags associated with the cluster.
|
List<ApiEntityTag> |
ServicesResourceApi.deleteTags(String clusterName,
String serviceName,
List<ApiEntityTag> body)
Remove the tags associated with the service.
|
List<ApiEntityTag> |
RolesResourceApi.deleteTags(String clusterName,
String roleName,
String serviceName,
List<ApiEntityTag> body)
Remove the tags associated with the role.
|
ApiResponse<List<ApiEntityTag>> |
HostsResourceApi.deleteTagsWithHttpInfo(String hostname,
List<ApiEntityTag> body)
Remove the tags associated with the host.
|
ApiResponse<List<ApiEntityTag>> |
ClustersResourceApi.deleteTagsWithHttpInfo(String clusterName,
List<ApiEntityTag> body)
Remove the tags associated with the cluster.
|
ApiResponse<List<ApiEntityTag>> |
ServicesResourceApi.deleteTagsWithHttpInfo(String clusterName,
String serviceName,
List<ApiEntityTag> body)
Remove the tags associated with the service.
|
ApiResponse<List<ApiEntityTag>> |
RolesResourceApi.deleteTagsWithHttpInfo(String clusterName,
String roleName,
String serviceName,
List<ApiEntityTag> body)
Remove the tags associated with the role.
|
List<ApiEntityTag> |
HostsResourceApi.readTags(String hostname,
Integer limit,
Integer offset)
Returns the tags associated with this host.
|
List<ApiEntityTag> |
ClustersResourceApi.readTags(String clusterName,
Integer limit,
Integer offset)
Returns the tags associated with this cluster.
|
List<ApiEntityTag> |
ServicesResourceApi.readTags(String clusterName,
String serviceName,
Integer limit,
Integer offset)
Returns the tags associated with this service.
|
List<ApiEntityTag> |
RolesResourceApi.readTags(String clusterName,
String roleName,
String serviceName,
Integer limit,
Integer offset)
Returns the tags associated with this role.
|
ApiResponse<List<ApiEntityTag>> |
HostsResourceApi.readTagsWithHttpInfo(String hostname,
Integer limit,
Integer offset)
Returns the tags associated with this host.
|
ApiResponse<List<ApiEntityTag>> |
ClustersResourceApi.readTagsWithHttpInfo(String clusterName,
Integer limit,
Integer offset)
Returns the tags associated with this cluster.
|
ApiResponse<List<ApiEntityTag>> |
ServicesResourceApi.readTagsWithHttpInfo(String clusterName,
String serviceName,
Integer limit,
Integer offset)
Returns the tags associated with this service.
|
ApiResponse<List<ApiEntityTag>> |
RolesResourceApi.readTagsWithHttpInfo(String clusterName,
String roleName,
String serviceName,
Integer limit,
Integer offset)
Returns the tags associated with this role.
|
Modifier and Type | Method and Description |
---|---|
List<ApiEntityTag> |
HostsResourceApi.addTags(String hostname,
List<ApiEntityTag> body)
Attach tags to the host.
|
List<ApiEntityTag> |
ClustersResourceApi.addTags(String clusterName,
List<ApiEntityTag> body)
Attach tags to the cluster.
|
List<ApiEntityTag> |
ServicesResourceApi.addTags(String clusterName,
String serviceName,
List<ApiEntityTag> body)
Attach tags to the service.
|
List<ApiEntityTag> |
RolesResourceApi.addTags(String clusterName,
String roleName,
String serviceName,
List<ApiEntityTag> body)
Attach tags to the role.
|
com.squareup.okhttp.Call |
HostsResourceApi.addTagsAsync(String hostname,
List<ApiEntityTag> body,
ApiCallback<List<ApiEntityTag>> callback)
Attach tags to the host.
|
com.squareup.okhttp.Call |
HostsResourceApi.addTagsAsync(String hostname,
List<ApiEntityTag> body,
ApiCallback<List<ApiEntityTag>> callback)
Attach tags to the host.
|
com.squareup.okhttp.Call |
ClustersResourceApi.addTagsAsync(String clusterName,
List<ApiEntityTag> body,
ApiCallback<List<ApiEntityTag>> callback)
Attach tags to the cluster.
|
com.squareup.okhttp.Call |
ClustersResourceApi.addTagsAsync(String clusterName,
List<ApiEntityTag> body,
ApiCallback<List<ApiEntityTag>> callback)
Attach tags to the cluster.
|
com.squareup.okhttp.Call |
ServicesResourceApi.addTagsAsync(String clusterName,
String serviceName,
List<ApiEntityTag> body,
ApiCallback<List<ApiEntityTag>> callback)
Attach tags to the service.
|
com.squareup.okhttp.Call |
ServicesResourceApi.addTagsAsync(String clusterName,
String serviceName,
List<ApiEntityTag> body,
ApiCallback<List<ApiEntityTag>> callback)
Attach tags to the service.
|
com.squareup.okhttp.Call |
RolesResourceApi.addTagsAsync(String clusterName,
String roleName,
String serviceName,
List<ApiEntityTag> body,
ApiCallback<List<ApiEntityTag>> callback)
Attach tags to the role.
|
com.squareup.okhttp.Call |
RolesResourceApi.addTagsAsync(String clusterName,
String roleName,
String serviceName,
List<ApiEntityTag> body,
ApiCallback<List<ApiEntityTag>> callback)
Attach tags to the role.
|
com.squareup.okhttp.Call |
HostsResourceApi.addTagsCall(String hostname,
List<ApiEntityTag> body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for addTags
|
com.squareup.okhttp.Call |
ClustersResourceApi.addTagsCall(String clusterName,
List<ApiEntityTag> body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for addTags
|
com.squareup.okhttp.Call |
ServicesResourceApi.addTagsCall(String clusterName,
String serviceName,
List<ApiEntityTag> body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for addTags
|
com.squareup.okhttp.Call |
RolesResourceApi.addTagsCall(String clusterName,
String roleName,
String serviceName,
List<ApiEntityTag> body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for addTags
|
ApiResponse<List<ApiEntityTag>> |
HostsResourceApi.addTagsWithHttpInfo(String hostname,
List<ApiEntityTag> body)
Attach tags to the host.
|
ApiResponse<List<ApiEntityTag>> |
ClustersResourceApi.addTagsWithHttpInfo(String clusterName,
List<ApiEntityTag> body)
Attach tags to the cluster.
|
ApiResponse<List<ApiEntityTag>> |
ServicesResourceApi.addTagsWithHttpInfo(String clusterName,
String serviceName,
List<ApiEntityTag> body)
Attach tags to the service.
|
ApiResponse<List<ApiEntityTag>> |
RolesResourceApi.addTagsWithHttpInfo(String clusterName,
String roleName,
String serviceName,
List<ApiEntityTag> body)
Attach tags to the role.
|
List<ApiEntityTag> |
HostsResourceApi.deleteTags(String hostname,
List<ApiEntityTag> body)
Remove the tags associated with the host.
|
List<ApiEntityTag> |
ClustersResourceApi.deleteTags(String clusterName,
List<ApiEntityTag> body)
Remove the tags associated with the cluster.
|
List<ApiEntityTag> |
ServicesResourceApi.deleteTags(String clusterName,
String serviceName,
List<ApiEntityTag> body)
Remove the tags associated with the service.
|
List<ApiEntityTag> |
RolesResourceApi.deleteTags(String clusterName,
String roleName,
String serviceName,
List<ApiEntityTag> body)
Remove the tags associated with the role.
|
com.squareup.okhttp.Call |
HostsResourceApi.deleteTagsAsync(String hostname,
List<ApiEntityTag> body,
ApiCallback<List<ApiEntityTag>> callback)
Remove the tags associated with the host.
|
com.squareup.okhttp.Call |
HostsResourceApi.deleteTagsAsync(String hostname,
List<ApiEntityTag> body,
ApiCallback<List<ApiEntityTag>> callback)
Remove the tags associated with the host.
|
com.squareup.okhttp.Call |
ClustersResourceApi.deleteTagsAsync(String clusterName,
List<ApiEntityTag> body,
ApiCallback<List<ApiEntityTag>> callback)
Remove the tags associated with the cluster.
|
com.squareup.okhttp.Call |
ClustersResourceApi.deleteTagsAsync(String clusterName,
List<ApiEntityTag> body,
ApiCallback<List<ApiEntityTag>> callback)
Remove the tags associated with the cluster.
|
com.squareup.okhttp.Call |
ServicesResourceApi.deleteTagsAsync(String clusterName,
String serviceName,
List<ApiEntityTag> body,
ApiCallback<List<ApiEntityTag>> callback)
Remove the tags associated with the service.
|
com.squareup.okhttp.Call |
ServicesResourceApi.deleteTagsAsync(String clusterName,
String serviceName,
List<ApiEntityTag> body,
ApiCallback<List<ApiEntityTag>> callback)
Remove the tags associated with the service.
|
com.squareup.okhttp.Call |
RolesResourceApi.deleteTagsAsync(String clusterName,
String roleName,
String serviceName,
List<ApiEntityTag> body,
ApiCallback<List<ApiEntityTag>> callback)
Remove the tags associated with the role.
|
com.squareup.okhttp.Call |
RolesResourceApi.deleteTagsAsync(String clusterName,
String roleName,
String serviceName,
List<ApiEntityTag> body,
ApiCallback<List<ApiEntityTag>> callback)
Remove the tags associated with the role.
|
com.squareup.okhttp.Call |
HostsResourceApi.deleteTagsCall(String hostname,
List<ApiEntityTag> body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteTags
|
com.squareup.okhttp.Call |
ClustersResourceApi.deleteTagsCall(String clusterName,
List<ApiEntityTag> body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteTags
|
com.squareup.okhttp.Call |
ServicesResourceApi.deleteTagsCall(String clusterName,
String serviceName,
List<ApiEntityTag> body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteTags
|
com.squareup.okhttp.Call |
RolesResourceApi.deleteTagsCall(String clusterName,
String roleName,
String serviceName,
List<ApiEntityTag> body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteTags
|
ApiResponse<List<ApiEntityTag>> |
HostsResourceApi.deleteTagsWithHttpInfo(String hostname,
List<ApiEntityTag> body)
Remove the tags associated with the host.
|
ApiResponse<List<ApiEntityTag>> |
ClustersResourceApi.deleteTagsWithHttpInfo(String clusterName,
List<ApiEntityTag> body)
Remove the tags associated with the cluster.
|
ApiResponse<List<ApiEntityTag>> |
ServicesResourceApi.deleteTagsWithHttpInfo(String clusterName,
String serviceName,
List<ApiEntityTag> body)
Remove the tags associated with the service.
|
ApiResponse<List<ApiEntityTag>> |
RolesResourceApi.deleteTagsWithHttpInfo(String clusterName,
String roleName,
String serviceName,
List<ApiEntityTag> body)
Remove the tags associated with the role.
|
com.squareup.okhttp.Call |
HostsResourceApi.readTagsAsync(String hostname,
Integer limit,
Integer offset,
ApiCallback<List<ApiEntityTag>> callback)
Returns the tags associated with this host.
|
com.squareup.okhttp.Call |
ClustersResourceApi.readTagsAsync(String clusterName,
Integer limit,
Integer offset,
ApiCallback<List<ApiEntityTag>> callback)
Returns the tags associated with this cluster.
|
com.squareup.okhttp.Call |
ServicesResourceApi.readTagsAsync(String clusterName,
String serviceName,
Integer limit,
Integer offset,
ApiCallback<List<ApiEntityTag>> callback)
Returns the tags associated with this service.
|
com.squareup.okhttp.Call |
RolesResourceApi.readTagsAsync(String clusterName,
String roleName,
String serviceName,
Integer limit,
Integer offset,
ApiCallback<List<ApiEntityTag>> callback)
Returns the tags associated with this role.
|
Modifier and Type | Method and Description |
---|---|
ApiEntityTag |
ApiEntityTag.name(String name) |
ApiEntityTag |
ApiEntityTag.value(String value) |
Modifier and Type | Method and Description |
---|---|
List<ApiEntityTag> |
ApiClusterTemplateHostTemplate.getTags()
The tags to be added to hosts when this template is applied
|
List<ApiEntityTag> |
ApiClusterTemplateService.getTags()
Tags associated with the service
|
List<ApiEntityTag> |
ApiHost.getTags()
Tags associated with the host.
|
List<ApiEntityTag> |
ApiService.getTags()
Tags associated with the service.
|
List<ApiEntityTag> |
ApiClusterTemplate.getTags()
Tags associated with the cluster
|
List<ApiEntityTag> |
ApiRole.getTags()
Tags associated with the role.
|
List<ApiEntityTag> |
ApiCluster.getTags()
Tags associated with the cluster.
|
Modifier and Type | Method and Description |
---|---|
ApiClusterTemplateHostTemplate |
ApiClusterTemplateHostTemplate.addTagsItem(ApiEntityTag tagsItem) |
ApiClusterTemplateService |
ApiClusterTemplateService.addTagsItem(ApiEntityTag tagsItem) |
ApiHost |
ApiHost.addTagsItem(ApiEntityTag tagsItem) |
ApiService |
ApiService.addTagsItem(ApiEntityTag tagsItem) |
ApiClusterTemplate |
ApiClusterTemplate.addTagsItem(ApiEntityTag tagsItem) |
ApiRole |
ApiRole.addTagsItem(ApiEntityTag tagsItem) |
ApiCluster |
ApiCluster.addTagsItem(ApiEntityTag tagsItem) |
Modifier and Type | Method and Description |
---|---|
void |
ApiClusterTemplateHostTemplate.setTags(List<ApiEntityTag> tags) |
void |
ApiClusterTemplateService.setTags(List<ApiEntityTag> tags) |
void |
ApiHost.setTags(List<ApiEntityTag> tags) |
void |
ApiService.setTags(List<ApiEntityTag> tags) |
void |
ApiClusterTemplate.setTags(List<ApiEntityTag> tags) |
void |
ApiRole.setTags(List<ApiEntityTag> tags) |
void |
ApiCluster.setTags(List<ApiEntityTag> tags) |
ApiClusterTemplateHostTemplate |
ApiClusterTemplateHostTemplate.tags(List<ApiEntityTag> tags) |
ApiClusterTemplateService |
ApiClusterTemplateService.tags(List<ApiEntityTag> tags) |
ApiHost |
ApiHost.tags(List<ApiEntityTag> tags) |
ApiService |
ApiService.tags(List<ApiEntityTag> tags) |
ApiClusterTemplate |
ApiClusterTemplate.tags(List<ApiEntityTag> tags) |
ApiRole |
ApiRole.tags(List<ApiEntityTag> tags) |
ApiCluster |
ApiCluster.tags(List<ApiEntityTag> tags) |
Copyright © 2021. All rights reserved.