ibm.getIsVpnGateway
Explore with Pulumi AI
Provides a read-only data source for VPN Gateway. You can then reference the fields of the data source in other resources within the same configuration using interpolation syntax.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as ibm from "@pulumi/ibm";
const example = ibm.getIsVpnGateway({
vpnGateway: ibm_is_vpn_gateway.example.id,
});
const example_1 = ibm.getIsVpnGateway({
vpnGatewayName: ibm_is_vpn_gateway.example.name,
});
import pulumi
import pulumi_ibm as ibm
example = ibm.get_is_vpn_gateway(vpn_gateway=ibm_is_vpn_gateway["example"]["id"])
example_1 = ibm.get_is_vpn_gateway(vpn_gateway_name=ibm_is_vpn_gateway["example"]["name"])
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.LookupIsVpnGateway(ctx, &ibm.LookupIsVpnGatewayArgs{
VpnGateway: pulumi.StringRef(ibm_is_vpn_gateway.Example.Id),
}, nil)
if err != nil {
return err
}
_, err = ibm.LookupIsVpnGateway(ctx, &ibm.LookupIsVpnGatewayArgs{
VpnGatewayName: pulumi.StringRef(ibm_is_vpn_gateway.Example.Name),
}, 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.GetIsVpnGateway.Invoke(new()
{
VpnGateway = ibm_is_vpn_gateway.Example.Id,
});
var example_1 = Ibm.GetIsVpnGateway.Invoke(new()
{
VpnGatewayName = ibm_is_vpn_gateway.Example.Name,
});
});
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.GetIsVpnGatewayArgs;
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.getIsVpnGateway(GetIsVpnGatewayArgs.builder()
.vpnGateway(ibm_is_vpn_gateway.example().id())
.build());
final var example-1 = IbmFunctions.getIsVpnGateway(GetIsVpnGatewayArgs.builder()
.vpnGatewayName(ibm_is_vpn_gateway.example().name())
.build());
}
}
variables:
example:
fn::invoke:
function: ibm:getIsVpnGateway
arguments:
vpnGateway: ${ibm_is_vpn_gateway.example.id}
example-1:
fn::invoke:
function: ibm:getIsVpnGateway
arguments:
vpnGatewayName: ${ibm_is_vpn_gateway.example.name}
Using getIsVpnGateway
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 getIsVpnGateway(args: GetIsVpnGatewayArgs, opts?: InvokeOptions): Promise<GetIsVpnGatewayResult>
function getIsVpnGatewayOutput(args: GetIsVpnGatewayOutputArgs, opts?: InvokeOptions): Output<GetIsVpnGatewayResult>
def get_is_vpn_gateway(id: Optional[str] = None,
vpn_gateway: Optional[str] = None,
vpn_gateway_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetIsVpnGatewayResult
def get_is_vpn_gateway_output(id: Optional[pulumi.Input[str]] = None,
vpn_gateway: Optional[pulumi.Input[str]] = None,
vpn_gateway_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetIsVpnGatewayResult]
func LookupIsVpnGateway(ctx *Context, args *LookupIsVpnGatewayArgs, opts ...InvokeOption) (*LookupIsVpnGatewayResult, error)
func LookupIsVpnGatewayOutput(ctx *Context, args *LookupIsVpnGatewayOutputArgs, opts ...InvokeOption) LookupIsVpnGatewayResultOutput
> Note: This function is named LookupIsVpnGateway
in the Go SDK.
public static class GetIsVpnGateway
{
public static Task<GetIsVpnGatewayResult> InvokeAsync(GetIsVpnGatewayArgs args, InvokeOptions? opts = null)
public static Output<GetIsVpnGatewayResult> Invoke(GetIsVpnGatewayInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetIsVpnGatewayResult> getIsVpnGateway(GetIsVpnGatewayArgs args, InvokeOptions options)
public static Output<GetIsVpnGatewayResult> getIsVpnGateway(GetIsVpnGatewayArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getIsVpnGateway:getIsVpnGateway
arguments:
# arguments dictionary
The following arguments are supported:
- Id string
- (String) - The unique identifier for this VPC.
- Vpn
Gateway string - The VPN gateway identifier.
- Vpn
Gateway stringName The VPN gateway name.
Note Provide either
vpn_gateway
orvpn_gateway_name
- Id string
- (String) - The unique identifier for this VPC.
- Vpn
Gateway string - The VPN gateway identifier.
- Vpn
Gateway stringName The VPN gateway name.
Note Provide either
vpn_gateway
orvpn_gateway_name
- id String
- (String) - The unique identifier for this VPC.
- vpn
Gateway String - The VPN gateway identifier.
- vpn
Gateway StringName The VPN gateway name.
Note Provide either
vpn_gateway
orvpn_gateway_name
- id string
- (String) - The unique identifier for this VPC.
- vpn
Gateway string - The VPN gateway identifier.
- vpn
Gateway stringName The VPN gateway name.
Note Provide either
vpn_gateway
orvpn_gateway_name
- id str
- (String) - The unique identifier for this VPC.
- vpn_
gateway str - The VPN gateway identifier.
- vpn_
gateway_ strname The VPN gateway name.
Note Provide either
vpn_gateway
orvpn_gateway_name
- id String
- (String) - The unique identifier for this VPC.
- vpn
Gateway String - The VPN gateway identifier.
- vpn
Gateway StringName The VPN gateway name.
Note Provide either
vpn_gateway
orvpn_gateway_name
getIsVpnGateway Result
The following output properties are available:
- List<string>
- (List) Access management tags associated for the vpn gateway.
- Connections
List<Get
Is Vpn Gateway Connection> - (List) Connections for this VPN gateway. Nested scheme for connections:
- Created
At string - (String) The date and time that this VPN gateway was created.
- Crn string
- (String) The CRN for this VPC.
- Health
Reasons List<GetIs Vpn Gateway Health Reason> - (List) The reasons for the current health_state (if any).
- Health
State string - (String) The health of this resource.
- Href string
- (String) - The URL for this VPC
- Id string
- (String) - The unique identifier for this VPC.
- Lifecycle
Reasons List<GetIs Vpn Gateway Lifecycle Reason> - (List) The reasons for the current lifecycle_reasons (if any).
- Lifecycle
State string - (String) The lifecycle state of the VPN gateway.
- Members
List<Get
Is Vpn Gateway Member> - (List) Collection of VPN gateway members. Nested scheme for members:
- Mode string
- (String) Route mode VPN gateway.
- Name string
- (String) - The unique user-defined name for this VPC.
- Resource
Groups List<GetIs Vpn Gateway Resource Group> - (List) The resource group object, for this VPN gateway. Nested scheme for resource_group:
- Resource
Type string - (String) - The resource type.
- Status string
- Subnets
List<Get
Is Vpn Gateway Subnet> - (List) Nested scheme for subnet:
- List<string>
- (Optional, Array of Strings) A list of tags associated with the instance.
- Vpcs
List<Get
Is Vpn Gateway Vpc> - (String) The VPC this VPN server resides in.
Nested scheme for
vpc
: - Vpn
Gateway string - Vpn
Gateway stringName
- []string
- (List) Access management tags associated for the vpn gateway.
- Connections
[]Get
Is Vpn Gateway Connection Type - (List) Connections for this VPN gateway. Nested scheme for connections:
- Created
At string - (String) The date and time that this VPN gateway was created.
- Crn string
- (String) The CRN for this VPC.
- Health
Reasons []GetIs Vpn Gateway Health Reason - (List) The reasons for the current health_state (if any).
- Health
State string - (String) The health of this resource.
- Href string
- (String) - The URL for this VPC
- Id string
- (String) - The unique identifier for this VPC.
- Lifecycle
Reasons []GetIs Vpn Gateway Lifecycle Reason - (List) The reasons for the current lifecycle_reasons (if any).
- Lifecycle
State string - (String) The lifecycle state of the VPN gateway.
- Members
[]Get
Is Vpn Gateway Member - (List) Collection of VPN gateway members. Nested scheme for members:
- Mode string
- (String) Route mode VPN gateway.
- Name string
- (String) - The unique user-defined name for this VPC.
- Resource
Groups []GetIs Vpn Gateway Resource Group - (List) The resource group object, for this VPN gateway. Nested scheme for resource_group:
- Resource
Type string - (String) - The resource type.
- Status string
- Subnets
[]Get
Is Vpn Gateway Subnet - (List) Nested scheme for subnet:
- []string
- (Optional, Array of Strings) A list of tags associated with the instance.
- Vpcs
[]Get
Is Vpn Gateway Vpc - (String) The VPC this VPN server resides in.
Nested scheme for
vpc
: - Vpn
Gateway string - Vpn
Gateway stringName
- List<String>
- (List) Access management tags associated for the vpn gateway.
- connections
List<Get
Is Vpn Gateway Connection> - (List) Connections for this VPN gateway. Nested scheme for connections:
- created
At String - (String) The date and time that this VPN gateway was created.
- crn String
- (String) The CRN for this VPC.
- health
Reasons List<GetIs Vpn Gateway Health Reason> - (List) The reasons for the current health_state (if any).
- health
State String - (String) The health of this resource.
- href String
- (String) - The URL for this VPC
- id String
- (String) - The unique identifier for this VPC.
- lifecycle
Reasons List<GetIs Vpn Gateway Lifecycle Reason> - (List) The reasons for the current lifecycle_reasons (if any).
- lifecycle
State String - (String) The lifecycle state of the VPN gateway.
- members
List<Get
Is Vpn Gateway Member> - (List) Collection of VPN gateway members. Nested scheme for members:
- mode String
- (String) Route mode VPN gateway.
- name String
- (String) - The unique user-defined name for this VPC.
- resource
Groups List<GetIs Vpn Gateway Resource Group> - (List) The resource group object, for this VPN gateway. Nested scheme for resource_group:
- resource
Type String - (String) - The resource type.
- status String
- subnets
List<Get
Is Vpn Gateway Subnet> - (List) Nested scheme for subnet:
- List<String>
- (Optional, Array of Strings) A list of tags associated with the instance.
- vpcs
List<Get
Is Vpn Gateway Vpc> - (String) The VPC this VPN server resides in.
Nested scheme for
vpc
: - vpn
Gateway String - vpn
Gateway StringName
- string[]
- (List) Access management tags associated for the vpn gateway.
- connections
Get
Is Vpn Gateway Connection[] - (List) Connections for this VPN gateway. Nested scheme for connections:
- created
At string - (String) The date and time that this VPN gateway was created.
- crn string
- (String) The CRN for this VPC.
- health
Reasons GetIs Vpn Gateway Health Reason[] - (List) The reasons for the current health_state (if any).
- health
State string - (String) The health of this resource.
- href string
- (String) - The URL for this VPC
- id string
- (String) - The unique identifier for this VPC.
- lifecycle
Reasons GetIs Vpn Gateway Lifecycle Reason[] - (List) The reasons for the current lifecycle_reasons (if any).
- lifecycle
State string - (String) The lifecycle state of the VPN gateway.
- members
Get
Is Vpn Gateway Member[] - (List) Collection of VPN gateway members. Nested scheme for members:
- mode string
- (String) Route mode VPN gateway.
- name string
- (String) - The unique user-defined name for this VPC.
- resource
Groups GetIs Vpn Gateway Resource Group[] - (List) The resource group object, for this VPN gateway. Nested scheme for resource_group:
- resource
Type string - (String) - The resource type.
- status string
- subnets
Get
Is Vpn Gateway Subnet[] - (List) Nested scheme for subnet:
- string[]
- (Optional, Array of Strings) A list of tags associated with the instance.
- vpcs
Get
Is Vpn Gateway Vpc[] - (String) The VPC this VPN server resides in.
Nested scheme for
vpc
: - vpn
Gateway string - vpn
Gateway stringName
- Sequence[str]
- (List) Access management tags associated for the vpn gateway.
- connections
Sequence[Get
Is Vpn Gateway Connection] - (List) Connections for this VPN gateway. Nested scheme for connections:
- created_
at str - (String) The date and time that this VPN gateway was created.
- crn str
- (String) The CRN for this VPC.
- health_
reasons Sequence[GetIs Vpn Gateway Health Reason] - (List) The reasons for the current health_state (if any).
- health_
state str - (String) The health of this resource.
- href str
- (String) - The URL for this VPC
- id str
- (String) - The unique identifier for this VPC.
- lifecycle_
reasons Sequence[GetIs Vpn Gateway Lifecycle Reason] - (List) The reasons for the current lifecycle_reasons (if any).
- lifecycle_
state str - (String) The lifecycle state of the VPN gateway.
- members
Sequence[Get
Is Vpn Gateway Member] - (List) Collection of VPN gateway members. Nested scheme for members:
- mode str
- (String) Route mode VPN gateway.
- name str
- (String) - The unique user-defined name for this VPC.
- resource_
groups Sequence[GetIs Vpn Gateway Resource Group] - (List) The resource group object, for this VPN gateway. Nested scheme for resource_group:
- resource_
type str - (String) - The resource type.
- status str
- subnets
Sequence[Get
Is Vpn Gateway Subnet] - (List) Nested scheme for subnet:
- Sequence[str]
- (Optional, Array of Strings) A list of tags associated with the instance.
- vpcs
Sequence[Get
Is Vpn Gateway Vpc] - (String) The VPC this VPN server resides in.
Nested scheme for
vpc
: - vpn_
gateway str - vpn_
gateway_ strname
- List<String>
- (List) Access management tags associated for the vpn gateway.
- connections List<Property Map>
- (List) Connections for this VPN gateway. Nested scheme for connections:
- created
At String - (String) The date and time that this VPN gateway was created.
- crn String
- (String) The CRN for this VPC.
- health
Reasons List<Property Map> - (List) The reasons for the current health_state (if any).
- health
State String - (String) The health of this resource.
- href String
- (String) - The URL for this VPC
- id String
- (String) - The unique identifier for this VPC.
- lifecycle
Reasons List<Property Map> - (List) The reasons for the current lifecycle_reasons (if any).
- lifecycle
State String - (String) The lifecycle state of the VPN gateway.
- members List<Property Map>
- (List) Collection of VPN gateway members. Nested scheme for members:
- mode String
- (String) Route mode VPN gateway.
- name String
- (String) - The unique user-defined name for this VPC.
- resource
Groups List<Property Map> - (List) The resource group object, for this VPN gateway. Nested scheme for resource_group:
- resource
Type String - (String) - The resource type.
- status String
- subnets List<Property Map>
- (List) Nested scheme for subnet:
- List<String>
- (Optional, Array of Strings) A list of tags associated with the instance.
- vpcs List<Property Map>
- (String) The VPC this VPN server resides in.
Nested scheme for
vpc
: - vpn
Gateway String - vpn
Gateway StringName
Supporting Types
GetIsVpnGatewayConnection
- Deleteds
List<Get
Is Vpn Gateway Connection Deleted> - (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information. Nested scheme for deleted:
- Href string
- (String) - The URL for this VPC
- Id string
- (String) - The unique identifier for this VPC.
- Name string
- (String) - The unique user-defined name for this VPC.
- Resource
Type string - (String) - The resource type.
- Deleteds
[]Get
Is Vpn Gateway Connection Deleted - (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information. Nested scheme for deleted:
- Href string
- (String) - The URL for this VPC
- Id string
- (String) - The unique identifier for this VPC.
- Name string
- (String) - The unique user-defined name for this VPC.
- Resource
Type string - (String) - The resource type.
- deleteds
List<Get
Is Vpn Gateway Connection Deleted> - (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information. Nested scheme for deleted:
- href String
- (String) - The URL for this VPC
- id String
- (String) - The unique identifier for this VPC.
- name String
- (String) - The unique user-defined name for this VPC.
- resource
Type String - (String) - The resource type.
- deleteds
Get
Is Vpn Gateway Connection Deleted[] - (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information. Nested scheme for deleted:
- href string
- (String) - The URL for this VPC
- id string
- (String) - The unique identifier for this VPC.
- name string
- (String) - The unique user-defined name for this VPC.
- resource
Type string - (String) - The resource type.
- deleteds
Sequence[Get
Is Vpn Gateway Connection Deleted] - (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information. Nested scheme for deleted:
- href str
- (String) - The URL for this VPC
- id str
- (String) - The unique identifier for this VPC.
- name str
- (String) - The unique user-defined name for this VPC.
- resource_
type str - (String) - The resource type.
- deleteds List<Property Map>
- (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information. Nested scheme for deleted:
- href String
- (String) - The URL for this VPC
- id String
- (String) - The unique identifier for this VPC.
- name String
- (String) - The unique user-defined name for this VPC.
- resource
Type String - (String) - The resource type.
GetIsVpnGatewayConnectionDeleted
- More
Info string - (String) Link to documentation about deleted resources.
- More
Info string - (String) Link to documentation about deleted resources.
- more
Info String - (String) Link to documentation about deleted resources.
- more
Info string - (String) Link to documentation about deleted resources.
- more_
info str - (String) Link to documentation about deleted resources.
- more
Info String - (String) Link to documentation about deleted resources.
GetIsVpnGatewayHealthReason
GetIsVpnGatewayLifecycleReason
GetIsVpnGatewayMember
- Private
Ip stringAddress - (String) The private IP address assigned to the VPN gateway member. This property will be present only when the VPN gateway status is
available
. 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. Same asprimary_ip.0.address
- Public
Ip stringAddress - (String) The public IP address assigned to the VPN gateway member. 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.
- Role string
- (String) The high availability role assigned to the VPN gateway member.
- Status string
- Private
Ip stringAddress - (String) The private IP address assigned to the VPN gateway member. This property will be present only when the VPN gateway status is
available
. 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. Same asprimary_ip.0.address
- Public
Ip stringAddress - (String) The public IP address assigned to the VPN gateway member. 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.
- Role string
- (String) The high availability role assigned to the VPN gateway member.
- Status string
- private
Ip StringAddress - (String) The private IP address assigned to the VPN gateway member. This property will be present only when the VPN gateway status is
available
. 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. Same asprimary_ip.0.address
- public
Ip StringAddress - (String) The public IP address assigned to the VPN gateway member. 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.
- role String
- (String) The high availability role assigned to the VPN gateway member.
- status String
- private
Ip stringAddress - (String) The private IP address assigned to the VPN gateway member. This property will be present only when the VPN gateway status is
available
. 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. Same asprimary_ip.0.address
- public
Ip stringAddress - (String) The public IP address assigned to the VPN gateway member. 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.
- role string
- (String) The high availability role assigned to the VPN gateway member.
- status string
- private_
ip_ straddress - (String) The private IP address assigned to the VPN gateway member. This property will be present only when the VPN gateway status is
available
. 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. Same asprimary_ip.0.address
- public_
ip_ straddress - (String) The public IP address assigned to the VPN gateway member. 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.
- role str
- (String) The high availability role assigned to the VPN gateway member.
- status str
- private
Ip StringAddress - (String) The private IP address assigned to the VPN gateway member. This property will be present only when the VPN gateway status is
available
. 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. Same asprimary_ip.0.address
- public
Ip StringAddress - (String) The public IP address assigned to the VPN gateway member. 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.
- role String
- (String) The high availability role assigned to the VPN gateway member.
- status String
GetIsVpnGatewayResourceGroup
GetIsVpnGatewaySubnet
- Crn string
- (String) The CRN for this VPC.
- Deleteds
List<Get
Is Vpn Gateway Subnet Deleted> - (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information. Nested scheme for deleted:
- Href string
- (String) - The URL for this VPC
- Id string
- (String) - The unique identifier for this VPC.
- Name string
- (String) - The unique user-defined name for this VPC.
- Crn string
- (String) The CRN for this VPC.
- Deleteds
[]Get
Is Vpn Gateway Subnet Deleted - (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information. Nested scheme for deleted:
- Href string
- (String) - The URL for this VPC
- Id string
- (String) - The unique identifier for this VPC.
- Name string
- (String) - The unique user-defined name for this VPC.
- crn String
- (String) The CRN for this VPC.
- deleteds
List<Get
Is Vpn Gateway Subnet Deleted> - (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information. Nested scheme for deleted:
- href String
- (String) - The URL for this VPC
- id String
- (String) - The unique identifier for this VPC.
- name String
- (String) - The unique user-defined name for this VPC.
- crn string
- (String) The CRN for this VPC.
- deleteds
Get
Is Vpn Gateway Subnet Deleted[] - (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information. Nested scheme for deleted:
- href string
- (String) - The URL for this VPC
- id string
- (String) - The unique identifier for this VPC.
- name string
- (String) - The unique user-defined name for this VPC.
- crn str
- (String) The CRN for this VPC.
- deleteds
Sequence[Get
Is Vpn Gateway Subnet Deleted] - (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information. Nested scheme for deleted:
- href str
- (String) - The URL for this VPC
- id str
- (String) - The unique identifier for this VPC.
- name str
- (String) - The unique user-defined name for this VPC.
- 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 provides some supplementary information. Nested scheme for deleted:
- href String
- (String) - The URL for this VPC
- id String
- (String) - The unique identifier for this VPC.
- name String
- (String) - The unique user-defined name for this VPC.
GetIsVpnGatewaySubnetDeleted
- More
Info string - (String) Link to documentation about deleted resources.
- More
Info string - (String) Link to documentation about deleted resources.
- more
Info String - (String) Link to documentation about deleted resources.
- more
Info string - (String) Link to documentation about deleted resources.
- more_
info str - (String) Link to documentation about deleted resources.
- more
Info String - (String) Link to documentation about deleted resources.
GetIsVpnGatewayVpc
- Crn string
- (String) The CRN for this VPC.
- Deleteds
List<Get
Is Vpn Gateway Vpc Deleted> - (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information. Nested scheme for deleted:
- Href string
- (String) - The URL for this VPC
- Id string
- (String) - The unique identifier for this VPC.
- Name string
- (String) - The unique user-defined name for this VPC.
- Crn string
- (String) The CRN for this VPC.
- Deleteds
[]Get
Is Vpn Gateway Vpc Deleted - (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information. Nested scheme for deleted:
- Href string
- (String) - The URL for this VPC
- Id string
- (String) - The unique identifier for this VPC.
- Name string
- (String) - The unique user-defined name for this VPC.
- crn String
- (String) The CRN for this VPC.
- deleteds
List<Get
Is Vpn Gateway Vpc Deleted> - (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information. Nested scheme for deleted:
- href String
- (String) - The URL for this VPC
- id String
- (String) - The unique identifier for this VPC.
- name String
- (String) - The unique user-defined name for this VPC.
- crn string
- (String) The CRN for this VPC.
- deleteds
Get
Is Vpn Gateway Vpc Deleted[] - (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information. Nested scheme for deleted:
- href string
- (String) - The URL for this VPC
- id string
- (String) - The unique identifier for this VPC.
- name string
- (String) - The unique user-defined name for this VPC.
- crn str
- (String) The CRN for this VPC.
- deleteds
Sequence[Get
Is Vpn Gateway Vpc Deleted] - (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information. Nested scheme for deleted:
- href str
- (String) - The URL for this VPC
- id str
- (String) - The unique identifier for this VPC.
- name str
- (String) - The unique user-defined name for this VPC.
- 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 provides some supplementary information. Nested scheme for deleted:
- href String
- (String) - The URL for this VPC
- id String
- (String) - The unique identifier for this VPC.
- name String
- (String) - The unique user-defined name for this VPC.
GetIsVpnGatewayVpcDeleted
- More
Info string - (String) Link to documentation about deleted resources.
- More
Info string - (String) Link to documentation about deleted resources.
- more
Info String - (String) Link to documentation about deleted resources.
- more
Info string - (String) Link to documentation about deleted resources.
- more_
info str - (String) Link to documentation about deleted resources.
- more
Info 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.