| Package | Description |
|---|---|
| com.vmware.nsx_policy.model |
| Modifier and Type | Method and Description |
|---|---|
static LocalEgressRoutingEntry |
LocalEgressRoutingEntry._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 LocalEgressRoutingEntry |
LocalEgressRoutingEntry._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
LocalEgressRoutingEntry |
LocalEgressRoutingEntry.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<LocalEgressRoutingEntry> |
SegmentAdvancedConfig.getLocalEgressRoutingPolicies()
An ordered list of routing policies to forward traffic to the next hop.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SegmentAdvancedConfig.setLocalEgressRoutingPolicies(java.util.List<LocalEgressRoutingEntry> localEgressRoutingPolicies)
An ordered list of routing policies to forward traffic to the next hop.
|
SegmentAdvancedConfig.Builder |
SegmentAdvancedConfig.Builder.setLocalEgressRoutingPolicies(java.util.List<LocalEgressRoutingEntry> localEgressRoutingPolicies)
An ordered list of routing policies to forward traffic to the next hop.
|