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.Builder
TransportInfo.Builder. setDstPort(java.lang.Long dstPort)
Destination port format: int64TransportInfo.Builder
TransportInfo.Builder. setProtocol(java.lang.String protocol)
Possible values are:TransportInfo.PROTOCOL_TCP
TransportInfo.PROTOCOL_UDP
TransportInfo.PROTOCOL_ICMPV4
TransportInfo.PROTOCOL_ICMPV6
TransportInfo.PROTOCOL_ESP
Protocol type over IP layerTransportInfo.Builder
TransportInfo.Builder. setSpi(java.lang.Long spi)
Security Parameter Index is to uniquely identify a particular IPSec Security Association format: int64TransportInfo.Builder
TransportInfo.Builder. setSrcPort(java.lang.Long srcPort)
Source port format: int64
-