# PoolsPoolInterfacesInterface
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | Unique interface ID. | [default to null]
**ip_addrs** | **Vec<String>** | List of IP addresses | [default to null]
**lnn** | **i32** | Logical Node Number | [default to null]
**name** | **String** | The name of the interface. | [default to null]
**nic_name** | **String** | NIC name | [default to null]
**owners** | [**Vec<::models::PoolsPoolInterfacesInterfaceOwner>**](PoolsPoolInterfacesInterfaceOwner.md) | List of owners (membership) | [default to null]
**status** | **String** | Status of the interface | [default to null]
**_type** | **String** | Interface type. The '*gige' types stand for 'gigabit ethernet'. 'gige' itself is occasionally also referred to in other places as 'ext' for 'external'. 'ib' and 'ib_qdr' are internal Infiniband interface types. 'vlan' and 'vmxnet3' are virtual interface types that appear on virtual nodes. 'loopback' is an interface for failover addresses and should only appear if failover is configured. | [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)