public class ModifyRouteEntryRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
description
The description of the route entry.
|
String |
newNextHopId
The ID of the new next hop instance.
|
String |
newNextHopType
The new next hop type of the route.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The ID of the region to which the route belongs.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
routeEntryId
The ID of the custom route entry.
|
String |
routeEntryName
The name of the route entry.
|
构造器和说明 |
---|
ModifyRouteEntryRequest() |
限定符和类型 | 方法和说明 |
---|---|
static ModifyRouteEntryRequest |
build(Map<String,?> map) |
String |
getDescription() |
String |
getNewNextHopId() |
String |
getNewNextHopType() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
String |
getRouteEntryId() |
String |
getRouteEntryName() |
ModifyRouteEntryRequest |
setDescription(String description) |
ModifyRouteEntryRequest |
setNewNextHopId(String newNextHopId) |
ModifyRouteEntryRequest |
setNewNextHopType(String newNextHopType) |
ModifyRouteEntryRequest |
setOwnerAccount(String ownerAccount) |
ModifyRouteEntryRequest |
setOwnerId(Long ownerId) |
ModifyRouteEntryRequest |
setRegionId(String regionId) |
ModifyRouteEntryRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
ModifyRouteEntryRequest |
setResourceOwnerId(Long resourceOwnerId) |
ModifyRouteEntryRequest |
setRouteEntryId(String routeEntryId) |
ModifyRouteEntryRequest |
setRouteEntryName(String routeEntryName) |
@NameInMap(value="Description") public String description
The description of the route entry.
The description must be 1 to 256 characters in length, and cannot start with http://
or https://
.
EntryDescription
@NameInMap(value="NewNextHopId") public String newNextHopId
The ID of the new next hop instance.
example:eni-bp17y37ytsenqyim****
@NameInMap(value="NewNextHopType") public String newNextHopType
The new next hop type of the route.
example:NetworkInterface
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The ID of the region to which the route belongs.
You can call the DescribeRegions operation to query the most recent region list.
This parameter is required.
example:cn-hangzhou
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="RouteEntryId") public String routeEntryId
The ID of the custom route entry.
This parameter is required.
example:rte-acfvgfsghfdd****
@NameInMap(value="RouteEntryName") public String routeEntryName
The name of the route entry.
The name must be 1 to 128 characters in length, and cannot start with http://
or https://
.
EntryName
public static ModifyRouteEntryRequest build(Map<String,?> map) throws Exception
Exception
public ModifyRouteEntryRequest setDescription(String description)
public String getDescription()
public ModifyRouteEntryRequest setNewNextHopId(String newNextHopId)
public String getNewNextHopId()
public ModifyRouteEntryRequest setNewNextHopType(String newNextHopType)
public String getNewNextHopType()
public ModifyRouteEntryRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public ModifyRouteEntryRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public ModifyRouteEntryRequest setRegionId(String regionId)
public String getRegionId()
public ModifyRouteEntryRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public ModifyRouteEntryRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public ModifyRouteEntryRequest setRouteEntryId(String routeEntryId)
public String getRouteEntryId()
public ModifyRouteEntryRequest setRouteEntryName(String routeEntryName)
public String getRouteEntryName()
Copyright © 2024. All rights reserved.