public static class DeleteRouteEntriesResponseBody.DeleteRouteEntriesResponseBodyFailedRouteEntries
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
dstCidrBlock
The destination CIDR block of the route entry that failed to be deleted.
|
String |
failedCode
The error code.
|
String |
failedMessage
The error message.
|
String |
nextHop
The ID of the next hop that failed to be deleted.
|
String |
routeEntryId
The ID of the route entry that failed to be deleted.
|
构造器和说明 |
---|
DeleteRouteEntriesResponseBodyFailedRouteEntries() |
@NameInMap(value="DstCidrBlock") public String dstCidrBlock
The destination CIDR block of the route entry that failed to be deleted. IPv4 and IPv6 CIDR blocks are supported.
example:47.100.XX.XX/24
@NameInMap(value="FailedCode") public String failedCode
The error code.
example:VPC_ROUTER_ENTRY_NOT_EXIST
@NameInMap(value="FailedMessage") public String failedMessage
The error message.
example:vRouterEntry not exists
@NameInMap(value="NextHop") public String nextHop
The ID of the next hop that failed to be deleted.
example:i-j6c2fp57q8rr4jlu****
@NameInMap(value="RouteEntryId") public String routeEntryId
The ID of the route entry that failed to be deleted.
example:rte-bp1mnnr2al0naomnpv****
public DeleteRouteEntriesResponseBodyFailedRouteEntries()
public static DeleteRouteEntriesResponseBody.DeleteRouteEntriesResponseBodyFailedRouteEntries build(Map<String,?> map) throws Exception
Exception
public DeleteRouteEntriesResponseBody.DeleteRouteEntriesResponseBodyFailedRouteEntries setDstCidrBlock(String dstCidrBlock)
public String getDstCidrBlock()
public DeleteRouteEntriesResponseBody.DeleteRouteEntriesResponseBodyFailedRouteEntries setFailedCode(String failedCode)
public String getFailedCode()
public DeleteRouteEntriesResponseBody.DeleteRouteEntriesResponseBodyFailedRouteEntries setFailedMessage(String failedMessage)
public String getFailedMessage()
public DeleteRouteEntriesResponseBody.DeleteRouteEntriesResponseBodyFailedRouteEntries setNextHop(String nextHop)
public String getNextHop()
public DeleteRouteEntriesResponseBody.DeleteRouteEntriesResponseBodyFailedRouteEntries setRouteEntryId(String routeEntryId)
public String getRouteEntryId()
Copyright © 2024. All rights reserved.