Uses of Class
com.vmware.nsx_policy.model.TransportInfo.Builder
-
Packages that use TransportInfo.Builder Package Description com.vmware.nsx_policy.model -
-
Uses of TransportInfo.Builder in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return TransportInfo.Builder Modifier and Type Method Description TransportInfo.BuilderTransportInfo.Builder. setDstPort(java.lang.Long dstPort)Destination port format: int64TransportInfo.BuilderTransportInfo.Builder. setProtocol(java.lang.String protocol)Possible values are:TransportInfo.PROTOCOL_TCPTransportInfo.PROTOCOL_UDPTransportInfo.PROTOCOL_ICMPV4TransportInfo.PROTOCOL_ICMPV6TransportInfo.PROTOCOL_ESPProtocol type over IP layerTransportInfo.BuilderTransportInfo.Builder. setSpi(java.lang.Long spi)Security Parameter Index is to uniquely identify a particular IPSec Security Association format: int64TransportInfo.BuilderTransportInfo.Builder. setSrcPort(java.lang.Long srcPort)Source port format: int64
-