你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ExpressRouteCircuitArpTable 类

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

public class ExpressRouteCircuitArpTable

与 ExpressRouteCircuit 关联的 ARP 表。

方法摘要

修饰符和类型 方法和描述
Integer age()

获取年龄值。

String interfaceProperty()

获取 interfaceProperty 值。

String ipAddress()

获取 ipAddress 值。

String macAddress()

获取 macAddress 值。

ExpressRouteCircuitArpTable withAge(Integer age)

设置年龄值。

ExpressRouteCircuitArpTable withInterfaceProperty(String interfaceProperty)

设置 interfaceProperty 值。

ExpressRouteCircuitArpTable withIpAddress(String ipAddress)

设置 ipAddress 值。

ExpressRouteCircuitArpTable withMacAddress(String macAddress)

设置 macAddress 值。

方法详细信息

age

public Integer age()

获取年龄值。

Returns:

年龄值

interfaceProperty

public String interfaceProperty()

获取 interfaceProperty 值。

Returns:

interfaceProperty 值

ipAddress

public String ipAddress()

获取 ipAddress 值。

Returns:

ipAddress 值

macAddress

public String macAddress()

获取 macAddress 值。

Returns:

macAddress 值

withAge

public ExpressRouteCircuitArpTable withAge(Integer age)

设置年龄值。

Parameters:

age - 要设置的年龄值

Returns:

ExpressRouteCircuitArpTable 对象本身。

withInterfaceProperty

public ExpressRouteCircuitArpTable withInterfaceProperty(String interfaceProperty)

设置 interfaceProperty 值。

Parameters:

interfaceProperty - 要设置的 interfaceProperty 值

Returns:

ExpressRouteCircuitArpTable 对象本身。

withIpAddress

public ExpressRouteCircuitArpTable withIpAddress(String ipAddress)

设置 ipAddress 值。

Parameters:

ipAddress - 要设置的 ipAddress 值

Returns:

ExpressRouteCircuitArpTable 对象本身。

withMacAddress

public ExpressRouteCircuitArpTable withMacAddress(String macAddress)

设置 macAddress 值。

Parameters:

macAddress - 要设置的 macAddress 值

Returns:

ExpressRouteCircuitArpTable 对象本身。

适用于