1. Packages
  2. Cisco Catalyst SD-WAN
  3. API Docs
  4. getSystemRemoteAccessProfileParcel
Cisco Catalyst SD-WAN v0.1.1 published on Friday, May 31, 2024 by Pulumi

sdwan.getSystemRemoteAccessProfileParcel

Explore with Pulumi AI

sdwan logo
Cisco Catalyst SD-WAN v0.1.1 published on Friday, May 31, 2024 by Pulumi

    This data source can read the System Remote Access profile parcel.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as sdwan from "@pulumi/sdwan";
    
    const example = sdwan.getSystemRemoteAccessProfileParcel({
        id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
        featureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
    });
    
    import pulumi
    import pulumi_sdwan as sdwan
    
    example = sdwan.get_system_remote_access_profile_parcel(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
        feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-sdwan/sdk/go/sdwan"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := sdwan.LookupSystemRemoteAccessProfileParcel(ctx, &sdwan.LookupSystemRemoteAccessProfileParcelArgs{
    			Id:               "f6b2c44c-693c-4763-b010-895aa3d236bd",
    			FeatureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Sdwan = Pulumi.Sdwan;
    
    return await Deployment.RunAsync(() => 
    {
        var example = Sdwan.GetSystemRemoteAccessProfileParcel.Invoke(new()
        {
            Id = "f6b2c44c-693c-4763-b010-895aa3d236bd",
            FeatureProfileId = "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.sdwan.SdwanFunctions;
    import com.pulumi.sdwan.inputs.GetSystemRemoteAccessProfileParcelArgs;
    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 = SdwanFunctions.getSystemRemoteAccessProfileParcel(GetSystemRemoteAccessProfileParcelArgs.builder()
                .id("f6b2c44c-693c-4763-b010-895aa3d236bd")
                .featureProfileId("f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
                .build());
    
        }
    }
    
    variables:
      example:
        fn::invoke:
          Function: sdwan:getSystemRemoteAccessProfileParcel
          Arguments:
            id: f6b2c44c-693c-4763-b010-895aa3d236bd
            featureProfileId: f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac
    

    Using getSystemRemoteAccessProfileParcel

    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 getSystemRemoteAccessProfileParcel(args: GetSystemRemoteAccessProfileParcelArgs, opts?: InvokeOptions): Promise<GetSystemRemoteAccessProfileParcelResult>
    function getSystemRemoteAccessProfileParcelOutput(args: GetSystemRemoteAccessProfileParcelOutputArgs, opts?: InvokeOptions): Output<GetSystemRemoteAccessProfileParcelResult>
    def get_system_remote_access_profile_parcel(feature_profile_id: Optional[str] = None,
                                                id: Optional[str] = None,
                                                opts: Optional[InvokeOptions] = None) -> GetSystemRemoteAccessProfileParcelResult
    def get_system_remote_access_profile_parcel_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
                                                id: Optional[pulumi.Input[str]] = None,
                                                opts: Optional[InvokeOptions] = None) -> Output[GetSystemRemoteAccessProfileParcelResult]
    func LookupSystemRemoteAccessProfileParcel(ctx *Context, args *LookupSystemRemoteAccessProfileParcelArgs, opts ...InvokeOption) (*LookupSystemRemoteAccessProfileParcelResult, error)
    func LookupSystemRemoteAccessProfileParcelOutput(ctx *Context, args *LookupSystemRemoteAccessProfileParcelOutputArgs, opts ...InvokeOption) LookupSystemRemoteAccessProfileParcelResultOutput

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

    public static class GetSystemRemoteAccessProfileParcel 
    {
        public static Task<GetSystemRemoteAccessProfileParcelResult> InvokeAsync(GetSystemRemoteAccessProfileParcelArgs args, InvokeOptions? opts = null)
        public static Output<GetSystemRemoteAccessProfileParcelResult> Invoke(GetSystemRemoteAccessProfileParcelInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetSystemRemoteAccessProfileParcelResult> getSystemRemoteAccessProfileParcel(GetSystemRemoteAccessProfileParcelArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: sdwan:index/getSystemRemoteAccessProfileParcel:getSystemRemoteAccessProfileParcel
      arguments:
        # arguments dictionary

    The following arguments are supported:

    FeatureProfileId string
    Feature Profile ID
    Id string
    The id of the profile parcel
    FeatureProfileId string
    Feature Profile ID
    Id string
    The id of the profile parcel
    featureProfileId String
    Feature Profile ID
    id String
    The id of the profile parcel
    featureProfileId string
    Feature Profile ID
    id string
    The id of the profile parcel
    feature_profile_id str
    Feature Profile ID
    id str
    The id of the profile parcel
    featureProfileId String
    Feature Profile ID
    id String
    The id of the profile parcel

    getSystemRemoteAccessProfileParcel Result

    The following output properties are available:

    AaaDeriveNameDomain string
    AaaDeriveNameDomainVariable string
    Variable name
    AaaDeriveNameIdentity string
    AaaDeriveNameIdentityVariable string
    Variable name
    AaaEnableAccounting bool
    Enable Accounting
    AaaEnableAccountingVariable string
    Variable name
    AaaSpecifyNamePolicyName string
    AaaSpecifyNamePolicyNameVariable string
    Variable name
    AaaSpecifyNamePolicyPassword string
    AaaSpecifyNamePolicyPasswordVariable string
    Variable name
    AnyConnectEapAuthenticationType string
    AnyConnectEapProfileDownloadStatus string
    AnyConnectEapProfileDownloadStatusVariable string
    Variable name
    AnyConnectEapProfileFileName string
    AnyConnectEapProfileFileNameVariable string
    Variable name
    ConnectionTypeSsl bool
    Enabled SSL VPN
    Description string
    The description of the profile parcel
    EnableCrlCheck bool
    EnableCrlCheckVariable string
    Variable name
    FeatureProfileId string
    Feature Profile ID
    Id string
    The id of the profile parcel
    Ikev2AntiDosThreshold int
    Anti-DOS Threshold
    Ikev2AntiDosThresholdVariable string
    Variable name
    Ikev2LocalIkeIdentityType string
    Ikev2LocalIkeIdentityTypeVariable string
    Variable name
    Ikev2LocalIkeIdentityValue string
    Ikev2LocalIkeIdentityValueVariable string
    Variable name
    Ikev2SecurityAssociationLifetime int
    Security Association Lifetime in Seconds
    Ikev2SecurityAssociationLifetimeVariable string
    Variable name
    IpsecAntiReplayWindowSize int
    security Association Lifetime
    IpsecAntiReplayWindowSizeVariable string
    Variable name
    IpsecEnableAntiReplay bool
    Enable Anti-Replay
    IpsecEnableAntiReplayVariable string
    Variable name
    IpsecEnablePerfectFowardSecrecy bool
    security Association Lifetime
    IpsecEnablePerfectFowardSecrecyVariable string
    Variable name
    IpsecSecurityAssociationLifetime int
    Security Association Lifetime in Seconds
    IpsecSecurityAssociationLifetimeVariable string
    Variable name
    Ipv4PoolSize int
    IPv4 Pool Size
    Ipv4PoolSizeVariable string
    Variable name
    Ipv6PoolSize int
    IPv6 Pool Size
    Ipv6PoolSizeVariable string
    Variable name
    Name string
    The name of the profile parcel
    PskAuthenticationPreSharedKey string
    PSK Pre Shared Key
    PskAuthenticationPreSharedKeyVariable string
    Variable name
    PskAuthenticationType string
    PSK Selection
    PskAuthenticationTypeVariable string
    Variable name
    RadiusGroupName string
    RadiusGroupNameVariable string
    Variable name
    Version int
    The version of the profile parcel
    AaaDeriveNameDomain string
    AaaDeriveNameDomainVariable string
    Variable name
    AaaDeriveNameIdentity string
    AaaDeriveNameIdentityVariable string
    Variable name
    AaaEnableAccounting bool
    Enable Accounting
    AaaEnableAccountingVariable string
    Variable name
    AaaSpecifyNamePolicyName string
    AaaSpecifyNamePolicyNameVariable string
    Variable name
    AaaSpecifyNamePolicyPassword string
    AaaSpecifyNamePolicyPasswordVariable string
    Variable name
    AnyConnectEapAuthenticationType string
    AnyConnectEapProfileDownloadStatus string
    AnyConnectEapProfileDownloadStatusVariable string
    Variable name
    AnyConnectEapProfileFileName string
    AnyConnectEapProfileFileNameVariable string
    Variable name
    ConnectionTypeSsl bool
    Enabled SSL VPN
    Description string
    The description of the profile parcel
    EnableCrlCheck bool
    EnableCrlCheckVariable string
    Variable name
    FeatureProfileId string
    Feature Profile ID
    Id string
    The id of the profile parcel
    Ikev2AntiDosThreshold int
    Anti-DOS Threshold
    Ikev2AntiDosThresholdVariable string
    Variable name
    Ikev2LocalIkeIdentityType string
    Ikev2LocalIkeIdentityTypeVariable string
    Variable name
    Ikev2LocalIkeIdentityValue string
    Ikev2LocalIkeIdentityValueVariable string
    Variable name
    Ikev2SecurityAssociationLifetime int
    Security Association Lifetime in Seconds
    Ikev2SecurityAssociationLifetimeVariable string
    Variable name
    IpsecAntiReplayWindowSize int
    security Association Lifetime
    IpsecAntiReplayWindowSizeVariable string
    Variable name
    IpsecEnableAntiReplay bool
    Enable Anti-Replay
    IpsecEnableAntiReplayVariable string
    Variable name
    IpsecEnablePerfectFowardSecrecy bool
    security Association Lifetime
    IpsecEnablePerfectFowardSecrecyVariable string
    Variable name
    IpsecSecurityAssociationLifetime int
    Security Association Lifetime in Seconds
    IpsecSecurityAssociationLifetimeVariable string
    Variable name
    Ipv4PoolSize int
    IPv4 Pool Size
    Ipv4PoolSizeVariable string
    Variable name
    Ipv6PoolSize int
    IPv6 Pool Size
    Ipv6PoolSizeVariable string
    Variable name
    Name string
    The name of the profile parcel
    PskAuthenticationPreSharedKey string
    PSK Pre Shared Key
    PskAuthenticationPreSharedKeyVariable string
    Variable name
    PskAuthenticationType string
    PSK Selection
    PskAuthenticationTypeVariable string
    Variable name
    RadiusGroupName string
    RadiusGroupNameVariable string
    Variable name
    Version int
    The version of the profile parcel
    aaaDeriveNameDomain String
    aaaDeriveNameDomainVariable String
    Variable name
    aaaDeriveNameIdentity String
    aaaDeriveNameIdentityVariable String
    Variable name
    aaaEnableAccounting Boolean
    Enable Accounting
    aaaEnableAccountingVariable String
    Variable name
    aaaSpecifyNamePolicyName String
    aaaSpecifyNamePolicyNameVariable String
    Variable name
    aaaSpecifyNamePolicyPassword String
    aaaSpecifyNamePolicyPasswordVariable String
    Variable name
    anyConnectEapAuthenticationType String
    anyConnectEapProfileDownloadStatus String
    anyConnectEapProfileDownloadStatusVariable String
    Variable name
    anyConnectEapProfileFileName String
    anyConnectEapProfileFileNameVariable String
    Variable name
    connectionTypeSsl Boolean
    Enabled SSL VPN
    description String
    The description of the profile parcel
    enableCrlCheck Boolean
    enableCrlCheckVariable String
    Variable name
    featureProfileId String
    Feature Profile ID
    id String
    The id of the profile parcel
    ikev2AntiDosThreshold Integer
    Anti-DOS Threshold
    ikev2AntiDosThresholdVariable String
    Variable name
    ikev2LocalIkeIdentityType String
    ikev2LocalIkeIdentityTypeVariable String
    Variable name
    ikev2LocalIkeIdentityValue String
    ikev2LocalIkeIdentityValueVariable String
    Variable name
    ikev2SecurityAssociationLifetime Integer
    Security Association Lifetime in Seconds
    ikev2SecurityAssociationLifetimeVariable String
    Variable name
    ipsecAntiReplayWindowSize Integer
    security Association Lifetime
    ipsecAntiReplayWindowSizeVariable String
    Variable name
    ipsecEnableAntiReplay Boolean
    Enable Anti-Replay
    ipsecEnableAntiReplayVariable String
    Variable name
    ipsecEnablePerfectFowardSecrecy Boolean
    security Association Lifetime
    ipsecEnablePerfectFowardSecrecyVariable String
    Variable name
    ipsecSecurityAssociationLifetime Integer
    Security Association Lifetime in Seconds
    ipsecSecurityAssociationLifetimeVariable String
    Variable name
    ipv4PoolSize Integer
    IPv4 Pool Size
    ipv4PoolSizeVariable String
    Variable name
    ipv6PoolSize Integer
    IPv6 Pool Size
    ipv6PoolSizeVariable String
    Variable name
    name String
    The name of the profile parcel
    pskAuthenticationPreSharedKey String
    PSK Pre Shared Key
    pskAuthenticationPreSharedKeyVariable String
    Variable name
    pskAuthenticationType String
    PSK Selection
    pskAuthenticationTypeVariable String
    Variable name
    radiusGroupName String
    radiusGroupNameVariable String
    Variable name
    version Integer
    The version of the profile parcel
    aaaDeriveNameDomain string
    aaaDeriveNameDomainVariable string
    Variable name
    aaaDeriveNameIdentity string
    aaaDeriveNameIdentityVariable string
    Variable name
    aaaEnableAccounting boolean
    Enable Accounting
    aaaEnableAccountingVariable string
    Variable name
    aaaSpecifyNamePolicyName string
    aaaSpecifyNamePolicyNameVariable string
    Variable name
    aaaSpecifyNamePolicyPassword string
    aaaSpecifyNamePolicyPasswordVariable string
    Variable name
    anyConnectEapAuthenticationType string
    anyConnectEapProfileDownloadStatus string
    anyConnectEapProfileDownloadStatusVariable string
    Variable name
    anyConnectEapProfileFileName string
    anyConnectEapProfileFileNameVariable string
    Variable name
    connectionTypeSsl boolean
    Enabled SSL VPN
    description string
    The description of the profile parcel
    enableCrlCheck boolean
    enableCrlCheckVariable string
    Variable name
    featureProfileId string
    Feature Profile ID
    id string
    The id of the profile parcel
    ikev2AntiDosThreshold number
    Anti-DOS Threshold
    ikev2AntiDosThresholdVariable string
    Variable name
    ikev2LocalIkeIdentityType string
    ikev2LocalIkeIdentityTypeVariable string
    Variable name
    ikev2LocalIkeIdentityValue string
    ikev2LocalIkeIdentityValueVariable string
    Variable name
    ikev2SecurityAssociationLifetime number
    Security Association Lifetime in Seconds
    ikev2SecurityAssociationLifetimeVariable string
    Variable name
    ipsecAntiReplayWindowSize number
    security Association Lifetime
    ipsecAntiReplayWindowSizeVariable string
    Variable name
    ipsecEnableAntiReplay boolean
    Enable Anti-Replay
    ipsecEnableAntiReplayVariable string
    Variable name
    ipsecEnablePerfectFowardSecrecy boolean
    security Association Lifetime
    ipsecEnablePerfectFowardSecrecyVariable string
    Variable name
    ipsecSecurityAssociationLifetime number
    Security Association Lifetime in Seconds
    ipsecSecurityAssociationLifetimeVariable string
    Variable name
    ipv4PoolSize number
    IPv4 Pool Size
    ipv4PoolSizeVariable string
    Variable name
    ipv6PoolSize number
    IPv6 Pool Size
    ipv6PoolSizeVariable string
    Variable name
    name string
    The name of the profile parcel
    pskAuthenticationPreSharedKey string
    PSK Pre Shared Key
    pskAuthenticationPreSharedKeyVariable string
    Variable name
    pskAuthenticationType string
    PSK Selection
    pskAuthenticationTypeVariable string
    Variable name
    radiusGroupName string
    radiusGroupNameVariable string
    Variable name
    version number
    The version of the profile parcel
    aaa_derive_name_domain str
    aaa_derive_name_domain_variable str
    Variable name
    aaa_derive_name_identity str
    aaa_derive_name_identity_variable str
    Variable name
    aaa_enable_accounting bool
    Enable Accounting
    aaa_enable_accounting_variable str
    Variable name
    aaa_specify_name_policy_name str
    aaa_specify_name_policy_name_variable str
    Variable name
    aaa_specify_name_policy_password str
    aaa_specify_name_policy_password_variable str
    Variable name
    any_connect_eap_authentication_type str
    any_connect_eap_profile_download_status str
    any_connect_eap_profile_download_status_variable str
    Variable name
    any_connect_eap_profile_file_name str
    any_connect_eap_profile_file_name_variable str
    Variable name
    connection_type_ssl bool
    Enabled SSL VPN
    description str
    The description of the profile parcel
    enable_crl_check bool
    enable_crl_check_variable str
    Variable name
    feature_profile_id str
    Feature Profile ID
    id str
    The id of the profile parcel
    ikev2_anti_dos_threshold int
    Anti-DOS Threshold
    ikev2_anti_dos_threshold_variable str
    Variable name
    ikev2_local_ike_identity_type str
    ikev2_local_ike_identity_type_variable str
    Variable name
    ikev2_local_ike_identity_value str
    ikev2_local_ike_identity_value_variable str
    Variable name
    ikev2_security_association_lifetime int
    Security Association Lifetime in Seconds
    ikev2_security_association_lifetime_variable str
    Variable name
    ipsec_anti_replay_window_size int
    security Association Lifetime
    ipsec_anti_replay_window_size_variable str
    Variable name
    ipsec_enable_anti_replay bool
    Enable Anti-Replay
    ipsec_enable_anti_replay_variable str
    Variable name
    ipsec_enable_perfect_foward_secrecy bool
    security Association Lifetime
    ipsec_enable_perfect_foward_secrecy_variable str
    Variable name
    ipsec_security_association_lifetime int
    Security Association Lifetime in Seconds
    ipsec_security_association_lifetime_variable str
    Variable name
    ipv4_pool_size int
    IPv4 Pool Size
    ipv4_pool_size_variable str
    Variable name
    ipv6_pool_size int
    IPv6 Pool Size
    ipv6_pool_size_variable str
    Variable name
    name str
    The name of the profile parcel
    psk_authentication_pre_shared_key str
    PSK Pre Shared Key
    psk_authentication_pre_shared_key_variable str
    Variable name
    psk_authentication_type str
    PSK Selection
    psk_authentication_type_variable str
    Variable name
    radius_group_name str
    radius_group_name_variable str
    Variable name
    version int
    The version of the profile parcel
    aaaDeriveNameDomain String
    aaaDeriveNameDomainVariable String
    Variable name
    aaaDeriveNameIdentity String
    aaaDeriveNameIdentityVariable String
    Variable name
    aaaEnableAccounting Boolean
    Enable Accounting
    aaaEnableAccountingVariable String
    Variable name
    aaaSpecifyNamePolicyName String
    aaaSpecifyNamePolicyNameVariable String
    Variable name
    aaaSpecifyNamePolicyPassword String
    aaaSpecifyNamePolicyPasswordVariable String
    Variable name
    anyConnectEapAuthenticationType String
    anyConnectEapProfileDownloadStatus String
    anyConnectEapProfileDownloadStatusVariable String
    Variable name
    anyConnectEapProfileFileName String
    anyConnectEapProfileFileNameVariable String
    Variable name
    connectionTypeSsl Boolean
    Enabled SSL VPN
    description String
    The description of the profile parcel
    enableCrlCheck Boolean
    enableCrlCheckVariable String
    Variable name
    featureProfileId String
    Feature Profile ID
    id String
    The id of the profile parcel
    ikev2AntiDosThreshold Number
    Anti-DOS Threshold
    ikev2AntiDosThresholdVariable String
    Variable name
    ikev2LocalIkeIdentityType String
    ikev2LocalIkeIdentityTypeVariable String
    Variable name
    ikev2LocalIkeIdentityValue String
    ikev2LocalIkeIdentityValueVariable String
    Variable name
    ikev2SecurityAssociationLifetime Number
    Security Association Lifetime in Seconds
    ikev2SecurityAssociationLifetimeVariable String
    Variable name
    ipsecAntiReplayWindowSize Number
    security Association Lifetime
    ipsecAntiReplayWindowSizeVariable String
    Variable name
    ipsecEnableAntiReplay Boolean
    Enable Anti-Replay
    ipsecEnableAntiReplayVariable String
    Variable name
    ipsecEnablePerfectFowardSecrecy Boolean
    security Association Lifetime
    ipsecEnablePerfectFowardSecrecyVariable String
    Variable name
    ipsecSecurityAssociationLifetime Number
    Security Association Lifetime in Seconds
    ipsecSecurityAssociationLifetimeVariable String
    Variable name
    ipv4PoolSize Number
    IPv4 Pool Size
    ipv4PoolSizeVariable String
    Variable name
    ipv6PoolSize Number
    IPv6 Pool Size
    ipv6PoolSizeVariable String
    Variable name
    name String
    The name of the profile parcel
    pskAuthenticationPreSharedKey String
    PSK Pre Shared Key
    pskAuthenticationPreSharedKeyVariable String
    Variable name
    pskAuthenticationType String
    PSK Selection
    pskAuthenticationTypeVariable String
    Variable name
    radiusGroupName String
    radiusGroupNameVariable String
    Variable name
    version Number
    The version of the profile parcel

    Package Details

    Repository
    sdwan pulumi/pulumi-sdwan
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the sdwan Terraform Provider.
    sdwan logo
    Cisco Catalyst SD-WAN v0.1.1 published on Friday, May 31, 2024 by Pulumi