Class ExpressRouteCircuitArpTable
java.lang.Object
com.microsoft.azure.management.network.ExpressRouteCircuitArpTable
The ARP table associated with the ExpressRouteCircuit.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionage()
Get entry age in minutes.Get interface address.Get the IP address.Get the MAC address.Set entry age in minutes.withInterfaceProperty
(String interfaceProperty) Set interface address.withIpAddress
(String ipAddress) Set the IP address.withMacAddress
(String macAddress) Set the MAC address.
-
Constructor Details
-
ExpressRouteCircuitArpTable
public ExpressRouteCircuitArpTable()
-
-
Method Details
-
age
Get entry age in minutes.- Returns:
- the age value
-
withAge
Set entry age in minutes.- Parameters:
age
- the age value to set- Returns:
- the ExpressRouteCircuitArpTable object itself.
-
interfaceProperty
Get interface address.- Returns:
- the interfaceProperty value
-
withInterfaceProperty
Set interface address.- Parameters:
interfaceProperty
- the interfaceProperty value to set- Returns:
- the ExpressRouteCircuitArpTable object itself.
-
ipAddress
Get the IP address.- Returns:
- the ipAddress value
-
withIpAddress
Set the IP address.- Parameters:
ipAddress
- the ipAddress value to set- Returns:
- the ExpressRouteCircuitArpTable object itself.
-
macAddress
Get the MAC address.- Returns:
- the macAddress value
-
withMacAddress
Set the MAC address.- Parameters:
macAddress
- the macAddress value to set- Returns:
- the ExpressRouteCircuitArpTable object itself.
-