public class RouteECMPAlgorithm extends AbstractModel
header, skipSign
Constructor and Description |
---|
RouteECMPAlgorithm() |
RouteECMPAlgorithm(RouteECMPAlgorithm 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 |
getDestinationCidrBlock()
Get 目标网段
注意:此字段可能返回 null,表示取不到有效值。
|
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。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDestinationCidrBlock(String DestinationCidrBlock)
Set 目标网段
注意:此字段可能返回 null,表示取不到有效值。
|
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。
注意:此字段可能返回 null,表示取不到有效值。
|
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, toJsonString
public RouteECMPAlgorithm()
public RouteECMPAlgorithm(RouteECMPAlgorithm source)
public String getDestinationCidrBlock()
public void setDestinationCidrBlock(String DestinationCidrBlock)
DestinationCidrBlock
- 目标网段
注意:此字段可能返回 null,表示取不到有效值。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。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.