GatewayResiliencyRecommendation Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. GatewayResiliencyRecommendation
- com.
Implements
public final class GatewayResiliencyRecommendation
implements JsonSerializable<GatewayResiliencyRecommendation>
Resiliency Recommendation details.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
callToActionLink()
Get the call |
| String |
callToActionText()
Get the call |
|
static
Gateway |
fromJson(JsonReader jsonReader)
Reads an instance of Gateway |
| String |
recommendationId()
Get the recommendation |
| String |
recommendationText()
Get the recommendation |
| String |
recommendationTitle()
Get the recommendation |
| String |
severity()
Get the severity property: Impact associated with the recommendation. |
|
Json |
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:
callToActionText
public String callToActionText()
Get the callToActionText property: Acton items to apply the recommendation.
Returns:
fromJson
public static GatewayResiliencyRecommendation fromJson(JsonReader jsonReader)
Reads an instance of GatewayResiliencyRecommendation from the JsonReader.
Parameters:
Returns:
Throws:
recommendationId
public String recommendationId()
Get the recommendationId property: Recommendation Id.
Returns:
recommendationText
public String recommendationText()
Get the recommendationText property: Recommendation details.
Returns:
recommendationTitle
public String recommendationTitle()
Get the recommendationTitle property: Recommendation Title.
Returns:
severity
public String severity()
Get the severity property: Impact associated with the recommendation.
Returns:
toJson
validate
public void validate()
Validates the instance.