public class GlobalRoute extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| GlobalRoute() | 
| GlobalRoute(GlobalRoute source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getCreatedTime()Get 创建时间。 | 
| String | getDescription()Get 备注。 | 
| String | getDestinationCidrBlock()Get Ipv4目标网段。 | 
| String | getGatewayId()Get 下一跳对象,如果GatewayType类型是NORMAL_CVM填写子机IP。 | 
| String | getGatewayType()Get 下一跳类型,支持 NORMAL_CVM。 | 
| String | getGlobalRouteId()Get 全局路由唯一Id。 | 
| String | getSubnetRouteAlgorithm()Get 支持的 ECMP算法有:
- ECMP_QUINTUPLE_HASH:五元组hash
- ECMP_SOURCE_DESTINATION_IP_HASH:源和目的IP hash
- ECMP_DESTINATION_IP_HASH:目的IP hash
- ECMP_SOURCE_IP_HASH:源IP hash。 | 
| String | getVpcId()Get 作为出参展示,表示VPC唯一Id,。 | 
| void | setCreatedTime(String CreatedTime)Set 创建时间。 | 
| void | setDescription(String Description)Set 备注。 | 
| void | setDestinationCidrBlock(String DestinationCidrBlock)Set Ipv4目标网段。 | 
| void | setGatewayId(String GatewayId)Set 下一跳对象,如果GatewayType类型是NORMAL_CVM填写子机IP。 | 
| void | setGatewayType(String GatewayType)Set 下一跳类型,支持 NORMAL_CVM。 | 
| void | setGlobalRouteId(String GlobalRouteId)Set 全局路由唯一Id。 | 
| void | setSubnetRouteAlgorithm(String SubnetRouteAlgorithm)Set 支持的 ECMP算法有:
- ECMP_QUINTUPLE_HASH:五元组hash
- ECMP_SOURCE_DESTINATION_IP_HASH:源和目的IP hash
- ECMP_DESTINATION_IP_HASH:目的IP hash
- ECMP_SOURCE_IP_HASH:源IP hash。 | 
| void | setVpcId(String VpcId)Set 作为出参展示,表示VPC唯一Id,。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic GlobalRoute()
public GlobalRoute(GlobalRoute source)
public String getVpcId()
public void setVpcId(String VpcId)
VpcId - 作为出参展示,表示VPC唯一Id,。public String getGlobalRouteId()
public void setGlobalRouteId(String GlobalRouteId)
GlobalRouteId - 全局路由唯一Id。public String getDestinationCidrBlock()
public void setDestinationCidrBlock(String DestinationCidrBlock)
DestinationCidrBlock - Ipv4目标网段。public String getGatewayType()
public void setGatewayType(String GatewayType)
GatewayType - 下一跳类型,支持 NORMAL_CVM。public String getGatewayId()
public void setGatewayId(String GatewayId)
GatewayId - 下一跳对象,如果GatewayType类型是NORMAL_CVM填写子机IP。public String getDescription()
public void setDescription(String Description)
Description - 备注。public String getCreatedTime()
public void setCreatedTime(String CreatedTime)
CreatedTime - 创建时间。public String getSubnetRouteAlgorithm()
public void setSubnetRouteAlgorithm(String SubnetRouteAlgorithm)
SubnetRouteAlgorithm - 支持的 ECMP算法有:
- ECMP_QUINTUPLE_HASH:五元组hash
- ECMP_SOURCE_DESTINATION_IP_HASH:源和目的IP hash
- ECMP_DESTINATION_IP_HASH:目的IP hash
- ECMP_SOURCE_IP_HASH:源IP hash。Copyright © 2025. All rights reserved.