Share via


GatewayResiliencyInformation Class

Definition

Gateway Resiliency Information.

public class GatewayResiliencyInformation : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.GatewayResiliencyInformation>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.GatewayResiliencyInformation>
type GatewayResiliencyInformation = class
    interface IJsonModel<GatewayResiliencyInformation>
    interface IPersistableModel<GatewayResiliencyInformation>
Public Class GatewayResiliencyInformation
Implements IJsonModel(Of GatewayResiliencyInformation), IPersistableModel(Of GatewayResiliencyInformation)
Inheritance
GatewayResiliencyInformation
Implements

Properties

Components

List of Resiliency based Recommendation Components for the gateway.

LastComputedOn

Timestamp denoting the last time when the resiliency score was computed for the gateway.

MaxScoreFromRecommendations

Maximum increase expected in the score if all of the recommendations are applied for the gateway.

MinScoreFromRecommendations

Minimum increase expected in the score if the at least one of the recommendations is applied for the gateway.

NextEligibleComputeOn

Timestamp denoting the next eligible time to re-compute the resiliency score for the gateway.

OverallScore

Current Resiliency Score for the gateway.

ScoreChange

Update in the Resiliency Score for the gateway from the last computed score.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<GatewayResiliencyInformation>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<GatewayResiliencyInformation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<GatewayResiliencyInformation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<GatewayResiliencyInformation>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<GatewayResiliencyInformation>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to