Viewing docs for edgecenter 0.12.7
published on Tuesday, May 19, 2026 by edge-center
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
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 dictionarydata "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:
- id string
- zones list(object)
- id String
- zones List<Property Map>
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.12.7
published on Tuesday, May 19, 2026 by edge-center
published on Tuesday, May 19, 2026 by edge-center