Package | Description |
---|---|
com.cloudera.api.swagger.model |
Modifier and Type | Method and Description |
---|---|
static ApiClusterVersion |
ApiClusterVersion.fromValue(String text) |
ApiClusterVersion |
ApiCluster.getVersion()
The CDH version of the cluster.
|
ApiClusterVersion |
ApiClusterVersion.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static ApiClusterVersion |
ApiClusterVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApiClusterVersion[] |
ApiClusterVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ApiCluster.setVersion(ApiClusterVersion version) |
ApiCluster |
ApiCluster.version(ApiClusterVersion version) |
void |
ApiClusterVersion.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
ApiClusterVersion enumeration) |
Copyright © 2019. All rights reserved.