FeatureStatus Class

  • java.lang.Object
    • com.azure.resourcemanager.networkcloud.models.FeatureStatus

Implements

public final class FeatureStatus
implements JsonSerializable<FeatureStatus>

FeatureStatus contains information regarding a Kubernetes cluster feature.

Constructor Summary

Constructor Description
FeatureStatus()

Creates an instance of FeatureStatus class.

Method Summary

Modifier and Type Method and Description
FeatureDetailedStatus detailedStatus()

Get the detailedStatus property: The status representing the state of this feature.

String detailedStatusMessage()

Get the detailedStatusMessage property: The descriptive message about the current detailed status.

static FeatureStatus fromJson(JsonReader jsonReader)

Reads an instance of FeatureStatus from the JsonReader.

String name()

Get the name property: The name of the feature.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

String version()

Get the version property: The version of the feature.

Methods inherited from java.lang.Object

Constructor Details

FeatureStatus

public FeatureStatus()

Creates an instance of FeatureStatus class.

Method Details

detailedStatus

public FeatureDetailedStatus detailedStatus()

Get the detailedStatus property: The status representing the state of this feature.

Returns:

the detailedStatus value.

detailedStatusMessage

public String detailedStatusMessage()

Get the detailedStatusMessage property: The descriptive message about the current detailed status.

Returns:

the detailedStatusMessage value.

fromJson

public static FeatureStatus fromJson(JsonReader jsonReader)

Reads an instance of FeatureStatus from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of FeatureStatus 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 FeatureStatus.

name

public String name()

Get the name property: The name of the feature.

Returns:

the name value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

version

public String version()

Get the version property: The version of the feature.

Returns:

the version value.

Applies to