FeatureStatus Class
- java.
lang. Object - com.
azure. resourcemanager. networkcloud. models. FeatureStatus
- com.
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 Feature |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Feature |
detailedStatus()
Get the detailed |
| String |
detailedStatusMessage()
Get the detailed |
|
static
Feature |
fromJson(JsonReader jsonReader)
Reads an instance of Feature |
| String |
name()
Get the name property: The name of the feature. |
|
Json |
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:
detailedStatusMessage
public String detailedStatusMessage()
Get the detailedStatusMessage property: The descriptive message about the current detailed status.
Returns:
fromJson
public static FeatureStatus fromJson(JsonReader jsonReader)
Reads an instance of FeatureStatus from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: The name of the feature.
Returns:
toJson
validate
public void validate()
Validates the instance.
version
public String version()
Get the version property: The version of the feature.
Returns: