public class PrivateZone extends AbstractModel
header, skipSign
Constructor and Description |
---|
PrivateZone() |
PrivateZone(PrivateZone 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 |
---|---|
AccountVpcInfoOutput[] |
getAccountVpcSet()
Get List of authorized accounts' VPCs associated with the private domain
Note: this field may return `null`, indicating that no valid values can be obtained.
|
String |
getCreatedOn()
Get Creation time
|
String |
getDnsForwardStatus()
Get Subdomain recursive DNS status.
|
String |
getDomain()
Get Private domain
|
Long |
getOwnerUin()
Get Domain name owner UIN
|
Long |
getRecordCount()
Get Number of results
|
String |
getRemark()
Get Remarks
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getStatus()
Get Private domain status.
|
TagInfo[] |
getTags()
Get Set of tag key-value pairs
|
String |
getUpdatedOn()
Get Modification time
|
VpcInfo[] |
getVpcSet()
Get List of bound VPCs
|
String |
getZoneId()
Get Private domain ID: zone-xxxxxxxx
|
void |
setAccountVpcSet(AccountVpcInfoOutput[] AccountVpcSet)
Set List of authorized accounts' VPCs associated with the private domain
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setCreatedOn(String CreatedOn)
Set Creation time
|
void |
setDnsForwardStatus(String DnsForwardStatus)
Set Subdomain recursive DNS status.
|
void |
setDomain(String Domain)
Set Private domain
|
void |
setOwnerUin(Long OwnerUin)
Set Domain name owner UIN
|
void |
setRecordCount(Long RecordCount)
Set Number of results
|
void |
setRemark(String Remark)
Set Remarks
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setStatus(String Status)
Set Private domain status.
|
void |
setTags(TagInfo[] Tags)
Set Set of tag key-value pairs
|
void |
setUpdatedOn(String UpdatedOn)
Set Modification time
|
void |
setVpcSet(VpcInfo[] VpcSet)
Set List of bound VPCs
|
void |
setZoneId(String ZoneId)
Set Private domain ID: zone-xxxxxxxx
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public PrivateZone()
public PrivateZone(PrivateZone source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- Private domain ID: zone-xxxxxxxxpublic Long getOwnerUin()
public void setOwnerUin(Long OwnerUin)
OwnerUin
- Domain name owner UINpublic String getDomain()
public void setDomain(String Domain)
Domain
- Private domainpublic String getCreatedOn()
public void setCreatedOn(String CreatedOn)
CreatedOn
- Creation timepublic String getUpdatedOn()
public void setUpdatedOn(String UpdatedOn)
UpdatedOn
- Modification timepublic Long getRecordCount()
public void setRecordCount(Long RecordCount)
RecordCount
- Number of resultspublic String getRemark()
public void setRemark(String Remark)
Remark
- Remarks
Note: this field may return null, indicating that no valid values can be obtained.public VpcInfo[] getVpcSet()
public void setVpcSet(VpcInfo[] VpcSet)
VpcSet
- List of bound VPCspublic String getStatus()
public void setStatus(String Status)
Status
- Private domain status. Valid values: ENABLED (DNS enabled); SUSPEND (DNS paused); FROZEN (locked)public String getDnsForwardStatus()
public void setDnsForwardStatus(String DnsForwardStatus)
DnsForwardStatus
- Subdomain recursive DNS status. Valid values: ENABLED, DISABLEDpublic TagInfo[] getTags()
public void setTags(TagInfo[] Tags)
Tags
- Set of tag key-value pairspublic AccountVpcInfoOutput[] getAccountVpcSet()
public void setAccountVpcSet(AccountVpcInfoOutput[] AccountVpcSet)
AccountVpcSet
- List of authorized accounts' VPCs associated with the private domain
Note: this field may return `null`, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.