Package | Description |
---|---|
com.cloudera.api.swagger.model |
Modifier and Type | Method and Description |
---|---|
static ApiRolesToInclude |
ApiRolesToInclude.fromValue(String text) |
ApiRolesToInclude |
ApiRollingRestartClusterArgs.getRolesToInclude()
Role types to restart.
|
ApiRolesToInclude |
ApiRolesToInclude.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static ApiRolesToInclude |
ApiRolesToInclude.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApiRolesToInclude[] |
ApiRolesToInclude.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ApiRollingRestartClusterArgs |
ApiRollingRestartClusterArgs.rolesToInclude(ApiRolesToInclude rolesToInclude) |
void |
ApiRollingRestartClusterArgs.setRolesToInclude(ApiRolesToInclude rolesToInclude) |
void |
ApiRolesToInclude.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
ApiRolesToInclude enumeration) |
Copyright © 2019. All rights reserved.