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

sdwan.getServiceLanVpnInterfaceEthernetProfileParcel

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 Service LAN VPN Interface Ethernet profile parcel.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as sdwan from "@pulumi/sdwan";
    
    const example = sdwan.getServiceLanVpnInterfaceEthernetProfileParcel({
        id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
        featureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
        serviceLanVpnProfileParcelId: "140331f6-5418-4755-a059-13c77eb96037",
    });
    
    import pulumi
    import pulumi_sdwan as sdwan
    
    example = sdwan.get_service_lan_vpn_interface_ethernet_profile_parcel(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
        feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
        service_lan_vpn_profile_parcel_id="140331f6-5418-4755-a059-13c77eb96037")
    
    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.LookupServiceLanVpnInterfaceEthernetProfileParcel(ctx, &sdwan.LookupServiceLanVpnInterfaceEthernetProfileParcelArgs{
    			Id:                           "f6b2c44c-693c-4763-b010-895aa3d236bd",
    			FeatureProfileId:             "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
    			ServiceLanVpnProfileParcelId: "140331f6-5418-4755-a059-13c77eb96037",
    		}, 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.GetServiceLanVpnInterfaceEthernetProfileParcel.Invoke(new()
        {
            Id = "f6b2c44c-693c-4763-b010-895aa3d236bd",
            FeatureProfileId = "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
            ServiceLanVpnProfileParcelId = "140331f6-5418-4755-a059-13c77eb96037",
        });
    
    });
    
    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.GetServiceLanVpnInterfaceEthernetProfileParcelArgs;
    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.getServiceLanVpnInterfaceEthernetProfileParcel(GetServiceLanVpnInterfaceEthernetProfileParcelArgs.builder()
                .id("f6b2c44c-693c-4763-b010-895aa3d236bd")
                .featureProfileId("f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
                .serviceLanVpnProfileParcelId("140331f6-5418-4755-a059-13c77eb96037")
                .build());
    
        }
    }
    
    variables:
      example:
        fn::invoke:
          Function: sdwan:getServiceLanVpnInterfaceEthernetProfileParcel
          Arguments:
            id: f6b2c44c-693c-4763-b010-895aa3d236bd
            featureProfileId: f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac
            serviceLanVpnProfileParcelId: 140331f6-5418-4755-a059-13c77eb96037
    

    Using getServiceLanVpnInterfaceEthernetProfileParcel

    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 getServiceLanVpnInterfaceEthernetProfileParcel(args: GetServiceLanVpnInterfaceEthernetProfileParcelArgs, opts?: InvokeOptions): Promise<GetServiceLanVpnInterfaceEthernetProfileParcelResult>
    function getServiceLanVpnInterfaceEthernetProfileParcelOutput(args: GetServiceLanVpnInterfaceEthernetProfileParcelOutputArgs, opts?: InvokeOptions): Output<GetServiceLanVpnInterfaceEthernetProfileParcelResult>
    def get_service_lan_vpn_interface_ethernet_profile_parcel(feature_profile_id: Optional[str] = None,
                                                              id: Optional[str] = None,
                                                              service_lan_vpn_profile_parcel_id: Optional[str] = None,
                                                              opts: Optional[InvokeOptions] = None) -> GetServiceLanVpnInterfaceEthernetProfileParcelResult
    def get_service_lan_vpn_interface_ethernet_profile_parcel_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
                                                              id: Optional[pulumi.Input[str]] = None,
                                                              service_lan_vpn_profile_parcel_id: Optional[pulumi.Input[str]] = None,
                                                              opts: Optional[InvokeOptions] = None) -> Output[GetServiceLanVpnInterfaceEthernetProfileParcelResult]
    func LookupServiceLanVpnInterfaceEthernetProfileParcel(ctx *Context, args *LookupServiceLanVpnInterfaceEthernetProfileParcelArgs, opts ...InvokeOption) (*LookupServiceLanVpnInterfaceEthernetProfileParcelResult, error)
    func LookupServiceLanVpnInterfaceEthernetProfileParcelOutput(ctx *Context, args *LookupServiceLanVpnInterfaceEthernetProfileParcelOutputArgs, opts ...InvokeOption) LookupServiceLanVpnInterfaceEthernetProfileParcelResultOutput

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

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

    The following arguments are supported:

    FeatureProfileId string
    Feature Profile ID
    Id string
    The id of the profile parcel
    ServiceLanVpnProfileParcelId string
    Service LAN VPN Profile Profile ID
    FeatureProfileId string
    Feature Profile ID
    Id string
    The id of the profile parcel
    ServiceLanVpnProfileParcelId string
    Service LAN VPN Profile Profile ID
    featureProfileId String
    Feature Profile ID
    id String
    The id of the profile parcel
    serviceLanVpnProfileParcelId String
    Service LAN VPN Profile Profile ID
    featureProfileId string
    Feature Profile ID
    id string
    The id of the profile parcel
    serviceLanVpnProfileParcelId string
    Service LAN VPN Profile Profile ID
    feature_profile_id str
    Feature Profile ID
    id str
    The id of the profile parcel
    service_lan_vpn_profile_parcel_id str
    Service LAN VPN Profile Profile ID
    featureProfileId String
    Feature Profile ID
    id String
    The id of the profile parcel
    serviceLanVpnProfileParcelId String
    Service LAN VPN Profile Profile ID

    getServiceLanVpnInterfaceEthernetProfileParcel Result

    The following output properties are available:

    AclIpv4EgressPolicyId string
    AclIpv4IngressPolicyId string
    AclIpv6EgressPolicyId string
    AclIpv6IngressPolicyId string
    AclShapingRate int
    Shaping Rate (Kbps)
    AclShapingRateVariable string
    Variable name
    ArpTimeout int
    Timeout value for dynamically learned ARP entries, \n\n seconds
    ArpTimeoutVariable string
    Variable name
    Arps List<GetServiceLanVpnInterfaceEthernetProfileParcelArp>
    Configure ARP entries
    Autonegotiate bool
    Link autonegotiation
    AutonegotiateVariable string
    Variable name
    ConfigDescription string
    ConfigDescriptionVariable string
    Variable name
    Description string
    The description of the profile parcel
    Duplex string
    Duplex mode
    DuplexVariable string
    Variable name
    EnableDhcpv6 bool
    Enable DHCPv6
    FeatureProfileId string
    Feature Profile ID
    IcmpRedirectDisable bool
    ICMP/ICMPv6 Redirect Disable
    IcmpRedirectDisableVariable string
    Variable name
    Id string
    The id of the profile parcel
    InterfaceMtu int
    Interface MTU
    InterfaceMtuVariable string
    Variable name
    InterfaceName string
    InterfaceNameVariable string
    Variable name
    IpDirectedBroadcast bool
    IP Directed-Broadcast
    IpDirectedBroadcastVariable string
    Variable name
    IpMtu int
    IP MTU for GigabitEthernet main \n\n, GigabitEthernet subinterface \n\n, Other Interfaces \n\n in bytes
    IpMtuVariable string
    Variable name
    Ipv4Address string
    IP Address
    Ipv4AddressVariable string
    Variable name
    Ipv4DhcpDistance int
    DHCP Distance
    Ipv4DhcpDistanceVariable string
    Variable name
    Ipv4DhcpHelperVariable string
    Variable name
    Ipv4DhcpHelpers List<string>
    List of DHCP IPv4 helper addresses (min 1, max 8)
    Ipv4Nat bool
    enable Network Address Translation on this interface
    Ipv4NatLoopback string
    NAT Inside Source Loopback Interface
    Ipv4NatLoopbackVariable string
    Variable name
    Ipv4NatOverload bool
    NAT Overload
    Ipv4NatOverloadVariable string
    Variable name
    Ipv4NatPrefixLength int
    NAT Pool Prefix Length
    Ipv4NatPrefixLengthVariable string
    Variable name
    Ipv4NatRangeEnd string
    NAT Pool Range End
    Ipv4NatRangeEndVariable string
    Variable name
    Ipv4NatRangeStart string
    NAT Pool Range Start
    Ipv4NatRangeStartVariable string
    Variable name
    Ipv4NatTcpTimeout int
    Set NAT TCP session timeout, in minutes
    Ipv4NatTcpTimeoutVariable string
    Variable name
    Ipv4NatType string
    NAT Type
    Ipv4NatTypeVariable string
    Variable name
    Ipv4NatUdpTimeout int
    Set NAT UDP session timeout, in minutes
    Ipv4NatUdpTimeoutVariable string
    Variable name
    Ipv4SecondaryAddresses List<GetServiceLanVpnInterfaceEthernetProfileParcelIpv4SecondaryAddress>
    Secondary IpV4 Addresses
    Ipv4SubnetMask string
    Subnet Mask
    Ipv4SubnetMaskVariable string
    Variable name
    Ipv4Vrrps List<GetServiceLanVpnInterfaceEthernetProfileParcelIpv4Vrrp>
    Enable VRRP
    Ipv6Address string
    IPv6 Address Secondary
    Ipv6AddressVariable string
    Variable name
    Ipv6DhcpHelpers List<GetServiceLanVpnInterfaceEthernetProfileParcelIpv6DhcpHelper>
    DHCPv6 Helper
    Ipv6DhcpSecondaryAddresses List<GetServiceLanVpnInterfaceEthernetProfileParcelIpv6DhcpSecondaryAddress>
    secondary IPv6 addresses
    Ipv6Nat bool
    enable Network Address Translation ipv6 on this interface
    Ipv6SecondaryAddresses List<GetServiceLanVpnInterfaceEthernetProfileParcelIpv6SecondaryAddress>
    Static secondary IPv6 addresses
    Ipv6Vrrps List<GetServiceLanVpnInterfaceEthernetProfileParcelIpv6Vrrp>
    Enable VRRP Ipv6
    LoadInterval int
    Interval for interface load calculation
    LoadIntervalVariable string
    Variable name
    MacAddress string
    MAC Address
    MacAddressVariable string
    Variable name
    MediaType string
    Media type
    MediaTypeVariable string
    Variable name
    Name string
    The name of the profile parcel
    Nat64 bool
    NAT64 on this interface
    ServiceLanVpnProfileParcelId string
    Service LAN VPN Profile Profile ID
    Shutdown bool
    ShutdownVariable string
    Variable name
    Speed string
    Set interface speed
    SpeedVariable string
    Variable name
    StaticNats List<GetServiceLanVpnInterfaceEthernetProfileParcelStaticNat>
    static NAT
    TcpMss int
    TCP MSS on SYN packets, in bytes
    TcpMssVariable string
    Variable name
    Tracker string
    Enable tracker for this interface
    TrackerVariable string
    Variable name
    TrustsecEnableEnforcedPropogation bool
    Enable/Disable SGT Enforcement on an interface
    TrustsecEnableSgtPropogation bool
    Indicates that the interface is trustworthy for CTS
    TrustsecEnforcedSecurityGroupTag int
    SGT value between 2 and 65519
    TrustsecEnforcedSecurityGroupTagVariable string
    Variable name
    TrustsecPropogate bool
    Enables the interface for CTS SGT authorization and forwarding
    TrustsecSecurityGroupTag int
    SGT value between 2 and 65519
    TrustsecSecurityGroupTagVariable string
    Variable name
    Version int
    The version of the profile parcel
    Xconnect string
    Extend remote TLOC over a GRE tunnel to a local LAN interface
    XconnectVariable string
    Variable name
    AclIpv4EgressPolicyId string
    AclIpv4IngressPolicyId string
    AclIpv6EgressPolicyId string
    AclIpv6IngressPolicyId string
    AclShapingRate int
    Shaping Rate (Kbps)
    AclShapingRateVariable string
    Variable name
    ArpTimeout int
    Timeout value for dynamically learned ARP entries, \n\n seconds
    ArpTimeoutVariable string
    Variable name
    Arps []GetServiceLanVpnInterfaceEthernetProfileParcelArp
    Configure ARP entries
    Autonegotiate bool
    Link autonegotiation
    AutonegotiateVariable string
    Variable name
    ConfigDescription string
    ConfigDescriptionVariable string
    Variable name
    Description string
    The description of the profile parcel
    Duplex string
    Duplex mode
    DuplexVariable string
    Variable name
    EnableDhcpv6 bool
    Enable DHCPv6
    FeatureProfileId string
    Feature Profile ID
    IcmpRedirectDisable bool
    ICMP/ICMPv6 Redirect Disable
    IcmpRedirectDisableVariable string
    Variable name
    Id string
    The id of the profile parcel
    InterfaceMtu int
    Interface MTU
    InterfaceMtuVariable string
    Variable name
    InterfaceName string
    InterfaceNameVariable string
    Variable name
    IpDirectedBroadcast bool
    IP Directed-Broadcast
    IpDirectedBroadcastVariable string
    Variable name
    IpMtu int
    IP MTU for GigabitEthernet main \n\n, GigabitEthernet subinterface \n\n, Other Interfaces \n\n in bytes
    IpMtuVariable string
    Variable name
    Ipv4Address string
    IP Address
    Ipv4AddressVariable string
    Variable name
    Ipv4DhcpDistance int
    DHCP Distance
    Ipv4DhcpDistanceVariable string
    Variable name
    Ipv4DhcpHelperVariable string
    Variable name
    Ipv4DhcpHelpers []string
    List of DHCP IPv4 helper addresses (min 1, max 8)
    Ipv4Nat bool
    enable Network Address Translation on this interface
    Ipv4NatLoopback string
    NAT Inside Source Loopback Interface
    Ipv4NatLoopbackVariable string
    Variable name
    Ipv4NatOverload bool
    NAT Overload
    Ipv4NatOverloadVariable string
    Variable name
    Ipv4NatPrefixLength int
    NAT Pool Prefix Length
    Ipv4NatPrefixLengthVariable string
    Variable name
    Ipv4NatRangeEnd string
    NAT Pool Range End
    Ipv4NatRangeEndVariable string
    Variable name
    Ipv4NatRangeStart string
    NAT Pool Range Start
    Ipv4NatRangeStartVariable string
    Variable name
    Ipv4NatTcpTimeout int
    Set NAT TCP session timeout, in minutes
    Ipv4NatTcpTimeoutVariable string
    Variable name
    Ipv4NatType string
    NAT Type
    Ipv4NatTypeVariable string
    Variable name
    Ipv4NatUdpTimeout int
    Set NAT UDP session timeout, in minutes
    Ipv4NatUdpTimeoutVariable string
    Variable name
    Ipv4SecondaryAddresses []GetServiceLanVpnInterfaceEthernetProfileParcelIpv4SecondaryAddress
    Secondary IpV4 Addresses
    Ipv4SubnetMask string
    Subnet Mask
    Ipv4SubnetMaskVariable string
    Variable name
    Ipv4Vrrps []GetServiceLanVpnInterfaceEthernetProfileParcelIpv4Vrrp
    Enable VRRP
    Ipv6Address string
    IPv6 Address Secondary
    Ipv6AddressVariable string
    Variable name
    Ipv6DhcpHelpers []GetServiceLanVpnInterfaceEthernetProfileParcelIpv6DhcpHelper
    DHCPv6 Helper
    Ipv6DhcpSecondaryAddresses []GetServiceLanVpnInterfaceEthernetProfileParcelIpv6DhcpSecondaryAddress
    secondary IPv6 addresses
    Ipv6Nat bool
    enable Network Address Translation ipv6 on this interface
    Ipv6SecondaryAddresses []GetServiceLanVpnInterfaceEthernetProfileParcelIpv6SecondaryAddress
    Static secondary IPv6 addresses
    Ipv6Vrrps []GetServiceLanVpnInterfaceEthernetProfileParcelIpv6Vrrp
    Enable VRRP Ipv6
    LoadInterval int
    Interval for interface load calculation
    LoadIntervalVariable string
    Variable name
    MacAddress string
    MAC Address
    MacAddressVariable string
    Variable name
    MediaType string
    Media type
    MediaTypeVariable string
    Variable name
    Name string
    The name of the profile parcel
    Nat64 bool
    NAT64 on this interface
    ServiceLanVpnProfileParcelId string
    Service LAN VPN Profile Profile ID
    Shutdown bool
    ShutdownVariable string
    Variable name
    Speed string
    Set interface speed
    SpeedVariable string
    Variable name
    StaticNats []GetServiceLanVpnInterfaceEthernetProfileParcelStaticNat
    static NAT
    TcpMss int
    TCP MSS on SYN packets, in bytes
    TcpMssVariable string
    Variable name
    Tracker string
    Enable tracker for this interface
    TrackerVariable string
    Variable name
    TrustsecEnableEnforcedPropogation bool
    Enable/Disable SGT Enforcement on an interface
    TrustsecEnableSgtPropogation bool
    Indicates that the interface is trustworthy for CTS
    TrustsecEnforcedSecurityGroupTag int
    SGT value between 2 and 65519
    TrustsecEnforcedSecurityGroupTagVariable string
    Variable name
    TrustsecPropogate bool
    Enables the interface for CTS SGT authorization and forwarding
    TrustsecSecurityGroupTag int
    SGT value between 2 and 65519
    TrustsecSecurityGroupTagVariable string
    Variable name
    Version int
    The version of the profile parcel
    Xconnect string
    Extend remote TLOC over a GRE tunnel to a local LAN interface
    XconnectVariable string
    Variable name
    aclIpv4EgressPolicyId String
    aclIpv4IngressPolicyId String
    aclIpv6EgressPolicyId String
    aclIpv6IngressPolicyId String
    aclShapingRate Integer
    Shaping Rate (Kbps)
    aclShapingRateVariable String
    Variable name
    arpTimeout Integer
    Timeout value for dynamically learned ARP entries, \n\n seconds
    arpTimeoutVariable String
    Variable name
    arps List<GetServiceLanVpnInterfaceEthernetProfileParcelArp>
    Configure ARP entries
    autonegotiate Boolean
    Link autonegotiation
    autonegotiateVariable String
    Variable name
    configDescription String
    configDescriptionVariable String
    Variable name
    description String
    The description of the profile parcel
    duplex String
    Duplex mode
    duplexVariable String
    Variable name
    enableDhcpv6 Boolean
    Enable DHCPv6
    featureProfileId String
    Feature Profile ID
    icmpRedirectDisable Boolean
    ICMP/ICMPv6 Redirect Disable
    icmpRedirectDisableVariable String
    Variable name
    id String
    The id of the profile parcel
    interfaceMtu Integer
    Interface MTU
    interfaceMtuVariable String
    Variable name
    interfaceName String
    interfaceNameVariable String
    Variable name
    ipDirectedBroadcast Boolean
    IP Directed-Broadcast
    ipDirectedBroadcastVariable String
    Variable name
    ipMtu Integer
    IP MTU for GigabitEthernet main \n\n, GigabitEthernet subinterface \n\n, Other Interfaces \n\n in bytes
    ipMtuVariable String
    Variable name
    ipv4Address String
    IP Address
    ipv4AddressVariable String
    Variable name
    ipv4DhcpDistance Integer
    DHCP Distance
    ipv4DhcpDistanceVariable String
    Variable name
    ipv4DhcpHelperVariable String
    Variable name
    ipv4DhcpHelpers List<String>
    List of DHCP IPv4 helper addresses (min 1, max 8)
    ipv4Nat Boolean
    enable Network Address Translation on this interface
    ipv4NatLoopback String
    NAT Inside Source Loopback Interface
    ipv4NatLoopbackVariable String
    Variable name
    ipv4NatOverload Boolean
    NAT Overload
    ipv4NatOverloadVariable String
    Variable name
    ipv4NatPrefixLength Integer
    NAT Pool Prefix Length
    ipv4NatPrefixLengthVariable String
    Variable name
    ipv4NatRangeEnd String
    NAT Pool Range End
    ipv4NatRangeEndVariable String
    Variable name
    ipv4NatRangeStart String
    NAT Pool Range Start
    ipv4NatRangeStartVariable String
    Variable name
    ipv4NatTcpTimeout Integer
    Set NAT TCP session timeout, in minutes
    ipv4NatTcpTimeoutVariable String
    Variable name
    ipv4NatType String
    NAT Type
    ipv4NatTypeVariable String
    Variable name
    ipv4NatUdpTimeout Integer
    Set NAT UDP session timeout, in minutes
    ipv4NatUdpTimeoutVariable String
    Variable name
    ipv4SecondaryAddresses List<GetServiceLanVpnInterfaceEthernetProfileParcelIpv4SecondaryAddress>
    Secondary IpV4 Addresses
    ipv4SubnetMask String
    Subnet Mask
    ipv4SubnetMaskVariable String
    Variable name
    ipv4Vrrps List<GetServiceLanVpnInterfaceEthernetProfileParcelIpv4Vrrp>
    Enable VRRP
    ipv6Address String
    IPv6 Address Secondary
    ipv6AddressVariable String
    Variable name
    ipv6DhcpHelpers List<GetServiceLanVpnInterfaceEthernetProfileParcelIpv6DhcpHelper>
    DHCPv6 Helper
    ipv6DhcpSecondaryAddresses List<GetServiceLanVpnInterfaceEthernetProfileParcelIpv6DhcpSecondaryAddress>
    secondary IPv6 addresses
    ipv6Nat Boolean
    enable Network Address Translation ipv6 on this interface
    ipv6SecondaryAddresses List<GetServiceLanVpnInterfaceEthernetProfileParcelIpv6SecondaryAddress>
    Static secondary IPv6 addresses
    ipv6Vrrps List<GetServiceLanVpnInterfaceEthernetProfileParcelIpv6Vrrp>
    Enable VRRP Ipv6
    loadInterval Integer
    Interval for interface load calculation
    loadIntervalVariable String
    Variable name
    macAddress String
    MAC Address
    macAddressVariable String
    Variable name
    mediaType String
    Media type
    mediaTypeVariable String
    Variable name
    name String
    The name of the profile parcel
    nat64 Boolean
    NAT64 on this interface
    serviceLanVpnProfileParcelId String
    Service LAN VPN Profile Profile ID
    shutdown Boolean
    shutdownVariable String
    Variable name
    speed String
    Set interface speed
    speedVariable String
    Variable name
    staticNats List<GetServiceLanVpnInterfaceEthernetProfileParcelStaticNat>
    static NAT
    tcpMss Integer
    TCP MSS on SYN packets, in bytes
    tcpMssVariable String
    Variable name
    tracker String
    Enable tracker for this interface
    trackerVariable String
    Variable name
    trustsecEnableEnforcedPropogation Boolean
    Enable/Disable SGT Enforcement on an interface
    trustsecEnableSgtPropogation Boolean
    Indicates that the interface is trustworthy for CTS
    trustsecEnforcedSecurityGroupTag Integer
    SGT value between 2 and 65519
    trustsecEnforcedSecurityGroupTagVariable String
    Variable name
    trustsecPropogate Boolean
    Enables the interface for CTS SGT authorization and forwarding
    trustsecSecurityGroupTag Integer
    SGT value between 2 and 65519
    trustsecSecurityGroupTagVariable String
    Variable name
    version Integer
    The version of the profile parcel
    xconnect String
    Extend remote TLOC over a GRE tunnel to a local LAN interface
    xconnectVariable String
    Variable name
    aclIpv4EgressPolicyId string
    aclIpv4IngressPolicyId string
    aclIpv6EgressPolicyId string
    aclIpv6IngressPolicyId string
    aclShapingRate number
    Shaping Rate (Kbps)
    aclShapingRateVariable string
    Variable name
    arpTimeout number
    Timeout value for dynamically learned ARP entries, \n\n seconds
    arpTimeoutVariable string
    Variable name
    arps GetServiceLanVpnInterfaceEthernetProfileParcelArp[]
    Configure ARP entries
    autonegotiate boolean
    Link autonegotiation
    autonegotiateVariable string
    Variable name
    configDescription string
    configDescriptionVariable string
    Variable name
    description string
    The description of the profile parcel
    duplex string
    Duplex mode
    duplexVariable string
    Variable name
    enableDhcpv6 boolean
    Enable DHCPv6
    featureProfileId string
    Feature Profile ID
    icmpRedirectDisable boolean
    ICMP/ICMPv6 Redirect Disable
    icmpRedirectDisableVariable string
    Variable name
    id string
    The id of the profile parcel
    interfaceMtu number
    Interface MTU
    interfaceMtuVariable string
    Variable name
    interfaceName string
    interfaceNameVariable string
    Variable name
    ipDirectedBroadcast boolean
    IP Directed-Broadcast
    ipDirectedBroadcastVariable string
    Variable name
    ipMtu number
    IP MTU for GigabitEthernet main \n\n, GigabitEthernet subinterface \n\n, Other Interfaces \n\n in bytes
    ipMtuVariable string
    Variable name
    ipv4Address string
    IP Address
    ipv4AddressVariable string
    Variable name
    ipv4DhcpDistance number
    DHCP Distance
    ipv4DhcpDistanceVariable string
    Variable name
    ipv4DhcpHelperVariable string
    Variable name
    ipv4DhcpHelpers string[]
    List of DHCP IPv4 helper addresses (min 1, max 8)
    ipv4Nat boolean
    enable Network Address Translation on this interface
    ipv4NatLoopback string
    NAT Inside Source Loopback Interface
    ipv4NatLoopbackVariable string
    Variable name
    ipv4NatOverload boolean
    NAT Overload
    ipv4NatOverloadVariable string
    Variable name
    ipv4NatPrefixLength number
    NAT Pool Prefix Length
    ipv4NatPrefixLengthVariable string
    Variable name
    ipv4NatRangeEnd string
    NAT Pool Range End
    ipv4NatRangeEndVariable string
    Variable name
    ipv4NatRangeStart string
    NAT Pool Range Start
    ipv4NatRangeStartVariable string
    Variable name
    ipv4NatTcpTimeout number
    Set NAT TCP session timeout, in minutes
    ipv4NatTcpTimeoutVariable string
    Variable name
    ipv4NatType string
    NAT Type
    ipv4NatTypeVariable string
    Variable name
    ipv4NatUdpTimeout number
    Set NAT UDP session timeout, in minutes
    ipv4NatUdpTimeoutVariable string
    Variable name
    ipv4SecondaryAddresses GetServiceLanVpnInterfaceEthernetProfileParcelIpv4SecondaryAddress[]
    Secondary IpV4 Addresses
    ipv4SubnetMask string
    Subnet Mask
    ipv4SubnetMaskVariable string
    Variable name
    ipv4Vrrps GetServiceLanVpnInterfaceEthernetProfileParcelIpv4Vrrp[]
    Enable VRRP
    ipv6Address string
    IPv6 Address Secondary
    ipv6AddressVariable string
    Variable name
    ipv6DhcpHelpers GetServiceLanVpnInterfaceEthernetProfileParcelIpv6DhcpHelper[]
    DHCPv6 Helper
    ipv6DhcpSecondaryAddresses GetServiceLanVpnInterfaceEthernetProfileParcelIpv6DhcpSecondaryAddress[]
    secondary IPv6 addresses
    ipv6Nat boolean
    enable Network Address Translation ipv6 on this interface
    ipv6SecondaryAddresses GetServiceLanVpnInterfaceEthernetProfileParcelIpv6SecondaryAddress[]
    Static secondary IPv6 addresses
    ipv6Vrrps GetServiceLanVpnInterfaceEthernetProfileParcelIpv6Vrrp[]
    Enable VRRP Ipv6
    loadInterval number
    Interval for interface load calculation
    loadIntervalVariable string
    Variable name
    macAddress string
    MAC Address
    macAddressVariable string
    Variable name
    mediaType string
    Media type
    mediaTypeVariable string
    Variable name
    name string
    The name of the profile parcel
    nat64 boolean
    NAT64 on this interface
    serviceLanVpnProfileParcelId string
    Service LAN VPN Profile Profile ID
    shutdown boolean
    shutdownVariable string
    Variable name
    speed string
    Set interface speed
    speedVariable string
    Variable name
    staticNats GetServiceLanVpnInterfaceEthernetProfileParcelStaticNat[]
    static NAT
    tcpMss number
    TCP MSS on SYN packets, in bytes
    tcpMssVariable string
    Variable name
    tracker string
    Enable tracker for this interface
    trackerVariable string
    Variable name
    trustsecEnableEnforcedPropogation boolean
    Enable/Disable SGT Enforcement on an interface
    trustsecEnableSgtPropogation boolean
    Indicates that the interface is trustworthy for CTS
    trustsecEnforcedSecurityGroupTag number
    SGT value between 2 and 65519
    trustsecEnforcedSecurityGroupTagVariable string
    Variable name
    trustsecPropogate boolean
    Enables the interface for CTS SGT authorization and forwarding
    trustsecSecurityGroupTag number
    SGT value between 2 and 65519
    trustsecSecurityGroupTagVariable string
    Variable name
    version number
    The version of the profile parcel
    xconnect string
    Extend remote TLOC over a GRE tunnel to a local LAN interface
    xconnectVariable string
    Variable name
    acl_ipv4_egress_policy_id str
    acl_ipv4_ingress_policy_id str
    acl_ipv6_egress_policy_id str
    acl_ipv6_ingress_policy_id str
    acl_shaping_rate int
    Shaping Rate (Kbps)
    acl_shaping_rate_variable str
    Variable name
    arp_timeout int
    Timeout value for dynamically learned ARP entries, \n\n seconds
    arp_timeout_variable str
    Variable name
    arps Sequence[GetServiceLanVpnInterfaceEthernetProfileParcelArp]
    Configure ARP entries
    autonegotiate bool
    Link autonegotiation
    autonegotiate_variable str
    Variable name
    config_description str
    config_description_variable str
    Variable name
    description str
    The description of the profile parcel
    duplex str
    Duplex mode
    duplex_variable str
    Variable name
    enable_dhcpv6 bool
    Enable DHCPv6
    feature_profile_id str
    Feature Profile ID
    icmp_redirect_disable bool
    ICMP/ICMPv6 Redirect Disable
    icmp_redirect_disable_variable str
    Variable name
    id str
    The id of the profile parcel
    interface_mtu int
    Interface MTU
    interface_mtu_variable str
    Variable name
    interface_name str
    interface_name_variable str
    Variable name
    ip_directed_broadcast bool
    IP Directed-Broadcast
    ip_directed_broadcast_variable str
    Variable name
    ip_mtu int
    IP MTU for GigabitEthernet main \n\n, GigabitEthernet subinterface \n\n, Other Interfaces \n\n in bytes
    ip_mtu_variable str
    Variable name
    ipv4_address str
    IP Address
    ipv4_address_variable str
    Variable name
    ipv4_dhcp_distance int
    DHCP Distance
    ipv4_dhcp_distance_variable str
    Variable name
    ipv4_dhcp_helper_variable str
    Variable name
    ipv4_dhcp_helpers Sequence[str]
    List of DHCP IPv4 helper addresses (min 1, max 8)
    ipv4_nat bool
    enable Network Address Translation on this interface
    ipv4_nat_loopback str
    NAT Inside Source Loopback Interface
    ipv4_nat_loopback_variable str
    Variable name
    ipv4_nat_overload bool
    NAT Overload
    ipv4_nat_overload_variable str
    Variable name
    ipv4_nat_prefix_length int
    NAT Pool Prefix Length
    ipv4_nat_prefix_length_variable str
    Variable name
    ipv4_nat_range_end str
    NAT Pool Range End
    ipv4_nat_range_end_variable str
    Variable name
    ipv4_nat_range_start str
    NAT Pool Range Start
    ipv4_nat_range_start_variable str
    Variable name
    ipv4_nat_tcp_timeout int
    Set NAT TCP session timeout, in minutes
    ipv4_nat_tcp_timeout_variable str
    Variable name
    ipv4_nat_type str
    NAT Type
    ipv4_nat_type_variable str
    Variable name
    ipv4_nat_udp_timeout int
    Set NAT UDP session timeout, in minutes
    ipv4_nat_udp_timeout_variable str
    Variable name
    ipv4_secondary_addresses Sequence[GetServiceLanVpnInterfaceEthernetProfileParcelIpv4SecondaryAddress]
    Secondary IpV4 Addresses
    ipv4_subnet_mask str
    Subnet Mask
    ipv4_subnet_mask_variable str
    Variable name
    ipv4_vrrps Sequence[GetServiceLanVpnInterfaceEthernetProfileParcelIpv4Vrrp]
    Enable VRRP
    ipv6_address str
    IPv6 Address Secondary
    ipv6_address_variable str
    Variable name
    ipv6_dhcp_helpers Sequence[GetServiceLanVpnInterfaceEthernetProfileParcelIpv6DhcpHelper]
    DHCPv6 Helper
    ipv6_dhcp_secondary_addresses Sequence[GetServiceLanVpnInterfaceEthernetProfileParcelIpv6DhcpSecondaryAddress]
    secondary IPv6 addresses
    ipv6_nat bool
    enable Network Address Translation ipv6 on this interface
    ipv6_secondary_addresses Sequence[GetServiceLanVpnInterfaceEthernetProfileParcelIpv6SecondaryAddress]
    Static secondary IPv6 addresses
    ipv6_vrrps Sequence[GetServiceLanVpnInterfaceEthernetProfileParcelIpv6Vrrp]
    Enable VRRP Ipv6
    load_interval int
    Interval for interface load calculation
    load_interval_variable str
    Variable name
    mac_address str
    MAC Address
    mac_address_variable str
    Variable name
    media_type str
    Media type
    media_type_variable str
    Variable name
    name str
    The name of the profile parcel
    nat64 bool
    NAT64 on this interface
    service_lan_vpn_profile_parcel_id str
    Service LAN VPN Profile Profile ID
    shutdown bool
    shutdown_variable str
    Variable name
    speed str
    Set interface speed
    speed_variable str
    Variable name
    static_nats Sequence[GetServiceLanVpnInterfaceEthernetProfileParcelStaticNat]
    static NAT
    tcp_mss int
    TCP MSS on SYN packets, in bytes
    tcp_mss_variable str
    Variable name
    tracker str
    Enable tracker for this interface
    tracker_variable str
    Variable name
    trustsec_enable_enforced_propogation bool
    Enable/Disable SGT Enforcement on an interface
    trustsec_enable_sgt_propogation bool
    Indicates that the interface is trustworthy for CTS
    trustsec_enforced_security_group_tag int
    SGT value between 2 and 65519
    trustsec_enforced_security_group_tag_variable str
    Variable name
    trustsec_propogate bool
    Enables the interface for CTS SGT authorization and forwarding
    trustsec_security_group_tag int
    SGT value between 2 and 65519
    trustsec_security_group_tag_variable str
    Variable name
    version int
    The version of the profile parcel
    xconnect str
    Extend remote TLOC over a GRE tunnel to a local LAN interface
    xconnect_variable str
    Variable name
    aclIpv4EgressPolicyId String
    aclIpv4IngressPolicyId String
    aclIpv6EgressPolicyId String
    aclIpv6IngressPolicyId String
    aclShapingRate Number
    Shaping Rate (Kbps)
    aclShapingRateVariable String
    Variable name
    arpTimeout Number
    Timeout value for dynamically learned ARP entries, \n\n seconds
    arpTimeoutVariable String
    Variable name
    arps List<Property Map>
    Configure ARP entries
    autonegotiate Boolean
    Link autonegotiation
    autonegotiateVariable String
    Variable name
    configDescription String
    configDescriptionVariable String
    Variable name
    description String
    The description of the profile parcel
    duplex String
    Duplex mode
    duplexVariable String
    Variable name
    enableDhcpv6 Boolean
    Enable DHCPv6
    featureProfileId String
    Feature Profile ID
    icmpRedirectDisable Boolean
    ICMP/ICMPv6 Redirect Disable
    icmpRedirectDisableVariable String
    Variable name
    id String
    The id of the profile parcel
    interfaceMtu Number
    Interface MTU
    interfaceMtuVariable String
    Variable name
    interfaceName String
    interfaceNameVariable String
    Variable name
    ipDirectedBroadcast Boolean
    IP Directed-Broadcast
    ipDirectedBroadcastVariable String
    Variable name
    ipMtu Number
    IP MTU for GigabitEthernet main \n\n, GigabitEthernet subinterface \n\n, Other Interfaces \n\n in bytes
    ipMtuVariable String
    Variable name
    ipv4Address String
    IP Address
    ipv4AddressVariable String
    Variable name
    ipv4DhcpDistance Number
    DHCP Distance
    ipv4DhcpDistanceVariable String
    Variable name
    ipv4DhcpHelperVariable String
    Variable name
    ipv4DhcpHelpers List<String>
    List of DHCP IPv4 helper addresses (min 1, max 8)
    ipv4Nat Boolean
    enable Network Address Translation on this interface
    ipv4NatLoopback String
    NAT Inside Source Loopback Interface
    ipv4NatLoopbackVariable String
    Variable name
    ipv4NatOverload Boolean
    NAT Overload
    ipv4NatOverloadVariable String
    Variable name
    ipv4NatPrefixLength Number
    NAT Pool Prefix Length
    ipv4NatPrefixLengthVariable String
    Variable name
    ipv4NatRangeEnd String
    NAT Pool Range End
    ipv4NatRangeEndVariable String
    Variable name
    ipv4NatRangeStart String
    NAT Pool Range Start
    ipv4NatRangeStartVariable String
    Variable name
    ipv4NatTcpTimeout Number
    Set NAT TCP session timeout, in minutes
    ipv4NatTcpTimeoutVariable String
    Variable name
    ipv4NatType String
    NAT Type
    ipv4NatTypeVariable String
    Variable name
    ipv4NatUdpTimeout Number
    Set NAT UDP session timeout, in minutes
    ipv4NatUdpTimeoutVariable String
    Variable name
    ipv4SecondaryAddresses List<Property Map>
    Secondary IpV4 Addresses
    ipv4SubnetMask String
    Subnet Mask
    ipv4SubnetMaskVariable String
    Variable name
    ipv4Vrrps List<Property Map>
    Enable VRRP
    ipv6Address String
    IPv6 Address Secondary
    ipv6AddressVariable String
    Variable name
    ipv6DhcpHelpers List<Property Map>
    DHCPv6 Helper
    ipv6DhcpSecondaryAddresses List<Property Map>
    secondary IPv6 addresses
    ipv6Nat Boolean
    enable Network Address Translation ipv6 on this interface
    ipv6SecondaryAddresses List<Property Map>
    Static secondary IPv6 addresses
    ipv6Vrrps List<Property Map>
    Enable VRRP Ipv6
    loadInterval Number
    Interval for interface load calculation
    loadIntervalVariable String
    Variable name
    macAddress String
    MAC Address
    macAddressVariable String
    Variable name
    mediaType String
    Media type
    mediaTypeVariable String
    Variable name
    name String
    The name of the profile parcel
    nat64 Boolean
    NAT64 on this interface
    serviceLanVpnProfileParcelId String
    Service LAN VPN Profile Profile ID
    shutdown Boolean
    shutdownVariable String
    Variable name
    speed String
    Set interface speed
    speedVariable String
    Variable name
    staticNats List<Property Map>
    static NAT
    tcpMss Number
    TCP MSS on SYN packets, in bytes
    tcpMssVariable String
    Variable name
    tracker String
    Enable tracker for this interface
    trackerVariable String
    Variable name
    trustsecEnableEnforcedPropogation Boolean
    Enable/Disable SGT Enforcement on an interface
    trustsecEnableSgtPropogation Boolean
    Indicates that the interface is trustworthy for CTS
    trustsecEnforcedSecurityGroupTag Number
    SGT value between 2 and 65519
    trustsecEnforcedSecurityGroupTagVariable String
    Variable name
    trustsecPropogate Boolean
    Enables the interface for CTS SGT authorization and forwarding
    trustsecSecurityGroupTag Number
    SGT value between 2 and 65519
    trustsecSecurityGroupTagVariable String
    Variable name
    version Number
    The version of the profile parcel
    xconnect String
    Extend remote TLOC over a GRE tunnel to a local LAN interface
    xconnectVariable String
    Variable name

    Supporting Types

    GetServiceLanVpnInterfaceEthernetProfileParcelArp

    IpAddress string
    IPV4 Address
    IpAddressVariable string
    Variable name
    MacAddress string
    MAC Address
    MacAddressVariable string
    Variable name
    IpAddress string
    IPV4 Address
    IpAddressVariable string
    Variable name
    MacAddress string
    MAC Address
    MacAddressVariable string
    Variable name
    ipAddress String
    IPV4 Address
    ipAddressVariable String
    Variable name
    macAddress String
    MAC Address
    macAddressVariable String
    Variable name
    ipAddress string
    IPV4 Address
    ipAddressVariable string
    Variable name
    macAddress string
    MAC Address
    macAddressVariable string
    Variable name
    ip_address str
    IPV4 Address
    ip_address_variable str
    Variable name
    mac_address str
    MAC Address
    mac_address_variable str
    Variable name
    ipAddress String
    IPV4 Address
    ipAddressVariable String
    Variable name
    macAddress String
    MAC Address
    macAddressVariable String
    Variable name

    GetServiceLanVpnInterfaceEthernetProfileParcelIpv4SecondaryAddress

    Address string
    IpV4 Address
    AddressVariable string
    Variable name
    SubnetMask string
    Subnet Mask
    SubnetMaskVariable string
    Variable name
    Address string
    IpV4 Address
    AddressVariable string
    Variable name
    SubnetMask string
    Subnet Mask
    SubnetMaskVariable string
    Variable name
    address String
    IpV4 Address
    addressVariable String
    Variable name
    subnetMask String
    Subnet Mask
    subnetMaskVariable String
    Variable name
    address string
    IpV4 Address
    addressVariable string
    Variable name
    subnetMask string
    Subnet Mask
    subnetMaskVariable string
    Variable name
    address str
    IpV4 Address
    address_variable str
    Variable name
    subnet_mask str
    Subnet Mask
    subnet_mask_variable str
    Variable name
    address String
    IpV4 Address
    addressVariable String
    Variable name
    subnetMask String
    Subnet Mask
    subnetMaskVariable String
    Variable name

    GetServiceLanVpnInterfaceEthernetProfileParcelIpv4Vrrp

    GroupId int
    Group ID
    GroupIdVariable string
    Variable name
    IpAddress string
    VRRP Ip Address
    IpAddressVariable string
    Variable name
    Priority int
    Set priority
    PriorityVariable string
    Variable name
    SecondaryAddresses List<GetServiceLanVpnInterfaceEthernetProfileParcelIpv4VrrpSecondaryAddress>
    VRRP Secondary Ip Addresses
    Timer int
    Timer interval for successive advertisements, in milliseconds
    TimerVariable string
    Variable name
    TlocPrefChangeValue int
    Timer interval for successive advertisements, in milliseconds
    TlocPrefixChange bool
    Timer interval for successive advertisements, in milliseconds
    TrackOmp bool
    Track OMP status
    GroupId int
    Group ID
    GroupIdVariable string
    Variable name
    IpAddress string
    VRRP Ip Address
    IpAddressVariable string
    Variable name
    Priority int
    Set priority
    PriorityVariable string
    Variable name
    SecondaryAddresses []GetServiceLanVpnInterfaceEthernetProfileParcelIpv4VrrpSecondaryAddress
    VRRP Secondary Ip Addresses
    Timer int
    Timer interval for successive advertisements, in milliseconds
    TimerVariable string
    Variable name
    TlocPrefChangeValue int
    Timer interval for successive advertisements, in milliseconds
    TlocPrefixChange bool
    Timer interval for successive advertisements, in milliseconds
    TrackOmp bool
    Track OMP status
    groupId Integer
    Group ID
    groupIdVariable String
    Variable name
    ipAddress String
    VRRP Ip Address
    ipAddressVariable String
    Variable name
    priority Integer
    Set priority
    priorityVariable String
    Variable name
    secondaryAddresses List<GetServiceLanVpnInterfaceEthernetProfileParcelIpv4VrrpSecondaryAddress>
    VRRP Secondary Ip Addresses
    timer Integer
    Timer interval for successive advertisements, in milliseconds
    timerVariable String
    Variable name
    tlocPrefChangeValue Integer
    Timer interval for successive advertisements, in milliseconds
    tlocPrefixChange Boolean
    Timer interval for successive advertisements, in milliseconds
    trackOmp Boolean
    Track OMP status
    groupId number
    Group ID
    groupIdVariable string
    Variable name
    ipAddress string
    VRRP Ip Address
    ipAddressVariable string
    Variable name
    priority number
    Set priority
    priorityVariable string
    Variable name
    secondaryAddresses GetServiceLanVpnInterfaceEthernetProfileParcelIpv4VrrpSecondaryAddress[]
    VRRP Secondary Ip Addresses
    timer number
    Timer interval for successive advertisements, in milliseconds
    timerVariable string
    Variable name
    tlocPrefChangeValue number
    Timer interval for successive advertisements, in milliseconds
    tlocPrefixChange boolean
    Timer interval for successive advertisements, in milliseconds
    trackOmp boolean
    Track OMP status
    group_id int
    Group ID
    group_id_variable str
    Variable name
    ip_address str
    VRRP Ip Address
    ip_address_variable str
    Variable name
    priority int
    Set priority
    priority_variable str
    Variable name
    secondary_addresses Sequence[GetServiceLanVpnInterfaceEthernetProfileParcelIpv4VrrpSecondaryAddress]
    VRRP Secondary Ip Addresses
    timer int
    Timer interval for successive advertisements, in milliseconds
    timer_variable str
    Variable name
    tloc_pref_change_value int
    Timer interval for successive advertisements, in milliseconds
    tloc_prefix_change bool
    Timer interval for successive advertisements, in milliseconds
    track_omp bool
    Track OMP status
    groupId Number
    Group ID
    groupIdVariable String
    Variable name
    ipAddress String
    VRRP Ip Address
    ipAddressVariable String
    Variable name
    priority Number
    Set priority
    priorityVariable String
    Variable name
    secondaryAddresses List<Property Map>
    VRRP Secondary Ip Addresses
    timer Number
    Timer interval for successive advertisements, in milliseconds
    timerVariable String
    Variable name
    tlocPrefChangeValue Number
    Timer interval for successive advertisements, in milliseconds
    tlocPrefixChange Boolean
    Timer interval for successive advertisements, in milliseconds
    trackOmp Boolean
    Track OMP status

    GetServiceLanVpnInterfaceEthernetProfileParcelIpv4VrrpSecondaryAddress

    Address string
    Ip Address
    AddressVariable string
    Variable name
    SubnetMask string
    Subnet Mask
    SubnetMaskVariable string
    Variable name
    Address string
    Ip Address
    AddressVariable string
    Variable name
    SubnetMask string
    Subnet Mask
    SubnetMaskVariable string
    Variable name
    address String
    Ip Address
    addressVariable String
    Variable name
    subnetMask String
    Subnet Mask
    subnetMaskVariable String
    Variable name
    address string
    Ip Address
    addressVariable string
    Variable name
    subnetMask string
    Subnet Mask
    subnetMaskVariable string
    Variable name
    address str
    Ip Address
    address_variable str
    Variable name
    subnet_mask str
    Subnet Mask
    subnet_mask_variable str
    Variable name
    address String
    Ip Address
    addressVariable String
    Variable name
    subnetMask String
    Subnet Mask
    subnetMaskVariable String
    Variable name

    GetServiceLanVpnInterfaceEthernetProfileParcelIpv6DhcpHelper

    Address string
    DHCPv6 Helper address
    AddressVariable string
    Variable name
    Dhcpv6HelperVpn int
    DHCPv6 Helper VPN
    Dhcpv6HelperVpnVariable string
    Variable name
    Address string
    DHCPv6 Helper address
    AddressVariable string
    Variable name
    Dhcpv6HelperVpn int
    DHCPv6 Helper VPN
    Dhcpv6HelperVpnVariable string
    Variable name
    address String
    DHCPv6 Helper address
    addressVariable String
    Variable name
    dhcpv6HelperVpn Integer
    DHCPv6 Helper VPN
    dhcpv6HelperVpnVariable String
    Variable name
    address string
    DHCPv6 Helper address
    addressVariable string
    Variable name
    dhcpv6HelperVpn number
    DHCPv6 Helper VPN
    dhcpv6HelperVpnVariable string
    Variable name
    address str
    DHCPv6 Helper address
    address_variable str
    Variable name
    dhcpv6_helper_vpn int
    DHCPv6 Helper VPN
    dhcpv6_helper_vpn_variable str
    Variable name
    address String
    DHCPv6 Helper address
    addressVariable String
    Variable name
    dhcpv6HelperVpn Number
    DHCPv6 Helper VPN
    dhcpv6HelperVpnVariable String
    Variable name

    GetServiceLanVpnInterfaceEthernetProfileParcelIpv6DhcpSecondaryAddress

    Address string
    IPv6 Address Secondary
    AddressVariable string
    Variable name
    Address string
    IPv6 Address Secondary
    AddressVariable string
    Variable name
    address String
    IPv6 Address Secondary
    addressVariable String
    Variable name
    address string
    IPv6 Address Secondary
    addressVariable string
    Variable name
    address str
    IPv6 Address Secondary
    address_variable str
    Variable name
    address String
    IPv6 Address Secondary
    addressVariable String
    Variable name

    GetServiceLanVpnInterfaceEthernetProfileParcelIpv6SecondaryAddress

    Address string
    IPv6 Address Secondary
    AddressVariable string
    Variable name
    Address string
    IPv6 Address Secondary
    AddressVariable string
    Variable name
    address String
    IPv6 Address Secondary
    addressVariable String
    Variable name
    address string
    IPv6 Address Secondary
    addressVariable string
    Variable name
    address str
    IPv6 Address Secondary
    address_variable str
    Variable name
    address String
    IPv6 Address Secondary
    addressVariable String
    Variable name

    GetServiceLanVpnInterfaceEthernetProfileParcelIpv6Vrrp

    Addresses List<GetServiceLanVpnInterfaceEthernetProfileParcelIpv6VrrpAddress>
    IPv6 VRRP
    GroupId int
    Group ID
    GroupIdVariable string
    Variable name
    Priority int
    Set priority
    PriorityVariable string
    Variable name
    Timer int
    Timer interval for successive advertisements, in milliseconds
    TimerVariable string
    Variable name
    TrackOmp bool
    Track OMP status
    Addresses []GetServiceLanVpnInterfaceEthernetProfileParcelIpv6VrrpAddress
    IPv6 VRRP
    GroupId int
    Group ID
    GroupIdVariable string
    Variable name
    Priority int
    Set priority
    PriorityVariable string
    Variable name
    Timer int
    Timer interval for successive advertisements, in milliseconds
    TimerVariable string
    Variable name
    TrackOmp bool
    Track OMP status
    addresses List<GetServiceLanVpnInterfaceEthernetProfileParcelIpv6VrrpAddress>
    IPv6 VRRP
    groupId Integer
    Group ID
    groupIdVariable String
    Variable name
    priority Integer
    Set priority
    priorityVariable String
    Variable name
    timer Integer
    Timer interval for successive advertisements, in milliseconds
    timerVariable String
    Variable name
    trackOmp Boolean
    Track OMP status
    addresses GetServiceLanVpnInterfaceEthernetProfileParcelIpv6VrrpAddress[]
    IPv6 VRRP
    groupId number
    Group ID
    groupIdVariable string
    Variable name
    priority number
    Set priority
    priorityVariable string
    Variable name
    timer number
    Timer interval for successive advertisements, in milliseconds
    timerVariable string
    Variable name
    trackOmp boolean
    Track OMP status
    addresses Sequence[GetServiceLanVpnInterfaceEthernetProfileParcelIpv6VrrpAddress]
    IPv6 VRRP
    group_id int
    Group ID
    group_id_variable str
    Variable name
    priority int
    Set priority
    priority_variable str
    Variable name
    timer int
    Timer interval for successive advertisements, in milliseconds
    timer_variable str
    Variable name
    track_omp bool
    Track OMP status
    addresses List<Property Map>
    IPv6 VRRP
    groupId Number
    Group ID
    groupIdVariable String
    Variable name
    priority Number
    Set priority
    priorityVariable String
    Variable name
    timer Number
    Timer interval for successive advertisements, in milliseconds
    timerVariable String
    Variable name
    trackOmp Boolean
    Track OMP status

    GetServiceLanVpnInterfaceEthernetProfileParcelIpv6VrrpAddress

    GlobalAddress string
    Assign Global IPv6 Prefix
    GlobalAddressVariable string
    Variable name
    LinkLocalAddress string
    Use link-local IPv6 Address
    LinkLocalAddressVariable string
    Variable name
    GlobalAddress string
    Assign Global IPv6 Prefix
    GlobalAddressVariable string
    Variable name
    LinkLocalAddress string
    Use link-local IPv6 Address
    LinkLocalAddressVariable string
    Variable name
    globalAddress String
    Assign Global IPv6 Prefix
    globalAddressVariable String
    Variable name
    linkLocalAddress String
    Use link-local IPv6 Address
    linkLocalAddressVariable String
    Variable name
    globalAddress string
    Assign Global IPv6 Prefix
    globalAddressVariable string
    Variable name
    linkLocalAddress string
    Use link-local IPv6 Address
    linkLocalAddressVariable string
    Variable name
    global_address str
    Assign Global IPv6 Prefix
    global_address_variable str
    Variable name
    link_local_address str
    Use link-local IPv6 Address
    link_local_address_variable str
    Variable name
    globalAddress String
    Assign Global IPv6 Prefix
    globalAddressVariable String
    Variable name
    linkLocalAddress String
    Use link-local IPv6 Address
    linkLocalAddressVariable String
    Variable name

    GetServiceLanVpnInterfaceEthernetProfileParcelStaticNat

    Direction string
    Direction of static NAT translation
    SourceIp string
    Source IP address to be translated
    SourceIpVariable string
    Variable name
    SourceVpn int
    Source VPN ID
    SourceVpnVariable string
    Variable name
    TranslateIp string
    Statically translated source IP address
    TranslateIpVariable string
    Variable name
    Direction string
    Direction of static NAT translation
    SourceIp string
    Source IP address to be translated
    SourceIpVariable string
    Variable name
    SourceVpn int
    Source VPN ID
    SourceVpnVariable string
    Variable name
    TranslateIp string
    Statically translated source IP address
    TranslateIpVariable string
    Variable name
    direction String
    Direction of static NAT translation
    sourceIp String
    Source IP address to be translated
    sourceIpVariable String
    Variable name
    sourceVpn Integer
    Source VPN ID
    sourceVpnVariable String
    Variable name
    translateIp String
    Statically translated source IP address
    translateIpVariable String
    Variable name
    direction string
    Direction of static NAT translation
    sourceIp string
    Source IP address to be translated
    sourceIpVariable string
    Variable name
    sourceVpn number
    Source VPN ID
    sourceVpnVariable string
    Variable name
    translateIp string
    Statically translated source IP address
    translateIpVariable string
    Variable name
    direction str
    Direction of static NAT translation
    source_ip str
    Source IP address to be translated
    source_ip_variable str
    Variable name
    source_vpn int
    Source VPN ID
    source_vpn_variable str
    Variable name
    translate_ip str
    Statically translated source IP address
    translate_ip_variable str
    Variable name
    direction String
    Direction of static NAT translation
    sourceIp String
    Source IP address to be translated
    sourceIpVariable String
    Variable name
    sourceVpn Number
    Source VPN ID
    sourceVpnVariable String
    Variable name
    translateIp String
    Statically translated source IP address
    translateIpVariable String
    Variable name

    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