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.BuilderBinaryPacketData.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.BuilderBinaryPacketData.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.BuilderBinaryPacketData.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.BuilderBinaryPacketData.Builder. setTransportType(java.lang.String transportType)Possible values are:PacketData.TRANSPORT_TYPE_BROADCASTPacketData.TRANSPORT_TYPE_UNICASTPacketData.TRANSPORT_TYPE_MULTICASTPacketData.TRANSPORT_TYPE_UNKNOWNThis type takes effect only for IP packet.
-