Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
published on Thursday, Apr 23, 2026 by Volcengine
Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
published on Thursday, Apr 23, 2026 by Volcengine
Data Source schema for Volcengine::DNS::Zone
Using getZone
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getZone(args: GetZoneArgs, opts?: InvokeOptions): Promise<GetZoneResult>
function getZoneOutput(args: GetZoneOutputArgs, opts?: InvokeOptions): Output<GetZoneResult>def get_zone(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetZoneResult
def get_zone_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetZoneResult]func LookupZone(ctx *Context, args *LookupZoneArgs, opts ...InvokeOption) (*LookupZoneResult, error)
func LookupZoneOutput(ctx *Context, args *LookupZoneOutputArgs, opts ...InvokeOption) LookupZoneResultOutput> Note: This function is named LookupZone in the Go SDK.
public static class GetZone
{
public static Task<GetZoneResult> InvokeAsync(GetZoneArgs args, InvokeOptions? opts = null)
public static Output<GetZoneResult> Invoke(GetZoneInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetZoneResult> getZone(GetZoneArgs args, InvokeOptions options)
public static Output<GetZoneResult> getZone(GetZoneArgs args, InvokeOptions options)
fn::invoke:
function: volcenginecc:dns/getZone:getZone
arguments:
# arguments dictionaryThe following arguments are supported:
- Id string
- Uniquely identifies the resource.
- Id string
- Uniquely identifies the resource.
- id String
- Uniquely identifies the resource.
- id string
- Uniquely identifies the resource.
- id str
- Uniquely identifies the resource.
- id String
- Uniquely identifies the resource.
getZone Result
The following output properties are available:
- Allocate
Dns List<string>Server Lists - List of DNS servers assigned to the domain by Cloud DNS
- Auto
Renew bool - Whether domain auto-renewal is enabled. true: Auto-renewal enabled. false: Auto-renewal disabled.
- Cache
Stage int - Domain ownership status. This parameter has the following values: 0: You are the domain owner. After adding this domain, you can manage its DNS resolution. 1: You are not the domain owner. After adding this domain, its status is 'domain reclaim pending.' To manage DNS resolution, you must verify domain ownership in the console as prompted.
- Created
Time string - Domain creation time.
- Dns
Security string - Version of DNS DDoS protection service. dnssecuritystandard_inner: Standard protection edition. "": No protection edition.
- Expired
Time int - Instance expiration time. Format is Unix timestamp. For Cloud DNS Free Edition, this field is null.
- Id string
- Uniquely identifies the resource.
- Instance
Id string - Instance ID. For Cloud DNS Free Edition, this field is null.
- Instance
No string - Instance ID. For Cloud DNS Free Edition, this field is null.
- Is
Ns boolCorrect - Whether the DNS server configuration is correct. If configured correctly, the domain status in Cloud DNS is Normal. This parameter has the following values: true: The DNS server list in RealDNSServerList includes all DNS servers in AllocateDNSServerList. In this case, the DNS server configuration is correct. false: The DNS server list in RealDNSServerList includes only some or none of the DNS servers in AllocateDNSServerList. In this case, the DNS server configuration is incorrect.
- Is
Sub boolDomain - Whether it is a subdomain. true: Subdomain. false: Primary domain.
- Last
Operator string - ID of the account that created the domain.
- Project
Name string - Domain project.
- Real
Dns List<string>Server Lists - List of DNS servers actually used by the domain.
- Record
Count int - Total number of DNS records contained in the domain.
- Remark string
- Domain notes
- Stage int
- Domain status. This parameter has the following values: 0: Normal. In this state, the domain's DNS resolution records are active. 1: Domain reclaim pending. In this state, the domain's DNS resolution records are inactive. This status indicates you are not the owner of the domain. If you need to manage DNS resolution, you must verify domain ownership. 2: TrafficRoute not used for resolution. In this state, the domain's DNS resolution records are inactive. This status means the DNS server assigned to the domain is not a Cloud DNS server. 3: Abnormal. In this state, the domain's DNS resolution records are inactive. Common causes for this status include: the domain is disabled by the registry or registrar due to lack of real-name verification; DNS server not configured; domain not registered; API timeout when querying the domain, possibly due to network issues. 5: Please change DNS server. This status means you need to update the domain's DNS server to the newly assigned Cloud DNS server due to service upgrade or change.
- Sub
Domain stringHost - Prefix of the subdomain. If the domain is not a subdomain, this parameter is null.
-
List<Volcengine.
Get Zone Tag> - Tags for the domain. Default is empty.
- Trade
Code string - Domain feature version. This parameter has the following values: freeinner: Free Edition; professionalinner: Professional Edition; enterpriseinner: Enterprise Edition; ultimateinner: Flagship Edition; ultimateexclusiveinner: Premium Edition.
- Updated
Time string - Last update time for the domain. Update operations include: updating domain remarks, creating DNS records under the domain.
- Zid string
- Domain ID.
- Zone
Name string - Domain name.
- Allocate
Dns []stringServer Lists - List of DNS servers assigned to the domain by Cloud DNS
- Auto
Renew bool - Whether domain auto-renewal is enabled. true: Auto-renewal enabled. false: Auto-renewal disabled.
- Cache
Stage int - Domain ownership status. This parameter has the following values: 0: You are the domain owner. After adding this domain, you can manage its DNS resolution. 1: You are not the domain owner. After adding this domain, its status is 'domain reclaim pending.' To manage DNS resolution, you must verify domain ownership in the console as prompted.
- Created
Time string - Domain creation time.
- Dns
Security string - Version of DNS DDoS protection service. dnssecuritystandard_inner: Standard protection edition. "": No protection edition.
- Expired
Time int - Instance expiration time. Format is Unix timestamp. For Cloud DNS Free Edition, this field is null.
- Id string
- Uniquely identifies the resource.
- Instance
Id string - Instance ID. For Cloud DNS Free Edition, this field is null.
- Instance
No string - Instance ID. For Cloud DNS Free Edition, this field is null.
- Is
Ns boolCorrect - Whether the DNS server configuration is correct. If configured correctly, the domain status in Cloud DNS is Normal. This parameter has the following values: true: The DNS server list in RealDNSServerList includes all DNS servers in AllocateDNSServerList. In this case, the DNS server configuration is correct. false: The DNS server list in RealDNSServerList includes only some or none of the DNS servers in AllocateDNSServerList. In this case, the DNS server configuration is incorrect.
- Is
Sub boolDomain - Whether it is a subdomain. true: Subdomain. false: Primary domain.
- Last
Operator string - ID of the account that created the domain.
- Project
Name string - Domain project.
- Real
Dns []stringServer Lists - List of DNS servers actually used by the domain.
- Record
Count int - Total number of DNS records contained in the domain.
- Remark string
- Domain notes
- Stage int
- Domain status. This parameter has the following values: 0: Normal. In this state, the domain's DNS resolution records are active. 1: Domain reclaim pending. In this state, the domain's DNS resolution records are inactive. This status indicates you are not the owner of the domain. If you need to manage DNS resolution, you must verify domain ownership. 2: TrafficRoute not used for resolution. In this state, the domain's DNS resolution records are inactive. This status means the DNS server assigned to the domain is not a Cloud DNS server. 3: Abnormal. In this state, the domain's DNS resolution records are inactive. Common causes for this status include: the domain is disabled by the registry or registrar due to lack of real-name verification; DNS server not configured; domain not registered; API timeout when querying the domain, possibly due to network issues. 5: Please change DNS server. This status means you need to update the domain's DNS server to the newly assigned Cloud DNS server due to service upgrade or change.
- Sub
Domain stringHost - Prefix of the subdomain. If the domain is not a subdomain, this parameter is null.
-
[]Get
Zone Tag - Tags for the domain. Default is empty.
- Trade
Code string - Domain feature version. This parameter has the following values: freeinner: Free Edition; professionalinner: Professional Edition; enterpriseinner: Enterprise Edition; ultimateinner: Flagship Edition; ultimateexclusiveinner: Premium Edition.
- Updated
Time string - Last update time for the domain. Update operations include: updating domain remarks, creating DNS records under the domain.
- Zid string
- Domain ID.
- Zone
Name string - Domain name.
- allocate
Dns List<String>Server Lists - List of DNS servers assigned to the domain by Cloud DNS
- auto
Renew Boolean - Whether domain auto-renewal is enabled. true: Auto-renewal enabled. false: Auto-renewal disabled.
- cache
Stage Integer - Domain ownership status. This parameter has the following values: 0: You are the domain owner. After adding this domain, you can manage its DNS resolution. 1: You are not the domain owner. After adding this domain, its status is 'domain reclaim pending.' To manage DNS resolution, you must verify domain ownership in the console as prompted.
- created
Time String - Domain creation time.
- dns
Security String - Version of DNS DDoS protection service. dnssecuritystandard_inner: Standard protection edition. "": No protection edition.
- expired
Time Integer - Instance expiration time. Format is Unix timestamp. For Cloud DNS Free Edition, this field is null.
- id String
- Uniquely identifies the resource.
- instance
Id String - Instance ID. For Cloud DNS Free Edition, this field is null.
- instance
No String - Instance ID. For Cloud DNS Free Edition, this field is null.
- is
Ns BooleanCorrect - Whether the DNS server configuration is correct. If configured correctly, the domain status in Cloud DNS is Normal. This parameter has the following values: true: The DNS server list in RealDNSServerList includes all DNS servers in AllocateDNSServerList. In this case, the DNS server configuration is correct. false: The DNS server list in RealDNSServerList includes only some or none of the DNS servers in AllocateDNSServerList. In this case, the DNS server configuration is incorrect.
- is
Sub BooleanDomain - Whether it is a subdomain. true: Subdomain. false: Primary domain.
- last
Operator String - ID of the account that created the domain.
- project
Name String - Domain project.
- real
Dns List<String>Server Lists - List of DNS servers actually used by the domain.
- record
Count Integer - Total number of DNS records contained in the domain.
- remark String
- Domain notes
- stage Integer
- Domain status. This parameter has the following values: 0: Normal. In this state, the domain's DNS resolution records are active. 1: Domain reclaim pending. In this state, the domain's DNS resolution records are inactive. This status indicates you are not the owner of the domain. If you need to manage DNS resolution, you must verify domain ownership. 2: TrafficRoute not used for resolution. In this state, the domain's DNS resolution records are inactive. This status means the DNS server assigned to the domain is not a Cloud DNS server. 3: Abnormal. In this state, the domain's DNS resolution records are inactive. Common causes for this status include: the domain is disabled by the registry or registrar due to lack of real-name verification; DNS server not configured; domain not registered; API timeout when querying the domain, possibly due to network issues. 5: Please change DNS server. This status means you need to update the domain's DNS server to the newly assigned Cloud DNS server due to service upgrade or change.
- sub
Domain StringHost - Prefix of the subdomain. If the domain is not a subdomain, this parameter is null.
-
List<Get
Zone Tag> - Tags for the domain. Default is empty.
- trade
Code String - Domain feature version. This parameter has the following values: freeinner: Free Edition; professionalinner: Professional Edition; enterpriseinner: Enterprise Edition; ultimateinner: Flagship Edition; ultimateexclusiveinner: Premium Edition.
- updated
Time String - Last update time for the domain. Update operations include: updating domain remarks, creating DNS records under the domain.
- zid String
- Domain ID.
- zone
Name String - Domain name.
- allocate
Dns string[]Server Lists - List of DNS servers assigned to the domain by Cloud DNS
- auto
Renew boolean - Whether domain auto-renewal is enabled. true: Auto-renewal enabled. false: Auto-renewal disabled.
- cache
Stage number - Domain ownership status. This parameter has the following values: 0: You are the domain owner. After adding this domain, you can manage its DNS resolution. 1: You are not the domain owner. After adding this domain, its status is 'domain reclaim pending.' To manage DNS resolution, you must verify domain ownership in the console as prompted.
- created
Time string - Domain creation time.
- dns
Security string - Version of DNS DDoS protection service. dnssecuritystandard_inner: Standard protection edition. "": No protection edition.
- expired
Time number - Instance expiration time. Format is Unix timestamp. For Cloud DNS Free Edition, this field is null.
- id string
- Uniquely identifies the resource.
- instance
Id string - Instance ID. For Cloud DNS Free Edition, this field is null.
- instance
No string - Instance ID. For Cloud DNS Free Edition, this field is null.
- is
Ns booleanCorrect - Whether the DNS server configuration is correct. If configured correctly, the domain status in Cloud DNS is Normal. This parameter has the following values: true: The DNS server list in RealDNSServerList includes all DNS servers in AllocateDNSServerList. In this case, the DNS server configuration is correct. false: The DNS server list in RealDNSServerList includes only some or none of the DNS servers in AllocateDNSServerList. In this case, the DNS server configuration is incorrect.
- is
Sub booleanDomain - Whether it is a subdomain. true: Subdomain. false: Primary domain.
- last
Operator string - ID of the account that created the domain.
- project
Name string - Domain project.
- real
Dns string[]Server Lists - List of DNS servers actually used by the domain.
- record
Count number - Total number of DNS records contained in the domain.
- remark string
- Domain notes
- stage number
- Domain status. This parameter has the following values: 0: Normal. In this state, the domain's DNS resolution records are active. 1: Domain reclaim pending. In this state, the domain's DNS resolution records are inactive. This status indicates you are not the owner of the domain. If you need to manage DNS resolution, you must verify domain ownership. 2: TrafficRoute not used for resolution. In this state, the domain's DNS resolution records are inactive. This status means the DNS server assigned to the domain is not a Cloud DNS server. 3: Abnormal. In this state, the domain's DNS resolution records are inactive. Common causes for this status include: the domain is disabled by the registry or registrar due to lack of real-name verification; DNS server not configured; domain not registered; API timeout when querying the domain, possibly due to network issues. 5: Please change DNS server. This status means you need to update the domain's DNS server to the newly assigned Cloud DNS server due to service upgrade or change.
- sub
Domain stringHost - Prefix of the subdomain. If the domain is not a subdomain, this parameter is null.
-
Get
Zone Tag[] - Tags for the domain. Default is empty.
- trade
Code string - Domain feature version. This parameter has the following values: freeinner: Free Edition; professionalinner: Professional Edition; enterpriseinner: Enterprise Edition; ultimateinner: Flagship Edition; ultimateexclusiveinner: Premium Edition.
- updated
Time string - Last update time for the domain. Update operations include: updating domain remarks, creating DNS records under the domain.
- zid string
- Domain ID.
- zone
Name string - Domain name.
- allocate_
dns_ Sequence[str]server_ lists - List of DNS servers assigned to the domain by Cloud DNS
- auto_
renew bool - Whether domain auto-renewal is enabled. true: Auto-renewal enabled. false: Auto-renewal disabled.
- cache_
stage int - Domain ownership status. This parameter has the following values: 0: You are the domain owner. After adding this domain, you can manage its DNS resolution. 1: You are not the domain owner. After adding this domain, its status is 'domain reclaim pending.' To manage DNS resolution, you must verify domain ownership in the console as prompted.
- created_
time str - Domain creation time.
- dns_
security str - Version of DNS DDoS protection service. dnssecuritystandard_inner: Standard protection edition. "": No protection edition.
- expired_
time int - Instance expiration time. Format is Unix timestamp. For Cloud DNS Free Edition, this field is null.
- id str
- Uniquely identifies the resource.
- instance_
id str - Instance ID. For Cloud DNS Free Edition, this field is null.
- instance_
no str - Instance ID. For Cloud DNS Free Edition, this field is null.
- is_
ns_ boolcorrect - Whether the DNS server configuration is correct. If configured correctly, the domain status in Cloud DNS is Normal. This parameter has the following values: true: The DNS server list in RealDNSServerList includes all DNS servers in AllocateDNSServerList. In this case, the DNS server configuration is correct. false: The DNS server list in RealDNSServerList includes only some or none of the DNS servers in AllocateDNSServerList. In this case, the DNS server configuration is incorrect.
- is_
sub_ booldomain - Whether it is a subdomain. true: Subdomain. false: Primary domain.
- last_
operator str - ID of the account that created the domain.
- project_
name str - Domain project.
- real_
dns_ Sequence[str]server_ lists - List of DNS servers actually used by the domain.
- record_
count int - Total number of DNS records contained in the domain.
- remark str
- Domain notes
- stage int
- Domain status. This parameter has the following values: 0: Normal. In this state, the domain's DNS resolution records are active. 1: Domain reclaim pending. In this state, the domain's DNS resolution records are inactive. This status indicates you are not the owner of the domain. If you need to manage DNS resolution, you must verify domain ownership. 2: TrafficRoute not used for resolution. In this state, the domain's DNS resolution records are inactive. This status means the DNS server assigned to the domain is not a Cloud DNS server. 3: Abnormal. In this state, the domain's DNS resolution records are inactive. Common causes for this status include: the domain is disabled by the registry or registrar due to lack of real-name verification; DNS server not configured; domain not registered; API timeout when querying the domain, possibly due to network issues. 5: Please change DNS server. This status means you need to update the domain's DNS server to the newly assigned Cloud DNS server due to service upgrade or change.
- sub_
domain_ strhost - Prefix of the subdomain. If the domain is not a subdomain, this parameter is null.
-
Sequence[Get
Zone Tag] - Tags for the domain. Default is empty.
- trade_
code str - Domain feature version. This parameter has the following values: freeinner: Free Edition; professionalinner: Professional Edition; enterpriseinner: Enterprise Edition; ultimateinner: Flagship Edition; ultimateexclusiveinner: Premium Edition.
- updated_
time str - Last update time for the domain. Update operations include: updating domain remarks, creating DNS records under the domain.
- zid str
- Domain ID.
- zone_
name str - Domain name.
- allocate
Dns List<String>Server Lists - List of DNS servers assigned to the domain by Cloud DNS
- auto
Renew Boolean - Whether domain auto-renewal is enabled. true: Auto-renewal enabled. false: Auto-renewal disabled.
- cache
Stage Number - Domain ownership status. This parameter has the following values: 0: You are the domain owner. After adding this domain, you can manage its DNS resolution. 1: You are not the domain owner. After adding this domain, its status is 'domain reclaim pending.' To manage DNS resolution, you must verify domain ownership in the console as prompted.
- created
Time String - Domain creation time.
- dns
Security String - Version of DNS DDoS protection service. dnssecuritystandard_inner: Standard protection edition. "": No protection edition.
- expired
Time Number - Instance expiration time. Format is Unix timestamp. For Cloud DNS Free Edition, this field is null.
- id String
- Uniquely identifies the resource.
- instance
Id String - Instance ID. For Cloud DNS Free Edition, this field is null.
- instance
No String - Instance ID. For Cloud DNS Free Edition, this field is null.
- is
Ns BooleanCorrect - Whether the DNS server configuration is correct. If configured correctly, the domain status in Cloud DNS is Normal. This parameter has the following values: true: The DNS server list in RealDNSServerList includes all DNS servers in AllocateDNSServerList. In this case, the DNS server configuration is correct. false: The DNS server list in RealDNSServerList includes only some or none of the DNS servers in AllocateDNSServerList. In this case, the DNS server configuration is incorrect.
- is
Sub BooleanDomain - Whether it is a subdomain. true: Subdomain. false: Primary domain.
- last
Operator String - ID of the account that created the domain.
- project
Name String - Domain project.
- real
Dns List<String>Server Lists - List of DNS servers actually used by the domain.
- record
Count Number - Total number of DNS records contained in the domain.
- remark String
- Domain notes
- stage Number
- Domain status. This parameter has the following values: 0: Normal. In this state, the domain's DNS resolution records are active. 1: Domain reclaim pending. In this state, the domain's DNS resolution records are inactive. This status indicates you are not the owner of the domain. If you need to manage DNS resolution, you must verify domain ownership. 2: TrafficRoute not used for resolution. In this state, the domain's DNS resolution records are inactive. This status means the DNS server assigned to the domain is not a Cloud DNS server. 3: Abnormal. In this state, the domain's DNS resolution records are inactive. Common causes for this status include: the domain is disabled by the registry or registrar due to lack of real-name verification; DNS server not configured; domain not registered; API timeout when querying the domain, possibly due to network issues. 5: Please change DNS server. This status means you need to update the domain's DNS server to the newly assigned Cloud DNS server due to service upgrade or change.
- sub
Domain StringHost - Prefix of the subdomain. If the domain is not a subdomain, this parameter is null.
- List<Property Map>
- Tags for the domain. Default is empty.
- trade
Code String - Domain feature version. This parameter has the following values: freeinner: Free Edition; professionalinner: Professional Edition; enterpriseinner: Enterprise Edition; ultimateinner: Flagship Edition; ultimateexclusiveinner: Premium Edition.
- updated
Time String - Last update time for the domain. Update operations include: updating domain remarks, creating DNS records under the domain.
- zid String
- Domain ID.
- zone
Name String - Domain name.
Supporting Types
GetZoneTag
Package Details
- Repository
- volcenginecc volcengine/pulumi-volcenginecc
- License
- MPL-2.0
- Notes
- This Pulumi package is based on the
volcengineccTerraform Provider.
Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
published on Thursday, Apr 23, 2026 by Volcengine
