Uses of Class
com.vmware.nsx_policy.model.PolicyIPAddressInfo
-
Packages that use PolicyIPAddressInfo Package Description com.vmware.nsx_policy.model -
-
Uses of PolicyIPAddressInfo in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return PolicyIPAddressInfo Modifier and Type Method Description static PolicyIPAddressInfo
PolicyIPAddressInfo. _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 PolicyIPAddressInfo
PolicyIPAddressInfo. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.PolicyIPAddressInfo
PolicyIPAddressInfo.Builder. build()
Methods in com.vmware.nsx_policy.model that return types with arguments of type PolicyIPAddressInfo Modifier and Type Method Description java.util.List<PolicyIPAddressInfo>
L3VpnContext. getAvailableLocalAddresses()
Local gateway IPv4 addresses available for configuration of each L3Vpn.Method parameters in com.vmware.nsx_policy.model with type arguments of type PolicyIPAddressInfo Modifier and Type Method Description L3VpnContext.Builder
L3VpnContext.Builder. setAvailableLocalAddresses(java.util.List<PolicyIPAddressInfo> availableLocalAddresses)
Local gateway IPv4 addresses available for configuration of each L3Vpn.void
L3VpnContext. setAvailableLocalAddresses(java.util.List<PolicyIPAddressInfo> availableLocalAddresses)
Local gateway IPv4 addresses available for configuration of each L3Vpn.
-