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