Compartilhar via


ExpressRouteCircuitArpTable Class

The ARP table associated with the ExpressRouteCircuit.

Inheritance
azure.mgmt.network._serialization.Model
ExpressRouteCircuitArpTable

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
int

Entry age in minutes.

interface
str

Interface address.

ip_address
str

The IP address.

mac_address
str

The MAC address.

Variables

Name Description
age
int

Entry age in minutes.

interface
str

Interface address.

ip_address
str

The IP address.

mac_address
str

The MAC address.