Strata Cloud Manager v0.1.1 published on Friday, May 31, 2024 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)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: scm:index/getIkeGatewayList:getIkeGatewayList
  arguments:
    # arguments dictionaryThe following arguments are supported:
getIkeGatewayList Result
The following output properties are available:
- Datas
List<Get
Ike 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
[]Get
Ike 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<Get
Ike 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
Get
Ike 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[Get
Ike 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
Get
Ike Gateway List Data Authentication  - The Authentication param.
 - Id string
 - UUID of the resource.
 - Local
Id 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.
 - Peer
Address GetIke Gateway List Data Peer Address  - The PeerAddress param.
 - Peer
Id GetIke Gateway List Data Peer Id  - The PeerId param.
 - Protocol
Get
Ike Gateway List Data Protocol  - The Protocol param.
 - Protocol
Common GetIke Gateway List Data Protocol Common  - The ProtocolCommon param.
 
- Authentication
Get
Ike Gateway List Data Authentication  - The Authentication param.
 - Id string
 - UUID of the resource.
 - Local
Id 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.
 - Peer
Address GetIke Gateway List Data Peer Address  - The PeerAddress param.
 - Peer
Id GetIke Gateway List Data Peer Id  - The PeerId param.
 - Protocol
Get
Ike Gateway List Data Protocol  - The Protocol param.
 - Protocol
Common GetIke Gateway List Data Protocol Common  - The ProtocolCommon param.
 
- authentication
Get
Ike Gateway List Data Authentication  - The Authentication param.
 - id String
 - UUID of the resource.
 - local
Id 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.
 - peer
Address GetIke Gateway List Data Peer Address  - The PeerAddress param.
 - peer
Id GetIke Gateway List Data Peer Id  - The PeerId param.
 - protocol
Get
Ike Gateway List Data Protocol  - The Protocol param.
 - protocol
Common GetIke Gateway List Data Protocol Common  - The ProtocolCommon param.
 
- authentication
Get
Ike Gateway List Data Authentication  - The Authentication param.
 - id string
 - UUID of the resource.
 - local
Id 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.
 - peer
Address GetIke Gateway List Data Peer Address  - The PeerAddress param.
 - peer
Id GetIke Gateway List Data Peer Id  - The PeerId param.
 - protocol
Get
Ike Gateway List Data Protocol  - The Protocol param.
 - protocol
Common GetIke Gateway List Data Protocol Common  - The ProtocolCommon param.
 
- authentication
Get
Ike 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
Get
Ike 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.
 - local
Id Property Map - The LocalId param.
 - name String
 - Alphanumeric string begin with letter: [0-9a-zA-Z._-]. String length must not exceed 63 characters.
 - peer
Address Property Map - The PeerAddress param.
 - peer
Id Property Map - The PeerId param.
 - protocol Property Map
 - The Protocol param.
 - protocol
Common Property Map - The ProtocolCommon param.
 
GetIkeGatewayListDataAuthentication     
- Certificate
Get
Ike Gateway List Data Authentication Certificate  - The Certificate param.
 - 
Get
Ike Gateway List Data Authentication Pre Shared Key  - The PreSharedKey param.
 
- Certificate
Get
Ike Gateway List Data Authentication Certificate  - The Certificate param.
 - 
Get
Ike Gateway List Data Authentication Pre Shared Key  - The PreSharedKey param.
 
- certificate
Get
Ike Gateway List Data Authentication Certificate  - The Certificate param.
 - 
Get
Ike Gateway List Data Authentication Pre Shared Key  - The PreSharedKey param.
 
- certificate
Get
Ike Gateway List Data Authentication Certificate  - The Certificate param.
 - 
Get
Ike Gateway List Data Authentication Pre Shared Key  - The PreSharedKey param.
 
- certificate
Get
Ike Gateway List Data Authentication Certificate  - The Certificate param.
 - 
Get
Ike Gateway List Data Authentication Pre Shared Key  - The PreSharedKey param.
 
- certificate Property Map
 - The Certificate param.
 - Property Map
 - The PreSharedKey param.
 
GetIkeGatewayListDataAuthenticationCertificate      
- Allow
Id boolPayload Mismatch  - The AllowIdPayloadMismatch param.
 - Certificate
Profile string - 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.
 
- Allow
Id boolPayload Mismatch  - The AllowIdPayloadMismatch param.
 - Certificate
Profile string - 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.
 
- allow
Id BooleanPayload Mismatch  - The AllowIdPayloadMismatch param.
 - certificate
Profile String - The CertificateProfile param.
 - local
Certificate GetIke Gateway List Data Authentication Certificate Local Certificate  - The LocalCertificate param.
 - strict
Validation BooleanRevocation  - The StrictValidationRevocation param.
 - use
Management BooleanAs Source  - The UseManagementAsSource param.
 
- allow
Id booleanPayload Mismatch  - The AllowIdPayloadMismatch param.
 - certificate
Profile string - The CertificateProfile param.
 - local
Certificate GetIke Gateway List Data Authentication Certificate Local Certificate  - The LocalCertificate param.
 - strict
Validation booleanRevocation  - The StrictValidationRevocation param.
 - use
Management 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.
 
- allow
Id BooleanPayload Mismatch  - The AllowIdPayloadMismatch param.
 - certificate
Profile String - The CertificateProfile param.
 - local
Certificate Property Map - The LocalCertificate param.
 - strict
Validation BooleanRevocation  - The StrictValidationRevocation param.
 - use
Management BooleanAs Source  - The UseManagementAsSource param.
 
GetIkeGatewayListDataAuthenticationCertificateLocalCertificate        
- Local
Certificate stringName  - The LocalCertificateName param.
 
- Local
Certificate stringName  - The LocalCertificateName param.
 
- local
Certificate StringName  - The LocalCertificateName param.
 
- local
Certificate stringName  - The LocalCertificateName param.
 
- local_
certificate_ strname  - The LocalCertificateName param.
 
- local
Certificate 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      
- Dynamic
Address 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.
 
- Dynamic
Address 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.
 
- dynamic
Address 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 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.
 
- dynamic
Address 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
Get
Ike Gateway List Data Protocol Ikev1  - The Ikev1 param.
 - Ikev2
Get
Ike 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
Get
Ike Gateway List Data Protocol Ikev1  - The Ikev1 param.
 - Ikev2
Get
Ike 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
Get
Ike Gateway List Data Protocol Ikev1  - The Ikev1 param.
 - ikev2
Get
Ike 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
Get
Ike Gateway List Data Protocol Ikev1  - The Ikev1 param.
 - ikev2
Get
Ike 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
Get
Ike Gateway List Data Protocol Ikev1  - The Ikev1 param.
 - ikev2
Get
Ike 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
Get
Ike 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
Get
Ike 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
Get
Ike Gateway List Data Protocol Common Fragmentation  - The Fragmentation param.
 - nat
Traversal GetIke Gateway List Data Protocol Common Nat Traversal  - The NatTraversal param.
 - passive
Mode Boolean - The PassiveMode param.
 
- fragmentation
Get
Ike Gateway List Data Protocol Common Fragmentation  - The Fragmentation param.
 - nat
Traversal GetIke Gateway List Data Protocol Common Nat Traversal  - The NatTraversal param.
 - passive
Mode boolean - The PassiveMode param.
 
- fragmentation
Get
Ike 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.
 - nat
Traversal Property Map - The NatTraversal param.
 - passive
Mode 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
Get
Ike Gateway List Data Protocol Ikev1Dpd  - The Dpd param.
 - Ike
Crypto stringProfile  - The IkeCryptoProfile param.
 
- Dpd
Get
Ike Gateway List Data Protocol Ikev1Dpd  - The Dpd param.
 - Ike
Crypto stringProfile  - The IkeCryptoProfile param.
 
- dpd
Get
Ike Gateway List Data Protocol Ikev1Dpd  - The Dpd param.
 - ike
Crypto StringProfile  - The IkeCryptoProfile param.
 
- dpd
Get
Ike Gateway List Data Protocol Ikev1Dpd  - The Dpd param.
 - ike
Crypto stringProfile  - The IkeCryptoProfile param.
 
- dpd
Get
Ike Gateway List Data Protocol Ikev1Dpd  - The Dpd param.
 - ike_
crypto_ strprofile  - The IkeCryptoProfile param.
 
- dpd Property Map
 - The Dpd param.
 - ike
Crypto 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
Get
Ike Gateway List Data Protocol Ikev2Dpd  - The Dpd param.
 - Ike
Crypto stringProfile  - The IkeCryptoProfile param.
 
- Dpd
Get
Ike Gateway List Data Protocol Ikev2Dpd  - The Dpd param.
 - Ike
Crypto stringProfile  - The IkeCryptoProfile param.
 
- dpd
Get
Ike Gateway List Data Protocol Ikev2Dpd  - The Dpd param.
 - ike
Crypto StringProfile  - The IkeCryptoProfile param.
 
- dpd
Get
Ike Gateway List Data Protocol Ikev2Dpd  - The Dpd param.
 - ike
Crypto stringProfile  - The IkeCryptoProfile param.
 
- dpd
Get
Ike Gateway List Data Protocol Ikev2Dpd  - The Dpd param.
 - ike_
crypto_ strprofile  - The IkeCryptoProfile param.
 
- dpd Property Map
 - The Dpd param.
 - ike
Crypto 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.