ExpressRouteCircuitArpTable Class

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

public class ExpressRouteCircuitArpTable

The ARP table associated with the ExpressRouteCircuit.

Method Summary

Modifier and Type Method and Description
Integer age()

Get the age value.

String interfaceProperty()

Get the interfaceProperty value.

String ipAddress()

Get the ipAddress value.

String macAddress()

Get the macAddress value.

ExpressRouteCircuitArpTable withAge(Integer age)

Set the age value.

ExpressRouteCircuitArpTable withInterfaceProperty(String interfaceProperty)

Set the interfaceProperty value.

ExpressRouteCircuitArpTable withIpAddress(String ipAddress)

Set the ipAddress value.

ExpressRouteCircuitArpTable withMacAddress(String macAddress)

Set the macAddress value.

Method Details

age

public Integer age()

Get the age value.

Returns:

the age value

interfaceProperty

public String interfaceProperty()

Get the interfaceProperty value.

Returns:

the interfaceProperty value

ipAddress

public String ipAddress()

Get the ipAddress value.

Returns:

the ipAddress value

macAddress

public String macAddress()

Get the macAddress value.

Returns:

the macAddress value

withAge

public ExpressRouteCircuitArpTable withAge(Integer age)

Set the age value.

Parameters:

age - the age value to set

Returns:

the ExpressRouteCircuitArpTable object itself.

withInterfaceProperty

public ExpressRouteCircuitArpTable withInterfaceProperty(String interfaceProperty)

Set the interfaceProperty value.

Parameters:

interfaceProperty - the interfaceProperty value to set

Returns:

the ExpressRouteCircuitArpTable object itself.

withIpAddress

public ExpressRouteCircuitArpTable withIpAddress(String ipAddress)

Set the ipAddress value.

Parameters:

ipAddress - the ipAddress value to set

Returns:

the ExpressRouteCircuitArpTable object itself.

withMacAddress

public ExpressRouteCircuitArpTable withMacAddress(String macAddress)

Set the macAddress value.

Parameters:

macAddress - the macAddress value to set

Returns:

the ExpressRouteCircuitArpTable object itself.

Applies to