3 A listener defines the IP port on the gateway that is to process NVMe/TCP commands and I/O operations.
6 <cd-table [data]="listeners"
8 (fetchData)="listListeners()"
9 [columns]="listenerColumns"
11 forceIdentifier="true"
12 selectionType="single"
13 (updateSelection)="updateSelection($event)">
14 <div class="table-actions btn-toolbar">
15 <cd-table-actions [permission]="permission"
16 [selection]="selection"
18 [tableActions]="tableActions">