BgpPeerStatusListResultInner Class
- java.
lang. Object - com.
azure. resourcemanager. network. fluent. models. BgpPeerStatusListResultInner
- com.
Implements
public final class BgpPeerStatusListResultInner
implements JsonSerializable<BgpPeerStatusListResultInner>
Response for list BGP peer status API service call.
Constructor Summary
Constructor | Description |
---|---|
BgpPeerStatusListResultInner() |
Creates an instance of Bgp |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Bgp |
fromJson(JsonReader jsonReader)
Reads an instance of Bgp |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
List<Bgp |
value()
Get the value property: List of BGP peers. |
Bgp |
withValue(List<BgpPeerStatus> value)
Set the value property: List of BGP peers. |
Methods inherited from java.lang.Object
Constructor Details
BgpPeerStatusListResultInner
public BgpPeerStatusListResultInner()
Creates an instance of BgpPeerStatusListResultInner class.
Method Details
fromJson
public static BgpPeerStatusListResultInner fromJson(JsonReader jsonReader)
Reads an instance of BgpPeerStatusListResultInner from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
value
public List
Get the value property: List of BGP peers.
Returns:
withValue
public BgpPeerStatusListResultInner withValue(List
Set the value property: List of BGP peers.
Parameters:
Returns:
Applies to
Azure SDK for Java