Gandi v2.3.0 published on Saturday, Oct 4, 2025 by Pulumiverse
gandi.livedns.getDomainNameserver
Start a Neo task
Explain and create a gandi.livedns.getDomainNameserver resource
Using getDomainNameserver
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 getDomainNameserver(args: GetDomainNameserverArgs, opts?: InvokeOptions): Promise<GetDomainNameserverResult>
function getDomainNameserverOutput(args: GetDomainNameserverOutputArgs, opts?: InvokeOptions): Output<GetDomainNameserverResult>def get_domain_nameserver(name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDomainNameserverResult
def get_domain_nameserver_output(name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDomainNameserverResult]func GetDomainNameserver(ctx *Context, args *GetDomainNameserverArgs, opts ...InvokeOption) (*GetDomainNameserverResult, error)
func GetDomainNameserverOutput(ctx *Context, args *GetDomainNameserverOutputArgs, opts ...InvokeOption) GetDomainNameserverResultOutput> Note: This function is named GetDomainNameserver in the Go SDK.
public static class GetDomainNameserver
{
public static Task<GetDomainNameserverResult> InvokeAsync(GetDomainNameserverArgs args, InvokeOptions? opts = null)
public static Output<GetDomainNameserverResult> Invoke(GetDomainNameserverInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetDomainNameserverResult> getDomainNameserver(GetDomainNameserverArgs args, InvokeOptions options)
public static Output<GetDomainNameserverResult> getDomainNameserver(GetDomainNameserverArgs args, InvokeOptions options)
fn::invoke:
function: gandi:livedns/getDomainNameserver:getDomainNameserver
arguments:
# arguments dictionaryThe following arguments are supported:
- Name string
- The FQDN of the domain
- Name string
- The FQDN of the domain
- name String
- The FQDN of the domain
- name string
- The FQDN of the domain
- name str
- The FQDN of the domain
- name String
- The FQDN of the domain
getDomainNameserver Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The FQDN of the domain
- Nameservers List<string>
- A list of nameservers for the domain
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The FQDN of the domain
- Nameservers []string
- A list of nameservers for the domain
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The FQDN of the domain
- nameservers List<String>
- A list of nameservers for the domain
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- The FQDN of the domain
- nameservers string[]
- A list of nameservers for the domain
- id str
- The provider-assigned unique ID for this managed resource.
- name str
- The FQDN of the domain
- nameservers Sequence[str]
- A list of nameservers for the domain
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The FQDN of the domain
- nameservers List<String>
- A list of nameservers for the domain
Package Details
- Repository
- gandi pulumiverse/pulumi-gandi
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
gandiTerraform Provider.
