ExpressRouteCircuitArpTable Class

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

public class ExpressRouteCircuitArpTable

The ARP table associated with the ExpressRouteCircuit.

Constructor Summary

Constructor Description
ExpressRouteCircuitArpTable()

Method Summary

Modifier and Type Method and Description
java.lang.Integer age()

Get entry age in minutes.

java.lang.String interfaceProperty()

Get interface address.

java.lang.String ipAddress()

Get the IP address.

java.lang.String macAddress()

Get the MAC address.

ExpressRouteCircuitArpTable withAge(Integer age)

Set entry age in minutes.

ExpressRouteCircuitArpTable withInterfaceProperty(String interfaceProperty)

Set interface address.

ExpressRouteCircuitArpTable withIpAddress(String ipAddress)

Set the IP address.

ExpressRouteCircuitArpTable withMacAddress(String macAddress)

Set the MAC address.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

ExpressRouteCircuitArpTable

public ExpressRouteCircuitArpTable()

Method Details

age

public Integer age()

Get entry age in minutes.

Returns:

the age value

interfaceProperty

public String interfaceProperty()

Get interface address.

Returns:

the interfaceProperty value

ipAddress

public String ipAddress()

Get the IP address.

Returns:

the ipAddress value

macAddress

public String macAddress()

Get the MAC address.

Returns:

the macAddress value

withAge

public ExpressRouteCircuitArpTable withAge(Integer age)

Set entry age in minutes.

Parameters:

age - the age value to set

Returns:

the ExpressRouteCircuitArpTable object itself.

withInterfaceProperty

public ExpressRouteCircuitArpTable withInterfaceProperty(String interfaceProperty)

Set interface address.

Parameters:

interfaceProperty - the interfaceProperty value to set

Returns:

the ExpressRouteCircuitArpTable object itself.

withIpAddress

public ExpressRouteCircuitArpTable withIpAddress(String ipAddress)

Set the IP address.

Parameters:

ipAddress - the ipAddress value to set

Returns:

the ExpressRouteCircuitArpTable object itself.

withMacAddress

public ExpressRouteCircuitArpTable withMacAddress(String macAddress)

Set the MAC address.

Parameters:

macAddress - the macAddress value to set

Returns:

the ExpressRouteCircuitArpTable object itself.

Applies to