public class ExpressRouteCircuitArpTable extends Object
| Type | Property and Description |
|---|---|
String |
interface
Get the interfaceProperty value.
|
| Constructor and Description |
|---|
ExpressRouteCircuitArpTable() |
| 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.
|
public String interfaceProperty
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.
*/