ExpressRouteFailoverConnectionResourceDetails Class

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

Implements

public final class ExpressRouteFailoverConnectionResourceDetails
implements JsonSerializable<ExpressRouteFailoverConnectionResourceDetails>

The ExpressRouteFailoverConnectionResourceDetails model.

Method Summary

Modifier and Type Method and Description
static ExpressRouteFailoverConnectionResourceDetails fromJson(JsonReader jsonReader)

Reads an instance of ExpressRouteFailoverConnectionResourceDetails from the JsonReader.

String lastUpdatedTime()

Get the lastUpdatedTime property: Time when the connection was last updated.

String name()

Get the name property: Connection Name.

String nrpResourceUri()

Get the nrpResourceUri property: NRP Resource URI of the connection.

FailoverConnectionStatus status()

Get the status property: The current status of the connection.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Method Details

fromJson

public static ExpressRouteFailoverConnectionResourceDetails fromJson(JsonReader jsonReader)

Reads an instance of ExpressRouteFailoverConnectionResourceDetails from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

lastUpdatedTime

public String lastUpdatedTime()

Get the lastUpdatedTime property: Time when the connection was last updated.

Returns:

the lastUpdatedTime value.

name

public String name()

Get the name property: Connection Name.

Returns:

the name value.

nrpResourceUri

public String nrpResourceUri()

Get the nrpResourceUri property: NRP Resource URI of the connection.

Returns:

the nrpResourceUri value.

status

public FailoverConnectionStatus status()

Get the status property: The current status of the connection.

Returns:

the status value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to