KubernetesVersionCapabilities Class

  • java.lang.Object
    • com.azure.resourcemanager.containerservice.models.KubernetesVersionCapabilities

Implements

public final class KubernetesVersionCapabilities
implements JsonSerializable<KubernetesVersionCapabilities>

Capabilities on this Kubernetes version.

Constructor Summary

Constructor Description
KubernetesVersionCapabilities()

Creates an instance of KubernetesVersionCapabilities class.

Method Summary

Modifier and Type Method and Description
static KubernetesVersionCapabilities fromJson(JsonReader jsonReader)

Reads an instance of KubernetesVersionCapabilities from the JsonReader.

List<KubernetesSupportPlan> supportPlan()

Get the supportPlan property: The supportPlan property.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

KubernetesVersionCapabilities withSupportPlan(List<KubernetesSupportPlan> supportPlan)

Set the supportPlan property: The supportPlan property.

Methods inherited from java.lang.Object

Constructor Details

KubernetesVersionCapabilities

public KubernetesVersionCapabilities()

Creates an instance of KubernetesVersionCapabilities class.

Method Details

fromJson

public static KubernetesVersionCapabilities fromJson(JsonReader jsonReader)

Reads an instance of KubernetesVersionCapabilities from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of KubernetesVersionCapabilities if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the KubernetesVersionCapabilities.

supportPlan

public List supportPlan()

Get the supportPlan property: The supportPlan property.

Returns:

the supportPlan value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withSupportPlan

public KubernetesVersionCapabilities withSupportPlan(List supportPlan)

Set the supportPlan property: The supportPlan property.

Parameters:

supportPlan - the supportPlan value to set.

Returns:

the KubernetesVersionCapabilities object itself.

Applies to