ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud
ibm.getMqcloudVirtualPrivateEndpointGateways
Explore with Pulumi AI
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:
- Service
Instance stringGuid - The GUID that uniquely identifies the MQaaS service instance.
- Constraints: The maximum length is
36
characters. The minimum length is36
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}$/
.
- Constraints: The maximum length is
- 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 is41
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}$/
.
- Constraints: The maximum length is
- Name string
- The name of the virtual private endpoint gateway, created by the user.
- Constraints: The maximum length is
63
characters. The minimum length is1
character. The value must match regular expression/^[a-z]|[a-z][-a-z0-9]*[a-z0-9]$/
.
- Constraints: The maximum length is
- Trusted
Profile string - The CRN of the trusted profile to assume for this request.
- Constraints: The maximum length is
512
characters. The minimum length is9
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:\\[\\.\\.\\.\\]$/
.
- Constraints: The maximum length is
- Service
Instance stringGuid - The GUID that uniquely identifies the MQaaS service instance.
- Constraints: The maximum length is
36
characters. The minimum length is36
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}$/
.
- Constraints: The maximum length is
- 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 is41
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}$/
.
- Constraints: The maximum length is
- Name string
- The name of the virtual private endpoint gateway, created by the user.
- Constraints: The maximum length is
63
characters. The minimum length is1
character. The value must match regular expression/^[a-z]|[a-z][-a-z0-9]*[a-z0-9]$/
.
- Constraints: The maximum length is
- Trusted
Profile string - The CRN of the trusted profile to assume for this request.
- Constraints: The maximum length is
512
characters. The minimum length is9
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:\\[\\.\\.\\.\\]$/
.
- Constraints: The maximum length is
- service
Instance StringGuid - The GUID that uniquely identifies the MQaaS service instance.
- Constraints: The maximum length is
36
characters. The minimum length is36
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}$/
.
- Constraints: The maximum length is
- 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 is41
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}$/
.
- Constraints: The maximum length is
- name String
- The name of the virtual private endpoint gateway, created by the user.
- Constraints: The maximum length is
63
characters. The minimum length is1
character. The value must match regular expression/^[a-z]|[a-z][-a-z0-9]*[a-z0-9]$/
.
- Constraints: The maximum length is
- trusted
Profile String - The CRN of the trusted profile to assume for this request.
- Constraints: The maximum length is
512
characters. The minimum length is9
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:\\[\\.\\.\\.\\]$/
.
- Constraints: The maximum length is
- service
Instance stringGuid - The GUID that uniquely identifies the MQaaS service instance.
- Constraints: The maximum length is
36
characters. The minimum length is36
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}$/
.
- Constraints: The maximum length is
- 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 is41
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}$/
.
- Constraints: The maximum length is
- name string
- The name of the virtual private endpoint gateway, created by the user.
- Constraints: The maximum length is
63
characters. The minimum length is1
character. The value must match regular expression/^[a-z]|[a-z][-a-z0-9]*[a-z0-9]$/
.
- Constraints: The maximum length is
- trusted
Profile string - The CRN of the trusted profile to assume for this request.
- Constraints: The maximum length is
512
characters. The minimum length is9
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:\\[\\.\\.\\.\\]$/
.
- Constraints: The maximum length is
- service_
instance_ strguid - The GUID that uniquely identifies the MQaaS service instance.
- Constraints: The maximum length is
36
characters. The minimum length is36
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}$/
.
- Constraints: The maximum length is
- 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 is41
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}$/
.
- Constraints: The maximum length is
- name str
- The name of the virtual private endpoint gateway, created by the user.
- Constraints: The maximum length is
63
characters. The minimum length is1
character. The value must match regular expression/^[a-z]|[a-z][-a-z0-9]*[a-z0-9]$/
.
- Constraints: The maximum length is
- trusted_
profile str - The CRN of the trusted profile to assume for this request.
- Constraints: The maximum length is
512
characters. The minimum length is9
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:\\[\\.\\.\\.\\]$/
.
- Constraints: The maximum length is
- service
Instance StringGuid - The GUID that uniquely identifies the MQaaS service instance.
- Constraints: The maximum length is
36
characters. The minimum length is36
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}$/
.
- Constraints: The maximum length is
- 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 is41
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}$/
.
- Constraints: The maximum length is
- name String
- The name of the virtual private endpoint gateway, created by the user.
- Constraints: The maximum length is
63
characters. The minimum length is1
character. The value must match regular expression/^[a-z]|[a-z][-a-z0-9]*[a-z0-9]$/
.
- Constraints: The maximum length is
- trusted
Profile String - The CRN of the trusted profile to assume for this request.
- Constraints: The maximum length is
512
characters. The minimum length is9
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:\\[\\.\\.\\.\\]$/
.
- Constraints: The maximum length is
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 is41
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}$/
.
- Constraints: The maximum length is
- Service
Instance stringGuid - Virtual
Private List<GetEndpoint Gateways Mqcloud Virtual Private Endpoint Gateways Virtual Private Endpoint Gateway> - (List) List of virtual private endpoint gateways.
- Constraints: The maximum length is
50
items. The minimum length is0
items. Nested schema for virtual_private_endpoint_gateways:
- Constraints: The maximum length is
- 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 is1
character. The value must match regular expression/^[a-z]|[a-z][-a-z0-9]*[a-z0-9]$/
.
- Constraints: The maximum length is
- Trusted
Profile 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 is41
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}$/
.
- Constraints: The maximum length is
- Service
Instance stringGuid - Virtual
Private []GetEndpoint Gateways Mqcloud Virtual Private Endpoint Gateways Virtual Private Endpoint Gateway - (List) List of virtual private endpoint gateways.
- Constraints: The maximum length is
50
items. The minimum length is0
items. Nested schema for virtual_private_endpoint_gateways:
- Constraints: The maximum length is
- 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 is1
character. The value must match regular expression/^[a-z]|[a-z][-a-z0-9]*[a-z0-9]$/
.
- Constraints: The maximum length is
- Trusted
Profile 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 is41
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}$/
.
- Constraints: The maximum length is
- service
Instance StringGuid - virtual
Private List<GetEndpoint Gateways Mqcloud Virtual Private Endpoint Gateways Virtual Private Endpoint Gateway> - (List) List of virtual private endpoint gateways.
- Constraints: The maximum length is
50
items. The minimum length is0
items. Nested schema for virtual_private_endpoint_gateways:
- Constraints: The maximum length is
- 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 is1
character. The value must match regular expression/^[a-z]|[a-z][-a-z0-9]*[a-z0-9]$/
.
- Constraints: The maximum length is
- trusted
Profile 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 is41
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}$/
.
- Constraints: The maximum length is
- service
Instance stringGuid - virtual
Private GetEndpoint Gateways Mqcloud Virtual Private Endpoint Gateways Virtual Private Endpoint Gateway[] - (List) List of virtual private endpoint gateways.
- Constraints: The maximum length is
50
items. The minimum length is0
items. Nested schema for virtual_private_endpoint_gateways:
- Constraints: The maximum length is
- 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 is1
character. The value must match regular expression/^[a-z]|[a-z][-a-z0-9]*[a-z0-9]$/
.
- Constraints: The maximum length is
- trusted
Profile 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 is41
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}$/
.
- Constraints: The maximum length is
- service_
instance_ strguid - virtual_
private_ Sequence[Getendpoint_ gateways Mqcloud Virtual Private Endpoint Gateways Virtual Private Endpoint Gateway] - (List) List of virtual private endpoint gateways.
- Constraints: The maximum length is
50
items. The minimum length is0
items. Nested schema for virtual_private_endpoint_gateways:
- Constraints: The maximum length is
- 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 is1
character. The value must match regular expression/^[a-z]|[a-z][-a-z0-9]*[a-z0-9]$/
.
- Constraints: The maximum length is
- 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 is41
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}$/
.
- Constraints: The maximum length is
- service
Instance StringGuid - virtual
Private List<Property Map>Endpoint Gateways - (List) List of virtual private endpoint gateways.
- Constraints: The maximum length is
50
items. The minimum length is0
items. Nested schema for virtual_private_endpoint_gateways:
- Constraints: The maximum length is
- 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 is1
character. The value must match regular expression/^[a-z]|[a-z][-a-z0-9]*[a-z0-9]$/
.
- Constraints: The maximum length is
- trusted
Profile 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 is10
characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- 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 is41
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}$/
.
- Constraints: The maximum length is
- Name string
- The name of the virtual private endpoint gateway, created by the user.
- Constraints: The maximum length is
63
characters. The minimum length is1
character. The value must match regular expression/^[a-z]|[a-z][-a-z0-9]*[a-z0-9]$/
.
- Constraints: The maximum length is
- Status string
- (String) The lifecycle state of this virtual privage endpoint.
- Constraints: The maximum length is
12
characters. The minimum length is2
characters. The value must match regular expression/^deleting$|failed$|pending$|stable$|suspended$|updating$|waiting$/
.
- Constraints: The maximum length is
- Target
Crn 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 is9
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:\\[\\.\\.\\.\\]$/
.
- Constraints: The maximum length is
- Href string
- (String) URL for the details of the virtual private endpoint gateway.
- Constraints: The maximum length is
8000
characters. The minimum length is10
characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- 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 is41
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}$/
.
- Constraints: The maximum length is
- Name string
- The name of the virtual private endpoint gateway, created by the user.
- Constraints: The maximum length is
63
characters. The minimum length is1
character. The value must match regular expression/^[a-z]|[a-z][-a-z0-9]*[a-z0-9]$/
.
- Constraints: The maximum length is
- Status string
- (String) The lifecycle state of this virtual privage endpoint.
- Constraints: The maximum length is
12
characters. The minimum length is2
characters. The value must match regular expression/^deleting$|failed$|pending$|stable$|suspended$|updating$|waiting$/
.
- Constraints: The maximum length is
- Target
Crn 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 is9
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:\\[\\.\\.\\.\\]$/
.
- Constraints: The maximum length is
- href String
- (String) URL for the details of the virtual private endpoint gateway.
- Constraints: The maximum length is
8000
characters. The minimum length is10
characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- 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 is41
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}$/
.
- Constraints: The maximum length is
- name String
- The name of the virtual private endpoint gateway, created by the user.
- Constraints: The maximum length is
63
characters. The minimum length is1
character. The value must match regular expression/^[a-z]|[a-z][-a-z0-9]*[a-z0-9]$/
.
- Constraints: The maximum length is
- status String
- (String) The lifecycle state of this virtual privage endpoint.
- Constraints: The maximum length is
12
characters. The minimum length is2
characters. The value must match regular expression/^deleting$|failed$|pending$|stable$|suspended$|updating$|waiting$/
.
- Constraints: The maximum length is
- target
Crn 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 is9
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:\\[\\.\\.\\.\\]$/
.
- Constraints: The maximum length is
- href string
- (String) URL for the details of the virtual private endpoint gateway.
- Constraints: The maximum length is
8000
characters. The minimum length is10
characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- 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 is41
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}$/
.
- Constraints: The maximum length is
- name string
- The name of the virtual private endpoint gateway, created by the user.
- Constraints: The maximum length is
63
characters. The minimum length is1
character. The value must match regular expression/^[a-z]|[a-z][-a-z0-9]*[a-z0-9]$/
.
- Constraints: The maximum length is
- status string
- (String) The lifecycle state of this virtual privage endpoint.
- Constraints: The maximum length is
12
characters. The minimum length is2
characters. The value must match regular expression/^deleting$|failed$|pending$|stable$|suspended$|updating$|waiting$/
.
- Constraints: The maximum length is
- target
Crn 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 is9
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:\\[\\.\\.\\.\\]$/
.
- Constraints: The maximum length is
- href str
- (String) URL for the details of the virtual private endpoint gateway.
- Constraints: The maximum length is
8000
characters. The minimum length is10
characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- 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 is41
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}$/
.
- Constraints: The maximum length is
- name str
- The name of the virtual private endpoint gateway, created by the user.
- Constraints: The maximum length is
63
characters. The minimum length is1
character. The value must match regular expression/^[a-z]|[a-z][-a-z0-9]*[a-z0-9]$/
.
- Constraints: The maximum length is
- status str
- (String) The lifecycle state of this virtual privage endpoint.
- Constraints: The maximum length is
12
characters. The minimum length is2
characters. The value must match regular expression/^deleting$|failed$|pending$|stable$|suspended$|updating$|waiting$/
.
- Constraints: The maximum length is
- 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 is9
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:\\[\\.\\.\\.\\]$/
.
- Constraints: The maximum length is
- href String
- (String) URL for the details of the virtual private endpoint gateway.
- Constraints: The maximum length is
8000
characters. The minimum length is10
characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- 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 is41
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}$/
.
- Constraints: The maximum length is
- name String
- The name of the virtual private endpoint gateway, created by the user.
- Constraints: The maximum length is
63
characters. The minimum length is1
character. The value must match regular expression/^[a-z]|[a-z][-a-z0-9]*[a-z0-9]$/
.
- Constraints: The maximum length is
- status String
- (String) The lifecycle state of this virtual privage endpoint.
- Constraints: The maximum length is
12
characters. The minimum length is2
characters. The value must match regular expression/^deleting$|failed$|pending$|stable$|suspended$|updating$|waiting$/
.
- Constraints: The maximum length is
- target
Crn 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 is9
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:\\[\\.\\.\\.\\]$/
.
- Constraints: The maximum length is
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibm
Terraform Provider.