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

    Get list of DNS secondary zones

    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
    The ID of this resource.
    Id string
    The ID of this resource.
    id string
    The ID of this resource.
    id String
    The ID of this resource.
    id string
    The ID of this resource.
    id str
    The ID of this resource.
    id String
    The ID of this resource.

    getDnsSecondaryZones Result

    The following output properties are available:

    Id string
    The ID of this resource.
    Zones List<GetDnsSecondaryZonesZone>
    List of secondary zones
    Id string
    The ID of this resource.
    Zones []GetDnsSecondaryZonesZone
    List of secondary zones
    id string
    The ID of this resource.
    zones list(object)
    List of secondary zones
    id String
    The ID of this resource.
    zones List<GetDnsSecondaryZonesZone>
    List of secondary zones
    id string
    The ID of this resource.
    zones GetDnsSecondaryZonesZone[]
    List of secondary zones
    id str
    The ID of this resource.
    zones Sequence[GetDnsSecondaryZonesZone]
    List of secondary zones
    id String
    The ID of this resource.
    zones List<Property Map>
    List of secondary zones

    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.13.0
    published on Tuesday, Jun 16, 2026 by edge-center

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial