public final class NextHopResultInner extends Object
| Constructor and Description |
|---|
NextHopResultInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
nextHopIpAddress()
Get the nextHopIpAddress property: Next hop IP Address.
|
NextHopType |
nextHopType()
Get the nextHopType property: Next hop type.
|
String |
routeTableId()
Get the routeTableId property: The resource identifier for the route table associated with the route being
returned.
|
void |
validate()
Validates the instance.
|
NextHopResultInner |
withNextHopIpAddress(String nextHopIpAddress)
Set the nextHopIpAddress property: Next hop IP Address.
|
NextHopResultInner |
withNextHopType(NextHopType nextHopType)
Set the nextHopType property: Next hop type.
|
NextHopResultInner |
withRouteTableId(String routeTableId)
Set the routeTableId property: The resource identifier for the route table associated with the route being
returned.
|
public NextHopType nextHopType()
public NextHopResultInner withNextHopType(NextHopType nextHopType)
nextHopType - the nextHopType value to set.public String nextHopIpAddress()
public NextHopResultInner withNextHopIpAddress(String nextHopIpAddress)
nextHopIpAddress - the nextHopIpAddress value to set.public String routeTableId()
public NextHopResultInner withRouteTableId(String routeTableId)
routeTableId - the routeTableId value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.