| Package | Description |
|---|---|
| com.vmware.nsx.model |
| Modifier and Type | Method and Description |
|---|---|
static BgpNeighborAddressFamily |
BgpNeighborAddressFamily._newInstance(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value. WARNING: The returned object is not fully initialized. |
static BgpNeighborAddressFamily |
BgpNeighborAddressFamily._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
BgpNeighborAddressFamily |
BgpNeighborAddressFamily.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<BgpNeighborAddressFamily> |
BgpNeighbor.getAddressFamilies()
User can enable the neighbor for the specific address families and also define
filters per address family.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BgpNeighbor.setAddressFamilies(java.util.List<BgpNeighborAddressFamily> addressFamilies)
User can enable the neighbor for the specific address families and also define
filters per address family.
|
BgpNeighbor.Builder |
BgpNeighbor.Builder.setAddressFamilies(java.util.List<BgpNeighborAddressFamily> addressFamilies)
User can enable the neighbor for the specific address families and also define
filters per address family.
|