hold/Get-SDPHostIqn.format.ps1xml
|
<?xml version="1.0" encoding="utf-8"?> <!-- Default Format-Table view for SDPHostIqn. The host_iqns API resource has no `name` field; identity is the id. `host_name` is attached at runtime by Update-SDPRefObjects. --> <Configuration> <ViewDefinitions> <View> <Name>SDPHostIqn</Name> <ViewSelectedBy> <TypeName>SDPHostIqn</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Label>id</Label> <Width>6</Width> <Alignment>Right</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>iqn</Label> </TableColumnHeader> <TableColumnHeader> <Label>host_name</Label> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>id</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>iqn</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>host_name</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> </ViewDefinitions> </Configuration> |