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 IPInfoIPInfo. _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 IPInfoIPInfo. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.IPInfoIPInfo.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.BuilderBaseEndpoint.Builder. setTargetIps(java.util.List<IPInfo> targetIps)IPs where either inbound or outbound traffic is to be redirected.voidBaseEndpoint. setTargetIps(java.util.List<IPInfo> targetIps)IPs where either inbound or outbound traffic is to be redirected.ServiceInstanceEndpoint.BuilderServiceInstanceEndpoint.Builder. setTargetIps(java.util.List<IPInfo> targetIps)IPs where either inbound or outbound traffic is to be redirected.voidServiceInstanceEndpoint. setTargetIps(java.util.List<IPInfo> targetIps)IPs where either inbound or outbound traffic is to be redirected.VirtualEndpoint.BuilderVirtualEndpoint.Builder. setTargetIps(java.util.List<IPInfo> targetIps)IPs where either inbound or outbound traffic is to be redirected.voidVirtualEndpoint. setTargetIps(java.util.List<IPInfo> targetIps)IPs where either inbound or outbound traffic is to be redirected.
-