public class Vpc extends AbstractModel
Constructor and Description |
---|
Vpc() |
Vpc(Vpc 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 The secondary CIDR block.
|
String |
getCidrBlock()
Get The `IPv4` `CIDR` of the `VPC`.
|
String |
getCreatedTime()
Get Creation Time.
|
String |
getDhcpOptionsId()
Get `DHCP` option set `ID`.
|
String[] |
getDnsServerSet()
Get `DNS` list.
|
String |
getDomainName()
Get DHCP domain name option value.
|
Boolean |
getEnableDhcp()
Get Whether `DHCP` is enabled.
|
Boolean |
getEnableMulticast()
Get Whether multicast is enabled.
|
String |
getIpv6CidrBlock()
Get The `IPv6` `CIDR` of the `VPC`.
|
Boolean |
getIsDefault()
Get Whether it is the default `VPC`.
|
Tag[] |
getTagSet()
Get Tag key-value pair
|
String |
getVpcId()
Get `VPC` instance `ID`, such as `vpc-azd4dt1c`.
|
String |
getVpcName()
Get `VPC` name.
|
void |
setAssistantCidrSet(AssistantCidr[] AssistantCidrSet)
Set The secondary CIDR block.
|
void |
setCidrBlock(String CidrBlock)
Set The `IPv4` `CIDR` of the `VPC`.
|
void |
setCreatedTime(String CreatedTime)
Set Creation Time.
|
void |
setDhcpOptionsId(String DhcpOptionsId)
Set `DHCP` option set `ID`.
|
void |
setDnsServerSet(String[] DnsServerSet)
Set `DNS` list.
|
void |
setDomainName(String DomainName)
Set DHCP domain name option value.
|
void |
setEnableDhcp(Boolean EnableDhcp)
Set Whether `DHCP` is enabled.
|
void |
setEnableMulticast(Boolean EnableMulticast)
Set Whether multicast is enabled.
|
void |
setIpv6CidrBlock(String Ipv6CidrBlock)
Set The `IPv6` `CIDR` of the `VPC`.
|
void |
setIsDefault(Boolean IsDefault)
Set Whether it is the default `VPC`.
|
void |
setTagSet(Tag[] TagSet)
Set Tag key-value pair
|
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Vpc()
public Vpc(Vpc 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
- The `IPv4` `CIDR` 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 multicast is enabled.public String getCreatedTime()
public void setCreatedTime(String CreatedTime)
CreatedTime
- Creation Time.public String[] getDnsServerSet()
public void setDnsServerSet(String[] DnsServerSet)
DnsServerSet
- `DNS` list.public String getDomainName()
public void setDomainName(String DomainName)
DomainName
- DHCP domain name 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 `DHCP` is enabled.public String getIpv6CidrBlock()
public void setIpv6CidrBlock(String Ipv6CidrBlock)
Ipv6CidrBlock
- The `IPv6` `CIDR` of the `VPC`.public Tag[] getTagSet()
public void setTagSet(Tag[] TagSet)
TagSet
- Tag key-value pairpublic AssistantCidr[] getAssistantCidrSet()
public void setAssistantCidrSet(AssistantCidr[] AssistantCidrSet)
AssistantCidrSet
- The secondary CIDR block.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.