Uses of Class
com.vmware.nsx_policy.model.IPInfo
-
Packages that use IPInfo Package Description com.vmware.nsx_policy.model -
-
Uses of IPInfo in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return IPInfo Modifier and Type Method Description static IPInfo
IPInfo. _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 IPInfo
IPInfo. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.IPInfo
IPInfo.Builder. build()
Methods in com.vmware.nsx_policy.model that return types with arguments of type IPInfo Modifier and Type Method Description java.util.List<IPInfo>
BaseEndpoint. getTargetIps()
IPs where either inbound or outbound traffic is to be redirected.java.util.List<IPInfo>
ServiceInstanceEndpoint. getTargetIps()
IPs where either inbound or outbound traffic is to be redirected.java.util.List<IPInfo>
VirtualEndpoint. getTargetIps()
IPs where either inbound or outbound traffic is to be redirected.Method parameters in com.vmware.nsx_policy.model with type arguments of type IPInfo Modifier and Type Method Description BaseEndpoint.Builder
BaseEndpoint.Builder. setTargetIps(java.util.List<IPInfo> targetIps)
IPs where either inbound or outbound traffic is to be redirected.void
BaseEndpoint. setTargetIps(java.util.List<IPInfo> targetIps)
IPs where either inbound or outbound traffic is to be redirected.ServiceInstanceEndpoint.Builder
ServiceInstanceEndpoint.Builder. setTargetIps(java.util.List<IPInfo> targetIps)
IPs where either inbound or outbound traffic is to be redirected.void
ServiceInstanceEndpoint. setTargetIps(java.util.List<IPInfo> targetIps)
IPs where either inbound or outbound traffic is to be redirected.VirtualEndpoint.Builder
VirtualEndpoint.Builder. setTargetIps(java.util.List<IPInfo> targetIps)
IPs where either inbound or outbound traffic is to be redirected.void
VirtualEndpoint. setTargetIps(java.util.List<IPInfo> targetIps)
IPs where either inbound or outbound traffic is to be redirected.
-