public class VpcInfo extends AbstractModel
header, skipSign| 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 | 
|---|---|
AssistantCidr[] | 
getAssistantCidrSet()
Get Secondary CIDR block
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getCidrBlock()
Get IPv4 CIDR block of the VPC. 
 | 
String | 
getCreatedTime()
Get Creation time. 
 | 
String | 
getDescription()
Get Description 
 | 
String | 
getDhcpOptionsId()
Get DHCP option set ID. 
 | 
String[] | 
getDnsServerSet()
Get List of DNS servers. 
 | 
String | 
getDomainName()
Get DHCP domain option value. 
 | 
Boolean | 
getEnableDhcp()
Get Whether to enable DHCP. 
 | 
Boolean | 
getEnableMulticast()
Get Whether to enable multicast. 
 | 
Long | 
getInstanceCount()
Get Number of included instances 
 | 
String | 
getIpv6CidrBlock()
Get IPv6 CIDR block of the VPC. 
 | 
Boolean | 
getIsDefault()
Get Whether it is the default VPC. 
 | 
String | 
getRegion()
Get Region 
 | 
String | 
getRegionName()
Get Region name 
 | 
Long | 
getSubnetCount()
Get Number of included subnets 
 | 
Tag[] | 
getTagSet()
Get Tag key-value pair
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getVpcId()
Get VPC instance ID, such as `vpc-azd4dt1c`. 
 | 
String | 
getVpcName()
Get VPC name. 
 | 
void | 
setAssistantCidrSet(AssistantCidr[] AssistantCidrSet)
Set Secondary CIDR block
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setCidrBlock(String CidrBlock)
Set IPv4 CIDR block of the VPC. 
 | 
void | 
setCreatedTime(String CreatedTime)
Set Creation time. 
 | 
void | 
setDescription(String Description)
Set Description 
 | 
void | 
setDhcpOptionsId(String DhcpOptionsId)
Set DHCP option set ID. 
 | 
void | 
setDnsServerSet(String[] DnsServerSet)
Set List of DNS servers. 
 | 
void | 
setDomainName(String DomainName)
Set DHCP domain option value. 
 | 
void | 
setEnableDhcp(Boolean EnableDhcp)
Set Whether to enable DHCP. 
 | 
void | 
setEnableMulticast(Boolean EnableMulticast)
Set Whether to enable multicast. 
 | 
void | 
setInstanceCount(Long InstanceCount)
Set Number of included instances 
 | 
void | 
setIpv6CidrBlock(String Ipv6CidrBlock)
Set IPv6 CIDR block of the VPC. 
 | 
void | 
setIsDefault(Boolean IsDefault)
Set Whether it is the default VPC. 
 | 
void | 
setRegion(String Region)
Set Region 
 | 
void | 
setRegionName(String RegionName)
Set Region name 
 | 
void | 
setSubnetCount(Long SubnetCount)
Set Number of included subnets 
 | 
void | 
setTagSet(Tag[] TagSet)
Set Tag key-value pair
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setVpcId(String VpcId)
Set VPC instance ID, such as `vpc-azd4dt1c`. 
 | 
void | 
setVpcName(String VpcName)
Set VPC name. 
 | 
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 VpcInfo()
public VpcInfo(VpcInfo source)
public String getVpcName()
public void setVpcName(String VpcName)
VpcName - VPC name.public String getVpcId()
public void setVpcId(String VpcId)
VpcId - VPC instance ID, such as `vpc-azd4dt1c`.public String getCidrBlock()
public void setCidrBlock(String CidrBlock)
CidrBlock - IPv4 CIDR block of the VPC.public Boolean getIsDefault()
public void setIsDefault(Boolean IsDefault)
IsDefault - Whether it is the default VPC.public Boolean getEnableMulticast()
public void setEnableMulticast(Boolean EnableMulticast)
EnableMulticast - Whether to enable multicast.public String getCreatedTime()
public void setCreatedTime(String CreatedTime)
CreatedTime - Creation time.public String[] getDnsServerSet()
public void setDnsServerSet(String[] DnsServerSet)
DnsServerSet - List of DNS servers.
Note: this field may return null, indicating that no valid values can be obtained.public String getDomainName()
public void setDomainName(String DomainName)
DomainName - DHCP domain option value.public String getDhcpOptionsId()
public void setDhcpOptionsId(String DhcpOptionsId)
DhcpOptionsId - DHCP option set ID.public Boolean getEnableDhcp()
public void setEnableDhcp(Boolean EnableDhcp)
EnableDhcp - Whether to enable DHCP.public String getIpv6CidrBlock()
public void setIpv6CidrBlock(String Ipv6CidrBlock)
Ipv6CidrBlock - IPv6 CIDR block of the VPC.public Tag[] getTagSet()
public void setTagSet(Tag[] TagSet)
TagSet - Tag key-value pair
Note: this field may return null, indicating that no valid values can be obtained.public AssistantCidr[] getAssistantCidrSet()
public void setAssistantCidrSet(AssistantCidr[] AssistantCidrSet)
AssistantCidrSet - Secondary CIDR block
Note: this field may return null, indicating that no valid values can be obtained.public String getRegion()
public void setRegion(String Region)
Region - Regionpublic String getDescription()
public void setDescription(String Description)
Description - Descriptionpublic String getRegionName()
public void setRegionName(String RegionName)
RegionName - Region namepublic Long getSubnetCount()
public void setSubnetCount(Long SubnetCount)
SubnetCount - Number of included subnetspublic Long getInstanceCount()
public void setInstanceCount(Long InstanceCount)
InstanceCount - Number of included instancesCopyright © 2025. All rights reserved.