GatewayResiliencyRecommendation Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. GatewayResiliencyRecommendation
- com.
Implements
public final class GatewayResiliencyRecommendation
implements JsonSerializable<GatewayResiliencyRecommendation>
Resiliency Recommendation details.
Constructor Summary
| Constructor | Description |
|---|---|
| GatewayResiliencyRecommendation() |
Creates an instance of Gateway |
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. |
|
Gateway |
withCallToActionLink(String callToActionLink)
Set the call |
|
Gateway |
withCallToActionText(String callToActionText)
Set the call |
|
Gateway |
withRecommendationId(String recommendationId)
Set the recommendation |
|
Gateway |
withRecommendationText(String recommendationText)
Set the recommendation |
|
Gateway |
withRecommendationTitle(String recommendationTitle)
Set the recommendation |
|
Gateway |
withSeverity(String severity)
Set the severity property: Impact associated with the recommendation. |
Methods inherited from java.lang.Object
Constructor Details
GatewayResiliencyRecommendation
public GatewayResiliencyRecommendation()
Creates an instance of GatewayResiliencyRecommendation class.
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.
withCallToActionLink
public GatewayResiliencyRecommendation withCallToActionLink(String callToActionLink)
Set the callToActionLink property: Link to the public documentation for the associated recommendation.
Parameters:
Returns:
withCallToActionText
public GatewayResiliencyRecommendation withCallToActionText(String callToActionText)
Set the callToActionText property: Acton items to apply the recommendation.
Parameters:
Returns:
withRecommendationId
public GatewayResiliencyRecommendation withRecommendationId(String recommendationId)
Set the recommendationId property: Recommendation Id.
Parameters:
Returns:
withRecommendationText
public GatewayResiliencyRecommendation withRecommendationText(String recommendationText)
Set the recommendationText property: Recommendation details.
Parameters:
Returns:
withRecommendationTitle
public GatewayResiliencyRecommendation withRecommendationTitle(String recommendationTitle)
Set the recommendationTitle property: Recommendation Title.
Parameters:
Returns:
withSeverity
public GatewayResiliencyRecommendation withSeverity(String severity)
Set the severity property: Impact associated with the recommendation.
Parameters:
Returns: