KubernetesVersionCapabilities Class
- java.
lang. Object - com.
azure. resourcemanager. containerservice. models. KubernetesVersionCapabilities
- com.
Implements
public final class KubernetesVersionCapabilities
implements JsonSerializable<KubernetesVersionCapabilities>
Capabilities on this Kubernetes version.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Kubernetes |
fromJson(JsonReader jsonReader)
Reads an instance of Kubernetes |
|
List<Kubernetes |
supportPlan()
Get the support |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static KubernetesVersionCapabilities fromJson(JsonReader jsonReader)
Reads an instance of KubernetesVersionCapabilities from the JsonReader.
Parameters:
Returns:
Throws:
supportPlan
public List<KubernetesSupportPlan> supportPlan()
Get the supportPlan property: Kubernetes support plans available for this version.
Returns:
toJson
validate
public void validate()
Validates the instance.