Class ExpressRouteCircuitArpTable


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

      • ExpressRouteCircuitArpTable

        public ExpressRouteCircuitArpTable()
    • 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.