BgpPeerStatusListResultInner Class

  • java.lang.Object
    • com.azure.resourcemanager.network.fluent.models.BgpPeerStatusListResultInner

Implements

public final class BgpPeerStatusListResultInner
implements JsonSerializable<BgpPeerStatusListResultInner>

Response for list BGP peer status API service call.

Method Summary

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

Reads an instance of BgpPeerStatusListResultInner from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<BgpPeerStatus> value()

Get the value property: List of BGP peers.

Methods inherited from java.lang.Object

Method Details

fromJson

public static BgpPeerStatusListResultInner fromJson(JsonReader jsonReader)

Reads an instance of BgpPeerStatusListResultInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<BgpPeerStatus> value()

Get the value property: List of BGP peers.

Returns:

the value value.

Applies to