1. Packages
  2. Ibm Provider
  3. API Docs
  4. getIsVpnServer
ibm 1.77.1 published on Monday, Apr 14, 2025 by ibm-cloud

ibm.getIsVpnServer

Explore with Pulumi AI

ibm logo
ibm 1.77.1 published on Monday, Apr 14, 2025 by ibm-cloud

    Provides a read-only data source for VPNServer. For more information, about VPN Server, see Creating a VPN server.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as ibm from "@pulumi/ibm";
    
    const example = ibm.getIsVpnServer({
        identifier: ibm_is_vpn_server.example.id,
    });
    
    import pulumi
    import pulumi_ibm as ibm
    
    example = ibm.get_is_vpn_server(identifier=ibm_is_vpn_server["example"]["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.LookupIsVpnServer(ctx, &ibm.LookupIsVpnServerArgs{
    			Identifier: pulumi.StringRef(ibm_is_vpn_server.Example.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 example = Ibm.GetIsVpnServer.Invoke(new()
        {
            Identifier = ibm_is_vpn_server.Example.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.GetIsVpnServerArgs;
    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 example = IbmFunctions.getIsVpnServer(GetIsVpnServerArgs.builder()
                .identifier(ibm_is_vpn_server.example().id())
                .build());
    
        }
    }
    
    variables:
      example:
        fn::invoke:
          function: ibm:getIsVpnServer
          arguments:
            identifier: ${ibm_is_vpn_server.example.id}
    

    Using getIsVpnServer

    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 getIsVpnServer(args: GetIsVpnServerArgs, opts?: InvokeOptions): Promise<GetIsVpnServerResult>
    function getIsVpnServerOutput(args: GetIsVpnServerOutputArgs, opts?: InvokeOptions): Output<GetIsVpnServerResult>
    def get_is_vpn_server(id: Optional[str] = None,
                          identifier: Optional[str] = None,
                          name: Optional[str] = None,
                          opts: Optional[InvokeOptions] = None) -> GetIsVpnServerResult
    def get_is_vpn_server_output(id: Optional[pulumi.Input[str]] = None,
                          identifier: Optional[pulumi.Input[str]] = None,
                          name: Optional[pulumi.Input[str]] = None,
                          opts: Optional[InvokeOptions] = None) -> Output[GetIsVpnServerResult]
    func LookupIsVpnServer(ctx *Context, args *LookupIsVpnServerArgs, opts ...InvokeOption) (*LookupIsVpnServerResult, error)
    func LookupIsVpnServerOutput(ctx *Context, args *LookupIsVpnServerOutputArgs, opts ...InvokeOption) LookupIsVpnServerResultOutput

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

    public static class GetIsVpnServer 
    {
        public static Task<GetIsVpnServerResult> InvokeAsync(GetIsVpnServerArgs args, InvokeOptions? opts = null)
        public static Output<GetIsVpnServerResult> Invoke(GetIsVpnServerInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetIsVpnServerResult> getIsVpnServer(GetIsVpnServerArgs args, InvokeOptions options)
    public static Output<GetIsVpnServerResult> getIsVpnServer(GetIsVpnServerArgs args, InvokeOptions options)
    
    fn::invoke:
      function: ibm:index/getIsVpnServer:getIsVpnServer
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    (String) The unique identifier for this vpc.
    Identifier string
    The ID of the VPN server.
    Name string

    The name of the VPN server.

    NOTE identifier and name are mutually exclusive.

    Id string
    (String) The unique identifier for this vpc.
    Identifier string
    The ID of the VPN server.
    Name string

    The name of the VPN server.

    NOTE identifier and name are mutually exclusive.

    id String
    (String) The unique identifier for this vpc.
    identifier String
    The ID of the VPN server.
    name String

    The name of the VPN server.

    NOTE identifier and name are mutually exclusive.

    id string
    (String) The unique identifier for this vpc.
    identifier string
    The ID of the VPN server.
    name string

    The name of the VPN server.

    NOTE identifier and name are mutually exclusive.

    id str
    (String) The unique identifier for this vpc.
    identifier str
    The ID of the VPN server.
    name str

    The name of the VPN server.

    NOTE identifier and name are mutually exclusive.

    id String
    (String) The unique identifier for this vpc.
    identifier String
    The ID of the VPN server.
    name String

    The name of the VPN server.

    NOTE identifier and name are mutually exclusive.

    getIsVpnServer Result

    The following output properties are available:

    AccessTags List<string>
    (List) Access management tags associated for the vpn server.
    Certificates List<GetIsVpnServerCertificate>
    (List) The certificate instance for this VPN server.
    ClientAuthentications List<GetIsVpnServerClientAuthentication>
    (List) The methods used to authenticate VPN clients to this VPN server. VPN clients must authenticate against all provided methods.
    ClientAutoDelete bool
    (Boolean) If set to true, disconnected VPN clients will be automatically deleted after the client_auto_delete_timeout time has passed.
    ClientAutoDeleteTimeout double
    (Integer) Hours after which disconnected VPN clients will be automatically deleted. If 0, disconnected VPN clients will be deleted immediately.
    ClientDnsServerIps List<GetIsVpnServerClientDnsServerIp>
    (List) The DNS server addresses that will be provided to VPN clients that are connected to this VPN server.
    ClientIdleTimeout double
    (Integer) The seconds a VPN client can be idle before this VPN server will disconnect it. If 0, the server will not disconnect idle clients.
    ClientIpPool string
    (String) The VPN client IPv4 address pool, expressed in CIDR format.
    CreatedAt string
    (String) The date and time that the VPN server was created.
    Crn string
    (String) The CRN for this VPC.
    EnableSplitTunneling bool
    (Boolean) Indicates whether the split tunneling is enabled on this VPN server.
    HealthReasons List<GetIsVpnServerHealthReason>
    (List) The reasons for the current health_state (if any).
    HealthState string
    (String) The health of this resource.
    Hostname string
    (String) Fully qualified domain name assigned to this VPN server.
    Href string
    (String) The URL for this VPC.
    Id string
    (String) The unique identifier for this vpc.
    LifecycleReasons List<GetIsVpnServerLifecycleReason>
    (List) The reasons for the current lifecycle_reasons (if any).
    LifecycleState string
    (String) The lifecycle state of the VPN server.
    Name string
    (String) The name for this VPC. The name is unique across all VPCs in the region.
    Port double
    (Integer) The port number used by this VPN server.
    PrivateIps List<GetIsVpnServerPrivateIp>
    (List) The reserved IPs bound to this VPN server.
    Protocol string
    (String) The transport protocol used by this VPN server.
    ResourceGroups List<GetIsVpnServerResourceGroup>
    (List) The resource group object, for this VPN server.
    ResourceType string
    (String) The resource type.
    SecurityGroups List<GetIsVpnServerSecurityGroup>
    (List) The security groups targeting this VPN server.
    Subnets List<GetIsVpnServerSubnet>
    (List) The subnets this VPN server is part of.
    Vpcs List<GetIsVpnServerVpc>
    (List) The VPC this VPN server resides in.
    Identifier string
    The unique identifier of the VPNServer.
    AccessTags []string
    (List) Access management tags associated for the vpn server.
    Certificates []GetIsVpnServerCertificate
    (List) The certificate instance for this VPN server.
    ClientAuthentications []GetIsVpnServerClientAuthentication
    (List) The methods used to authenticate VPN clients to this VPN server. VPN clients must authenticate against all provided methods.
    ClientAutoDelete bool
    (Boolean) If set to true, disconnected VPN clients will be automatically deleted after the client_auto_delete_timeout time has passed.
    ClientAutoDeleteTimeout float64
    (Integer) Hours after which disconnected VPN clients will be automatically deleted. If 0, disconnected VPN clients will be deleted immediately.
    ClientDnsServerIps []GetIsVpnServerClientDnsServerIp
    (List) The DNS server addresses that will be provided to VPN clients that are connected to this VPN server.
    ClientIdleTimeout float64
    (Integer) The seconds a VPN client can be idle before this VPN server will disconnect it. If 0, the server will not disconnect idle clients.
    ClientIpPool string
    (String) The VPN client IPv4 address pool, expressed in CIDR format.
    CreatedAt string
    (String) The date and time that the VPN server was created.
    Crn string
    (String) The CRN for this VPC.
    EnableSplitTunneling bool
    (Boolean) Indicates whether the split tunneling is enabled on this VPN server.
    HealthReasons []GetIsVpnServerHealthReason
    (List) The reasons for the current health_state (if any).
    HealthState string
    (String) The health of this resource.
    Hostname string
    (String) Fully qualified domain name assigned to this VPN server.
    Href string
    (String) The URL for this VPC.
    Id string
    (String) The unique identifier for this vpc.
    LifecycleReasons []GetIsVpnServerLifecycleReason
    (List) The reasons for the current lifecycle_reasons (if any).
    LifecycleState string
    (String) The lifecycle state of the VPN server.
    Name string
    (String) The name for this VPC. The name is unique across all VPCs in the region.
    Port float64
    (Integer) The port number used by this VPN server.
    PrivateIps []GetIsVpnServerPrivateIp
    (List) The reserved IPs bound to this VPN server.
    Protocol string
    (String) The transport protocol used by this VPN server.
    ResourceGroups []GetIsVpnServerResourceGroup
    (List) The resource group object, for this VPN server.
    ResourceType string
    (String) The resource type.
    SecurityGroups []GetIsVpnServerSecurityGroup
    (List) The security groups targeting this VPN server.
    Subnets []GetIsVpnServerSubnet
    (List) The subnets this VPN server is part of.
    Vpcs []GetIsVpnServerVpc
    (List) The VPC this VPN server resides in.
    Identifier string
    The unique identifier of the VPNServer.
    accessTags List<String>
    (List) Access management tags associated for the vpn server.
    certificates List<GetIsVpnServerCertificate>
    (List) The certificate instance for this VPN server.
    clientAuthentications List<GetIsVpnServerClientAuthentication>
    (List) The methods used to authenticate VPN clients to this VPN server. VPN clients must authenticate against all provided methods.
    clientAutoDelete Boolean
    (Boolean) If set to true, disconnected VPN clients will be automatically deleted after the client_auto_delete_timeout time has passed.
    clientAutoDeleteTimeout Double
    (Integer) Hours after which disconnected VPN clients will be automatically deleted. If 0, disconnected VPN clients will be deleted immediately.
    clientDnsServerIps List<GetIsVpnServerClientDnsServerIp>
    (List) The DNS server addresses that will be provided to VPN clients that are connected to this VPN server.
    clientIdleTimeout Double
    (Integer) The seconds a VPN client can be idle before this VPN server will disconnect it. If 0, the server will not disconnect idle clients.
    clientIpPool String
    (String) The VPN client IPv4 address pool, expressed in CIDR format.
    createdAt String
    (String) The date and time that the VPN server was created.
    crn String
    (String) The CRN for this VPC.
    enableSplitTunneling Boolean
    (Boolean) Indicates whether the split tunneling is enabled on this VPN server.
    healthReasons List<GetIsVpnServerHealthReason>
    (List) The reasons for the current health_state (if any).
    healthState String
    (String) The health of this resource.
    hostname String
    (String) Fully qualified domain name assigned to this VPN server.
    href String
    (String) The URL for this VPC.
    id String
    (String) The unique identifier for this vpc.
    lifecycleReasons List<GetIsVpnServerLifecycleReason>
    (List) The reasons for the current lifecycle_reasons (if any).
    lifecycleState String
    (String) The lifecycle state of the VPN server.
    name String
    (String) The name for this VPC. The name is unique across all VPCs in the region.
    port Double
    (Integer) The port number used by this VPN server.
    privateIps List<GetIsVpnServerPrivateIp>
    (List) The reserved IPs bound to this VPN server.
    protocol String
    (String) The transport protocol used by this VPN server.
    resourceGroups List<GetIsVpnServerResourceGroup>
    (List) The resource group object, for this VPN server.
    resourceType String
    (String) The resource type.
    securityGroups List<GetIsVpnServerSecurityGroup>
    (List) The security groups targeting this VPN server.
    subnets List<GetIsVpnServerSubnet>
    (List) The subnets this VPN server is part of.
    vpcs List<GetIsVpnServerVpc>
    (List) The VPC this VPN server resides in.
    identifier String
    The unique identifier of the VPNServer.
    accessTags string[]
    (List) Access management tags associated for the vpn server.
    certificates GetIsVpnServerCertificate[]
    (List) The certificate instance for this VPN server.
    clientAuthentications GetIsVpnServerClientAuthentication[]
    (List) The methods used to authenticate VPN clients to this VPN server. VPN clients must authenticate against all provided methods.
    clientAutoDelete boolean
    (Boolean) If set to true, disconnected VPN clients will be automatically deleted after the client_auto_delete_timeout time has passed.
    clientAutoDeleteTimeout number
    (Integer) Hours after which disconnected VPN clients will be automatically deleted. If 0, disconnected VPN clients will be deleted immediately.
    clientDnsServerIps GetIsVpnServerClientDnsServerIp[]
    (List) The DNS server addresses that will be provided to VPN clients that are connected to this VPN server.
    clientIdleTimeout number
    (Integer) The seconds a VPN client can be idle before this VPN server will disconnect it. If 0, the server will not disconnect idle clients.
    clientIpPool string
    (String) The VPN client IPv4 address pool, expressed in CIDR format.
    createdAt string
    (String) The date and time that the VPN server was created.
    crn string
    (String) The CRN for this VPC.
    enableSplitTunneling boolean
    (Boolean) Indicates whether the split tunneling is enabled on this VPN server.
    healthReasons GetIsVpnServerHealthReason[]
    (List) The reasons for the current health_state (if any).
    healthState string
    (String) The health of this resource.
    hostname string
    (String) Fully qualified domain name assigned to this VPN server.
    href string
    (String) The URL for this VPC.
    id string
    (String) The unique identifier for this vpc.
    lifecycleReasons GetIsVpnServerLifecycleReason[]
    (List) The reasons for the current lifecycle_reasons (if any).
    lifecycleState string
    (String) The lifecycle state of the VPN server.
    name string
    (String) The name for this VPC. The name is unique across all VPCs in the region.
    port number
    (Integer) The port number used by this VPN server.
    privateIps GetIsVpnServerPrivateIp[]
    (List) The reserved IPs bound to this VPN server.
    protocol string
    (String) The transport protocol used by this VPN server.
    resourceGroups GetIsVpnServerResourceGroup[]
    (List) The resource group object, for this VPN server.
    resourceType string
    (String) The resource type.
    securityGroups GetIsVpnServerSecurityGroup[]
    (List) The security groups targeting this VPN server.
    subnets GetIsVpnServerSubnet[]
    (List) The subnets this VPN server is part of.
    vpcs GetIsVpnServerVpc[]
    (List) The VPC this VPN server resides in.
    identifier string
    The unique identifier of the VPNServer.
    access_tags Sequence[str]
    (List) Access management tags associated for the vpn server.
    certificates Sequence[GetIsVpnServerCertificate]
    (List) The certificate instance for this VPN server.
    client_authentications Sequence[GetIsVpnServerClientAuthentication]
    (List) The methods used to authenticate VPN clients to this VPN server. VPN clients must authenticate against all provided methods.
    client_auto_delete bool
    (Boolean) If set to true, disconnected VPN clients will be automatically deleted after the client_auto_delete_timeout time has passed.
    client_auto_delete_timeout float
    (Integer) Hours after which disconnected VPN clients will be automatically deleted. If 0, disconnected VPN clients will be deleted immediately.
    client_dns_server_ips Sequence[GetIsVpnServerClientDnsServerIp]
    (List) The DNS server addresses that will be provided to VPN clients that are connected to this VPN server.
    client_idle_timeout float
    (Integer) The seconds a VPN client can be idle before this VPN server will disconnect it. If 0, the server will not disconnect idle clients.
    client_ip_pool str
    (String) The VPN client IPv4 address pool, expressed in CIDR format.
    created_at str
    (String) The date and time that the VPN server was created.
    crn str
    (String) The CRN for this VPC.
    enable_split_tunneling bool
    (Boolean) Indicates whether the split tunneling is enabled on this VPN server.
    health_reasons Sequence[GetIsVpnServerHealthReason]
    (List) The reasons for the current health_state (if any).
    health_state str
    (String) The health of this resource.
    hostname str
    (String) Fully qualified domain name assigned to this VPN server.
    href str
    (String) The URL for this VPC.
    id str
    (String) The unique identifier for this vpc.
    lifecycle_reasons Sequence[GetIsVpnServerLifecycleReason]
    (List) The reasons for the current lifecycle_reasons (if any).
    lifecycle_state str
    (String) The lifecycle state of the VPN server.
    name str
    (String) The name for this VPC. The name is unique across all VPCs in the region.
    port float
    (Integer) The port number used by this VPN server.
    private_ips Sequence[GetIsVpnServerPrivateIp]
    (List) The reserved IPs bound to this VPN server.
    protocol str
    (String) The transport protocol used by this VPN server.
    resource_groups Sequence[GetIsVpnServerResourceGroup]
    (List) The resource group object, for this VPN server.
    resource_type str
    (String) The resource type.
    security_groups Sequence[GetIsVpnServerSecurityGroup]
    (List) The security groups targeting this VPN server.
    subnets Sequence[GetIsVpnServerSubnet]
    (List) The subnets this VPN server is part of.
    vpcs Sequence[GetIsVpnServerVpc]
    (List) The VPC this VPN server resides in.
    identifier str
    The unique identifier of the VPNServer.
    accessTags List<String>
    (List) Access management tags associated for the vpn server.
    certificates List<Property Map>
    (List) The certificate instance for this VPN server.
    clientAuthentications List<Property Map>
    (List) The methods used to authenticate VPN clients to this VPN server. VPN clients must authenticate against all provided methods.
    clientAutoDelete Boolean
    (Boolean) If set to true, disconnected VPN clients will be automatically deleted after the client_auto_delete_timeout time has passed.
    clientAutoDeleteTimeout Number
    (Integer) Hours after which disconnected VPN clients will be automatically deleted. If 0, disconnected VPN clients will be deleted immediately.
    clientDnsServerIps List<Property Map>
    (List) The DNS server addresses that will be provided to VPN clients that are connected to this VPN server.
    clientIdleTimeout Number
    (Integer) The seconds a VPN client can be idle before this VPN server will disconnect it. If 0, the server will not disconnect idle clients.
    clientIpPool String
    (String) The VPN client IPv4 address pool, expressed in CIDR format.
    createdAt String
    (String) The date and time that the VPN server was created.
    crn String
    (String) The CRN for this VPC.
    enableSplitTunneling Boolean
    (Boolean) Indicates whether the split tunneling is enabled on this VPN server.
    healthReasons List<Property Map>
    (List) The reasons for the current health_state (if any).
    healthState String
    (String) The health of this resource.
    hostname String
    (String) Fully qualified domain name assigned to this VPN server.
    href String
    (String) The URL for this VPC.
    id String
    (String) The unique identifier for this vpc.
    lifecycleReasons List<Property Map>
    (List) The reasons for the current lifecycle_reasons (if any).
    lifecycleState String
    (String) The lifecycle state of the VPN server.
    name String
    (String) The name for this VPC. The name is unique across all VPCs in the region.
    port Number
    (Integer) The port number used by this VPN server.
    privateIps List<Property Map>
    (List) The reserved IPs bound to this VPN server.
    protocol String
    (String) The transport protocol used by this VPN server.
    resourceGroups List<Property Map>
    (List) The resource group object, for this VPN server.
    resourceType String
    (String) The resource type.
    securityGroups List<Property Map>
    (List) The security groups targeting this VPN server.
    subnets List<Property Map>
    (List) The subnets this VPN server is part of.
    vpcs List<Property Map>
    (List) The VPC this VPN server resides in.
    identifier String
    The unique identifier of the VPNServer.

    Supporting Types

    GetIsVpnServerCertificate

    Crn string
    (String) The CRN for this VPC.
    Crn string
    (String) The CRN for this VPC.
    crn String
    (String) The CRN for this VPC.
    crn string
    (String) The CRN for this VPC.
    crn str
    (String) The CRN for this VPC.
    crn String
    (String) The CRN for this VPC.

    GetIsVpnServerClientAuthentication

    ClientCa string
    (String) The certificate instance used for the VPN client certificate authority (CA).
    IdentityProvider string
    (String) The type of identity provider to be used by VPN client.
    Method string
    (String) The type of authentication.
    ClientCa string
    (String) The certificate instance used for the VPN client certificate authority (CA).
    IdentityProvider string
    (String) The type of identity provider to be used by VPN client.
    Method string
    (String) The type of authentication.
    clientCa String
    (String) The certificate instance used for the VPN client certificate authority (CA).
    identityProvider String
    (String) The type of identity provider to be used by VPN client.
    method String
    (String) The type of authentication.
    clientCa string
    (String) The certificate instance used for the VPN client certificate authority (CA).
    identityProvider string
    (String) The type of identity provider to be used by VPN client.
    method string
    (String) The type of authentication.
    client_ca str
    (String) The certificate instance used for the VPN client certificate authority (CA).
    identity_provider str
    (String) The type of identity provider to be used by VPN client.
    method str
    (String) The type of authentication.
    clientCa String
    (String) The certificate instance used for the VPN client certificate authority (CA).
    identityProvider String
    (String) The type of identity provider to be used by VPN client.
    method String
    (String) The type of authentication.

    GetIsVpnServerClientDnsServerIp

    Address string
    (String) The IP address. This property may add support for IPv6 addresses in the future. When processing a value in this property, verify that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the error, or bypass the resource on which the unexpected IP address format was encountered.
    Address string
    (String) The IP address. This property may add support for IPv6 addresses in the future. When processing a value in this property, verify that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the error, or bypass the resource on which the unexpected IP address format was encountered.
    address String
    (String) The IP address. This property may add support for IPv6 addresses in the future. When processing a value in this property, verify that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the error, or bypass the resource on which the unexpected IP address format was encountered.
    address string
    (String) The IP address. This property may add support for IPv6 addresses in the future. When processing a value in this property, verify that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the error, or bypass the resource on which the unexpected IP address format was encountered.
    address str
    (String) The IP address. This property may add support for IPv6 addresses in the future. When processing a value in this property, verify that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the error, or bypass the resource on which the unexpected IP address format was encountered.
    address String
    (String) The IP address. This property may add support for IPv6 addresses in the future. When processing a value in this property, verify that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the error, or bypass the resource on which the unexpected IP address format was encountered.

    GetIsVpnServerHealthReason

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

    GetIsVpnServerLifecycleReason

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

    GetIsVpnServerPrivateIp

    Address string
    (String) The IP address. This property may add support for IPv6 addresses in the future. When processing a value in this property, verify that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the error, or bypass the resource on which the unexpected IP address format was encountered.
    Deleteds List<GetIsVpnServerPrivateIpDeleted>
    (List) If present, this property indicates the referenced resource has been deleted and providessome supplementary information.
    Href string
    (String) The URL for this VPC.
    Id string
    (String) The unique identifier for this vpc.
    Name string

    The name of the VPN server.

    NOTE identifier and name are mutually exclusive.

    ResourceType string
    (String) The resource type.
    Address string
    (String) The IP address. This property may add support for IPv6 addresses in the future. When processing a value in this property, verify that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the error, or bypass the resource on which the unexpected IP address format was encountered.
    Deleteds []GetIsVpnServerPrivateIpDeleted
    (List) If present, this property indicates the referenced resource has been deleted and providessome supplementary information.
    Href string
    (String) The URL for this VPC.
    Id string
    (String) The unique identifier for this vpc.
    Name string

    The name of the VPN server.

    NOTE identifier and name are mutually exclusive.

    ResourceType string
    (String) The resource type.
    address String
    (String) The IP address. This property may add support for IPv6 addresses in the future. When processing a value in this property, verify that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the error, or bypass the resource on which the unexpected IP address format was encountered.
    deleteds List<GetIsVpnServerPrivateIpDeleted>
    (List) If present, this property indicates the referenced resource has been deleted and providessome supplementary information.
    href String
    (String) The URL for this VPC.
    id String
    (String) The unique identifier for this vpc.
    name String

    The name of the VPN server.

    NOTE identifier and name are mutually exclusive.

    resourceType String
    (String) The resource type.
    address string
    (String) The IP address. This property may add support for IPv6 addresses in the future. When processing a value in this property, verify that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the error, or bypass the resource on which the unexpected IP address format was encountered.
    deleteds GetIsVpnServerPrivateIpDeleted[]
    (List) If present, this property indicates the referenced resource has been deleted and providessome supplementary information.
    href string
    (String) The URL for this VPC.
    id string
    (String) The unique identifier for this vpc.
    name string

    The name of the VPN server.

    NOTE identifier and name are mutually exclusive.

    resourceType string
    (String) The resource type.
    address str
    (String) The IP address. This property may add support for IPv6 addresses in the future. When processing a value in this property, verify that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the error, or bypass the resource on which the unexpected IP address format was encountered.
    deleteds Sequence[GetIsVpnServerPrivateIpDeleted]
    (List) If present, this property indicates the referenced resource has been deleted and providessome supplementary information.
    href str
    (String) The URL for this VPC.
    id str
    (String) The unique identifier for this vpc.
    name str

    The name of the VPN server.

    NOTE identifier and name are mutually exclusive.

    resource_type str
    (String) The resource type.
    address String
    (String) The IP address. This property may add support for IPv6 addresses in the future. When processing a value in this property, verify that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the error, or bypass the resource on which the unexpected IP address format was encountered.
    deleteds List<Property Map>
    (List) If present, this property indicates the referenced resource has been deleted and providessome supplementary information.
    href String
    (String) The URL for this VPC.
    id String
    (String) The unique identifier for this vpc.
    name String

    The name of the VPN server.

    NOTE identifier and name are mutually exclusive.

    resourceType String
    (String) The resource type.

    GetIsVpnServerPrivateIpDeleted

    MoreInfo string
    (String) Link to documentation about deleted resources.
    MoreInfo string
    (String) Link to documentation about deleted resources.
    moreInfo String
    (String) Link to documentation about deleted resources.
    moreInfo string
    (String) Link to documentation about deleted resources.
    more_info str
    (String) Link to documentation about deleted resources.
    moreInfo String
    (String) Link to documentation about deleted resources.

    GetIsVpnServerResourceGroup

    Href string
    (String) The URL for this VPC.
    Id string
    (String) The unique identifier for this vpc.
    Name string

    The name of the VPN server.

    NOTE identifier and name are mutually exclusive.

    Href string
    (String) The URL for this VPC.
    Id string
    (String) The unique identifier for this vpc.
    Name string

    The name of the VPN server.

    NOTE identifier and name are mutually exclusive.

    href String
    (String) The URL for this VPC.
    id String
    (String) The unique identifier for this vpc.
    name String

    The name of the VPN server.

    NOTE identifier and name are mutually exclusive.

    href string
    (String) The URL for this VPC.
    id string
    (String) The unique identifier for this vpc.
    name string

    The name of the VPN server.

    NOTE identifier and name are mutually exclusive.

    href str
    (String) The URL for this VPC.
    id str
    (String) The unique identifier for this vpc.
    name str

    The name of the VPN server.

    NOTE identifier and name are mutually exclusive.

    href String
    (String) The URL for this VPC.
    id String
    (String) The unique identifier for this vpc.
    name String

    The name of the VPN server.

    NOTE identifier and name are mutually exclusive.

    GetIsVpnServerSecurityGroup

    Crn string
    (String) The CRN for this VPC.
    Deleteds List<GetIsVpnServerSecurityGroupDeleted>
    (List) If present, this property indicates the referenced resource has been deleted and providessome supplementary information.
    Href string
    (String) The URL for this VPC.
    Id string
    (String) The unique identifier for this vpc.
    Name string

    The name of the VPN server.

    NOTE identifier and name are mutually exclusive.

    Crn string
    (String) The CRN for this VPC.
    Deleteds []GetIsVpnServerSecurityGroupDeleted
    (List) If present, this property indicates the referenced resource has been deleted and providessome supplementary information.
    Href string
    (String) The URL for this VPC.
    Id string
    (String) The unique identifier for this vpc.
    Name string

    The name of the VPN server.

    NOTE identifier and name are mutually exclusive.

    crn String
    (String) The CRN for this VPC.
    deleteds List<GetIsVpnServerSecurityGroupDeleted>
    (List) If present, this property indicates the referenced resource has been deleted and providessome supplementary information.
    href String
    (String) The URL for this VPC.
    id String
    (String) The unique identifier for this vpc.
    name String

    The name of the VPN server.

    NOTE identifier and name are mutually exclusive.

    crn string
    (String) The CRN for this VPC.
    deleteds GetIsVpnServerSecurityGroupDeleted[]
    (List) If present, this property indicates the referenced resource has been deleted and providessome supplementary information.
    href string
    (String) The URL for this VPC.
    id string
    (String) The unique identifier for this vpc.
    name string

    The name of the VPN server.

    NOTE identifier and name are mutually exclusive.

    crn str
    (String) The CRN for this VPC.
    deleteds Sequence[GetIsVpnServerSecurityGroupDeleted]
    (List) If present, this property indicates the referenced resource has been deleted and providessome supplementary information.
    href str
    (String) The URL for this VPC.
    id str
    (String) The unique identifier for this vpc.
    name str

    The name of the VPN server.

    NOTE identifier and name are mutually exclusive.

    crn String
    (String) The CRN for this VPC.
    deleteds List<Property Map>
    (List) If present, this property indicates the referenced resource has been deleted and providessome supplementary information.
    href String
    (String) The URL for this VPC.
    id String
    (String) The unique identifier for this vpc.
    name String

    The name of the VPN server.

    NOTE identifier and name are mutually exclusive.

    GetIsVpnServerSecurityGroupDeleted

    MoreInfo string
    (String) Link to documentation about deleted resources.
    MoreInfo string
    (String) Link to documentation about deleted resources.
    moreInfo String
    (String) Link to documentation about deleted resources.
    moreInfo string
    (String) Link to documentation about deleted resources.
    more_info str
    (String) Link to documentation about deleted resources.
    moreInfo String
    (String) Link to documentation about deleted resources.

    GetIsVpnServerSubnet

    Crn string
    (String) The CRN for this VPC.
    Deleteds List<GetIsVpnServerSubnetDeleted>
    (List) If present, this property indicates the referenced resource has been deleted and providessome supplementary information.
    Href string
    (String) The URL for this VPC.
    Id string
    (String) The unique identifier for this vpc.
    Name string

    The name of the VPN server.

    NOTE identifier and name are mutually exclusive.

    ResourceType string
    (String) The resource type.
    Crn string
    (String) The CRN for this VPC.
    Deleteds []GetIsVpnServerSubnetDeleted
    (List) If present, this property indicates the referenced resource has been deleted and providessome supplementary information.
    Href string
    (String) The URL for this VPC.
    Id string
    (String) The unique identifier for this vpc.
    Name string

    The name of the VPN server.

    NOTE identifier and name are mutually exclusive.

    ResourceType string
    (String) The resource type.
    crn String
    (String) The CRN for this VPC.
    deleteds List<GetIsVpnServerSubnetDeleted>
    (List) If present, this property indicates the referenced resource has been deleted and providessome supplementary information.
    href String
    (String) The URL for this VPC.
    id String
    (String) The unique identifier for this vpc.
    name String

    The name of the VPN server.

    NOTE identifier and name are mutually exclusive.

    resourceType String
    (String) The resource type.
    crn string
    (String) The CRN for this VPC.
    deleteds GetIsVpnServerSubnetDeleted[]
    (List) If present, this property indicates the referenced resource has been deleted and providessome supplementary information.
    href string
    (String) The URL for this VPC.
    id string
    (String) The unique identifier for this vpc.
    name string

    The name of the VPN server.

    NOTE identifier and name are mutually exclusive.

    resourceType string
    (String) The resource type.
    crn str
    (String) The CRN for this VPC.
    deleteds Sequence[GetIsVpnServerSubnetDeleted]
    (List) If present, this property indicates the referenced resource has been deleted and providessome supplementary information.
    href str
    (String) The URL for this VPC.
    id str
    (String) The unique identifier for this vpc.
    name str

    The name of the VPN server.

    NOTE identifier and name are mutually exclusive.

    resource_type str
    (String) The resource type.
    crn String
    (String) The CRN for this VPC.
    deleteds List<Property Map>
    (List) If present, this property indicates the referenced resource has been deleted and providessome supplementary information.
    href String
    (String) The URL for this VPC.
    id String
    (String) The unique identifier for this vpc.
    name String

    The name of the VPN server.

    NOTE identifier and name are mutually exclusive.

    resourceType String
    (String) The resource type.

    GetIsVpnServerSubnetDeleted

    MoreInfo string
    (String) Link to documentation about deleted resources.
    MoreInfo string
    (String) Link to documentation about deleted resources.
    moreInfo String
    (String) Link to documentation about deleted resources.
    moreInfo string
    (String) Link to documentation about deleted resources.
    more_info str
    (String) Link to documentation about deleted resources.
    moreInfo String
    (String) Link to documentation about deleted resources.

    GetIsVpnServerVpc

    Crn string
    (String) The CRN for this VPC.
    Deleteds List<GetIsVpnServerVpcDeleted>
    (List) If present, this property indicates the referenced resource has been deleted and providessome supplementary information.
    Href string
    (String) The URL for this VPC.
    Id string
    (String) The unique identifier for this vpc.
    Name string

    The name of the VPN server.

    NOTE identifier and name are mutually exclusive.

    Crn string
    (String) The CRN for this VPC.
    Deleteds []GetIsVpnServerVpcDeleted
    (List) If present, this property indicates the referenced resource has been deleted and providessome supplementary information.
    Href string
    (String) The URL for this VPC.
    Id string
    (String) The unique identifier for this vpc.
    Name string

    The name of the VPN server.

    NOTE identifier and name are mutually exclusive.

    crn String
    (String) The CRN for this VPC.
    deleteds List<GetIsVpnServerVpcDeleted>
    (List) If present, this property indicates the referenced resource has been deleted and providessome supplementary information.
    href String
    (String) The URL for this VPC.
    id String
    (String) The unique identifier for this vpc.
    name String

    The name of the VPN server.

    NOTE identifier and name are mutually exclusive.

    crn string
    (String) The CRN for this VPC.
    deleteds GetIsVpnServerVpcDeleted[]
    (List) If present, this property indicates the referenced resource has been deleted and providessome supplementary information.
    href string
    (String) The URL for this VPC.
    id string
    (String) The unique identifier for this vpc.
    name string

    The name of the VPN server.

    NOTE identifier and name are mutually exclusive.

    crn str
    (String) The CRN for this VPC.
    deleteds Sequence[GetIsVpnServerVpcDeleted]
    (List) If present, this property indicates the referenced resource has been deleted and providessome supplementary information.
    href str
    (String) The URL for this VPC.
    id str
    (String) The unique identifier for this vpc.
    name str

    The name of the VPN server.

    NOTE identifier and name are mutually exclusive.

    crn String
    (String) The CRN for this VPC.
    deleteds List<Property Map>
    (List) If present, this property indicates the referenced resource has been deleted and providessome supplementary information.
    href String
    (String) The URL for this VPC.
    id String
    (String) The unique identifier for this vpc.
    name String

    The name of the VPN server.

    NOTE identifier and name are mutually exclusive.

    GetIsVpnServerVpcDeleted

    MoreInfo string
    (String) Link to documentation about deleted resources.
    MoreInfo string
    (String) Link to documentation about deleted resources.
    moreInfo String
    (String) Link to documentation about deleted resources.
    moreInfo string
    (String) Link to documentation about deleted resources.
    more_info str
    (String) Link to documentation about deleted resources.
    moreInfo String
    (String) Link to documentation about deleted resources.

    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.77.1 published on Monday, Apr 14, 2025 by ibm-cloud