Package | Description |
---|---|
com.cloudera.api.swagger.model |
Modifier and Type | Method and Description |
---|---|
static PerfInspectorPolicyType |
PerfInspectorPolicyType.fromValue(String text) |
PerfInspectorPolicyType |
ApiClustersPerfInspectorArgs.getPolicyType()
Optional type of performance diagnostics to run.
|
PerfInspectorPolicyType |
PerfInspectorPolicyType.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static PerfInspectorPolicyType |
PerfInspectorPolicyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PerfInspectorPolicyType[] |
PerfInspectorPolicyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ApiClustersPerfInspectorArgs |
ApiClustersPerfInspectorArgs.policyType(PerfInspectorPolicyType policyType) |
void |
ApiClustersPerfInspectorArgs.setPolicyType(PerfInspectorPolicyType policyType) |
void |
PerfInspectorPolicyType.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
PerfInspectorPolicyType enumeration) |
Copyright © 2019. All rights reserved.