Class ExpressRouteCircuitArpTable

java.lang.Object
com.microsoft.azure.management.network.ExpressRouteCircuitArpTable

public class ExpressRouteCircuitArpTable extends Object
The ARP table associated with the ExpressRouteCircuit.
  • Constructor Details

    • ExpressRouteCircuitArpTable

      public ExpressRouteCircuitArpTable()
  • Method Details

    • age

      public Integer age()
      Get entry age in minutes.
      Returns:
      the age value
    • withAge

      public ExpressRouteCircuitArpTable withAge(Integer age)
      Set entry age in minutes.
      Parameters:
      age - the age value to set
      Returns:
      the ExpressRouteCircuitArpTable object itself.
    • interfaceProperty

      public String interfaceProperty()
      Get interface address.
      Returns:
      the interfaceProperty value
    • withInterfaceProperty

      public ExpressRouteCircuitArpTable withInterfaceProperty(String interfaceProperty)
      Set interface address.
      Parameters:
      interfaceProperty - the interfaceProperty value to set
      Returns:
      the ExpressRouteCircuitArpTable object itself.
    • ipAddress

      public String ipAddress()
      Get the IP address.
      Returns:
      the ipAddress value
    • withIpAddress

      public ExpressRouteCircuitArpTable withIpAddress(String ipAddress)
      Set the IP address.
      Parameters:
      ipAddress - the ipAddress value to set
      Returns:
      the ExpressRouteCircuitArpTable object itself.
    • macAddress

      public String macAddress()
      Get the MAC address.
      Returns:
      the macAddress value
    • withMacAddress

      public ExpressRouteCircuitArpTable withMacAddress(String macAddress)
      Set the MAC address.
      Parameters:
      macAddress - the macAddress value to set
      Returns:
      the ExpressRouteCircuitArpTable object itself.