1. Packages
  2. Spectrocloud Provider
  3. API Docs
  4. getPrivatecloudgatewayDnsMap
spectrocloud 0.23.5 published on Sunday, Apr 20, 2025 by spectrocloud

spectrocloud.getPrivatecloudgatewayDnsMap

Explore with Pulumi AI

spectrocloud logo
spectrocloud 0.23.5 published on Sunday, Apr 20, 2025 by spectrocloud

    Using getPrivatecloudgatewayDnsMap

    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 getPrivatecloudgatewayDnsMap(args: GetPrivatecloudgatewayDnsMapArgs, opts?: InvokeOptions): Promise<GetPrivatecloudgatewayDnsMapResult>
    function getPrivatecloudgatewayDnsMapOutput(args: GetPrivatecloudgatewayDnsMapOutputArgs, opts?: InvokeOptions): Output<GetPrivatecloudgatewayDnsMapResult>
    def get_privatecloudgateway_dns_map(id: Optional[str] = None,
                                        network: Optional[str] = None,
                                        private_cloud_gateway_id: Optional[str] = None,
                                        search_domain_name: Optional[str] = None,
                                        opts: Optional[InvokeOptions] = None) -> GetPrivatecloudgatewayDnsMapResult
    def get_privatecloudgateway_dns_map_output(id: Optional[pulumi.Input[str]] = None,
                                        network: Optional[pulumi.Input[str]] = None,
                                        private_cloud_gateway_id: Optional[pulumi.Input[str]] = None,
                                        search_domain_name: Optional[pulumi.Input[str]] = None,
                                        opts: Optional[InvokeOptions] = None) -> Output[GetPrivatecloudgatewayDnsMapResult]
    func LookupPrivatecloudgatewayDnsMap(ctx *Context, args *LookupPrivatecloudgatewayDnsMapArgs, opts ...InvokeOption) (*LookupPrivatecloudgatewayDnsMapResult, error)
    func LookupPrivatecloudgatewayDnsMapOutput(ctx *Context, args *LookupPrivatecloudgatewayDnsMapOutputArgs, opts ...InvokeOption) LookupPrivatecloudgatewayDnsMapResultOutput

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

    public static class GetPrivatecloudgatewayDnsMap 
    {
        public static Task<GetPrivatecloudgatewayDnsMapResult> InvokeAsync(GetPrivatecloudgatewayDnsMapArgs args, InvokeOptions? opts = null)
        public static Output<GetPrivatecloudgatewayDnsMapResult> Invoke(GetPrivatecloudgatewayDnsMapInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetPrivatecloudgatewayDnsMapResult> getPrivatecloudgatewayDnsMap(GetPrivatecloudgatewayDnsMapArgs args, InvokeOptions options)
    public static Output<GetPrivatecloudgatewayDnsMapResult> getPrivatecloudgatewayDnsMap(GetPrivatecloudgatewayDnsMapArgs args, InvokeOptions options)
    
    fn::invoke:
      function: spectrocloud:index/getPrivatecloudgatewayDnsMap:getPrivatecloudgatewayDnsMap
      arguments:
        # arguments dictionary

    The following arguments are supported:

    PrivateCloudGatewayId string
    The ID of the private cloud gateway.
    SearchDomainName string
    The domain name used for DNS search queries within the private cloud.
    Id string
    The ID of this resource.
    Network string
    The network to which the private cloud gateway is mapped.
    PrivateCloudGatewayId string
    The ID of the private cloud gateway.
    SearchDomainName string
    The domain name used for DNS search queries within the private cloud.
    Id string
    The ID of this resource.
    Network string
    The network to which the private cloud gateway is mapped.
    privateCloudGatewayId String
    The ID of the private cloud gateway.
    searchDomainName String
    The domain name used for DNS search queries within the private cloud.
    id String
    The ID of this resource.
    network String
    The network to which the private cloud gateway is mapped.
    privateCloudGatewayId string
    The ID of the private cloud gateway.
    searchDomainName string
    The domain name used for DNS search queries within the private cloud.
    id string
    The ID of this resource.
    network string
    The network to which the private cloud gateway is mapped.
    private_cloud_gateway_id str
    The ID of the private cloud gateway.
    search_domain_name str
    The domain name used for DNS search queries within the private cloud.
    id str
    The ID of this resource.
    network str
    The network to which the private cloud gateway is mapped.
    privateCloudGatewayId String
    The ID of the private cloud gateway.
    searchDomainName String
    The domain name used for DNS search queries within the private cloud.
    id String
    The ID of this resource.
    network String
    The network to which the private cloud gateway is mapped.

    getPrivatecloudgatewayDnsMap Result

    The following output properties are available:

    DataCenter string
    The data center in which the private cloud resides.
    Id string
    The ID of this resource.
    Network string
    The network to which the private cloud gateway is mapped.
    PrivateCloudGatewayId string
    The ID of the private cloud gateway.
    SearchDomainName string
    The domain name used for DNS search queries within the private cloud.
    DataCenter string
    The data center in which the private cloud resides.
    Id string
    The ID of this resource.
    Network string
    The network to which the private cloud gateway is mapped.
    PrivateCloudGatewayId string
    The ID of the private cloud gateway.
    SearchDomainName string
    The domain name used for DNS search queries within the private cloud.
    dataCenter String
    The data center in which the private cloud resides.
    id String
    The ID of this resource.
    network String
    The network to which the private cloud gateway is mapped.
    privateCloudGatewayId String
    The ID of the private cloud gateway.
    searchDomainName String
    The domain name used for DNS search queries within the private cloud.
    dataCenter string
    The data center in which the private cloud resides.
    id string
    The ID of this resource.
    network string
    The network to which the private cloud gateway is mapped.
    privateCloudGatewayId string
    The ID of the private cloud gateway.
    searchDomainName string
    The domain name used for DNS search queries within the private cloud.
    data_center str
    The data center in which the private cloud resides.
    id str
    The ID of this resource.
    network str
    The network to which the private cloud gateway is mapped.
    private_cloud_gateway_id str
    The ID of the private cloud gateway.
    search_domain_name str
    The domain name used for DNS search queries within the private cloud.
    dataCenter String
    The data center in which the private cloud resides.
    id String
    The ID of this resource.
    network String
    The network to which the private cloud gateway is mapped.
    privateCloudGatewayId String
    The ID of the private cloud gateway.
    searchDomainName String
    The domain name used for DNS search queries within the private cloud.

    Package Details

    Repository
    spectrocloud spectrocloud/terraform-provider-spectrocloud
    License
    Notes
    This Pulumi package is based on the spectrocloud Terraform Provider.
    spectrocloud logo
    spectrocloud 0.23.5 published on Sunday, Apr 20, 2025 by spectrocloud