ExpressRouteLinkFailoverAllTestsDetailsInner Class

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

Implements

public final class ExpressRouteLinkFailoverAllTestsDetailsInner
implements JsonSerializable<ExpressRouteLinkFailoverAllTestsDetailsInner>

ExpressRoute circuit link failover test details for all tests.

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 maintenance test category.

String endTime()

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

static ExpressRouteLinkFailoverAllTestsDetailsInner fromJson(JsonReader jsonReader)

Reads an instance of ExpressRouteLinkFailoverAllTestsDetailsInner from the JsonReader.

List<String> issues()

Get the issues property: A list of all issues with the test.

ExpressRouteFailoverLinkType linkType()

Get the linkType property: The link type.

String startTime()

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

FailoverTestStatus status()

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

String testGuid()

Get the testGuid property: The unique GUID associated with the test.

FailoverTestType testType()

Get the testType property: The type of failover 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 maintenance test category.

Returns:

the circuitTestCategory value.

endTime

public String endTime()

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

Returns:

the endTime value.

fromJson

public static ExpressRouteLinkFailoverAllTestsDetailsInner fromJson(JsonReader jsonReader)

Reads an instance of ExpressRouteLinkFailoverAllTestsDetailsInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

issues

public List<String> issues()

Get the issues property: A list of all issues with the test.

Returns:

the issues value.

linkType

public ExpressRouteFailoverLinkType linkType()

Get the linkType property: The link type.

Returns:

the linkType value.

startTime

public String startTime()

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

Returns:

the startTime value.

status

public FailoverTestStatus status()

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

Returns:

the status value.

testGuid

public String testGuid()

Get the testGuid property: The unique GUID associated with the test.

Returns:

the testGuid value.

testType

public FailoverTestType testType()

Get the testType property: The type of failover test.

Returns:

the testType 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