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