public class CreateRouteRequest extends AbstractModel
Constructor and Description |
---|
CreateRouteRequest() |
CreateRouteRequest(CreateRouteRequest 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 |
---|---|
Long |
getAccessType()
Get 访问类型
|
Long |
getAuthFlag()
Get 是否需要权限管理
|
Long |
getCallerAppid()
Get 调用方appId
|
String |
getInstanceId()
Get 实例唯一id
|
String |
getIp()
Get vip地址
|
Long |
getPublicNetwork()
Get 公网带宽
|
String |
getSubnetId()
Get vpc子网id
|
Long |
getVipType()
Get 路由网络类型(3:vpc路由;4:标准版支撑路由;7:专业版支撑路由)
|
String |
getVpcId()
Get vpc网络Id
|
void |
setAccessType(Long AccessType)
Set 访问类型
|
void |
setAuthFlag(Long AuthFlag)
Set 是否需要权限管理
|
void |
setCallerAppid(Long CallerAppid)
Set 调用方appId
|
void |
setInstanceId(String InstanceId)
Set 实例唯一id
|
void |
setIp(String Ip)
Set vip地址
|
void |
setPublicNetwork(Long PublicNetwork)
Set 公网带宽
|
void |
setSubnetId(String SubnetId)
Set vpc子网id
|
void |
setVipType(Long VipType)
Set 路由网络类型(3:vpc路由;4:标准版支撑路由;7:专业版支撑路由)
|
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public CreateRouteRequest()
public CreateRouteRequest(CreateRouteRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 实例唯一idpublic Long getVipType()
public void setVipType(Long VipType)
VipType
- 路由网络类型(3:vpc路由;4:标准版支撑路由;7:专业版支撑路由)public String getVpcId()
public void setVpcId(String VpcId)
VpcId
- vpc网络Idpublic String getSubnetId()
public void setSubnetId(String SubnetId)
SubnetId
- vpc子网idpublic Long getAccessType()
public void setAccessType(Long AccessType)
AccessType
- 访问类型public Long getAuthFlag()
public void setAuthFlag(Long AuthFlag)
AuthFlag
- 是否需要权限管理public Long getCallerAppid()
public void setCallerAppid(Long CallerAppid)
CallerAppid
- 调用方appIdpublic Long getPublicNetwork()
public void setPublicNetwork(Long PublicNetwork)
PublicNetwork
- 公网带宽public String getIp()
public void setIp(String Ip)
Ip
- vip地址Copyright © 2022. All rights reserved.