ExpressRouteFailoverTestDetailsInner Class
- java.
lang. Object - com.
azure. resourcemanager. network. fluent. models. ExpressRouteFailoverTestDetailsInner
- com.
Implements
public final class ExpressRouteFailoverTestDetailsInner
implements JsonSerializable<ExpressRouteFailoverTestDetailsInner>
ExpressRoute failover test details.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
List<Express |
circuits()
Get the circuits property: All circuits in the peering location. |
|
List<Express |
connections()
Get the connections property: All connections to the circuits in the peering location. |
| 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. |
| String |
peeringLocation()
Get the peering |
| 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. |
Methods inherited from java.lang.Object
Method Details
circuits
public List<ExpressRouteFailoverCircuitResourceDetails> circuits()
Get the circuits property: All circuits in the peering location.
Returns:
connections
public List<ExpressRouteFailoverConnectionResourceDetails> connections()
Get the connections property: All connections to the circuits in the peering location.
Returns:
endTime
public String endTime()
Get the endTime property: Time when the test was completed.
Returns:
fromJson
public static ExpressRouteFailoverTestDetailsInner fromJson(JsonReader jsonReader)
Reads an instance of ExpressRouteFailoverTestDetailsInner from the JsonReader.
Parameters:
Returns:
Throws:
issues
public List<String> issues()
Get the issues property: A list of all issues with the test.
Returns:
peeringLocation
public String peeringLocation()
Get the peeringLocation property: Peering location of the test.
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.