| Package | Description |
|---|---|
| com.vmware.nsx.model |
| Modifier and Type | Method and Description |
|---|---|
static NextHopPrefixListsMapping |
NextHopPrefixListsMapping._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 NextHopPrefixListsMapping |
NextHopPrefixListsMapping._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
NextHopPrefixListsMapping |
NextHopPrefixListsMapping.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<NextHopPrefixListsMapping> |
RoutingPolicy.getNextHopPrefixListsMappings()
Array of next hop to prefix lists mapping.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RoutingPolicy.setNextHopPrefixListsMappings(java.util.List<NextHopPrefixListsMapping> nextHopPrefixListsMappings)
Array of next hop to prefix lists mapping.
|
RoutingPolicy.Builder |
RoutingPolicy.Builder.setNextHopPrefixListsMappings(java.util.List<NextHopPrefixListsMapping> nextHopPrefixListsMappings)
Array of next hop to prefix lists mapping.
|