public class VpcInfo extends AbstractModel
Constructor and Description |
---|
VpcInfo() |
VpcInfo(VpcInfo 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 |
getCidrBlock()
Get VPC的CIDR。
|
String |
getCreateTime()
Get 创建时间
|
Long |
getIntVpcId()
Get 整型私有网络ID。
|
String |
getState()
Get VPC状态
|
String |
getVpcId()
Get 私有网络的唯一ID。
|
String |
getVpcName()
Get VPC的名称。
|
String |
getZone()
Get 可用区
|
void |
setCidrBlock(String CidrBlock)
Set VPC的CIDR。
|
void |
setCreateTime(String CreateTime)
Set 创建时间
|
void |
setIntVpcId(Long IntVpcId)
Set 整型私有网络ID。
|
void |
setState(String State)
Set VPC状态
|
void |
setVpcId(String VpcId)
Set 私有网络的唯一ID。
|
void |
setVpcName(String VpcName)
Set VPC的名称。
|
void |
setZone(String Zone)
Set 可用区
|
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, toJsonString
public VpcInfo()
public VpcInfo(VpcInfo source)
public String getVpcId()
public void setVpcId(String VpcId)
VpcId
- 私有网络的唯一ID。public String getVpcName()
public void setVpcName(String VpcName)
VpcName
- VPC的名称。public String getCidrBlock()
public void setCidrBlock(String CidrBlock)
CidrBlock
- VPC的CIDR。public String getZone()
public void setZone(String Zone)
Zone
- 可用区public String getState()
public void setState(String State)
State
- VPC状态public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 创建时间public Long getIntVpcId()
public void setIntVpcId(Long IntVpcId)
IntVpcId
- 整型私有网络ID。Copyright © 2021. All rights reserved.