Class DeleteAssistantCidrRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.vpc.v20170312.models.DeleteAssistantCidrRequest
-
public class DeleteAssistantCidrRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DeleteAssistantCidrRequest()
DeleteAssistantCidrRequest(DeleteAssistantCidrRequest 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 String[]
getCidrBlocks()
Get CIDR数组,格式如["10.0.0.0/16", "172.16.0.0/16"]。String
getVpcId()
Get `VPC`实例`ID`。形如:`vpc-6v2ht8q5`。void
setCidrBlocks(String[] CidrBlocks)
Set CIDR数组,格式如["10.0.0.0/16", "172.16.0.0/16"]。void
setVpcId(String VpcId)
Set `VPC`实例`ID`。形如:`vpc-6v2ht8q5`。void
toMap(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
-
DeleteAssistantCidrRequest
public DeleteAssistantCidrRequest()
-
DeleteAssistantCidrRequest
public DeleteAssistantCidrRequest(DeleteAssistantCidrRequest 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
-
getVpcId
public String getVpcId()
Get `VPC`实例`ID`。形如:`vpc-6v2ht8q5`。- Returns:
- VpcId `VPC`实例`ID`。形如:`vpc-6v2ht8q5`。
-
setVpcId
public void setVpcId(String VpcId)
Set `VPC`实例`ID`。形如:`vpc-6v2ht8q5`。- Parameters:
VpcId
- `VPC`实例`ID`。形如:`vpc-6v2ht8q5`。
-
getCidrBlocks
public String[] getCidrBlocks()
Get CIDR数组,格式如["10.0.0.0/16", "172.16.0.0/16"]。- Returns:
- CidrBlocks CIDR数组,格式如["10.0.0.0/16", "172.16.0.0/16"]。
-
setCidrBlocks
public void setCidrBlocks(String[] CidrBlocks)
Set CIDR数组,格式如["10.0.0.0/16", "172.16.0.0/16"]。- Parameters:
CidrBlocks
- CIDR数组,格式如["10.0.0.0/16", "172.16.0.0/16"]。
-
-