public static class DeleteRouteEntryRequest.DeleteRouteEntryRequestNextHopList
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
nextHopId
The ID of the next hop that is configured for ECMP routing.
|
String |
nextHopType
The type of the next hop that is configured for ECMP routing.
|
构造器和说明 |
---|
DeleteRouteEntryRequestNextHopList() |
限定符和类型 | 方法和说明 |
---|---|
static DeleteRouteEntryRequest.DeleteRouteEntryRequestNextHopList |
build(Map<String,?> map) |
String |
getNextHopId() |
String |
getNextHopType() |
DeleteRouteEntryRequest.DeleteRouteEntryRequestNextHopList |
setNextHopId(String nextHopId) |
DeleteRouteEntryRequest.DeleteRouteEntryRequestNextHopList |
setNextHopType(String nextHopType) |
@NameInMap(value="NextHopId") public String nextHopId
The ID of the next hop that is configured for ECMP routing. You can specify information about at most 16 next hops.
example:ri-2zeo3xzyf38r43cd****
@NameInMap(value="NextHopType") public String nextHopType
The type of the next hop that is configured for ECMP routing. Set the value to RouterInterface. You can specify information about at most 16 next hops.
example:RouterInterface
public static DeleteRouteEntryRequest.DeleteRouteEntryRequestNextHopList build(Map<String,?> map) throws Exception
Exception
public DeleteRouteEntryRequest.DeleteRouteEntryRequestNextHopList setNextHopId(String nextHopId)
public String getNextHopId()
public DeleteRouteEntryRequest.DeleteRouteEntryRequestNextHopList setNextHopType(String nextHopType)
public String getNextHopType()
Copyright © 2024. All rights reserved.