1. Packages
  2. Strata Cloud Manager
  3. API Docs
  4. getIkeGatewayList
Strata Cloud Manager v0.1.1 published on Friday, May 31, 2024 by Pulumi

scm.getIkeGatewayList

Explore with Pulumi AI

scm logo
Strata Cloud Manager v0.1.1 published on Friday, May 31, 2024 by Pulumi

    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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: scm:index/getIkeGatewayList:getIkeGatewayList
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Device string
    The Device param.
    Folder string
    The Folder param.
    Limit int
    The Limit param. A limit of -1 will return all configured items. Default: 200.
    Name string
    The Name param.
    Offset int
    The Offset param. Default: 0.
    Snippet string
    The Snippet param.
    Device string
    The Device param.
    Folder string
    The Folder param.
    Limit int
    The Limit param. A limit of -1 will return all configured items. Default: 200.
    Name string
    The Name param.
    Offset int
    The Offset param. Default: 0.
    Snippet string
    The Snippet param.
    device String
    The Device param.
    folder String
    The Folder param.
    limit Integer
    The Limit param. A limit of -1 will return all configured items. Default: 200.
    name String
    The Name param.
    offset Integer
    The Offset param. Default: 0.
    snippet String
    The Snippet param.
    device string
    The Device param.
    folder string
    The Folder param.
    limit number
    The Limit param. A limit of -1 will return all configured items. Default: 200.
    name string
    The Name param.
    offset number
    The Offset param. Default: 0.
    snippet string
    The Snippet param.
    device str
    The Device param.
    folder str
    The Folder param.
    limit int
    The Limit param. A limit of -1 will return all configured items. Default: 200.
    name str
    The Name param.
    offset int
    The Offset param. Default: 0.
    snippet str
    The Snippet param.
    device String
    The Device param.
    folder String
    The Folder param.
    limit Number
    The Limit param. A limit of -1 will return all configured items. Default: 200.
    name String
    The Name param.
    offset Number
    The Offset param. Default: 0.
    snippet String
    The Snippet param.

    getIkeGatewayList Result

    The following output properties are available:

    Datas List<GetIkeGatewayListData>
    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 []GetIkeGatewayListData
    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<GetIkeGatewayListData>
    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 GetIkeGatewayListData[]
    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[GetIkeGatewayListData]
    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 GetIkeGatewayListDataAuthentication
    The Authentication param.
    Id string
    UUID of the resource.
    LocalId GetIkeGatewayListDataLocalId
    The LocalId param.
    Name string
    Alphanumeric string begin with letter: [0-9a-zA-Z._-]. String length must not exceed 63 characters.
    PeerAddress GetIkeGatewayListDataPeerAddress
    The PeerAddress param.
    PeerId GetIkeGatewayListDataPeerId
    The PeerId param.
    Protocol GetIkeGatewayListDataProtocol
    The Protocol param.
    ProtocolCommon GetIkeGatewayListDataProtocolCommon
    The ProtocolCommon param.
    Authentication GetIkeGatewayListDataAuthentication
    The Authentication param.
    Id string
    UUID of the resource.
    LocalId GetIkeGatewayListDataLocalId
    The LocalId param.
    Name string
    Alphanumeric string begin with letter: [0-9a-zA-Z._-]. String length must not exceed 63 characters.
    PeerAddress GetIkeGatewayListDataPeerAddress
    The PeerAddress param.
    PeerId GetIkeGatewayListDataPeerId
    The PeerId param.
    Protocol GetIkeGatewayListDataProtocol
    The Protocol param.
    ProtocolCommon GetIkeGatewayListDataProtocolCommon
    The ProtocolCommon param.
    authentication GetIkeGatewayListDataAuthentication
    The Authentication param.
    id String
    UUID of the resource.
    localId GetIkeGatewayListDataLocalId
    The LocalId param.
    name String
    Alphanumeric string begin with letter: [0-9a-zA-Z._-]. String length must not exceed 63 characters.
    peerAddress GetIkeGatewayListDataPeerAddress
    The PeerAddress param.
    peerId GetIkeGatewayListDataPeerId
    The PeerId param.
    protocol GetIkeGatewayListDataProtocol
    The Protocol param.
    protocolCommon GetIkeGatewayListDataProtocolCommon
    The ProtocolCommon param.
    authentication GetIkeGatewayListDataAuthentication
    The Authentication param.
    id string
    UUID of the resource.
    localId GetIkeGatewayListDataLocalId
    The LocalId param.
    name string
    Alphanumeric string begin with letter: [0-9a-zA-Z._-]. String length must not exceed 63 characters.
    peerAddress GetIkeGatewayListDataPeerAddress
    The PeerAddress param.
    peerId GetIkeGatewayListDataPeerId
    The PeerId param.
    protocol GetIkeGatewayListDataProtocol
    The Protocol param.
    protocolCommon GetIkeGatewayListDataProtocolCommon
    The ProtocolCommon param.
    authentication GetIkeGatewayListDataAuthentication
    The Authentication param.
    id str
    UUID of the resource.
    local_id GetIkeGatewayListDataLocalId
    The LocalId param.
    name str
    Alphanumeric string begin with letter: [0-9a-zA-Z._-]. String length must not exceed 63 characters.
    peer_address GetIkeGatewayListDataPeerAddress
    The PeerAddress param.
    peer_id GetIkeGatewayListDataPeerId
    The PeerId param.
    protocol GetIkeGatewayListDataProtocol
    The Protocol param.
    protocol_common GetIkeGatewayListDataProtocolCommon
    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 Property Map
    The Certificate param.
    preSharedKey Property Map
    The PreSharedKey param.

    GetIkeGatewayListDataAuthenticationCertificate

    AllowIdPayloadMismatch bool
    The AllowIdPayloadMismatch param.
    CertificateProfile string
    The CertificateProfile param.
    LocalCertificate GetIkeGatewayListDataAuthenticationCertificateLocalCertificate
    The LocalCertificate param.
    StrictValidationRevocation bool
    The StrictValidationRevocation param.
    UseManagementAsSource bool
    The UseManagementAsSource param.
    AllowIdPayloadMismatch bool
    The AllowIdPayloadMismatch param.
    CertificateProfile string
    The CertificateProfile param.
    LocalCertificate GetIkeGatewayListDataAuthenticationCertificateLocalCertificate
    The LocalCertificate param.
    StrictValidationRevocation bool
    The StrictValidationRevocation param.
    UseManagementAsSource bool
    The UseManagementAsSource param.
    allowIdPayloadMismatch Boolean
    The AllowIdPayloadMismatch param.
    certificateProfile String
    The CertificateProfile param.
    localCertificate GetIkeGatewayListDataAuthenticationCertificateLocalCertificate
    The LocalCertificate param.
    strictValidationRevocation Boolean
    The StrictValidationRevocation param.
    useManagementAsSource Boolean
    The UseManagementAsSource param.
    allowIdPayloadMismatch boolean
    The AllowIdPayloadMismatch param.
    certificateProfile string
    The CertificateProfile param.
    localCertificate GetIkeGatewayListDataAuthenticationCertificateLocalCertificate
    The LocalCertificate param.
    strictValidationRevocation boolean
    The StrictValidationRevocation param.
    useManagementAsSource boolean
    The UseManagementAsSource param.
    allow_id_payload_mismatch bool
    The AllowIdPayloadMismatch param.
    certificate_profile str
    The CertificateProfile param.
    local_certificate GetIkeGatewayListDataAuthenticationCertificateLocalCertificate
    The LocalCertificate param.
    strict_validation_revocation bool
    The StrictValidationRevocation param.
    use_management_as_source bool
    The UseManagementAsSource param.
    allowIdPayloadMismatch Boolean
    The AllowIdPayloadMismatch param.
    certificateProfile String
    The CertificateProfile param.
    localCertificate Property Map
    The LocalCertificate param.
    strictValidationRevocation Boolean
    The StrictValidationRevocation param.
    useManagementAsSource Boolean
    The UseManagementAsSource param.

    GetIkeGatewayListDataAuthenticationCertificateLocalCertificate

    LocalCertificateName string
    The LocalCertificateName param.
    LocalCertificateName string
    The LocalCertificateName param.
    localCertificateName String
    The LocalCertificateName param.
    localCertificateName string
    The LocalCertificateName param.
    local_certificate_name str
    The LocalCertificateName param.
    localCertificateName String
    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

    Id string
    Local 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.
    Id string
    Local 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.
    id String
    Local 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.
    id string
    Local 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.
    id str
    Local 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.
    id String
    Local 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.

    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 GetIkeGatewayListDataProtocolIkev1
    The Ikev1 param.
    Ikev2 GetIkeGatewayListDataProtocolIkev2
    The Ikev2 param.
    Version string
    The Version param. String must be one of these: "ikev2-preferred", "ikev1", "ikev2". Default: "ikev2-preferred".
    Ikev1 GetIkeGatewayListDataProtocolIkev1
    The Ikev1 param.
    Ikev2 GetIkeGatewayListDataProtocolIkev2
    The Ikev2 param.
    Version string
    The Version param. String must be one of these: "ikev2-preferred", "ikev1", "ikev2". Default: "ikev2-preferred".
    ikev1 GetIkeGatewayListDataProtocolIkev1
    The Ikev1 param.
    ikev2 GetIkeGatewayListDataProtocolIkev2
    The Ikev2 param.
    version String
    The Version param. String must be one of these: "ikev2-preferred", "ikev1", "ikev2". Default: "ikev2-preferred".
    ikev1 GetIkeGatewayListDataProtocolIkev1
    The Ikev1 param.
    ikev2 GetIkeGatewayListDataProtocolIkev2
    The Ikev2 param.
    version string
    The Version param. String must be one of these: "ikev2-preferred", "ikev1", "ikev2". Default: "ikev2-preferred".
    ikev1 GetIkeGatewayListDataProtocolIkev1
    The Ikev1 param.
    ikev2 GetIkeGatewayListDataProtocolIkev2
    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 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 GetIkeGatewayListDataProtocolIkev1Dpd
    The Dpd param.
    IkeCryptoProfile string
    The IkeCryptoProfile param.
    Dpd GetIkeGatewayListDataProtocolIkev1Dpd
    The Dpd param.
    IkeCryptoProfile string
    The IkeCryptoProfile param.
    dpd GetIkeGatewayListDataProtocolIkev1Dpd
    The Dpd param.
    ikeCryptoProfile String
    The IkeCryptoProfile param.
    dpd GetIkeGatewayListDataProtocolIkev1Dpd
    The Dpd param.
    ikeCryptoProfile string
    The IkeCryptoProfile param.
    dpd GetIkeGatewayListDataProtocolIkev1Dpd
    The Dpd param.
    ike_crypto_profile str
    The IkeCryptoProfile param.
    dpd Property Map
    The Dpd param.
    ikeCryptoProfile String
    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 GetIkeGatewayListDataProtocolIkev2Dpd
    The Dpd param.
    IkeCryptoProfile string
    The IkeCryptoProfile param.
    Dpd GetIkeGatewayListDataProtocolIkev2Dpd
    The Dpd param.
    IkeCryptoProfile string
    The IkeCryptoProfile param.
    dpd GetIkeGatewayListDataProtocolIkev2Dpd
    The Dpd param.
    ikeCryptoProfile String
    The IkeCryptoProfile param.
    dpd GetIkeGatewayListDataProtocolIkev2Dpd
    The Dpd param.
    ikeCryptoProfile string
    The IkeCryptoProfile param.
    dpd GetIkeGatewayListDataProtocolIkev2Dpd
    The Dpd param.
    ike_crypto_profile str
    The IkeCryptoProfile param.
    dpd Property Map
    The Dpd param.
    ikeCryptoProfile String
    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 scm Terraform Provider.
    scm logo
    Strata Cloud Manager v0.1.1 published on Friday, May 31, 2024 by Pulumi