ExpressRouteCircuitArpTable Class
The ARP table associated with the ExpressRouteCircuit.
- Inheritance
-
azure.mgmt.network._serialization.ModelExpressRouteCircuitArpTable
Constructor
ExpressRouteCircuitArpTable(*, age: int | None = None, interface: str | None = None, ip_address: str | None = None, mac_address: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
age
|
Entry age in minutes. |
interface
|
Interface address. |
ip_address
|
The IP address. |
mac_address
|
The MAC address. |
Variables
Name | Description |
---|---|
age
|
Entry age in minutes. |
interface
|
Interface address. |
ip_address
|
The IP address. |
mac_address
|
The MAC address. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python