EnhancedL47ImportedApp Object


Description:

Specifies Enhanced L4-7 imported application.

Parents: EnhancedL47Config

Children: EnhancedL47StreamSetting

EnhancedL47ImportedApp Writable Attributes

Attribute Description
Common Writable Attributes Active, Name
AppName

Imported application name.

Type: string

Default: Scenario1

Category

Category of the imported application.

Type: string

Default: Category1

CloseType

Specifies the close type for the stream.

Type: enum

Default: PRESERVE

Possible Values:

Value Description
PRESERVE

Preserve the connection close type present in imported stream.

CLIENT_FIN

Close with FIN from Client to Server.

SERVER_FIN

Close with FIN from Server to Client.

CLIENT_RST

Close with RST from Client to Server.

SERVER_RST

Close with RST from Server to Client.

CustomDelayInMs

Specifies the delay between packets for the stream.

Type: u32

Default: 500

Range: 1 - 1000

Description

Description of the imported application.

Type: string

Default: "" (empty string)

MinDelayInMs

Specifies the minimum delay between packets for the stream.

Type: u32

Default: 500

Range: 1 - 1000

PacketDelay

Specifies the delay between packets for the stream.

Type: enum

Default: PRESERVE

Possible Values:

Value Description
PRESERVE

Preserve the packet delay present in imported stream.

NO_DELAY

No specific delay between packets, send packets as soon as possible.

CUSTOM

Specified delay between packets

MINIMUM

Specified minimum delay between packets

PcapFile

Pcap file to be imported

Type: inputFilePath

Default: "" (empty string)

EnhancedL47ImportedApp Read-Only Attributes

There are no read-only attributes.