public class ExpressRouteCircuitArpTable extends Object
| Constructor and Description |
|---|
ExpressRouteCircuitArpTable() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
age()
Get entry age in minutes.
|
String |
interfaceProperty()
Get interface address.
|
String |
ipAddress()
Get the IP address.
|
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.
|
public Integer age()
public ExpressRouteCircuitArpTable withAge(Integer age)
age - the age value to setpublic String interfaceProperty()
public ExpressRouteCircuitArpTable withInterfaceProperty(String interfaceProperty)
interfaceProperty - the interfaceProperty value to setpublic String ipAddress()
public ExpressRouteCircuitArpTable withIpAddress(String ipAddress)
ipAddress - the ipAddress value to setpublic String macAddress()
public ExpressRouteCircuitArpTable withMacAddress(String macAddress)
macAddress - the macAddress value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/