GatewayResiliencyRecommendation Class

  • java.lang.Object
    • com.azure.resourcemanager.network.models.GatewayResiliencyRecommendation

Implements

public final class GatewayResiliencyRecommendation
implements JsonSerializable<GatewayResiliencyRecommendation>

Resiliency Recommendation details.

Method Summary

Modifier and Type Method and Description
String callToActionLink()

Get the callToActionLink property: Link to the public documentation for the associated recommendation.

String callToActionText()

Get the callToActionText property: Acton items to apply the recommendation.

static GatewayResiliencyRecommendation fromJson(JsonReader jsonReader)

Reads an instance of GatewayResiliencyRecommendation from the JsonReader.

String recommendationId()

Get the recommendationId property: Recommendation Id.

String recommendationText()

Get the recommendationText property: Recommendation details.

String recommendationTitle()

Get the recommendationTitle property: Recommendation Title.

String severity()

Get the severity property: Impact associated with the recommendation.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Method Details

callToActionLink

public String callToActionLink()

Get the callToActionLink property: Link to the public documentation for the associated recommendation.

Returns:

the callToActionLink value.

callToActionText

public String callToActionText()

Get the callToActionText property: Acton items to apply the recommendation.

Returns:

the callToActionText value.

fromJson

public static GatewayResiliencyRecommendation fromJson(JsonReader jsonReader)

Reads an instance of GatewayResiliencyRecommendation from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

recommendationId

public String recommendationId()

Get the recommendationId property: Recommendation Id.

Returns:

the recommendationId value.

recommendationText

public String recommendationText()

Get the recommendationText property: Recommendation details.

Returns:

the recommendationText value.

recommendationTitle

public String recommendationTitle()

Get the recommendationTitle property: Recommendation Title.

Returns:

the recommendationTitle value.

severity

public String severity()

Get the severity property: Impact associated with the recommendation.

Returns:

the severity value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to