public final class ExpressRouteCircuitArpTable extends Object
| Type | Property and Description |
|---|---|
String |
interface
Get the interfaceProperty property: Interface address.
|
| Constructor and Description |
|---|
ExpressRouteCircuitArpTable() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
age()
Get the age property: Entry age in minutes.
|
String |
interfaceProperty()
Get the interfaceProperty property: Interface address.
|
String |
ipAddress()
Get the ipAddress property: The IP address.
|
String |
macAddress()
Get the macAddress property: The MAC address.
|
void |
validate()
Validates the instance.
|
ExpressRouteCircuitArpTable |
withAge(Integer age)
Set the age property: Entry age in minutes.
|
ExpressRouteCircuitArpTable |
withInterfaceProperty(String interfaceProperty)
Set the interfaceProperty property: Interface address.
|
ExpressRouteCircuitArpTable |
withIpAddress(String ipAddress)
Set the ipAddress property: The IP address.
|
ExpressRouteCircuitArpTable |
withMacAddress(String macAddress)
Set the macAddress property: The MAC address.
|
public String interfaceProperty
public Integer age()
public ExpressRouteCircuitArpTable withAge(Integer age)
age - the age value to set.public String interfaceProperty()
public ExpressRouteCircuitArpTable withInterfaceProperty(String interfaceProperty)
interfaceProperty - the interfaceProperty value to set.public String ipAddress()
public ExpressRouteCircuitArpTable withIpAddress(String ipAddress)
ipAddress - the ipAddress value to set.public String macAddress()
public ExpressRouteCircuitArpTable withMacAddress(String macAddress)
macAddress - the macAddress value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.