ExpressRouteLinkFailoverAllTestsDetailsInner Class
- java.
lang. Object - com.
azure. resourcemanager. network. fluent. models. ExpressRouteLinkFailoverAllTestsDetailsInner
- com.
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<Express |
bgpStatus()
Get the bgp |
|
Maintenance |
circuitTestCategory()
Get the circuit |
| String |
endTime()
Get the end |
|
static
Express |
fromJson(JsonReader jsonReader)
Reads an instance of Express |
| List<String> |
issues()
Get the issues property: A list of all issues with the test. |
|
Express |
linkType()
Get the link |
| String |
startTime()
Get the start |
|
Failover |
status()
Get the status property: The current status of the test. |
| String |
testGuid()
Get the test |
|
Failover |
testType()
Get the test |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
| Boolean |
wasSimulationSuccessful()
Get the was |
Methods inherited from java.lang.Object
Method Details
bgpStatus
public List<ExpressRouteLinkFailoverTestBgpStatus> bgpStatus()
Get the bgpStatus property: The BGP status details.
Returns:
circuitTestCategory
public MaintenanceTestCategory circuitTestCategory()
Get the circuitTestCategory property: The maintenance test category.
Returns:
endTime
public String endTime()
Get the endTime property: Time when the test was completed.
Returns:
fromJson
public static ExpressRouteLinkFailoverAllTestsDetailsInner fromJson(JsonReader jsonReader)
Reads an instance of ExpressRouteLinkFailoverAllTestsDetailsInner from the JsonReader.
Parameters:
Returns:
Throws:
issues
public List<String> issues()
Get the issues property: A list of all issues with the test.
Returns:
linkType
public ExpressRouteFailoverLinkType linkType()
Get the linkType property: The link type.
Returns:
startTime
public String startTime()
Get the startTime property: Time when the test was started.
Returns:
status
public FailoverTestStatus status()
Get the status property: The current status of the test.
Returns:
testGuid
public String testGuid()
Get the testGuid property: The unique GUID associated with the test.
Returns:
testType
public FailoverTestType testType()
Get the testType property: The type of failover test.
Returns:
toJson
validate
public void validate()
Validates the instance.
wasSimulationSuccessful
public Boolean wasSimulationSuccessful()
Get the wasSimulationSuccessful property: Whether the failover simulation was successful or not.
Returns: