Viewing docs for edgecenter 0.13.0
published on Tuesday, Jun 16, 2026 by edge-center
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
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 dictionarydata "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<Get
Dns Secondary Zones Zone> - List of secondary zones
- Id string
- The ID of this resource.
- Zones
[]Get
Dns Secondary Zones Zone - 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<Get
Dns Secondary Zones Zone> - List of secondary zones
- id string
- The ID of this resource.
- zones
Get
Dns Secondary Zones Zone[] - List of secondary zones
- id str
- The ID of this resource.
- zones
Sequence[Get
Dns Secondary Zones Zone] - 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
- tsig_
name string - updated_
at string - zone_
id number
- master str
- name str
- tsig_
name str - updated_
at str - zone_
id float
Package Details
- Repository
- edgecenter edge-center/terraform-provider-edgecenter
- License
- Notes
- This Pulumi package is based on the
edgecenterTerraform Provider.
Viewing docs for edgecenter 0.13.0
published on Tuesday, Jun 16, 2026 by edge-center
published on Tuesday, Jun 16, 2026 by edge-center