Class BgpPeerStatusListResultInner
- java.lang.Object
-
- com.azure.resourcemanager.network.fluent.models.BgpPeerStatusListResultInner
-
public final class BgpPeerStatusListResultInner extends Object
Response for list BGP peer status API service call.
-
-
Constructor Summary
Constructors Constructor Description BgpPeerStatusListResultInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate()Validates the instance.List<BgpPeerStatus>value()Get the value property: List of BGP peers.BgpPeerStatusListResultInnerwithValue(List<BgpPeerStatus> value)Set the value property: List of BGP peers.
-
-
-
Method Detail
-
value
public List<BgpPeerStatus> value()
Get the value property: List of BGP peers.- Returns:
- the value value.
-
withValue
public BgpPeerStatusListResultInner withValue(List<BgpPeerStatus> value)
Set the value property: List of BGP peers.- Parameters:
value- the value value to set.- Returns:
- the BgpPeerStatusListResultInner object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-