public class CloudBaseRunVpcInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
CloudBaseRunVpcInfo() |
CloudBaseRunVpcInfo(CloudBaseRunVpcInfo 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 |
getCreateType()
Get 创建类型(0=继承; 1=新建; 2=指定)
注意:此字段可能返回 null,表示取不到有效值。
|
String[] |
getSubnetIds()
Get 子网id
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getVpcId()
Get vpc的id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCreateType(Long CreateType)
Set 创建类型(0=继承; 1=新建; 2=指定)
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSubnetIds(String[] SubnetIds)
Set 子网id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setVpcId(String VpcId)
Set vpc的id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CloudBaseRunVpcInfo()
public CloudBaseRunVpcInfo(CloudBaseRunVpcInfo source)
public String getVpcId()
public void setVpcId(String VpcId)
VpcId
- vpc的id
注意:此字段可能返回 null,表示取不到有效值。public String[] getSubnetIds()
public void setSubnetIds(String[] SubnetIds)
SubnetIds
- 子网id
注意:此字段可能返回 null,表示取不到有效值。public Long getCreateType()
public void setCreateType(Long CreateType)
CreateType
- 创建类型(0=继承; 1=新建; 2=指定)
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.