ExpressRouteCircuitArpTable Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. ExpressRouteCircuitArpTable
- com.
Implements
public final class ExpressRouteCircuitArpTable
implements JsonSerializable<ExpressRouteCircuitArpTable>
The ARP table associated with the ExpressRouteCircuit.
Constructor Summary
Constructor | Description |
---|---|
ExpressRouteCircuitArpTable() |
Creates an instance of Express |
Method Summary
Modifier and Type | Method and Description |
---|---|
Integer |
age()
Get the age property: Entry age in minutes. |
static
Express |
fromJson(JsonReader jsonReader)
Reads an instance of Express |
String |
interfaceProperty()
Get the interface |
String |
ipAddress()
Get the ip |
String |
macAddress()
Get the mac |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Express |
withAge(Integer age)
Set the age property: Entry age in minutes. |
Express |
withInterfaceProperty(String interfaceProperty)
Set the interface |
Express |
withIpAddress(String ipAddress)
Set the ip |
Express |
withMacAddress(String macAddress)
Set the mac |
Methods inherited from java.lang.Object
Constructor Details
ExpressRouteCircuitArpTable
public ExpressRouteCircuitArpTable()
Creates an instance of ExpressRouteCircuitArpTable class.
Method Details
age
public Integer age()
Get the age property: Entry age in minutes.
Returns:
fromJson
public static ExpressRouteCircuitArpTable fromJson(JsonReader jsonReader)
Reads an instance of ExpressRouteCircuitArpTable from the JsonReader.
Parameters:
Returns:
Throws:
interfaceProperty
public String interfaceProperty()
Get the interfaceProperty property: Interface address.
Returns:
ipAddress
public String ipAddress()
Get the ipAddress property: The IP address.
Returns:
macAddress
public String macAddress()
Get the macAddress property: The MAC address.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAge
public ExpressRouteCircuitArpTable withAge(Integer age)
Set the age property: Entry age in minutes.
Parameters:
Returns:
withInterfaceProperty
public ExpressRouteCircuitArpTable withInterfaceProperty(String interfaceProperty)
Set the interfaceProperty property: Interface address.
Parameters:
Returns:
withIpAddress
public ExpressRouteCircuitArpTable withIpAddress(String ipAddress)
Set the ipAddress property: The IP address.
Parameters:
Returns:
withMacAddress
public ExpressRouteCircuitArpTable withMacAddress(String macAddress)
Set the macAddress property: The MAC address.
Parameters:
Returns:
Applies to
Azure SDK for Java