Class CloudBaseRunVpcInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcb.v20180608.models.CloudBaseRunVpcInfo
-
public class CloudBaseRunVpcInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CloudBaseRunVpcInfo
public CloudBaseRunVpcInfo()
-
CloudBaseRunVpcInfo
public 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.
-
-
Method Detail
-
getVpcId
public String getVpcId()
Get vpc的id 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- VpcId vpc的id 注意:此字段可能返回 null,表示取不到有效值。
-
setVpcId
public void setVpcId(String VpcId)
Set vpc的id 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
VpcId
- vpc的id 注意:此字段可能返回 null,表示取不到有效值。
-
getSubnetIds
public String[] getSubnetIds()
Get 子网id 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- SubnetIds 子网id 注意:此字段可能返回 null,表示取不到有效值。
-
setSubnetIds
public void setSubnetIds(String[] SubnetIds)
Set 子网id 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
SubnetIds
- 子网id 注意:此字段可能返回 null,表示取不到有效值。
-
getCreateType
public Long getCreateType()
Get 创建类型(0=继承; 1=新建; 2=指定) 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- CreateType 创建类型(0=继承; 1=新建; 2=指定) 注意:此字段可能返回 null,表示取不到有效值。
-
setCreateType
public void setCreateType(Long CreateType)
Set 创建类型(0=继承; 1=新建; 2=指定) 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
CreateType
- 创建类型(0=继承; 1=新建; 2=指定) 注意:此字段可能返回 null,表示取不到有效值。
-
-