Class BgpPeerStatusListResultInner
java.lang.Object
com.azure.resourcemanager.network.fluent.models.BgpPeerStatusListResultInner
Response for list BGP peer status API service call.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of BgpPeerStatusListResultInner class. -
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate()Validates the instance.value()Get the value property: List of BGP peers.withValue(List<BgpPeerStatus> value) Set the value property: List of BGP peers.
-
Constructor Details
-
BgpPeerStatusListResultInner
public BgpPeerStatusListResultInner()Creates an instance of BgpPeerStatusListResultInner class.
-
-
Method Details
-
value
Get the value property: List of BGP peers.- Returns:
- the value value.
-
withValue
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.
-