public class CloudBaseRunVpcSubnet extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CloudBaseRunVpcSubnet() | 
| CloudBaseRunVpcSubnet(CloudBaseRunVpcSubnet 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 | 
|---|---|
| String | getCidr()Get 子网的ipv4 | 
| String | getId()Get 子网id | 
| String | getName()Get 名字 | 
| String | getRegion()Get 地域 | 
| String | getTarget()Get subnet类型 | 
| String | getType()Get 类型 | 
| String | getZone()Get 可用区 | 
| void | setCidr(String Cidr)Set 子网的ipv4 | 
| void | setId(String Id)Set 子网id | 
| void | setName(String Name)Set 名字 | 
| void | setRegion(String Region)Set 地域 | 
| void | setTarget(String Target)Set subnet类型 | 
| void | setType(String Type)Set 类型 | 
| void | setZone(String Zone)Set 可用区 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CloudBaseRunVpcSubnet()
public CloudBaseRunVpcSubnet(CloudBaseRunVpcSubnet source)
public String getId()
public void setId(String Id)
Id - 子网idpublic String getCidr()
public void setCidr(String Cidr)
Cidr - 子网的ipv4public String getZone()
public void setZone(String Zone)
Zone - 可用区public String getType()
public void setType(String Type)
Type - 类型public String getTarget()
public void setTarget(String Target)
Target - subnet类型public String getRegion()
public void setRegion(String Region)
Region - 地域public String getName()
public void setName(String Name)
Name - 名字Copyright © 2025. All rights reserved.