Class ExpressRouteCircuitArpTable
java.lang.Object
com.microsoft.azure.management.network.ExpressRouteCircuitArpTable
The ARP table associated with the ExpressRouteCircuit.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
ExpressRouteCircuitArpTablepublic ExpressRouteCircuitArpTable()
 
- 
- 
Method Details- 
ageGet entry age in minutes.- Returns:
- the age value
 
- 
withAgeSet entry age in minutes.- Parameters:
- age- the age value to set
- Returns:
- the ExpressRouteCircuitArpTable object itself.
 
- 
interfacePropertyGet interface address.- Returns:
- the interfaceProperty value
 
- 
withInterfacePropertySet interface address.- Parameters:
- interfaceProperty- the interfaceProperty value to set
- Returns:
- the ExpressRouteCircuitArpTable object itself.
 
- 
ipAddressGet the IP address.- Returns:
- the ipAddress value
 
- 
withIpAddressSet the IP address.- Parameters:
- ipAddress- the ipAddress value to set
- Returns:
- the ExpressRouteCircuitArpTable object itself.
 
- 
macAddressGet the MAC address.- Returns:
- the macAddress value
 
- 
withMacAddressSet the MAC address.- Parameters:
- macAddress- the macAddress value to set
- Returns:
- the ExpressRouteCircuitArpTable object itself.
 
 
-