ExpressRouteLinkFailoverSingleTestDetailsInner Class

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

Implements

public final class ExpressRouteLinkFailoverSingleTestDetailsInner
implements JsonSerializable<ExpressRouteLinkFailoverSingleTestDetailsInner>

ExpressRoute circuit link failover single test details.

Method Summary

Modifier and Type Method and Description
List<ExpressRouteLinkFailoverTestBgpStatus> bgpStatus()

Get the bgpStatus property: The BGP status details.

MaintenanceTestCategory circuitTestCategory()

Get the circuitTestCategory property: The circuit test category.

String endTimeUtc()

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

static ExpressRouteLinkFailoverSingleTestDetailsInner fromJson(JsonReader jsonReader)

Reads an instance of ExpressRouteLinkFailoverSingleTestDetailsInner from the JsonReader.

Boolean isSimulationVerified()

Get the isSimulationVerified property: Whether the simulation was verified.

ExpressRouteFailoverLinkType linkType()

Get the linkType property: The link type.

ExpressRouteLinkFailoverRouteList nonRedundantRoutes()

Get the nonRedundantRoutes property: The non-redundant routes for link failover tests.

ExpressRouteLinkFailoverRouteList redundantRoutes()

Get the redundantRoutes property: The redundant routes for link failover tests.

String startTimeUtc()

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

FailoverTestStatus 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

bgpStatus

public List<ExpressRouteLinkFailoverTestBgpStatus> bgpStatus()

Get the bgpStatus property: The BGP status details.

Returns:

the bgpStatus value.

circuitTestCategory

public MaintenanceTestCategory circuitTestCategory()

Get the circuitTestCategory property: The circuit test category.

Returns:

the circuitTestCategory value.

endTimeUtc

public String endTimeUtc()

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

Returns:

the endTimeUtc value.

fromJson

public static ExpressRouteLinkFailoverSingleTestDetailsInner fromJson(JsonReader jsonReader)

Reads an instance of ExpressRouteLinkFailoverSingleTestDetailsInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

isSimulationVerified

public Boolean isSimulationVerified()

Get the isSimulationVerified property: Whether the simulation was verified.

Returns:

the isSimulationVerified value.

linkType

public ExpressRouteFailoverLinkType linkType()

Get the linkType property: The link type.

Returns:

the linkType value.

nonRedundantRoutes

public ExpressRouteLinkFailoverRouteList nonRedundantRoutes()

Get the nonRedundantRoutes property: The non-redundant routes for link failover tests.

Returns:

the nonRedundantRoutes value.

redundantRoutes

public ExpressRouteLinkFailoverRouteList redundantRoutes()

Get the redundantRoutes property: The redundant routes for link failover tests.

Returns:

the redundantRoutes value.

startTimeUtc

public String startTimeUtc()

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

Returns:

the startTimeUtc value.

status

public FailoverTestStatus 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