Class DirectConnectSubnet
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.vpc.v20170312.models.DirectConnectSubnet
-
public class DirectConnectSubnet extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DirectConnectSubnet()DirectConnectSubnet(DirectConnectSubnet 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCidrBlock()Get IDC子网网段StringgetDirectConnectGatewayId()Get 专线网关IDvoidsetCidrBlock(String CidrBlock)Set IDC子网网段voidsetDirectConnectGatewayId(String DirectConnectGatewayId)Set 专线网关IDvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DirectConnectSubnet
public DirectConnectSubnet()
-
DirectConnectSubnet
public DirectConnectSubnet(DirectConnectSubnet 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.
-
-
Method Detail
-
getDirectConnectGatewayId
public String getDirectConnectGatewayId()
Get 专线网关ID- Returns:
- DirectConnectGatewayId 专线网关ID
-
setDirectConnectGatewayId
public void setDirectConnectGatewayId(String DirectConnectGatewayId)
Set 专线网关ID- Parameters:
DirectConnectGatewayId- 专线网关ID
-
getCidrBlock
public String getCidrBlock()
Get IDC子网网段- Returns:
- CidrBlock IDC子网网段
-
setCidrBlock
public void setCidrBlock(String CidrBlock)
Set IDC子网网段- Parameters:
CidrBlock- IDC子网网段
-
-