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

ibm.getMqcloudVirtualPrivateEndpointGateways

Explore with Pulumi AI

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

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as ibm from "@pulumi/ibm";
    
    const mqcloudVirtualPrivateEndpointGateways = ibm.getMqcloudVirtualPrivateEndpointGateways({
        name: ibm_mqcloud_virtual_private_endpoint_gateway.mqcloud_virtual_private_endpoint_gateway_instance.name,
        serviceInstanceGuid: ibm_mqcloud_virtual_private_endpoint_gateway.mqcloud_virtual_private_endpoint_gateway_instance.service_instance_guid,
        trustedProfile: ibm_mqcloud_virtual_private_endpoint_gateway.mqcloud_virtual_private_endpoint_gateway_instance.trusted_profile,
    });
    
    import pulumi
    import pulumi_ibm as ibm
    
    mqcloud_virtual_private_endpoint_gateways = ibm.get_mqcloud_virtual_private_endpoint_gateways(name=ibm_mqcloud_virtual_private_endpoint_gateway["mqcloud_virtual_private_endpoint_gateway_instance"]["name"],
        service_instance_guid=ibm_mqcloud_virtual_private_endpoint_gateway["mqcloud_virtual_private_endpoint_gateway_instance"]["service_instance_guid"],
        trusted_profile=ibm_mqcloud_virtual_private_endpoint_gateway["mqcloud_virtual_private_endpoint_gateway_instance"]["trusted_profile"])
    
    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.GetMqcloudVirtualPrivateEndpointGateways(ctx, &ibm.GetMqcloudVirtualPrivateEndpointGatewaysArgs{
    			Name:                pulumi.StringRef(ibm_mqcloud_virtual_private_endpoint_gateway.Mqcloud_virtual_private_endpoint_gateway_instance.Name),
    			ServiceInstanceGuid: ibm_mqcloud_virtual_private_endpoint_gateway.Mqcloud_virtual_private_endpoint_gateway_instance.Service_instance_guid,
    			TrustedProfile:      pulumi.StringRef(ibm_mqcloud_virtual_private_endpoint_gateway.Mqcloud_virtual_private_endpoint_gateway_instance.Trusted_profile),
    		}, 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 mqcloudVirtualPrivateEndpointGateways = Ibm.GetMqcloudVirtualPrivateEndpointGateways.Invoke(new()
        {
            Name = ibm_mqcloud_virtual_private_endpoint_gateway.Mqcloud_virtual_private_endpoint_gateway_instance.Name,
            ServiceInstanceGuid = ibm_mqcloud_virtual_private_endpoint_gateway.Mqcloud_virtual_private_endpoint_gateway_instance.Service_instance_guid,
            TrustedProfile = ibm_mqcloud_virtual_private_endpoint_gateway.Mqcloud_virtual_private_endpoint_gateway_instance.Trusted_profile,
        });
    
    });
    
    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.GetMqcloudVirtualPrivateEndpointGatewaysArgs;
    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 mqcloudVirtualPrivateEndpointGateways = IbmFunctions.getMqcloudVirtualPrivateEndpointGateways(GetMqcloudVirtualPrivateEndpointGatewaysArgs.builder()
                .name(ibm_mqcloud_virtual_private_endpoint_gateway.mqcloud_virtual_private_endpoint_gateway_instance().name())
                .serviceInstanceGuid(ibm_mqcloud_virtual_private_endpoint_gateway.mqcloud_virtual_private_endpoint_gateway_instance().service_instance_guid())
                .trustedProfile(ibm_mqcloud_virtual_private_endpoint_gateway.mqcloud_virtual_private_endpoint_gateway_instance().trusted_profile())
                .build());
    
        }
    }
    
    variables:
      mqcloudVirtualPrivateEndpointGateways:
        fn::invoke:
          function: ibm:getMqcloudVirtualPrivateEndpointGateways
          arguments:
            name: ${ibm_mqcloud_virtual_private_endpoint_gateway.mqcloud_virtual_private_endpoint_gateway_instance.name}
            serviceInstanceGuid: ${ibm_mqcloud_virtual_private_endpoint_gateway.mqcloud_virtual_private_endpoint_gateway_instance.service_instance_guid}
            trustedProfile: ${ibm_mqcloud_virtual_private_endpoint_gateway.mqcloud_virtual_private_endpoint_gateway_instance.trusted_profile}
    

    Using getMqcloudVirtualPrivateEndpointGateways

    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 getMqcloudVirtualPrivateEndpointGateways(args: GetMqcloudVirtualPrivateEndpointGatewaysArgs, opts?: InvokeOptions): Promise<GetMqcloudVirtualPrivateEndpointGatewaysResult>
    function getMqcloudVirtualPrivateEndpointGatewaysOutput(args: GetMqcloudVirtualPrivateEndpointGatewaysOutputArgs, opts?: InvokeOptions): Output<GetMqcloudVirtualPrivateEndpointGatewaysResult>
    def get_mqcloud_virtual_private_endpoint_gateways(id: Optional[str] = None,
                                                      name: Optional[str] = None,
                                                      service_instance_guid: Optional[str] = None,
                                                      trusted_profile: Optional[str] = None,
                                                      opts: Optional[InvokeOptions] = None) -> GetMqcloudVirtualPrivateEndpointGatewaysResult
    def get_mqcloud_virtual_private_endpoint_gateways_output(id: Optional[pulumi.Input[str]] = None,
                                                      name: Optional[pulumi.Input[str]] = None,
                                                      service_instance_guid: Optional[pulumi.Input[str]] = None,
                                                      trusted_profile: Optional[pulumi.Input[str]] = None,
                                                      opts: Optional[InvokeOptions] = None) -> Output[GetMqcloudVirtualPrivateEndpointGatewaysResult]
    func GetMqcloudVirtualPrivateEndpointGateways(ctx *Context, args *GetMqcloudVirtualPrivateEndpointGatewaysArgs, opts ...InvokeOption) (*GetMqcloudVirtualPrivateEndpointGatewaysResult, error)
    func GetMqcloudVirtualPrivateEndpointGatewaysOutput(ctx *Context, args *GetMqcloudVirtualPrivateEndpointGatewaysOutputArgs, opts ...InvokeOption) GetMqcloudVirtualPrivateEndpointGatewaysResultOutput

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

    public static class GetMqcloudVirtualPrivateEndpointGateways 
    {
        public static Task<GetMqcloudVirtualPrivateEndpointGatewaysResult> InvokeAsync(GetMqcloudVirtualPrivateEndpointGatewaysArgs args, InvokeOptions? opts = null)
        public static Output<GetMqcloudVirtualPrivateEndpointGatewaysResult> Invoke(GetMqcloudVirtualPrivateEndpointGatewaysInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetMqcloudVirtualPrivateEndpointGatewaysResult> getMqcloudVirtualPrivateEndpointGateways(GetMqcloudVirtualPrivateEndpointGatewaysArgs args, InvokeOptions options)
    public static Output<GetMqcloudVirtualPrivateEndpointGatewaysResult> getMqcloudVirtualPrivateEndpointGateways(GetMqcloudVirtualPrivateEndpointGatewaysArgs args, InvokeOptions options)
    
    fn::invoke:
      function: ibm:index/getMqcloudVirtualPrivateEndpointGateways:getMqcloudVirtualPrivateEndpointGateways
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ServiceInstanceGuid string
    The GUID that uniquely identifies the MQaaS service instance.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/.
    Id string
    (String) The ID of the virtual private endpoint gateway which was allocated on creation.

    • Constraints: The maximum length is 41 characters. The minimum length is 41 characters. The value must match regular expression /^[0-9a-zA-Z]{4}-[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/.
    Name string
    The name of the virtual private endpoint gateway, created by the user.

    • Constraints: The maximum length is 63 characters. The minimum length is 1 character. The value must match regular expression /^[a-z]|[a-z][-a-z0-9]*[a-z0-9]$/.
    TrustedProfile string
    The CRN of the trusted profile to assume for this request.

    • Constraints: The maximum length is 512 characters. The minimum length is 9 characters. The value must match regular expression /^crn:v[0-9]+:[a-z0-9-]+:[a-z0-9-]+:[a-z0-9-]+:[a-z0-9-]*:([a-z]\/[a-z0-9-]+)?:[a-z0-9-]*:[a-z0-9-]*:[a-zA-Z0-9-_\\.\/]*$|^crn:\\[\\.\\.\\.\\]$/.
    ServiceInstanceGuid string
    The GUID that uniquely identifies the MQaaS service instance.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/.
    Id string
    (String) The ID of the virtual private endpoint gateway which was allocated on creation.

    • Constraints: The maximum length is 41 characters. The minimum length is 41 characters. The value must match regular expression /^[0-9a-zA-Z]{4}-[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/.
    Name string
    The name of the virtual private endpoint gateway, created by the user.

    • Constraints: The maximum length is 63 characters. The minimum length is 1 character. The value must match regular expression /^[a-z]|[a-z][-a-z0-9]*[a-z0-9]$/.
    TrustedProfile string
    The CRN of the trusted profile to assume for this request.

    • Constraints: The maximum length is 512 characters. The minimum length is 9 characters. The value must match regular expression /^crn:v[0-9]+:[a-z0-9-]+:[a-z0-9-]+:[a-z0-9-]+:[a-z0-9-]*:([a-z]\/[a-z0-9-]+)?:[a-z0-9-]*:[a-z0-9-]*:[a-zA-Z0-9-_\\.\/]*$|^crn:\\[\\.\\.\\.\\]$/.
    serviceInstanceGuid String
    The GUID that uniquely identifies the MQaaS service instance.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/.
    id String
    (String) The ID of the virtual private endpoint gateway which was allocated on creation.

    • Constraints: The maximum length is 41 characters. The minimum length is 41 characters. The value must match regular expression /^[0-9a-zA-Z]{4}-[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/.
    name String
    The name of the virtual private endpoint gateway, created by the user.

    • Constraints: The maximum length is 63 characters. The minimum length is 1 character. The value must match regular expression /^[a-z]|[a-z][-a-z0-9]*[a-z0-9]$/.
    trustedProfile String
    The CRN of the trusted profile to assume for this request.

    • Constraints: The maximum length is 512 characters. The minimum length is 9 characters. The value must match regular expression /^crn:v[0-9]+:[a-z0-9-]+:[a-z0-9-]+:[a-z0-9-]+:[a-z0-9-]*:([a-z]\/[a-z0-9-]+)?:[a-z0-9-]*:[a-z0-9-]*:[a-zA-Z0-9-_\\.\/]*$|^crn:\\[\\.\\.\\.\\]$/.
    serviceInstanceGuid string
    The GUID that uniquely identifies the MQaaS service instance.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/.
    id string
    (String) The ID of the virtual private endpoint gateway which was allocated on creation.

    • Constraints: The maximum length is 41 characters. The minimum length is 41 characters. The value must match regular expression /^[0-9a-zA-Z]{4}-[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/.
    name string
    The name of the virtual private endpoint gateway, created by the user.

    • Constraints: The maximum length is 63 characters. The minimum length is 1 character. The value must match regular expression /^[a-z]|[a-z][-a-z0-9]*[a-z0-9]$/.
    trustedProfile string
    The CRN of the trusted profile to assume for this request.

    • Constraints: The maximum length is 512 characters. The minimum length is 9 characters. The value must match regular expression /^crn:v[0-9]+:[a-z0-9-]+:[a-z0-9-]+:[a-z0-9-]+:[a-z0-9-]*:([a-z]\/[a-z0-9-]+)?:[a-z0-9-]*:[a-z0-9-]*:[a-zA-Z0-9-_\\.\/]*$|^crn:\\[\\.\\.\\.\\]$/.
    service_instance_guid str
    The GUID that uniquely identifies the MQaaS service instance.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/.
    id str
    (String) The ID of the virtual private endpoint gateway which was allocated on creation.

    • Constraints: The maximum length is 41 characters. The minimum length is 41 characters. The value must match regular expression /^[0-9a-zA-Z]{4}-[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/.
    name str
    The name of the virtual private endpoint gateway, created by the user.

    • Constraints: The maximum length is 63 characters. The minimum length is 1 character. The value must match regular expression /^[a-z]|[a-z][-a-z0-9]*[a-z0-9]$/.
    trusted_profile str
    The CRN of the trusted profile to assume for this request.

    • Constraints: The maximum length is 512 characters. The minimum length is 9 characters. The value must match regular expression /^crn:v[0-9]+:[a-z0-9-]+:[a-z0-9-]+:[a-z0-9-]+:[a-z0-9-]*:([a-z]\/[a-z0-9-]+)?:[a-z0-9-]*:[a-z0-9-]*:[a-zA-Z0-9-_\\.\/]*$|^crn:\\[\\.\\.\\.\\]$/.
    serviceInstanceGuid String
    The GUID that uniquely identifies the MQaaS service instance.

    • Constraints: The maximum length is 36 characters. The minimum length is 36 characters. The value must match regular expression /^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/.
    id String
    (String) The ID of the virtual private endpoint gateway which was allocated on creation.

    • Constraints: The maximum length is 41 characters. The minimum length is 41 characters. The value must match regular expression /^[0-9a-zA-Z]{4}-[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/.
    name String
    The name of the virtual private endpoint gateway, created by the user.

    • Constraints: The maximum length is 63 characters. The minimum length is 1 character. The value must match regular expression /^[a-z]|[a-z][-a-z0-9]*[a-z0-9]$/.
    trustedProfile String
    The CRN of the trusted profile to assume for this request.

    • Constraints: The maximum length is 512 characters. The minimum length is 9 characters. The value must match regular expression /^crn:v[0-9]+:[a-z0-9-]+:[a-z0-9-]+:[a-z0-9-]+:[a-z0-9-]*:([a-z]\/[a-z0-9-]+)?:[a-z0-9-]*:[a-z0-9-]*:[a-zA-Z0-9-_\\.\/]*$|^crn:\\[\\.\\.\\.\\]$/.

    getMqcloudVirtualPrivateEndpointGateways Result

    The following output properties are available:

    Id string
    (String) The ID of the virtual private endpoint gateway which was allocated on creation.

    • Constraints: The maximum length is 41 characters. The minimum length is 41 characters. The value must match regular expression /^[0-9a-zA-Z]{4}-[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/.
    ServiceInstanceGuid string
    VirtualPrivateEndpointGateways List<GetMqcloudVirtualPrivateEndpointGatewaysVirtualPrivateEndpointGateway>
    (List) List of virtual private endpoint gateways.

    • Constraints: The maximum length is 50 items. The minimum length is 0 items. Nested schema for virtual_private_endpoint_gateways:
    Name string
    (Forces new resource, String) The name of the virtual private endpoint gateway, created by the user.

    • Constraints: The maximum length is 63 characters. The minimum length is 1 character. The value must match regular expression /^[a-z]|[a-z][-a-z0-9]*[a-z0-9]$/.
    TrustedProfile string
    Id string
    (String) The ID of the virtual private endpoint gateway which was allocated on creation.

    • Constraints: The maximum length is 41 characters. The minimum length is 41 characters. The value must match regular expression /^[0-9a-zA-Z]{4}-[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/.
    ServiceInstanceGuid string
    VirtualPrivateEndpointGateways []GetMqcloudVirtualPrivateEndpointGatewaysVirtualPrivateEndpointGateway
    (List) List of virtual private endpoint gateways.

    • Constraints: The maximum length is 50 items. The minimum length is 0 items. Nested schema for virtual_private_endpoint_gateways:
    Name string
    (Forces new resource, String) The name of the virtual private endpoint gateway, created by the user.

    • Constraints: The maximum length is 63 characters. The minimum length is 1 character. The value must match regular expression /^[a-z]|[a-z][-a-z0-9]*[a-z0-9]$/.
    TrustedProfile string
    id String
    (String) The ID of the virtual private endpoint gateway which was allocated on creation.

    • Constraints: The maximum length is 41 characters. The minimum length is 41 characters. The value must match regular expression /^[0-9a-zA-Z]{4}-[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/.
    serviceInstanceGuid String
    virtualPrivateEndpointGateways List<GetMqcloudVirtualPrivateEndpointGatewaysVirtualPrivateEndpointGateway>
    (List) List of virtual private endpoint gateways.

    • Constraints: The maximum length is 50 items. The minimum length is 0 items. Nested schema for virtual_private_endpoint_gateways:
    name String
    (Forces new resource, String) The name of the virtual private endpoint gateway, created by the user.

    • Constraints: The maximum length is 63 characters. The minimum length is 1 character. The value must match regular expression /^[a-z]|[a-z][-a-z0-9]*[a-z0-9]$/.
    trustedProfile String
    id string
    (String) The ID of the virtual private endpoint gateway which was allocated on creation.

    • Constraints: The maximum length is 41 characters. The minimum length is 41 characters. The value must match regular expression /^[0-9a-zA-Z]{4}-[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/.
    serviceInstanceGuid string
    virtualPrivateEndpointGateways GetMqcloudVirtualPrivateEndpointGatewaysVirtualPrivateEndpointGateway[]
    (List) List of virtual private endpoint gateways.

    • Constraints: The maximum length is 50 items. The minimum length is 0 items. Nested schema for virtual_private_endpoint_gateways:
    name string
    (Forces new resource, String) The name of the virtual private endpoint gateway, created by the user.

    • Constraints: The maximum length is 63 characters. The minimum length is 1 character. The value must match regular expression /^[a-z]|[a-z][-a-z0-9]*[a-z0-9]$/.
    trustedProfile string
    id str
    (String) The ID of the virtual private endpoint gateway which was allocated on creation.

    • Constraints: The maximum length is 41 characters. The minimum length is 41 characters. The value must match regular expression /^[0-9a-zA-Z]{4}-[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/.
    service_instance_guid str
    virtual_private_endpoint_gateways Sequence[GetMqcloudVirtualPrivateEndpointGatewaysVirtualPrivateEndpointGateway]
    (List) List of virtual private endpoint gateways.

    • Constraints: The maximum length is 50 items. The minimum length is 0 items. Nested schema for virtual_private_endpoint_gateways:
    name str
    (Forces new resource, String) The name of the virtual private endpoint gateway, created by the user.

    • Constraints: The maximum length is 63 characters. The minimum length is 1 character. The value must match regular expression /^[a-z]|[a-z][-a-z0-9]*[a-z0-9]$/.
    trusted_profile str
    id String
    (String) The ID of the virtual private endpoint gateway which was allocated on creation.

    • Constraints: The maximum length is 41 characters. The minimum length is 41 characters. The value must match regular expression /^[0-9a-zA-Z]{4}-[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/.
    serviceInstanceGuid String
    virtualPrivateEndpointGateways List<Property Map>
    (List) List of virtual private endpoint gateways.

    • Constraints: The maximum length is 50 items. The minimum length is 0 items. Nested schema for virtual_private_endpoint_gateways:
    name String
    (Forces new resource, String) The name of the virtual private endpoint gateway, created by the user.

    • Constraints: The maximum length is 63 characters. The minimum length is 1 character. The value must match regular expression /^[a-z]|[a-z][-a-z0-9]*[a-z0-9]$/.
    trustedProfile String

    Supporting Types

    GetMqcloudVirtualPrivateEndpointGatewaysVirtualPrivateEndpointGateway

    Href string
    (String) URL for the details of the virtual private endpoint gateway.

    • Constraints: The maximum length is 8000 characters. The minimum length is 10 characters. The value must match regular expression /^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/.
    Id string
    (String) The ID of the virtual private endpoint gateway which was allocated on creation.

    • Constraints: The maximum length is 41 characters. The minimum length is 41 characters. The value must match regular expression /^[0-9a-zA-Z]{4}-[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/.
    Name string
    The name of the virtual private endpoint gateway, created by the user.

    • Constraints: The maximum length is 63 characters. The minimum length is 1 character. The value must match regular expression /^[a-z]|[a-z][-a-z0-9]*[a-z0-9]$/.
    Status string
    (String) The lifecycle state of this virtual privage endpoint.

    • Constraints: The maximum length is 12 characters. The minimum length is 2 characters. The value must match regular expression /^deleting$|failed$|pending$|stable$|suspended$|updating$|waiting$/.
    TargetCrn string
    (String) The CRN of the reserved capacity service instance the user is trying to connect to.

    • Constraints: The maximum length is 512 characters. The minimum length is 9 characters. The value must match regular expression /^crn:v[0-9]+:[a-z0-9-]+:[a-z0-9-]+:[a-z0-9-]+:[a-z0-9-]*:([a-z]\/[a-z0-9-]+)?:[a-z0-9-]*:[a-z0-9-]*:[a-zA-Z0-9-_\\.\/]*$|^crn:\\[\\.\\.\\.\\]$/.
    Href string
    (String) URL for the details of the virtual private endpoint gateway.

    • Constraints: The maximum length is 8000 characters. The minimum length is 10 characters. The value must match regular expression /^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/.
    Id string
    (String) The ID of the virtual private endpoint gateway which was allocated on creation.

    • Constraints: The maximum length is 41 characters. The minimum length is 41 characters. The value must match regular expression /^[0-9a-zA-Z]{4}-[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/.
    Name string
    The name of the virtual private endpoint gateway, created by the user.

    • Constraints: The maximum length is 63 characters. The minimum length is 1 character. The value must match regular expression /^[a-z]|[a-z][-a-z0-9]*[a-z0-9]$/.
    Status string
    (String) The lifecycle state of this virtual privage endpoint.

    • Constraints: The maximum length is 12 characters. The minimum length is 2 characters. The value must match regular expression /^deleting$|failed$|pending$|stable$|suspended$|updating$|waiting$/.
    TargetCrn string
    (String) The CRN of the reserved capacity service instance the user is trying to connect to.

    • Constraints: The maximum length is 512 characters. The minimum length is 9 characters. The value must match regular expression /^crn:v[0-9]+:[a-z0-9-]+:[a-z0-9-]+:[a-z0-9-]+:[a-z0-9-]*:([a-z]\/[a-z0-9-]+)?:[a-z0-9-]*:[a-z0-9-]*:[a-zA-Z0-9-_\\.\/]*$|^crn:\\[\\.\\.\\.\\]$/.
    href String
    (String) URL for the details of the virtual private endpoint gateway.

    • Constraints: The maximum length is 8000 characters. The minimum length is 10 characters. The value must match regular expression /^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/.
    id String
    (String) The ID of the virtual private endpoint gateway which was allocated on creation.

    • Constraints: The maximum length is 41 characters. The minimum length is 41 characters. The value must match regular expression /^[0-9a-zA-Z]{4}-[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/.
    name String
    The name of the virtual private endpoint gateway, created by the user.

    • Constraints: The maximum length is 63 characters. The minimum length is 1 character. The value must match regular expression /^[a-z]|[a-z][-a-z0-9]*[a-z0-9]$/.
    status String
    (String) The lifecycle state of this virtual privage endpoint.

    • Constraints: The maximum length is 12 characters. The minimum length is 2 characters. The value must match regular expression /^deleting$|failed$|pending$|stable$|suspended$|updating$|waiting$/.
    targetCrn String
    (String) The CRN of the reserved capacity service instance the user is trying to connect to.

    • Constraints: The maximum length is 512 characters. The minimum length is 9 characters. The value must match regular expression /^crn:v[0-9]+:[a-z0-9-]+:[a-z0-9-]+:[a-z0-9-]+:[a-z0-9-]*:([a-z]\/[a-z0-9-]+)?:[a-z0-9-]*:[a-z0-9-]*:[a-zA-Z0-9-_\\.\/]*$|^crn:\\[\\.\\.\\.\\]$/.
    href string
    (String) URL for the details of the virtual private endpoint gateway.

    • Constraints: The maximum length is 8000 characters. The minimum length is 10 characters. The value must match regular expression /^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/.
    id string
    (String) The ID of the virtual private endpoint gateway which was allocated on creation.

    • Constraints: The maximum length is 41 characters. The minimum length is 41 characters. The value must match regular expression /^[0-9a-zA-Z]{4}-[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/.
    name string
    The name of the virtual private endpoint gateway, created by the user.

    • Constraints: The maximum length is 63 characters. The minimum length is 1 character. The value must match regular expression /^[a-z]|[a-z][-a-z0-9]*[a-z0-9]$/.
    status string
    (String) The lifecycle state of this virtual privage endpoint.

    • Constraints: The maximum length is 12 characters. The minimum length is 2 characters. The value must match regular expression /^deleting$|failed$|pending$|stable$|suspended$|updating$|waiting$/.
    targetCrn string
    (String) The CRN of the reserved capacity service instance the user is trying to connect to.

    • Constraints: The maximum length is 512 characters. The minimum length is 9 characters. The value must match regular expression /^crn:v[0-9]+:[a-z0-9-]+:[a-z0-9-]+:[a-z0-9-]+:[a-z0-9-]*:([a-z]\/[a-z0-9-]+)?:[a-z0-9-]*:[a-z0-9-]*:[a-zA-Z0-9-_\\.\/]*$|^crn:\\[\\.\\.\\.\\]$/.
    href str
    (String) URL for the details of the virtual private endpoint gateway.

    • Constraints: The maximum length is 8000 characters. The minimum length is 10 characters. The value must match regular expression /^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/.
    id str
    (String) The ID of the virtual private endpoint gateway which was allocated on creation.

    • Constraints: The maximum length is 41 characters. The minimum length is 41 characters. The value must match regular expression /^[0-9a-zA-Z]{4}-[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/.
    name str
    The name of the virtual private endpoint gateway, created by the user.

    • Constraints: The maximum length is 63 characters. The minimum length is 1 character. The value must match regular expression /^[a-z]|[a-z][-a-z0-9]*[a-z0-9]$/.
    status str
    (String) The lifecycle state of this virtual privage endpoint.

    • Constraints: The maximum length is 12 characters. The minimum length is 2 characters. The value must match regular expression /^deleting$|failed$|pending$|stable$|suspended$|updating$|waiting$/.
    target_crn str
    (String) The CRN of the reserved capacity service instance the user is trying to connect to.

    • Constraints: The maximum length is 512 characters. The minimum length is 9 characters. The value must match regular expression /^crn:v[0-9]+:[a-z0-9-]+:[a-z0-9-]+:[a-z0-9-]+:[a-z0-9-]*:([a-z]\/[a-z0-9-]+)?:[a-z0-9-]*:[a-z0-9-]*:[a-zA-Z0-9-_\\.\/]*$|^crn:\\[\\.\\.\\.\\]$/.
    href String
    (String) URL for the details of the virtual private endpoint gateway.

    • Constraints: The maximum length is 8000 characters. The minimum length is 10 characters. The value must match regular expression /^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/.
    id String
    (String) The ID of the virtual private endpoint gateway which was allocated on creation.

    • Constraints: The maximum length is 41 characters. The minimum length is 41 characters. The value must match regular expression /^[0-9a-zA-Z]{4}-[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/.
    name String
    The name of the virtual private endpoint gateway, created by the user.

    • Constraints: The maximum length is 63 characters. The minimum length is 1 character. The value must match regular expression /^[a-z]|[a-z][-a-z0-9]*[a-z0-9]$/.
    status String
    (String) The lifecycle state of this virtual privage endpoint.

    • Constraints: The maximum length is 12 characters. The minimum length is 2 characters. The value must match regular expression /^deleting$|failed$|pending$|stable$|suspended$|updating$|waiting$/.
    targetCrn String
    (String) The CRN of the reserved capacity service instance the user is trying to connect to.

    • Constraints: The maximum length is 512 characters. The minimum length is 9 characters. The value must match regular expression /^crn:v[0-9]+:[a-z0-9-]+:[a-z0-9-]+:[a-z0-9-]+:[a-z0-9-]*:([a-z]\/[a-z0-9-]+)?:[a-z0-9-]*:[a-z0-9-]*:[a-zA-Z0-9-_\\.\/]*$|^crn:\\[\\.\\.\\.\\]$/.

    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