ExpressRouteLinkFailoverSingleTestDetailsInner Class
- java.
lang. Object - com.
azure. resourcemanager. network. fluent. models. ExpressRouteLinkFailoverSingleTestDetailsInner
- com.
Implements
public final class ExpressRouteLinkFailoverSingleTestDetailsInner
implements JsonSerializable<ExpressRouteLinkFailoverSingleTestDetailsInner>
ExpressRoute circuit link failover single test details.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
List<Express |
bgpStatus()
Get the bgp |
|
Maintenance |
circuitTestCategory()
Get the circuit |
| String |
endTimeUtc()
Get the end |
|
static
Express |
fromJson(JsonReader jsonReader)
Reads an instance of Express |
| Boolean |
isSimulationVerified()
Get the is |
|
Express |
linkType()
Get the link |
|
Express |
nonRedundantRoutes()
Get the non |
|
Express |
redundantRoutes()
Get the redundant |
| String |
startTimeUtc()
Get the start |
|
Failover |
status()
Get the status property: The current status of 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 circuit test category.
Returns:
endTimeUtc
public String endTimeUtc()
Get the endTimeUtc property: Time when the test was completed in UTC.
Returns:
fromJson
public static ExpressRouteLinkFailoverSingleTestDetailsInner fromJson(JsonReader jsonReader)
Reads an instance of ExpressRouteLinkFailoverSingleTestDetailsInner from the JsonReader.
Parameters:
Returns:
Throws:
isSimulationVerified
public Boolean isSimulationVerified()
Get the isSimulationVerified property: Whether the simulation was verified.
Returns:
linkType
public ExpressRouteFailoverLinkType linkType()
Get the linkType property: The link type.
Returns:
nonRedundantRoutes
public ExpressRouteLinkFailoverRouteList nonRedundantRoutes()
Get the nonRedundantRoutes property: The non-redundant routes for link failover tests.
Returns:
redundantRoutes
public ExpressRouteLinkFailoverRouteList redundantRoutes()
Get the redundantRoutes property: The redundant routes for link failover tests.
Returns:
startTimeUtc
public String startTimeUtc()
Get the startTimeUtc property: Time when the test was started in UTC.
Returns:
status
public FailoverTestStatus status()
Get the status property: The current status of the 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: