ExpressRouteLinkFailoverTestBgpStatus Class

  • java.lang.Object
    • com.azure.resourcemanager.network.models.ExpressRouteLinkFailoverTestBgpStatus

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 checkTimeUtc property: The check time in UTC.

static ExpressRouteLinkFailoverTestBgpStatus fromJson(JsonReader jsonReader)

Reads an instance of ExpressRouteLinkFailoverTestBgpStatus from the JsonReader.

ExpressRouteFailoverLinkType link()

Get the link property: The link type.

ExpressRouteLinkFailoverBgpStatus status()

Get the status property: The BGP status.

JsonWriter toJson(JsonWriter jsonWriter)
ExpressRouteFailoverBgpStatusAddressFamily 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:

the checkTimeUtc value.

fromJson

public static ExpressRouteLinkFailoverTestBgpStatus fromJson(JsonReader jsonReader)

Reads an instance of ExpressRouteLinkFailoverTestBgpStatus from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

link

public ExpressRouteFailoverLinkType link()

Get the link property: The link type.

Returns:

the link value.

status

public ExpressRouteLinkFailoverBgpStatus status()

Get the status property: The BGP status.

Returns:

the status value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public ExpressRouteFailoverBgpStatusAddressFamily type()

Get the type property: The address family type.

Returns:

the type value.

validate

public void validate()

Validates the instance.

Applies to