public final class BgpPeerStatusListResultInner extends Object
| Constructor and Description |
|---|
BgpPeerStatusListResultInner() |
| Modifier and Type | Method and Description |
|---|---|
void |
validate()
Validates the instance.
|
List<BgpPeerStatus> |
value()
Get the value property: List of BGP peers.
|
BgpPeerStatusListResultInner |
withValue(List<BgpPeerStatus> value)
Set the value property: List of BGP peers.
|
public List<BgpPeerStatus> value()
public BgpPeerStatusListResultInner withValue(List<BgpPeerStatus> value)
value - the value value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.