Strata Cloud Manager v0.3.2 published on Thursday, May 8, 2025 by Pulumi
scm.getIkeGatewayList
Explore with Pulumi AI
Retrieves a listing of config items.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as scm from "@pulumi/scm";
const example = scm.getIkeGatewayList({
    folder: "Remote Networks",
});
import pulumi
import pulumi_scm as scm
example = scm.get_ike_gateway_list(folder="Remote Networks")
package main
import (
	"github.com/pulumi/pulumi-scm/sdk/go/scm"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := scm.GetIkeGatewayList(ctx, &scm.GetIkeGatewayListArgs{
			Folder: pulumi.StringRef("Remote Networks"),
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Scm = Pulumi.Scm;
return await Deployment.RunAsync(() => 
{
    var example = Scm.GetIkeGatewayList.Invoke(new()
    {
        Folder = "Remote Networks",
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.scm.ScmFunctions;
import com.pulumi.scm.inputs.GetIkeGatewayListArgs;
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 = ScmFunctions.getIkeGatewayList(GetIkeGatewayListArgs.builder()
            .folder("Remote Networks")
            .build());
    }
}
variables:
  example:
    fn::invoke:
      function: scm:getIkeGatewayList
      arguments:
        folder: Remote Networks
Using getIkeGatewayList
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 getIkeGatewayList(args: GetIkeGatewayListArgs, opts?: InvokeOptions): Promise<GetIkeGatewayListResult>
function getIkeGatewayListOutput(args: GetIkeGatewayListOutputArgs, opts?: InvokeOptions): Output<GetIkeGatewayListResult>def get_ike_gateway_list(device: Optional[str] = None,
                         folder: Optional[str] = None,
                         limit: Optional[int] = None,
                         name: Optional[str] = None,
                         offset: Optional[int] = None,
                         snippet: Optional[str] = None,
                         opts: Optional[InvokeOptions] = None) -> GetIkeGatewayListResult
def get_ike_gateway_list_output(device: Optional[pulumi.Input[str]] = None,
                         folder: Optional[pulumi.Input[str]] = None,
                         limit: Optional[pulumi.Input[int]] = None,
                         name: Optional[pulumi.Input[str]] = None,
                         offset: Optional[pulumi.Input[int]] = None,
                         snippet: Optional[pulumi.Input[str]] = None,
                         opts: Optional[InvokeOptions] = None) -> Output[GetIkeGatewayListResult]func GetIkeGatewayList(ctx *Context, args *GetIkeGatewayListArgs, opts ...InvokeOption) (*GetIkeGatewayListResult, error)
func GetIkeGatewayListOutput(ctx *Context, args *GetIkeGatewayListOutputArgs, opts ...InvokeOption) GetIkeGatewayListResultOutput> Note: This function is named GetIkeGatewayList in the Go SDK.
public static class GetIkeGatewayList 
{
    public static Task<GetIkeGatewayListResult> InvokeAsync(GetIkeGatewayListArgs args, InvokeOptions? opts = null)
    public static Output<GetIkeGatewayListResult> Invoke(GetIkeGatewayListInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetIkeGatewayListResult> getIkeGatewayList(GetIkeGatewayListArgs args, InvokeOptions options)
public static Output<GetIkeGatewayListResult> getIkeGatewayList(GetIkeGatewayListArgs args, InvokeOptions options)
fn::invoke:
  function: scm:index/getIkeGatewayList:getIkeGatewayList
  arguments:
    # arguments dictionaryThe following arguments are supported:
getIkeGatewayList Result
The following output properties are available:
- Datas
List<GetIke Gateway List Data> 
- The Data param.
- Id string
- The provider-assigned unique ID for this managed resource.
- Limit int
- The Limit param. A limit of -1 will return all configured items. Default: 200.
- Offset int
- The Offset param. Default: 0.
- Tfid string
- Total int
- The Total param.
- Device string
- The Device param.
- Folder string
- The Folder param.
- Name string
- The Name param.
- Snippet string
- The Snippet param.
- Datas
[]GetIke Gateway List Data 
- The Data param.
- Id string
- The provider-assigned unique ID for this managed resource.
- Limit int
- The Limit param. A limit of -1 will return all configured items. Default: 200.
- Offset int
- The Offset param. Default: 0.
- Tfid string
- Total int
- The Total param.
- Device string
- The Device param.
- Folder string
- The Folder param.
- Name string
- The Name param.
- Snippet string
- The Snippet param.
- datas
List<GetIke Gateway List Data> 
- The Data param.
- id String
- The provider-assigned unique ID for this managed resource.
- limit Integer
- The Limit param. A limit of -1 will return all configured items. Default: 200.
- offset Integer
- The Offset param. Default: 0.
- tfid String
- total Integer
- The Total param.
- device String
- The Device param.
- folder String
- The Folder param.
- name String
- The Name param.
- snippet String
- The Snippet param.
- datas
GetIke Gateway List Data[] 
- The Data param.
- id string
- The provider-assigned unique ID for this managed resource.
- limit number
- The Limit param. A limit of -1 will return all configured items. Default: 200.
- offset number
- The Offset param. Default: 0.
- tfid string
- total number
- The Total param.
- device string
- The Device param.
- folder string
- The Folder param.
- name string
- The Name param.
- snippet string
- The Snippet param.
- datas
Sequence[GetIke Gateway List Data] 
- The Data param.
- id str
- The provider-assigned unique ID for this managed resource.
- limit int
- The Limit param. A limit of -1 will return all configured items. Default: 200.
- offset int
- The Offset param. Default: 0.
- tfid str
- total int
- The Total param.
- device str
- The Device param.
- folder str
- The Folder param.
- name str
- The Name param.
- snippet str
- The Snippet param.
- datas List<Property Map>
- The Data param.
- id String
- The provider-assigned unique ID for this managed resource.
- limit Number
- The Limit param. A limit of -1 will return all configured items. Default: 200.
- offset Number
- The Offset param. Default: 0.
- tfid String
- total Number
- The Total param.
- device String
- The Device param.
- folder String
- The Folder param.
- name String
- The Name param.
- snippet String
- The Snippet param.
Supporting Types
GetIkeGatewayListData    
- Authentication
GetIke Gateway List Data Authentication 
- The Authentication param.
- Id string
- UUID of the resource.
- LocalId GetIke Gateway List Data Local Id 
- The LocalId param.
- Name string
- Alphanumeric string begin with letter: [0-9a-zA-Z._-]. String length must not exceed 63 characters.
- PeerAddress GetIke Gateway List Data Peer Address 
- The PeerAddress param.
- PeerId GetIke Gateway List Data Peer Id 
- The PeerId param.
- Protocol
GetIke Gateway List Data Protocol 
- The Protocol param.
- ProtocolCommon GetIke Gateway List Data Protocol Common 
- The ProtocolCommon param.
- Authentication
GetIke Gateway List Data Authentication 
- The Authentication param.
- Id string
- UUID of the resource.
- LocalId GetIke Gateway List Data Local Id 
- The LocalId param.
- Name string
- Alphanumeric string begin with letter: [0-9a-zA-Z._-]. String length must not exceed 63 characters.
- PeerAddress GetIke Gateway List Data Peer Address 
- The PeerAddress param.
- PeerId GetIke Gateway List Data Peer Id 
- The PeerId param.
- Protocol
GetIke Gateway List Data Protocol 
- The Protocol param.
- ProtocolCommon GetIke Gateway List Data Protocol Common 
- The ProtocolCommon param.
- authentication
GetIke Gateway List Data Authentication 
- The Authentication param.
- id String
- UUID of the resource.
- localId GetIke Gateway List Data Local Id 
- The LocalId param.
- name String
- Alphanumeric string begin with letter: [0-9a-zA-Z._-]. String length must not exceed 63 characters.
- peerAddress GetIke Gateway List Data Peer Address 
- The PeerAddress param.
- peerId GetIke Gateway List Data Peer Id 
- The PeerId param.
- protocol
GetIke Gateway List Data Protocol 
- The Protocol param.
- protocolCommon GetIke Gateway List Data Protocol Common 
- The ProtocolCommon param.
- authentication
GetIke Gateway List Data Authentication 
- The Authentication param.
- id string
- UUID of the resource.
- localId GetIke Gateway List Data Local Id 
- The LocalId param.
- name string
- Alphanumeric string begin with letter: [0-9a-zA-Z._-]. String length must not exceed 63 characters.
- peerAddress GetIke Gateway List Data Peer Address 
- The PeerAddress param.
- peerId GetIke Gateway List Data Peer Id 
- The PeerId param.
- protocol
GetIke Gateway List Data Protocol 
- The Protocol param.
- protocolCommon GetIke Gateway List Data Protocol Common 
- The ProtocolCommon param.
- authentication
GetIke Gateway List Data Authentication 
- The Authentication param.
- id str
- UUID of the resource.
- local_id GetIke Gateway List Data Local Id 
- The LocalId param.
- name str
- Alphanumeric string begin with letter: [0-9a-zA-Z._-]. String length must not exceed 63 characters.
- peer_address GetIke Gateway List Data Peer Address 
- The PeerAddress param.
- peer_id GetIke Gateway List Data Peer Id 
- The PeerId param.
- protocol
GetIke Gateway List Data Protocol 
- The Protocol param.
- protocol_common GetIke Gateway List Data Protocol Common 
- The ProtocolCommon param.
- authentication Property Map
- The Authentication param.
- id String
- UUID of the resource.
- localId Property Map
- The LocalId param.
- name String
- Alphanumeric string begin with letter: [0-9a-zA-Z._-]. String length must not exceed 63 characters.
- peerAddress Property Map
- The PeerAddress param.
- peerId Property Map
- The PeerId param.
- protocol Property Map
- The Protocol param.
- protocolCommon Property Map
- The ProtocolCommon param.
GetIkeGatewayListDataAuthentication     
- Certificate
GetIke Gateway List Data Authentication Certificate 
- The Certificate param.
- 
GetIke Gateway List Data Authentication Pre Shared Key 
- The PreSharedKey param.
- Certificate
GetIke Gateway List Data Authentication Certificate 
- The Certificate param.
- 
GetIke Gateway List Data Authentication Pre Shared Key 
- The PreSharedKey param.
- certificate
GetIke Gateway List Data Authentication Certificate 
- The Certificate param.
- 
GetIke Gateway List Data Authentication Pre Shared Key 
- The PreSharedKey param.
- certificate
GetIke Gateway List Data Authentication Certificate 
- The Certificate param.
- 
GetIke Gateway List Data Authentication Pre Shared Key 
- The PreSharedKey param.
- certificate
GetIke Gateway List Data Authentication Certificate 
- The Certificate param.
- 
GetIke Gateway List Data Authentication Pre Shared Key 
- The PreSharedKey param.
- certificate Property Map
- The Certificate param.
- Property Map
- The PreSharedKey param.
GetIkeGatewayListDataAuthenticationCertificate      
- AllowId boolPayload Mismatch 
- The AllowIdPayloadMismatch param.
- CertificateProfile string
- The CertificateProfile param.
- LocalCertificate GetIke Gateway List Data Authentication Certificate Local Certificate 
- The LocalCertificate param.
- StrictValidation boolRevocation 
- The StrictValidationRevocation param.
- UseManagement boolAs Source 
- The UseManagementAsSource param.
- AllowId boolPayload Mismatch 
- The AllowIdPayloadMismatch param.
- CertificateProfile string
- The CertificateProfile param.
- LocalCertificate GetIke Gateway List Data Authentication Certificate Local Certificate 
- The LocalCertificate param.
- StrictValidation boolRevocation 
- The StrictValidationRevocation param.
- UseManagement boolAs Source 
- The UseManagementAsSource param.
- allowId BooleanPayload Mismatch 
- The AllowIdPayloadMismatch param.
- certificateProfile String
- The CertificateProfile param.
- localCertificate GetIke Gateway List Data Authentication Certificate Local Certificate 
- The LocalCertificate param.
- strictValidation BooleanRevocation 
- The StrictValidationRevocation param.
- useManagement BooleanAs Source 
- The UseManagementAsSource param.
- allowId booleanPayload Mismatch 
- The AllowIdPayloadMismatch param.
- certificateProfile string
- The CertificateProfile param.
- localCertificate GetIke Gateway List Data Authentication Certificate Local Certificate 
- The LocalCertificate param.
- strictValidation booleanRevocation 
- The StrictValidationRevocation param.
- useManagement booleanAs Source 
- The UseManagementAsSource param.
- allow_id_ boolpayload_ mismatch 
- The AllowIdPayloadMismatch param.
- certificate_profile str
- The CertificateProfile param.
- local_certificate GetIke Gateway List Data Authentication Certificate Local Certificate 
- The LocalCertificate param.
- strict_validation_ boolrevocation 
- The StrictValidationRevocation param.
- use_management_ boolas_ source 
- The UseManagementAsSource param.
- allowId BooleanPayload Mismatch 
- The AllowIdPayloadMismatch param.
- certificateProfile String
- The CertificateProfile param.
- localCertificate Property Map
- The LocalCertificate param.
- strictValidation BooleanRevocation 
- The StrictValidationRevocation param.
- useManagement BooleanAs Source 
- The UseManagementAsSource param.
GetIkeGatewayListDataAuthenticationCertificateLocalCertificate        
- LocalCertificate stringName 
- The LocalCertificateName param.
- LocalCertificate stringName 
- The LocalCertificateName param.
- localCertificate StringName 
- The LocalCertificateName param.
- localCertificate stringName 
- The LocalCertificateName param.
- local_certificate_ strname 
- The LocalCertificateName param.
- localCertificate StringName 
- The LocalCertificateName param.
GetIkeGatewayListDataAuthenticationPreSharedKey        
- Key string
- The Key param.
- Key string
- The Key param.
- key String
- The Key param.
- key string
- The Key param.
- key str
- The Key param.
- key String
- The Key param.
GetIkeGatewayListDataLocalId      
GetIkeGatewayListDataPeerAddress      
- DynamicAddress bool
- The DynamicAddress param.
- Fqdn string
- peer gateway FQDN name. String length must not exceed 255 characters.
- Ip string
- peer gateway has static IP address.
- DynamicAddress bool
- The DynamicAddress param.
- Fqdn string
- peer gateway FQDN name. String length must not exceed 255 characters.
- Ip string
- peer gateway has static IP address.
- dynamicAddress Boolean
- The DynamicAddress param.
- fqdn String
- peer gateway FQDN name. String length must not exceed 255 characters.
- ip String
- peer gateway has static IP address.
- dynamicAddress boolean
- The DynamicAddress param.
- fqdn string
- peer gateway FQDN name. String length must not exceed 255 characters.
- ip string
- peer gateway has static IP address.
- dynamic_address bool
- The DynamicAddress param.
- fqdn str
- peer gateway FQDN name. String length must not exceed 255 characters.
- ip str
- peer gateway has static IP address.
- dynamicAddress Boolean
- The DynamicAddress param.
- fqdn String
- peer gateway FQDN name. String length must not exceed 255 characters.
- ip String
- peer gateway has static IP address.
GetIkeGatewayListDataPeerId      
- Id string
- Peer ID string. String length must be between 1 and 1024 characters. String validation regex: ^(.+\@[\*a-zA-Z0-9.-]+)$|^([\*$a-zA-Z0-9_:.-]+)$|^(([[:xdigit:]][[:xdigit:]])+)$|^([a-zA-Z0-9.]+=(\\,|[^,])+[, ]+)*([a-zA-Z0-9.]+=(\\,|[^,])+)$.
- Type string
- The Type param. String must be one of these: "ipaddr","keyid","fqdn","ufqdn".
- Id string
- Peer ID string. String length must be between 1 and 1024 characters. String validation regex: ^(.+\@[\*a-zA-Z0-9.-]+)$|^([\*$a-zA-Z0-9_:.-]+)$|^(([[:xdigit:]][[:xdigit:]])+)$|^([a-zA-Z0-9.]+=(\\,|[^,])+[, ]+)*([a-zA-Z0-9.]+=(\\,|[^,])+)$.
- Type string
- The Type param. String must be one of these: "ipaddr","keyid","fqdn","ufqdn".
- id String
- Peer ID string. String length must be between 1 and 1024 characters. String validation regex: ^(.+\@[\*a-zA-Z0-9.-]+)$|^([\*$a-zA-Z0-9_:.-]+)$|^(([[:xdigit:]][[:xdigit:]])+)$|^([a-zA-Z0-9.]+=(\\,|[^,])+[, ]+)*([a-zA-Z0-9.]+=(\\,|[^,])+)$.
- type String
- The Type param. String must be one of these: "ipaddr","keyid","fqdn","ufqdn".
- id string
- Peer ID string. String length must be between 1 and 1024 characters. String validation regex: ^(.+\@[\*a-zA-Z0-9.-]+)$|^([\*$a-zA-Z0-9_:.-]+)$|^(([[:xdigit:]][[:xdigit:]])+)$|^([a-zA-Z0-9.]+=(\\,|[^,])+[, ]+)*([a-zA-Z0-9.]+=(\\,|[^,])+)$.
- type string
- The Type param. String must be one of these: "ipaddr","keyid","fqdn","ufqdn".
- id str
- Peer ID string. String length must be between 1 and 1024 characters. String validation regex: ^(.+\@[\*a-zA-Z0-9.-]+)$|^([\*$a-zA-Z0-9_:.-]+)$|^(([[:xdigit:]][[:xdigit:]])+)$|^([a-zA-Z0-9.]+=(\\,|[^,])+[, ]+)*([a-zA-Z0-9.]+=(\\,|[^,])+)$.
- type str
- The Type param. String must be one of these: "ipaddr","keyid","fqdn","ufqdn".
- id String
- Peer ID string. String length must be between 1 and 1024 characters. String validation regex: ^(.+\@[\*a-zA-Z0-9.-]+)$|^([\*$a-zA-Z0-9_:.-]+)$|^(([[:xdigit:]][[:xdigit:]])+)$|^([a-zA-Z0-9.]+=(\\,|[^,])+[, ]+)*([a-zA-Z0-9.]+=(\\,|[^,])+)$.
- type String
- The Type param. String must be one of these: "ipaddr","keyid","fqdn","ufqdn".
GetIkeGatewayListDataProtocol     
- Ikev1
GetIke Gateway List Data Protocol Ikev1 
- The Ikev1 param.
- Ikev2
GetIke Gateway List Data Protocol Ikev2 
- The Ikev2 param.
- Version string
- The Version param. String must be one of these: "ikev2-preferred","ikev1","ikev2". Default:"ikev2-preferred".
- Ikev1
GetIke Gateway List Data Protocol Ikev1 
- The Ikev1 param.
- Ikev2
GetIke Gateway List Data Protocol Ikev2 
- The Ikev2 param.
- Version string
- The Version param. String must be one of these: "ikev2-preferred","ikev1","ikev2". Default:"ikev2-preferred".
- ikev1
GetIke Gateway List Data Protocol Ikev1 
- The Ikev1 param.
- ikev2
GetIke Gateway List Data Protocol Ikev2 
- The Ikev2 param.
- version String
- The Version param. String must be one of these: "ikev2-preferred","ikev1","ikev2". Default:"ikev2-preferred".
- ikev1
GetIke Gateway List Data Protocol Ikev1 
- The Ikev1 param.
- ikev2
GetIke Gateway List Data Protocol Ikev2 
- The Ikev2 param.
- version string
- The Version param. String must be one of these: "ikev2-preferred","ikev1","ikev2". Default:"ikev2-preferred".
- ikev1
GetIke Gateway List Data Protocol Ikev1 
- The Ikev1 param.
- ikev2
GetIke Gateway List Data Protocol Ikev2 
- The Ikev2 param.
- version str
- The Version param. String must be one of these: "ikev2-preferred","ikev1","ikev2". Default:"ikev2-preferred".
- ikev1 Property Map
- The Ikev1 param.
- ikev2 Property Map
- The Ikev2 param.
- version String
- The Version param. String must be one of these: "ikev2-preferred","ikev1","ikev2". Default:"ikev2-preferred".
GetIkeGatewayListDataProtocolCommon      
- Fragmentation
GetIke Gateway List Data Protocol Common Fragmentation 
- The Fragmentation param.
- NatTraversal GetIke Gateway List Data Protocol Common Nat Traversal 
- The NatTraversal param.
- PassiveMode bool
- The PassiveMode param.
- Fragmentation
GetIke Gateway List Data Protocol Common Fragmentation 
- The Fragmentation param.
- NatTraversal GetIke Gateway List Data Protocol Common Nat Traversal 
- The NatTraversal param.
- PassiveMode bool
- The PassiveMode param.
- fragmentation
GetIke Gateway List Data Protocol Common Fragmentation 
- The Fragmentation param.
- natTraversal GetIke Gateway List Data Protocol Common Nat Traversal 
- The NatTraversal param.
- passiveMode Boolean
- The PassiveMode param.
- fragmentation
GetIke Gateway List Data Protocol Common Fragmentation 
- The Fragmentation param.
- natTraversal GetIke Gateway List Data Protocol Common Nat Traversal 
- The NatTraversal param.
- passiveMode boolean
- The PassiveMode param.
- fragmentation
GetIke Gateway List Data Protocol Common Fragmentation 
- The Fragmentation param.
- nat_traversal GetIke Gateway List Data Protocol Common Nat Traversal 
- The NatTraversal param.
- passive_mode bool
- The PassiveMode param.
- fragmentation Property Map
- The Fragmentation param.
- natTraversal Property Map
- The NatTraversal param.
- passiveMode Boolean
- The PassiveMode param.
GetIkeGatewayListDataProtocolCommonFragmentation       
- Enable bool
- The Enable param. Default: false.
- Enable bool
- The Enable param. Default: false.
- enable Boolean
- The Enable param. Default: false.
- enable boolean
- The Enable param. Default: false.
- enable bool
- The Enable param. Default: false.
- enable Boolean
- The Enable param. Default: false.
GetIkeGatewayListDataProtocolCommonNatTraversal        
- Enable bool
- The Enable param.
- Enable bool
- The Enable param.
- enable Boolean
- The Enable param.
- enable boolean
- The Enable param.
- enable bool
- The Enable param.
- enable Boolean
- The Enable param.
GetIkeGatewayListDataProtocolIkev1      
- Dpd
GetIke Gateway List Data Protocol Ikev1Dpd 
- The Dpd param.
- IkeCrypto stringProfile 
- The IkeCryptoProfile param.
- Dpd
GetIke Gateway List Data Protocol Ikev1Dpd 
- The Dpd param.
- IkeCrypto stringProfile 
- The IkeCryptoProfile param.
- dpd
GetIke Gateway List Data Protocol Ikev1Dpd 
- The Dpd param.
- ikeCrypto StringProfile 
- The IkeCryptoProfile param.
- dpd
GetIke Gateway List Data Protocol Ikev1Dpd 
- The Dpd param.
- ikeCrypto stringProfile 
- The IkeCryptoProfile param.
- dpd
GetIke Gateway List Data Protocol Ikev1Dpd 
- The Dpd param.
- ike_crypto_ strprofile 
- The IkeCryptoProfile param.
- dpd Property Map
- The Dpd param.
- ikeCrypto StringProfile 
- The IkeCryptoProfile param.
GetIkeGatewayListDataProtocolIkev1Dpd      
- Enable bool
- The Enable param.
- Enable bool
- The Enable param.
- enable Boolean
- The Enable param.
- enable boolean
- The Enable param.
- enable bool
- The Enable param.
- enable Boolean
- The Enable param.
GetIkeGatewayListDataProtocolIkev2      
- Dpd
GetIke Gateway List Data Protocol Ikev2Dpd 
- The Dpd param.
- IkeCrypto stringProfile 
- The IkeCryptoProfile param.
- Dpd
GetIke Gateway List Data Protocol Ikev2Dpd 
- The Dpd param.
- IkeCrypto stringProfile 
- The IkeCryptoProfile param.
- dpd
GetIke Gateway List Data Protocol Ikev2Dpd 
- The Dpd param.
- ikeCrypto StringProfile 
- The IkeCryptoProfile param.
- dpd
GetIke Gateway List Data Protocol Ikev2Dpd 
- The Dpd param.
- ikeCrypto stringProfile 
- The IkeCryptoProfile param.
- dpd
GetIke Gateway List Data Protocol Ikev2Dpd 
- The Dpd param.
- ike_crypto_ strprofile 
- The IkeCryptoProfile param.
- dpd Property Map
- The Dpd param.
- ikeCrypto StringProfile 
- The IkeCryptoProfile param.
GetIkeGatewayListDataProtocolIkev2Dpd      
- Enable bool
- The Enable param.
- Enable bool
- The Enable param.
- enable Boolean
- The Enable param.
- enable boolean
- The Enable param.
- enable bool
- The Enable param.
- enable Boolean
- The Enable param.
Package Details
- Repository
- scm pulumi/pulumi-scm
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the scmTerraform Provider.
