public class CreateVpnConnRoute extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateVpnConnRoute() |
CreateVpnConnRoute(CreateVpnConnRoute 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 目的端IDC网段
|
Long |
getPriority()
Get 优先级;可选值0,100。
|
void |
setDestinationCidrBlock(String DestinationCidrBlock)
Set 目的端IDC网段
|
void |
setPriority(Long Priority)
Set 优先级;可选值0,100。
|
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 CreateVpnConnRoute()
public CreateVpnConnRoute(CreateVpnConnRoute source)
public String getDestinationCidrBlock()
public void setDestinationCidrBlock(String DestinationCidrBlock)
DestinationCidrBlock
- 目的端IDC网段public Long getPriority()
public void setPriority(Long Priority)
Priority
- 优先级;可选值0,100。Copyright © 2024. All rights reserved.