1. Packages
  2. Ibm Provider
  3. API Docs
  4. getIsVpcDnsResolutionBinding
ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud

ibm.getIsVpcDnsResolutionBinding

Explore with Pulumi AI

ibm logo
ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud

    Provides a read-only data source for VPCDNSResolutionBinding. You can then reference the fields of the data source in other resources within the same configuration using interpolation syntax.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as ibm from "@pulumi/ibm";
    
    const isVpcDnsResolutionBinding = ibm.getIsVpcDnsResolutionBinding({
        identifier: "id",
        vpcId: "vpc_id",
    });
    
    import pulumi
    import pulumi_ibm as ibm
    
    is_vpc_dns_resolution_binding = ibm.get_is_vpc_dns_resolution_binding(identifier="id",
        vpc_id="vpc_id")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-terraform-provider/sdks/go/ibm/ibm"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := ibm.LookupIsVpcDnsResolutionBinding(ctx, &ibm.LookupIsVpcDnsResolutionBindingArgs{
    			Identifier: "id",
    			VpcId:      "vpc_id",
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Ibm = Pulumi.Ibm;
    
    return await Deployment.RunAsync(() => 
    {
        var isVpcDnsResolutionBinding = Ibm.GetIsVpcDnsResolutionBinding.Invoke(new()
        {
            Identifier = "id",
            VpcId = "vpc_id",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.ibm.IbmFunctions;
    import com.pulumi.ibm.inputs.GetIsVpcDnsResolutionBindingArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var isVpcDnsResolutionBinding = IbmFunctions.getIsVpcDnsResolutionBinding(GetIsVpcDnsResolutionBindingArgs.builder()
                .identifier("id")
                .vpcId("vpc_id")
                .build());
    
        }
    }
    
    variables:
      isVpcDnsResolutionBinding:
        fn::invoke:
          function: ibm:getIsVpcDnsResolutionBinding
          arguments:
            identifier: id
            vpcId: vpc_id
    

    Using getIsVpcDnsResolutionBinding

    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 getIsVpcDnsResolutionBinding(args: GetIsVpcDnsResolutionBindingArgs, opts?: InvokeOptions): Promise<GetIsVpcDnsResolutionBindingResult>
    function getIsVpcDnsResolutionBindingOutput(args: GetIsVpcDnsResolutionBindingOutputArgs, opts?: InvokeOptions): Output<GetIsVpcDnsResolutionBindingResult>
    def get_is_vpc_dns_resolution_binding(id: Optional[str] = None,
                                          identifier: Optional[str] = None,
                                          vpc_id: Optional[str] = None,
                                          opts: Optional[InvokeOptions] = None) -> GetIsVpcDnsResolutionBindingResult
    def get_is_vpc_dns_resolution_binding_output(id: Optional[pulumi.Input[str]] = None,
                                          identifier: Optional[pulumi.Input[str]] = None,
                                          vpc_id: Optional[pulumi.Input[str]] = None,
                                          opts: Optional[InvokeOptions] = None) -> Output[GetIsVpcDnsResolutionBindingResult]
    func LookupIsVpcDnsResolutionBinding(ctx *Context, args *LookupIsVpcDnsResolutionBindingArgs, opts ...InvokeOption) (*LookupIsVpcDnsResolutionBindingResult, error)
    func LookupIsVpcDnsResolutionBindingOutput(ctx *Context, args *LookupIsVpcDnsResolutionBindingOutputArgs, opts ...InvokeOption) LookupIsVpcDnsResolutionBindingResultOutput

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

    public static class GetIsVpcDnsResolutionBinding 
    {
        public static Task<GetIsVpcDnsResolutionBindingResult> InvokeAsync(GetIsVpcDnsResolutionBindingArgs args, InvokeOptions? opts = null)
        public static Output<GetIsVpcDnsResolutionBindingResult> Invoke(GetIsVpcDnsResolutionBindingInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetIsVpcDnsResolutionBindingResult> getIsVpcDnsResolutionBinding(GetIsVpcDnsResolutionBindingArgs args, InvokeOptions options)
    public static Output<GetIsVpcDnsResolutionBindingResult> getIsVpcDnsResolutionBinding(GetIsVpcDnsResolutionBindingArgs args, InvokeOptions options)
    
    fn::invoke:
      function: ibm:index/getIsVpcDnsResolutionBinding:getIsVpcDnsResolutionBinding
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Identifier string
    The DNS resolution binding identifier.
    VpcId string
    The VPC identifier.
    Id string
    (String) The unique identifier for this account.
    Identifier string
    The DNS resolution binding identifier.
    VpcId string
    The VPC identifier.
    Id string
    (String) The unique identifier for this account.
    identifier String
    The DNS resolution binding identifier.
    vpcId String
    The VPC identifier.
    id String
    (String) The unique identifier for this account.
    identifier string
    The DNS resolution binding identifier.
    vpcId string
    The VPC identifier.
    id string
    (String) The unique identifier for this account.
    identifier str
    The DNS resolution binding identifier.
    vpc_id str
    The VPC identifier.
    id str
    (String) The unique identifier for this account.
    identifier String
    The DNS resolution binding identifier.
    vpcId String
    The VPC identifier.
    id String
    (String) The unique identifier for this account.

    getIsVpcDnsResolutionBinding Result

    The following output properties are available:

    CreatedAt string
    (String) The date and time that the DNS resolution binding was created.
    EndpointGateways List<GetIsVpcDnsResolutionBindingEndpointGateway>
    (List) The endpoint gateways in the bound to VPC that are allowed to participate in this DNS resolution binding.The endpoint gateways may be remote and therefore may not be directly retrievable.

    • Constraints: The minimum length is 0 items. Nested scheme for endpoint_gateways:
    HealthReasons List<GetIsVpcDnsResolutionBindingHealthReason>
    (List) The reasons for the current health_state (if any).The enumerated reason code values for this property will expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the resource on which the unexpected reason code was encountered. Nested schema for health_reasons:
    HealthState string
    (String) The health of this resource.- ok: No abnormal behavior detected- degraded: Experiencing compromised performance, capacity, or connectivity- faulted: Completely unreachable, inoperative, or otherwise entirely incapacitated- inapplicable: The health state does not apply because of the current lifecycle state. A resource with a lifecycle state of failed or deleting will have a health state of inapplicable. A pending resource may also have this state. Constraints: Allowable values are: degraded, faulted, inapplicable, ok.
    Href string
    (String) The URL for this region.
    Id string
    (String) The unique identifier for this account.
    Identifier string
    LifecycleState string
    (String) The lifecycle state of the DNS resolution binding.

    • Constraints: Allowable values are: deleting, failed, pending, stable, suspended, updating, waiting.
    Name string
    (String) The globally unique name for this region.
    ResourceType string
    (String) The resource type.
    VpcId string
    Vpcs List<GetIsVpcDnsResolutionBindingVpc>
    (List) The VPC bound to for DNS resolution.The VPC may be remote and therefore may not be directly retrievable. Nested scheme for vpc:
    CreatedAt string
    (String) The date and time that the DNS resolution binding was created.
    EndpointGateways []GetIsVpcDnsResolutionBindingEndpointGateway
    (List) The endpoint gateways in the bound to VPC that are allowed to participate in this DNS resolution binding.The endpoint gateways may be remote and therefore may not be directly retrievable.

    • Constraints: The minimum length is 0 items. Nested scheme for endpoint_gateways:
    HealthReasons []GetIsVpcDnsResolutionBindingHealthReason
    (List) The reasons for the current health_state (if any).The enumerated reason code values for this property will expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the resource on which the unexpected reason code was encountered. Nested schema for health_reasons:
    HealthState string
    (String) The health of this resource.- ok: No abnormal behavior detected- degraded: Experiencing compromised performance, capacity, or connectivity- faulted: Completely unreachable, inoperative, or otherwise entirely incapacitated- inapplicable: The health state does not apply because of the current lifecycle state. A resource with a lifecycle state of failed or deleting will have a health state of inapplicable. A pending resource may also have this state. Constraints: Allowable values are: degraded, faulted, inapplicable, ok.
    Href string
    (String) The URL for this region.
    Id string
    (String) The unique identifier for this account.
    Identifier string
    LifecycleState string
    (String) The lifecycle state of the DNS resolution binding.

    • Constraints: Allowable values are: deleting, failed, pending, stable, suspended, updating, waiting.
    Name string
    (String) The globally unique name for this region.
    ResourceType string
    (String) The resource type.
    VpcId string
    Vpcs []GetIsVpcDnsResolutionBindingVpc
    (List) The VPC bound to for DNS resolution.The VPC may be remote and therefore may not be directly retrievable. Nested scheme for vpc:
    createdAt String
    (String) The date and time that the DNS resolution binding was created.
    endpointGateways List<GetIsVpcDnsResolutionBindingEndpointGateway>
    (List) The endpoint gateways in the bound to VPC that are allowed to participate in this DNS resolution binding.The endpoint gateways may be remote and therefore may not be directly retrievable.

    • Constraints: The minimum length is 0 items. Nested scheme for endpoint_gateways:
    healthReasons List<GetIsVpcDnsResolutionBindingHealthReason>
    (List) The reasons for the current health_state (if any).The enumerated reason code values for this property will expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the resource on which the unexpected reason code was encountered. Nested schema for health_reasons:
    healthState String
    (String) The health of this resource.- ok: No abnormal behavior detected- degraded: Experiencing compromised performance, capacity, or connectivity- faulted: Completely unreachable, inoperative, or otherwise entirely incapacitated- inapplicable: The health state does not apply because of the current lifecycle state. A resource with a lifecycle state of failed or deleting will have a health state of inapplicable. A pending resource may also have this state. Constraints: Allowable values are: degraded, faulted, inapplicable, ok.
    href String
    (String) The URL for this region.
    id String
    (String) The unique identifier for this account.
    identifier String
    lifecycleState String
    (String) The lifecycle state of the DNS resolution binding.

    • Constraints: Allowable values are: deleting, failed, pending, stable, suspended, updating, waiting.
    name String
    (String) The globally unique name for this region.
    resourceType String
    (String) The resource type.
    vpcId String
    vpcs List<GetIsVpcDnsResolutionBindingVpc>
    (List) The VPC bound to for DNS resolution.The VPC may be remote and therefore may not be directly retrievable. Nested scheme for vpc:
    createdAt string
    (String) The date and time that the DNS resolution binding was created.
    endpointGateways GetIsVpcDnsResolutionBindingEndpointGateway[]
    (List) The endpoint gateways in the bound to VPC that are allowed to participate in this DNS resolution binding.The endpoint gateways may be remote and therefore may not be directly retrievable.

    • Constraints: The minimum length is 0 items. Nested scheme for endpoint_gateways:
    healthReasons GetIsVpcDnsResolutionBindingHealthReason[]
    (List) The reasons for the current health_state (if any).The enumerated reason code values for this property will expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the resource on which the unexpected reason code was encountered. Nested schema for health_reasons:
    healthState string
    (String) The health of this resource.- ok: No abnormal behavior detected- degraded: Experiencing compromised performance, capacity, or connectivity- faulted: Completely unreachable, inoperative, or otherwise entirely incapacitated- inapplicable: The health state does not apply because of the current lifecycle state. A resource with a lifecycle state of failed or deleting will have a health state of inapplicable. A pending resource may also have this state. Constraints: Allowable values are: degraded, faulted, inapplicable, ok.
    href string
    (String) The URL for this region.
    id string
    (String) The unique identifier for this account.
    identifier string
    lifecycleState string
    (String) The lifecycle state of the DNS resolution binding.

    • Constraints: Allowable values are: deleting, failed, pending, stable, suspended, updating, waiting.
    name string
    (String) The globally unique name for this region.
    resourceType string
    (String) The resource type.
    vpcId string
    vpcs GetIsVpcDnsResolutionBindingVpc[]
    (List) The VPC bound to for DNS resolution.The VPC may be remote and therefore may not be directly retrievable. Nested scheme for vpc:
    created_at str
    (String) The date and time that the DNS resolution binding was created.
    endpoint_gateways Sequence[GetIsVpcDnsResolutionBindingEndpointGateway]
    (List) The endpoint gateways in the bound to VPC that are allowed to participate in this DNS resolution binding.The endpoint gateways may be remote and therefore may not be directly retrievable.

    • Constraints: The minimum length is 0 items. Nested scheme for endpoint_gateways:
    health_reasons Sequence[GetIsVpcDnsResolutionBindingHealthReason]
    (List) The reasons for the current health_state (if any).The enumerated reason code values for this property will expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the resource on which the unexpected reason code was encountered. Nested schema for health_reasons:
    health_state str
    (String) The health of this resource.- ok: No abnormal behavior detected- degraded: Experiencing compromised performance, capacity, or connectivity- faulted: Completely unreachable, inoperative, or otherwise entirely incapacitated- inapplicable: The health state does not apply because of the current lifecycle state. A resource with a lifecycle state of failed or deleting will have a health state of inapplicable. A pending resource may also have this state. Constraints: Allowable values are: degraded, faulted, inapplicable, ok.
    href str
    (String) The URL for this region.
    id str
    (String) The unique identifier for this account.
    identifier str
    lifecycle_state str
    (String) The lifecycle state of the DNS resolution binding.

    • Constraints: Allowable values are: deleting, failed, pending, stable, suspended, updating, waiting.
    name str
    (String) The globally unique name for this region.
    resource_type str
    (String) The resource type.
    vpc_id str
    vpcs Sequence[GetIsVpcDnsResolutionBindingVpc]
    (List) The VPC bound to for DNS resolution.The VPC may be remote and therefore may not be directly retrievable. Nested scheme for vpc:
    createdAt String
    (String) The date and time that the DNS resolution binding was created.
    endpointGateways List<Property Map>
    (List) The endpoint gateways in the bound to VPC that are allowed to participate in this DNS resolution binding.The endpoint gateways may be remote and therefore may not be directly retrievable.

    • Constraints: The minimum length is 0 items. Nested scheme for endpoint_gateways:
    healthReasons List<Property Map>
    (List) The reasons for the current health_state (if any).The enumerated reason code values for this property will expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the resource on which the unexpected reason code was encountered. Nested schema for health_reasons:
    healthState String
    (String) The health of this resource.- ok: No abnormal behavior detected- degraded: Experiencing compromised performance, capacity, or connectivity- faulted: Completely unreachable, inoperative, or otherwise entirely incapacitated- inapplicable: The health state does not apply because of the current lifecycle state. A resource with a lifecycle state of failed or deleting will have a health state of inapplicable. A pending resource may also have this state. Constraints: Allowable values are: degraded, faulted, inapplicable, ok.
    href String
    (String) The URL for this region.
    id String
    (String) The unique identifier for this account.
    identifier String
    lifecycleState String
    (String) The lifecycle state of the DNS resolution binding.

    • Constraints: Allowable values are: deleting, failed, pending, stable, suspended, updating, waiting.
    name String
    (String) The globally unique name for this region.
    resourceType String
    (String) The resource type.
    vpcId String
    vpcs List<Property Map>
    (List) The VPC bound to for DNS resolution.The VPC may be remote and therefore may not be directly retrievable. Nested scheme for vpc:

    Supporting Types

    GetIsVpcDnsResolutionBindingEndpointGateway

    Crn string
    (String) The CRN for this VPC.

    • Constraints: The maximum length is 512 characters. The minimum length is 9 characters.
    Href string
    (String) The URL for this region.
    Id string
    (String) The unique identifier for this account.
    Name string
    (String) The globally unique name for this region.
    Remotes List<GetIsVpcDnsResolutionBindingEndpointGatewayRemote>
    (List) If present, this property indicates that the resource associated with this referenceis remote and therefore may not be directly retrievable. Nested scheme for remote:
    ResourceType string
    (String) The resource type.
    Crn string
    (String) The CRN for this VPC.

    • Constraints: The maximum length is 512 characters. The minimum length is 9 characters.
    Href string
    (String) The URL for this region.
    Id string
    (String) The unique identifier for this account.
    Name string
    (String) The globally unique name for this region.
    Remotes []GetIsVpcDnsResolutionBindingEndpointGatewayRemote
    (List) If present, this property indicates that the resource associated with this referenceis remote and therefore may not be directly retrievable. Nested scheme for remote:
    ResourceType string
    (String) The resource type.
    crn String
    (String) The CRN for this VPC.

    • Constraints: The maximum length is 512 characters. The minimum length is 9 characters.
    href String
    (String) The URL for this region.
    id String
    (String) The unique identifier for this account.
    name String
    (String) The globally unique name for this region.
    remotes List<GetIsVpcDnsResolutionBindingEndpointGatewayRemote>
    (List) If present, this property indicates that the resource associated with this referenceis remote and therefore may not be directly retrievable. Nested scheme for remote:
    resourceType String
    (String) The resource type.
    crn string
    (String) The CRN for this VPC.

    • Constraints: The maximum length is 512 characters. The minimum length is 9 characters.
    href string
    (String) The URL for this region.
    id string
    (String) The unique identifier for this account.
    name string
    (String) The globally unique name for this region.
    remotes GetIsVpcDnsResolutionBindingEndpointGatewayRemote[]
    (List) If present, this property indicates that the resource associated with this referenceis remote and therefore may not be directly retrievable. Nested scheme for remote:
    resourceType string
    (String) The resource type.
    crn str
    (String) The CRN for this VPC.

    • Constraints: The maximum length is 512 characters. The minimum length is 9 characters.
    href str
    (String) The URL for this region.
    id str
    (String) The unique identifier for this account.
    name str
    (String) The globally unique name for this region.
    remotes Sequence[GetIsVpcDnsResolutionBindingEndpointGatewayRemote]
    (List) If present, this property indicates that the resource associated with this referenceis remote and therefore may not be directly retrievable. Nested scheme for remote:
    resource_type str
    (String) The resource type.
    crn String
    (String) The CRN for this VPC.

    • Constraints: The maximum length is 512 characters. The minimum length is 9 characters.
    href String
    (String) The URL for this region.
    id String
    (String) The unique identifier for this account.
    name String
    (String) The globally unique name for this region.
    remotes List<Property Map>
    (List) If present, this property indicates that the resource associated with this referenceis remote and therefore may not be directly retrievable. Nested scheme for remote:
    resourceType String
    (String) The resource type.

    GetIsVpcDnsResolutionBindingEndpointGatewayRemote

    Accounts List<GetIsVpcDnsResolutionBindingEndpointGatewayRemoteAccount>
    (List) If present, this property indicates that the referenced resource is remote to thisaccount, and identifies the owning account. Nested scheme for account:
    Regions List<GetIsVpcDnsResolutionBindingEndpointGatewayRemoteRegion>
    (List) If present, this property indicates that the referenced resource is remote to thisregion, and identifies the native region. Nested scheme for region:
    Accounts []GetIsVpcDnsResolutionBindingEndpointGatewayRemoteAccount
    (List) If present, this property indicates that the referenced resource is remote to thisaccount, and identifies the owning account. Nested scheme for account:
    Regions []GetIsVpcDnsResolutionBindingEndpointGatewayRemoteRegion
    (List) If present, this property indicates that the referenced resource is remote to thisregion, and identifies the native region. Nested scheme for region:
    accounts List<GetIsVpcDnsResolutionBindingEndpointGatewayRemoteAccount>
    (List) If present, this property indicates that the referenced resource is remote to thisaccount, and identifies the owning account. Nested scheme for account:
    regions List<GetIsVpcDnsResolutionBindingEndpointGatewayRemoteRegion>
    (List) If present, this property indicates that the referenced resource is remote to thisregion, and identifies the native region. Nested scheme for region:
    accounts GetIsVpcDnsResolutionBindingEndpointGatewayRemoteAccount[]
    (List) If present, this property indicates that the referenced resource is remote to thisaccount, and identifies the owning account. Nested scheme for account:
    regions GetIsVpcDnsResolutionBindingEndpointGatewayRemoteRegion[]
    (List) If present, this property indicates that the referenced resource is remote to thisregion, and identifies the native region. Nested scheme for region:
    accounts Sequence[GetIsVpcDnsResolutionBindingEndpointGatewayRemoteAccount]
    (List) If present, this property indicates that the referenced resource is remote to thisaccount, and identifies the owning account. Nested scheme for account:
    regions Sequence[GetIsVpcDnsResolutionBindingEndpointGatewayRemoteRegion]
    (List) If present, this property indicates that the referenced resource is remote to thisregion, and identifies the native region. Nested scheme for region:
    accounts List<Property Map>
    (List) If present, this property indicates that the referenced resource is remote to thisaccount, and identifies the owning account. Nested scheme for account:
    regions List<Property Map>
    (List) If present, this property indicates that the referenced resource is remote to thisregion, and identifies the native region. Nested scheme for region:

    GetIsVpcDnsResolutionBindingEndpointGatewayRemoteAccount

    Id string
    (String) The unique identifier for this account.
    ResourceType string
    (String) The resource type.
    Id string
    (String) The unique identifier for this account.
    ResourceType string
    (String) The resource type.
    id String
    (String) The unique identifier for this account.
    resourceType String
    (String) The resource type.
    id string
    (String) The unique identifier for this account.
    resourceType string
    (String) The resource type.
    id str
    (String) The unique identifier for this account.
    resource_type str
    (String) The resource type.
    id String
    (String) The unique identifier for this account.
    resourceType String
    (String) The resource type.

    GetIsVpcDnsResolutionBindingEndpointGatewayRemoteRegion

    Href string
    (String) The URL for this region.
    Name string
    (String) The globally unique name for this region.
    Href string
    (String) The URL for this region.
    Name string
    (String) The globally unique name for this region.
    href String
    (String) The URL for this region.
    name String
    (String) The globally unique name for this region.
    href string
    (String) The URL for this region.
    name string
    (String) The globally unique name for this region.
    href str
    (String) The URL for this region.
    name str
    (String) The globally unique name for this region.
    href String
    (String) The URL for this region.
    name String
    (String) The globally unique name for this region.

    GetIsVpcDnsResolutionBindingHealthReason

    Code string
    (String) A snake case string succinctly identifying the reason for this health state.
    Message string
    (String) An explanation of the reason for this health state.
    MoreInfo string
    (String) Link to documentation about the reason for this health state.
    Code string
    (String) A snake case string succinctly identifying the reason for this health state.
    Message string
    (String) An explanation of the reason for this health state.
    MoreInfo string
    (String) Link to documentation about the reason for this health state.
    code String
    (String) A snake case string succinctly identifying the reason for this health state.
    message String
    (String) An explanation of the reason for this health state.
    moreInfo String
    (String) Link to documentation about the reason for this health state.
    code string
    (String) A snake case string succinctly identifying the reason for this health state.
    message string
    (String) An explanation of the reason for this health state.
    moreInfo string
    (String) Link to documentation about the reason for this health state.
    code str
    (String) A snake case string succinctly identifying the reason for this health state.
    message str
    (String) An explanation of the reason for this health state.
    more_info str
    (String) Link to documentation about the reason for this health state.
    code String
    (String) A snake case string succinctly identifying the reason for this health state.
    message String
    (String) An explanation of the reason for this health state.
    moreInfo String
    (String) Link to documentation about the reason for this health state.

    GetIsVpcDnsResolutionBindingVpc

    Crn string
    (String) The CRN for this VPC.

    • Constraints: The maximum length is 512 characters. The minimum length is 9 characters.
    Href string
    (String) The URL for this region.
    Id string
    (String) The unique identifier for this account.
    Name string
    (String) The globally unique name for this region.
    Remotes List<GetIsVpcDnsResolutionBindingVpcRemote>
    (List) If present, this property indicates that the resource associated with this referenceis remote and therefore may not be directly retrievable. Nested scheme for remote:
    ResourceType string
    (String) The resource type.
    Crn string
    (String) The CRN for this VPC.

    • Constraints: The maximum length is 512 characters. The minimum length is 9 characters.
    Href string
    (String) The URL for this region.
    Id string
    (String) The unique identifier for this account.
    Name string
    (String) The globally unique name for this region.
    Remotes []GetIsVpcDnsResolutionBindingVpcRemote
    (List) If present, this property indicates that the resource associated with this referenceis remote and therefore may not be directly retrievable. Nested scheme for remote:
    ResourceType string
    (String) The resource type.
    crn String
    (String) The CRN for this VPC.

    • Constraints: The maximum length is 512 characters. The minimum length is 9 characters.
    href String
    (String) The URL for this region.
    id String
    (String) The unique identifier for this account.
    name String
    (String) The globally unique name for this region.
    remotes List<GetIsVpcDnsResolutionBindingVpcRemote>
    (List) If present, this property indicates that the resource associated with this referenceis remote and therefore may not be directly retrievable. Nested scheme for remote:
    resourceType String
    (String) The resource type.
    crn string
    (String) The CRN for this VPC.

    • Constraints: The maximum length is 512 characters. The minimum length is 9 characters.
    href string
    (String) The URL for this region.
    id string
    (String) The unique identifier for this account.
    name string
    (String) The globally unique name for this region.
    remotes GetIsVpcDnsResolutionBindingVpcRemote[]
    (List) If present, this property indicates that the resource associated with this referenceis remote and therefore may not be directly retrievable. Nested scheme for remote:
    resourceType string
    (String) The resource type.
    crn str
    (String) The CRN for this VPC.

    • Constraints: The maximum length is 512 characters. The minimum length is 9 characters.
    href str
    (String) The URL for this region.
    id str
    (String) The unique identifier for this account.
    name str
    (String) The globally unique name for this region.
    remotes Sequence[GetIsVpcDnsResolutionBindingVpcRemote]
    (List) If present, this property indicates that the resource associated with this referenceis remote and therefore may not be directly retrievable. Nested scheme for remote:
    resource_type str
    (String) The resource type.
    crn String
    (String) The CRN for this VPC.

    • Constraints: The maximum length is 512 characters. The minimum length is 9 characters.
    href String
    (String) The URL for this region.
    id String
    (String) The unique identifier for this account.
    name String
    (String) The globally unique name for this region.
    remotes List<Property Map>
    (List) If present, this property indicates that the resource associated with this referenceis remote and therefore may not be directly retrievable. Nested scheme for remote:
    resourceType String
    (String) The resource type.

    GetIsVpcDnsResolutionBindingVpcRemote

    Accounts List<GetIsVpcDnsResolutionBindingVpcRemoteAccount>
    (List) If present, this property indicates that the referenced resource is remote to thisaccount, and identifies the owning account. Nested scheme for account:
    Regions List<GetIsVpcDnsResolutionBindingVpcRemoteRegion>
    (List) If present, this property indicates that the referenced resource is remote to thisregion, and identifies the native region. Nested scheme for region:
    Accounts []GetIsVpcDnsResolutionBindingVpcRemoteAccount
    (List) If present, this property indicates that the referenced resource is remote to thisaccount, and identifies the owning account. Nested scheme for account:
    Regions []GetIsVpcDnsResolutionBindingVpcRemoteRegion
    (List) If present, this property indicates that the referenced resource is remote to thisregion, and identifies the native region. Nested scheme for region:
    accounts List<GetIsVpcDnsResolutionBindingVpcRemoteAccount>
    (List) If present, this property indicates that the referenced resource is remote to thisaccount, and identifies the owning account. Nested scheme for account:
    regions List<GetIsVpcDnsResolutionBindingVpcRemoteRegion>
    (List) If present, this property indicates that the referenced resource is remote to thisregion, and identifies the native region. Nested scheme for region:
    accounts GetIsVpcDnsResolutionBindingVpcRemoteAccount[]
    (List) If present, this property indicates that the referenced resource is remote to thisaccount, and identifies the owning account. Nested scheme for account:
    regions GetIsVpcDnsResolutionBindingVpcRemoteRegion[]
    (List) If present, this property indicates that the referenced resource is remote to thisregion, and identifies the native region. Nested scheme for region:
    accounts Sequence[GetIsVpcDnsResolutionBindingVpcRemoteAccount]
    (List) If present, this property indicates that the referenced resource is remote to thisaccount, and identifies the owning account. Nested scheme for account:
    regions Sequence[GetIsVpcDnsResolutionBindingVpcRemoteRegion]
    (List) If present, this property indicates that the referenced resource is remote to thisregion, and identifies the native region. Nested scheme for region:
    accounts List<Property Map>
    (List) If present, this property indicates that the referenced resource is remote to thisaccount, and identifies the owning account. Nested scheme for account:
    regions List<Property Map>
    (List) If present, this property indicates that the referenced resource is remote to thisregion, and identifies the native region. Nested scheme for region:

    GetIsVpcDnsResolutionBindingVpcRemoteAccount

    Id string
    (String) The unique identifier for this account.
    ResourceType string
    (String) The resource type.
    Id string
    (String) The unique identifier for this account.
    ResourceType string
    (String) The resource type.
    id String
    (String) The unique identifier for this account.
    resourceType String
    (String) The resource type.
    id string
    (String) The unique identifier for this account.
    resourceType string
    (String) The resource type.
    id str
    (String) The unique identifier for this account.
    resource_type str
    (String) The resource type.
    id String
    (String) The unique identifier for this account.
    resourceType String
    (String) The resource type.

    GetIsVpcDnsResolutionBindingVpcRemoteRegion

    Href string
    (String) The URL for this region.
    Name string
    (String) The globally unique name for this region.
    Href string
    (String) The URL for this region.
    Name string
    (String) The globally unique name for this region.
    href String
    (String) The URL for this region.
    name String
    (String) The globally unique name for this region.
    href string
    (String) The URL for this region.
    name string
    (String) The globally unique name for this region.
    href str
    (String) The URL for this region.
    name str
    (String) The globally unique name for this region.
    href String
    (String) The URL for this region.
    name String
    (String) The globally unique name for this region.

    Package Details

    Repository
    ibm ibm-cloud/terraform-provider-ibm
    License
    Notes
    This Pulumi package is based on the ibm Terraform Provider.
    ibm logo
    ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud