ExpressRouteLinkFailoverTestBgpStatus Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. ExpressRouteLinkFailoverTestBgpStatus
- com.
Implements
public final class ExpressRouteLinkFailoverTestBgpStatus
implements JsonSerializable<ExpressRouteLinkFailoverTestBgpStatus>
Represents the BGP status of an ExpressRoute link failover test.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
checkTimeUtc()
Get the check |
|
static
Express |
fromJson(JsonReader jsonReader)
Reads an instance of Express |
|
Express |
link()
Get the link property: The link type. |
|
Express |
status()
Get the status property: The BGP status. |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Express |
type()
Get the type property: The address family type. |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
checkTimeUtc
public String checkTimeUtc()
Get the checkTimeUtc property: The check time in UTC.
Returns:
fromJson
public static ExpressRouteLinkFailoverTestBgpStatus fromJson(JsonReader jsonReader)
Reads an instance of ExpressRouteLinkFailoverTestBgpStatus from the JsonReader.
Parameters:
Returns:
Throws:
link
public ExpressRouteFailoverLinkType link()
Get the link property: The link type.
Returns:
status
public ExpressRouteLinkFailoverBgpStatus status()
Get the status property: The BGP status.
Returns:
toJson
type
public ExpressRouteFailoverBgpStatusAddressFamily type()
Get the type property: The address family type.
Returns:
validate
public void validate()
Validates the instance.