| Package | Description |
|---|---|
| com.vmware.nsx_policy.model |
| Modifier and Type | Method and Description |
|---|---|
static L3VpnSubnet |
L3VpnSubnet._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 L3VpnSubnet |
L3VpnSubnet._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
L3VpnSubnet |
L3VpnSubnet.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<L3VpnSubnet> |
L3VpnRule.getDestinations()
List of remote subnets used in policy-based L3Vpn.
|
java.util.List<L3VpnSubnet> |
L3VpnRule.getSources()
List of local subnets used in policy-based L3Vpn.
|
| Modifier and Type | Method and Description |
|---|---|
void |
L3VpnRule.setDestinations(java.util.List<L3VpnSubnet> destinations)
List of remote subnets used in policy-based L3Vpn.
|
L3VpnRule.Builder |
L3VpnRule.Builder.setDestinations(java.util.List<L3VpnSubnet> destinations)
List of remote subnets used in policy-based L3Vpn.
|
void |
L3VpnRule.setSources(java.util.List<L3VpnSubnet> sources)
List of local subnets used in policy-based L3Vpn.
|
L3VpnRule.Builder |
L3VpnRule.Builder.setSources(java.util.List<L3VpnSubnet> sources)
List of local subnets used in policy-based L3Vpn.
|