Package | Description |
---|---|
com.cloudera.api.swagger | |
com.cloudera.api.swagger.model |
Modifier and Type | Method and Description |
---|---|
ApiCommand |
HostsResourceApi.migrateRoles(String hostId,
ApiMigrateRolesArguments body)
Migrate roles to a different host.
|
com.squareup.okhttp.Call |
HostsResourceApi.migrateRolesAsync(String hostId,
ApiMigrateRolesArguments body,
ApiCallback<ApiCommand> callback)
Migrate roles to a different host.
|
com.squareup.okhttp.Call |
HostsResourceApi.migrateRolesCall(String hostId,
ApiMigrateRolesArguments body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for migrateRoles
|
ApiResponse<ApiCommand> |
HostsResourceApi.migrateRolesWithHttpInfo(String hostId,
ApiMigrateRolesArguments body)
Migrate roles to a different host.
|
Modifier and Type | Method and Description |
---|---|
ApiMigrateRolesArguments |
ApiMigrateRolesArguments.addRoleNamesToMigrateItem(String roleNamesToMigrateItem) |
ApiMigrateRolesArguments |
ApiMigrateRolesArguments.clearStaleRoleData(Boolean clearStaleRoleData) |
ApiMigrateRolesArguments |
ApiMigrateRolesArguments.destinationHostId(String destinationHostId) |
ApiMigrateRolesArguments |
ApiMigrateRolesArguments.roleNamesToMigrate(List<String> roleNamesToMigrate) |
Copyright © 2019. All rights reserved.