类 CreateRouteEntryRequest
- java.lang.Object
-
- com.volcengine.vpc.model.CreateRouteEntryRequest
-
public class CreateRouteEntryRequest extends Object
CreateRouteEntryRequest
-
-
构造器概要
构造器 构造器 说明 CreateRouteEntryRequest()
-
方法概要
-
-
-
方法详细资料
-
clientToken
public CreateRouteEntryRequest clientToken(String clientToken)
-
getClientToken
public String getClientToken()
Get clientToken- 返回:
- clientToken
-
setClientToken
public void setClientToken(String clientToken)
-
description
public CreateRouteEntryRequest description(String description)
-
getDescription
@Size(min=1, max=255) public @Size(min=1,max=255) String getDescription()Get description- 返回:
- description
-
setDescription
public void setDescription(String description)
-
destinationCidrBlock
public CreateRouteEntryRequest destinationCidrBlock(String destinationCidrBlock)
-
getDestinationCidrBlock
@NotNull public @NotNull String getDestinationCidrBlock()
Get destinationCidrBlock- 返回:
- destinationCidrBlock
-
setDestinationCidrBlock
public void setDestinationCidrBlock(String destinationCidrBlock)
-
nextHopId
public CreateRouteEntryRequest nextHopId(String nextHopId)
-
getNextHopId
@NotNull public @NotNull String getNextHopId()
Get nextHopId- 返回:
- nextHopId
-
setNextHopId
public void setNextHopId(String nextHopId)
-
nextHopType
public CreateRouteEntryRequest nextHopType(String nextHopType)
-
getNextHopType
@NotNull public @NotNull String getNextHopType()
Get nextHopType- 返回:
- nextHopType
-
setNextHopType
public void setNextHopType(String nextHopType)
-
routeEntryName
public CreateRouteEntryRequest routeEntryName(String routeEntryName)
-
getRouteEntryName
@Size(min=1, max=128) public @Size(min=1,max=128) String getRouteEntryName()Get routeEntryName- 返回:
- routeEntryName
-
setRouteEntryName
public void setRouteEntryName(String routeEntryName)
-
routeTableId
public CreateRouteEntryRequest routeTableId(String routeTableId)
-
getRouteTableId
@NotNull public @NotNull String getRouteTableId()
Get routeTableId- 返回:
- routeTableId
-
setRouteTableId
public void setRouteTableId(String routeTableId)
-
-