tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack
tencentcloud.getDnspodRecordLineList
Explore with Pulumi AI
tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack
Use this data source to query detailed information of dnspod record_line_list
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const recordLineList = tencentcloud.getDnspodRecordLineList({
domain: "iac-tf.cloud",
domainGrade: "DP_FREE",
domainId: 123,
});
import pulumi
import pulumi_tencentcloud as tencentcloud
record_line_list = tencentcloud.get_dnspod_record_line_list(domain="iac-tf.cloud",
domain_grade="DP_FREE",
domain_id=123)
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/tencentcloud/tencentcloud"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := tencentcloud.GetDnspodRecordLineList(ctx, &tencentcloud.GetDnspodRecordLineListArgs{
Domain: "iac-tf.cloud",
DomainGrade: "DP_FREE",
DomainId: pulumi.Float64Ref(123),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Tencentcloud = Pulumi.Tencentcloud;
return await Deployment.RunAsync(() =>
{
var recordLineList = Tencentcloud.GetDnspodRecordLineList.Invoke(new()
{
Domain = "iac-tf.cloud",
DomainGrade = "DP_FREE",
DomainId = 123,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.tencentcloud.TencentcloudFunctions;
import com.pulumi.tencentcloud.inputs.GetDnspodRecordLineListArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var recordLineList = TencentcloudFunctions.getDnspodRecordLineList(GetDnspodRecordLineListArgs.builder()
.domain("iac-tf.cloud")
.domainGrade("DP_FREE")
.domainId(123)
.build());
}
}
variables:
recordLineList:
fn::invoke:
function: tencentcloud:getDnspodRecordLineList
arguments:
domain: iac-tf.cloud
domainGrade: DP_FREE
domainId: 123
Using getDnspodRecordLineList
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 getDnspodRecordLineList(args: GetDnspodRecordLineListArgs, opts?: InvokeOptions): Promise<GetDnspodRecordLineListResult>
function getDnspodRecordLineListOutput(args: GetDnspodRecordLineListOutputArgs, opts?: InvokeOptions): Output<GetDnspodRecordLineListResult>
def get_dnspod_record_line_list(domain: Optional[str] = None,
domain_grade: Optional[str] = None,
domain_id: Optional[float] = None,
id: Optional[str] = None,
result_output_file: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDnspodRecordLineListResult
def get_dnspod_record_line_list_output(domain: Optional[pulumi.Input[str]] = None,
domain_grade: Optional[pulumi.Input[str]] = None,
domain_id: Optional[pulumi.Input[float]] = None,
id: Optional[pulumi.Input[str]] = None,
result_output_file: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDnspodRecordLineListResult]
func GetDnspodRecordLineList(ctx *Context, args *GetDnspodRecordLineListArgs, opts ...InvokeOption) (*GetDnspodRecordLineListResult, error)
func GetDnspodRecordLineListOutput(ctx *Context, args *GetDnspodRecordLineListOutputArgs, opts ...InvokeOption) GetDnspodRecordLineListResultOutput
> Note: This function is named GetDnspodRecordLineList
in the Go SDK.
public static class GetDnspodRecordLineList
{
public static Task<GetDnspodRecordLineListResult> InvokeAsync(GetDnspodRecordLineListArgs args, InvokeOptions? opts = null)
public static Output<GetDnspodRecordLineListResult> Invoke(GetDnspodRecordLineListInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDnspodRecordLineListResult> getDnspodRecordLineList(GetDnspodRecordLineListArgs args, InvokeOptions options)
public static Output<GetDnspodRecordLineListResult> getDnspodRecordLineList(GetDnspodRecordLineListArgs args, InvokeOptions options)
fn::invoke:
function: tencentcloud:index/getDnspodRecordLineList:getDnspodRecordLineList
arguments:
# arguments dictionary
The following arguments are supported:
- Domain string
- Domain.
- Domain
Grade string - Domain level. + Old packages: D_FREE, D_PLUS, D_EXTRA, D_EXPERT, D_ULTRA correspond to free package, personal luxury, enterprise 1, enterprise 2, enterprise 3. + New packages: DP_FREE, DP_PLUS, DP_EXTRA, DP_EXPERT, DP_ULTRA correspond to new free, personal professional, enterprise basic, enterprise standard, enterprise flagship.
- Domain
Id double - Domain ID. The parameter DomainId has a higher priority than the parameter Domain. If the parameter DomainId is passed, the parameter Domain will be ignored. You can find all Domains and DomainIds through the DescribeDomainList interface.
- Id string
- Result
Output stringFile - Used to save results.
- Domain string
- Domain.
- Domain
Grade string - Domain level. + Old packages: D_FREE, D_PLUS, D_EXTRA, D_EXPERT, D_ULTRA correspond to free package, personal luxury, enterprise 1, enterprise 2, enterprise 3. + New packages: DP_FREE, DP_PLUS, DP_EXTRA, DP_EXPERT, DP_ULTRA correspond to new free, personal professional, enterprise basic, enterprise standard, enterprise flagship.
- Domain
Id float64 - Domain ID. The parameter DomainId has a higher priority than the parameter Domain. If the parameter DomainId is passed, the parameter Domain will be ignored. You can find all Domains and DomainIds through the DescribeDomainList interface.
- Id string
- Result
Output stringFile - Used to save results.
- domain String
- Domain.
- domain
Grade String - Domain level. + Old packages: D_FREE, D_PLUS, D_EXTRA, D_EXPERT, D_ULTRA correspond to free package, personal luxury, enterprise 1, enterprise 2, enterprise 3. + New packages: DP_FREE, DP_PLUS, DP_EXTRA, DP_EXPERT, DP_ULTRA correspond to new free, personal professional, enterprise basic, enterprise standard, enterprise flagship.
- domain
Id Double - Domain ID. The parameter DomainId has a higher priority than the parameter Domain. If the parameter DomainId is passed, the parameter Domain will be ignored. You can find all Domains and DomainIds through the DescribeDomainList interface.
- id String
- result
Output StringFile - Used to save results.
- domain string
- Domain.
- domain
Grade string - Domain level. + Old packages: D_FREE, D_PLUS, D_EXTRA, D_EXPERT, D_ULTRA correspond to free package, personal luxury, enterprise 1, enterprise 2, enterprise 3. + New packages: DP_FREE, DP_PLUS, DP_EXTRA, DP_EXPERT, DP_ULTRA correspond to new free, personal professional, enterprise basic, enterprise standard, enterprise flagship.
- domain
Id number - Domain ID. The parameter DomainId has a higher priority than the parameter Domain. If the parameter DomainId is passed, the parameter Domain will be ignored. You can find all Domains and DomainIds through the DescribeDomainList interface.
- id string
- result
Output stringFile - Used to save results.
- domain str
- Domain.
- domain_
grade str - Domain level. + Old packages: D_FREE, D_PLUS, D_EXTRA, D_EXPERT, D_ULTRA correspond to free package, personal luxury, enterprise 1, enterprise 2, enterprise 3. + New packages: DP_FREE, DP_PLUS, DP_EXTRA, DP_EXPERT, DP_ULTRA correspond to new free, personal professional, enterprise basic, enterprise standard, enterprise flagship.
- domain_
id float - Domain ID. The parameter DomainId has a higher priority than the parameter Domain. If the parameter DomainId is passed, the parameter Domain will be ignored. You can find all Domains and DomainIds through the DescribeDomainList interface.
- id str
- result_
output_ strfile - Used to save results.
- domain String
- Domain.
- domain
Grade String - Domain level. + Old packages: D_FREE, D_PLUS, D_EXTRA, D_EXPERT, D_ULTRA correspond to free package, personal luxury, enterprise 1, enterprise 2, enterprise 3. + New packages: DP_FREE, DP_PLUS, DP_EXTRA, DP_EXPERT, DP_ULTRA correspond to new free, personal professional, enterprise basic, enterprise standard, enterprise flagship.
- domain
Id Number - Domain ID. The parameter DomainId has a higher priority than the parameter Domain. If the parameter DomainId is passed, the parameter Domain will be ignored. You can find all Domains and DomainIds through the DescribeDomainList interface.
- id String
- result
Output StringFile - Used to save results.
getDnspodRecordLineList Result
The following output properties are available:
- Domain string
- Domain
Grade string - Id string
- Line
Group List<GetLists Dnspod Record Line List Line Group List> - Line group list.
- Line
Lists List<GetDnspod Record Line List Line List> - Line list.
- Domain
Id double - Result
Output stringFile
- Domain string
- Domain
Grade string - Id string
- Line
Group []GetLists Dnspod Record Line List Line Group List - Line group list.
- Line
Lists []GetDnspod Record Line List Line List - Line list.
- Domain
Id float64 - Result
Output stringFile
- domain String
- domain
Grade String - id String
- line
Group List<GetLists Dnspod Record Line List Line Group List> - Line group list.
- line
Lists List<GetDnspod Record Line List Line List> - Line list.
- domain
Id Double - result
Output StringFile
- domain string
- domain
Grade string - id string
- line
Group GetLists Dnspod Record Line List Line Group List[] - Line group list.
- line
Lists GetDnspod Record Line List Line List[] - Line list.
- domain
Id number - result
Output stringFile
- domain str
- domain_
grade str - id str
- line_
group_ Sequence[Getlists Dnspod Record Line List Line Group List] - Line group list.
- line_
lists Sequence[GetDnspod Record Line List Line List] - Line list.
- domain_
id float - result_
output_ strfile
- domain String
- domain
Grade String - id String
- line
Group List<Property Map>Lists - Line group list.
- line
Lists List<Property Map> - Line list.
- domain
Id Number - result
Output StringFile
Supporting Types
GetDnspodRecordLineListLineGroupList
- line_
id str - Line ID.
- line_
lists Sequence[str] - Line list.
- name str
- Line name.
- type str
- Group type.
GetDnspodRecordLineListLineList
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloud
Terraform Provider.
tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack