Class ExpressRouteCircuitArpTable
- java.lang.Object
-
- com.azure.resourcemanager.network.models.ExpressRouteCircuitArpTable
-
public final 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 property: Entry age in minutes.StringinterfaceProperty()Get the interfaceProperty property: Interface address.StringipAddress()Get the ipAddress property: The IP address.StringmacAddress()Get the macAddress property: The MAC address.voidvalidate()Validates the instance.ExpressRouteCircuitArpTablewithAge(Integer age)Set the age property: Entry age in minutes.ExpressRouteCircuitArpTablewithInterfaceProperty(String interfaceProperty)Set the interfaceProperty property: Interface address.ExpressRouteCircuitArpTablewithIpAddress(String ipAddress)Set the ipAddress property: The IP address.ExpressRouteCircuitArpTablewithMacAddress(String macAddress)Set the macAddress property: The MAC address.
-
-
-
Method Detail
-
age
public Integer age()
Get the age property: Entry age in minutes.- Returns:
- the age value.
-
withAge
public ExpressRouteCircuitArpTable withAge(Integer age)
Set the age property: Entry age in minutes.- Parameters:
age- the age value to set.- Returns:
- the ExpressRouteCircuitArpTable object itself.
-
interfaceProperty
public String interfaceProperty()
Get the interfaceProperty property: Interface address.- Returns:
- the interfaceProperty value.
-
withInterfaceProperty
public ExpressRouteCircuitArpTable withInterfaceProperty(String interfaceProperty)
Set the interfaceProperty property: Interface address.- Parameters:
interfaceProperty- the interfaceProperty value to set.- Returns:
- the ExpressRouteCircuitArpTable object itself.
-
ipAddress
public String ipAddress()
Get the ipAddress property: The IP address.- Returns:
- the ipAddress value.
-
withIpAddress
public ExpressRouteCircuitArpTable withIpAddress(String ipAddress)
Set the ipAddress property: The IP address.- Parameters:
ipAddress- the ipAddress value to set.- Returns:
- the ExpressRouteCircuitArpTable object itself.
-
macAddress
public String macAddress()
Get the macAddress property: The MAC address.- Returns:
- the macAddress value.
-
withMacAddress
public ExpressRouteCircuitArpTable withMacAddress(String macAddress)
Set the macAddress property: The MAC address.- Parameters:
macAddress- the macAddress value to set.- Returns:
- the ExpressRouteCircuitArpTable object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-