ExpressRouteFailoverSingleTestDetailsInner Class

  • java.lang.Object
    • com.azure.resourcemanager.network.fluent.models.ExpressRouteFailoverSingleTestDetailsInner

Implements

public final class ExpressRouteFailoverSingleTestDetailsInner
implements JsonSerializable<ExpressRouteFailoverSingleTestDetailsInner>

ExpressRoute failover single test details.

Method Summary

Modifier and Type Method and Description
String endTimeUtc()

Get the endTimeUtc property: Time when the test was completed.

List<FailoverConnectionDetails> failoverConnectionDetails()

Get the failoverConnectionDetails property: List of all the failover connections for this peering location.

static ExpressRouteFailoverSingleTestDetailsInner fromJson(JsonReader jsonReader)

Reads an instance of ExpressRouteFailoverSingleTestDetailsInner from the JsonReader.

List<String> nonRedundantRoutes()

Get the nonRedundantRoutes property: List of al the routes that were received only from this peering location.

String peeringLocation()

Get the peeringLocation property: Peering location of the test.

List<ExpressRouteFailoverRedundantRoute> redundantRoutes()

Get the redundantRoutes property: List of routes received from this peering as well as some other peering location.

String startTimeUtc()

Get the startTimeUtc property: Time when the test was started.

FailoverTestStatusForSingleTest status()

Get the status property: The current status of the test.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Boolean wasSimulationSuccessful()

Get the wasSimulationSuccessful property: Whether the failover simulation was successful or not.

Methods inherited from java.lang.Object

Method Details

endTimeUtc

public String endTimeUtc()

Get the endTimeUtc property: Time when the test was completed.

Returns:

the endTimeUtc value.

failoverConnectionDetails

public List<FailoverConnectionDetails> failoverConnectionDetails()

Get the failoverConnectionDetails property: List of all the failover connections for this peering location.

Returns:

the failoverConnectionDetails value.

fromJson

public static ExpressRouteFailoverSingleTestDetailsInner fromJson(JsonReader jsonReader)

Reads an instance of ExpressRouteFailoverSingleTestDetailsInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

nonRedundantRoutes

public List<String> nonRedundantRoutes()

Get the nonRedundantRoutes property: List of al the routes that were received only from this peering location.

Returns:

the nonRedundantRoutes value.

peeringLocation

public String peeringLocation()

Get the peeringLocation property: Peering location of the test.

Returns:

the peeringLocation value.

redundantRoutes

public List<ExpressRouteFailoverRedundantRoute> redundantRoutes()

Get the redundantRoutes property: List of routes received from this peering as well as some other peering location.

Returns:

the redundantRoutes value.

startTimeUtc

public String startTimeUtc()

Get the startTimeUtc property: Time when the test was started.

Returns:

the startTimeUtc value.

status

public FailoverTestStatusForSingleTest status()

Get the status property: The current status of the test.

Returns:

the status value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

wasSimulationSuccessful

public Boolean wasSimulationSuccessful()

Get the wasSimulationSuccessful property: Whether the failover simulation was successful or not.

Returns:

the wasSimulationSuccessful value.

Applies to