spectrocloud 0.23.5 published on Sunday, Apr 20, 2025 by spectrocloud
spectrocloud.getPrivatecloudgatewayDnsMap
Explore with Pulumi AI
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:
- Private
Cloud stringGateway Id - The ID of the private cloud gateway.
- Search
Domain stringName - 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 stringGateway Id - The ID of the private cloud gateway.
- Search
Domain stringName - 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 StringGateway Id - The ID of the private cloud gateway.
- search
Domain StringName - 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 stringGateway Id - The ID of the private cloud gateway.
- search
Domain stringName - 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_ strgateway_ id - The ID of the private cloud gateway.
- search_
domain_ strname - 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.
- private
Cloud StringGateway Id - The ID of the private cloud gateway.
- search
Domain StringName - 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:
- Data
Center 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.
- Private
Cloud stringGateway Id - The ID of the private cloud gateway.
- Search
Domain stringName - The domain name used for DNS search queries within the private cloud.
- Data
Center 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.
- Private
Cloud stringGateway Id - The ID of the private cloud gateway.
- Search
Domain stringName - The domain name used for DNS search queries within the private cloud.
- data
Center 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.
- private
Cloud StringGateway Id - The ID of the private cloud gateway.
- search
Domain StringName - The domain name used for DNS search queries within the private cloud.
- data
Center 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.
- private
Cloud stringGateway Id - The ID of the private cloud gateway.
- search
Domain stringName - 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_ strgateway_ id - The ID of the private cloud gateway.
- search_
domain_ strname - The domain name used for DNS search queries within the private cloud.
- data
Center 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.
- private
Cloud StringGateway Id - The ID of the private cloud gateway.
- search
Domain StringName - 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 0.23.5 published on Sunday, Apr 20, 2025 by spectrocloud