1. Packages
  2. Packages
  3. Edgecenter Provider
  4. API Docs
  5. getDnsSecondaryZones
Viewing docs for edgecenter 0.12.7
published on Tuesday, May 19, 2026 by edge-center
Viewing docs for edgecenter 0.12.7
published on Tuesday, May 19, 2026 by edge-center

    Using getDnsSecondaryZones

    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 getDnsSecondaryZones(args: GetDnsSecondaryZonesArgs, opts?: InvokeOptions): Promise<GetDnsSecondaryZonesResult>
    function getDnsSecondaryZonesOutput(args: GetDnsSecondaryZonesOutputArgs, opts?: InvokeOptions): Output<GetDnsSecondaryZonesResult>
    def get_dns_secondary_zones(id: Optional[str] = None,
                                opts: Optional[InvokeOptions] = None) -> GetDnsSecondaryZonesResult
    def get_dns_secondary_zones_output(id: pulumi.Input[Optional[str]] = None,
                                opts: Optional[InvokeOptions] = None) -> Output[GetDnsSecondaryZonesResult]
    func GetDnsSecondaryZones(ctx *Context, args *GetDnsSecondaryZonesArgs, opts ...InvokeOption) (*GetDnsSecondaryZonesResult, error)
    func GetDnsSecondaryZonesOutput(ctx *Context, args *GetDnsSecondaryZonesOutputArgs, opts ...InvokeOption) GetDnsSecondaryZonesResultOutput

    > Note: This function is named GetDnsSecondaryZones in the Go SDK.

    public static class GetDnsSecondaryZones 
    {
        public static Task<GetDnsSecondaryZonesResult> InvokeAsync(GetDnsSecondaryZonesArgs args, InvokeOptions? opts = null)
        public static Output<GetDnsSecondaryZonesResult> Invoke(GetDnsSecondaryZonesInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetDnsSecondaryZonesResult> getDnsSecondaryZones(GetDnsSecondaryZonesArgs args, InvokeOptions options)
    public static Output<GetDnsSecondaryZonesResult> getDnsSecondaryZones(GetDnsSecondaryZonesArgs args, InvokeOptions options)
    
    fn::invoke:
      function: edgecenter:index/getDnsSecondaryZones:getDnsSecondaryZones
      arguments:
        # arguments dictionary
    data "edgecenter_getdnssecondaryzones" "name" {
        # arguments
    }

    The following arguments are supported:

    Id string
    Id string
    id string
    id String
    id string
    id str
    id String

    getDnsSecondaryZones Result

    The following output properties are available:

    Supporting Types

    GetDnsSecondaryZonesZone

    Master string
    Name string
    TsigName string
    UpdatedAt string
    ZoneId double
    Master string
    Name string
    TsigName string
    UpdatedAt string
    ZoneId float64
    master string
    name string
    tsig_name string
    updated_at string
    zone_id number
    master String
    name String
    tsigName String
    updatedAt String
    zoneId Double
    master string
    name string
    tsigName string
    updatedAt string
    zoneId number
    master String
    name String
    tsigName String
    updatedAt String
    zoneId Number

    Package Details

    Repository
    edgecenter edge-center/terraform-provider-edgecenter
    License
    Notes
    This Pulumi package is based on the edgecenter Terraform Provider.
    Viewing docs for edgecenter 0.12.7
    published on Tuesday, May 19, 2026 by edge-center

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial