Uses of Class
com.vmware.nsx_policy.model.BinaryPacketData.Builder
-
Packages that use BinaryPacketData.Builder Package Description com.vmware.nsx_policy.model -
-
Uses of BinaryPacketData.Builder in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return BinaryPacketData.Builder Modifier and Type Method Description BinaryPacketData.Builder
BinaryPacketData.Builder. setFrameSize(java.lang.Long frameSize)
If the requested frame_size is too small (given the payload and traceflow metadata requirement of 16 bytes), the traceflow request will fail with an appropriate message.BinaryPacketData.Builder
BinaryPacketData.Builder. setPayload(java.lang.String payload)
Up to 1000 bytes of payload may be supplied (with a base64-encoded length of 1336 bytes.) Additional bytes of traceflow metadata will be appended to the payload.BinaryPacketData.Builder
BinaryPacketData.Builder. setRouted(java.lang.Boolean routed)
When this flag is set, traceflow packet will have its destination overwritten as the gateway address of the logical router to which the source logical switch is connected.BinaryPacketData.Builder
BinaryPacketData.Builder. setTransportType(java.lang.String transportType)
Possible values are:PacketData.TRANSPORT_TYPE_BROADCAST
PacketData.TRANSPORT_TYPE_UNICAST
PacketData.TRANSPORT_TYPE_MULTICAST
PacketData.TRANSPORT_TYPE_UNKNOWN
This type takes effect only for IP packet.
-