public class ModifyAssistantCidrRequest extends AbstractModel
| Constructor and Description |
|---|
ModifyAssistantCidrRequest() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getNewCidrBlocks()
Get 待添加的负载CIDR。CIDR数组,格式如["10.0.0.0/16", "172.16.0.0/16"]
|
String[] |
getOldCidrBlocks()
Get 待删除的负载CIDR。CIDR数组,格式如["10.0.0.0/16", "172.16.0.0/16"]
|
String |
getVpcId()
Get `VPC`实例`ID`。形如:`vpc-6v2ht8q5`
|
void |
setNewCidrBlocks(String[] NewCidrBlocks)
Set 待添加的负载CIDR。CIDR数组,格式如["10.0.0.0/16", "172.16.0.0/16"]
|
void |
setOldCidrBlocks(String[] OldCidrBlocks)
Set 待删除的负载CIDR。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.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic String getVpcId()
public void setVpcId(String VpcId)
VpcId - `VPC`实例`ID`。形如:`vpc-6v2ht8q5`public String[] getNewCidrBlocks()
public void setNewCidrBlocks(String[] NewCidrBlocks)
NewCidrBlocks - 待添加的负载CIDR。CIDR数组,格式如["10.0.0.0/16", "172.16.0.0/16"]public String[] getOldCidrBlocks()
public void setOldCidrBlocks(String[] OldCidrBlocks)
OldCidrBlocks - 待删除的负载CIDR。CIDR数组,格式如["10.0.0.0/16", "172.16.0.0/16"]Copyright © 2020. All rights reserved.