Class ExpressRouteCircuitArpTable
- java.lang.Object
-
- com.microsoft.azure.management.network.ExpressRouteCircuitArpTable
-
public class ExpressRouteCircuitArpTable extends Object
The ARP table associated with the ExpressRouteCircuit.
-
-
Constructor Summary
Constructors Constructor Description ExpressRouteCircuitArpTable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integerage()Get the age value.StringinterfaceProperty()Get the interfaceProperty value.StringipAddress()Get the ipAddress value.StringmacAddress()Get the macAddress value.ExpressRouteCircuitArpTablewithAge(Integer age)Set the age value.ExpressRouteCircuitArpTablewithInterfaceProperty(String interfaceProperty)Set the interfaceProperty value.ExpressRouteCircuitArpTablewithIpAddress(String ipAddress)Set the ipAddress value.ExpressRouteCircuitArpTablewithMacAddress(String macAddress)Set the macAddress value.
-
-
-
Method Detail
-
age
public Integer age()
Get the age value.- Returns:
- the age value
-
withAge
public ExpressRouteCircuitArpTable withAge(Integer age)
Set the age value.- Parameters:
age- the age value to set- Returns:
- the ExpressRouteCircuitArpTable object itself.
-
interfaceProperty
public String interfaceProperty()
Get the interfaceProperty value.- Returns:
- the interfaceProperty value
-
withInterfaceProperty
public ExpressRouteCircuitArpTable withInterfaceProperty(String interfaceProperty)
Set the interfaceProperty value.- Parameters:
interfaceProperty- the interfaceProperty value to set- Returns:
- the ExpressRouteCircuitArpTable object itself.
-
ipAddress
public String ipAddress()
Get the ipAddress value.- Returns:
- the ipAddress value
-
withIpAddress
public ExpressRouteCircuitArpTable withIpAddress(String ipAddress)
Set the ipAddress value.- Parameters:
ipAddress- the ipAddress value to set- Returns:
- the ExpressRouteCircuitArpTable object itself.
-
macAddress
public String macAddress()
Get the macAddress value.- Returns:
- the macAddress value
-
withMacAddress
public ExpressRouteCircuitArpTable withMacAddress(String macAddress)
Set the macAddress value.- Parameters:
macAddress- the macAddress value to set- Returns:
- the ExpressRouteCircuitArpTable object itself.
-
-