1. Packages
  2. Cisco IOS XE Resource Provider
  3. API Docs
  4. getInterfacePortChannel
Cisco IOS XE v0.0.1 published on Friday, Sep 22, 2023 by lbrlabs

iosxe.getInterfacePortChannel

Explore with Pulumi AI

This data source can read the Interface Port Channel configuration.

Example Usage

using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Iosxe = Pulumi.Iosxe;

return await Deployment.RunAsync(() => 
{
    var example = Iosxe.GetInterfacePortChannel.Invoke(new()
    {
        Name = 10,
    });

});
Copy
package main

import (
	"github.com/lbrlabs/pulumi-iosxe/sdk/go/iosxe"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := iosxe.LookupInterfacePortChannel(ctx, &iosxe.LookupInterfacePortChannelArgs{
			Name: 10,
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.iosxe.IosxeFunctions;
import com.pulumi.iosxe.inputs.GetInterfacePortChannelArgs;
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 = IosxeFunctions.getInterfacePortChannel(GetInterfacePortChannelArgs.builder()
            .name(10)
            .build());

    }
}
Copy
import * as pulumi from "@pulumi/pulumi";
import * as iosxe from "@pulumi/iosxe";

const example = iosxe.getInterfacePortChannel({
    name: 10,
});
Copy
import pulumi
import pulumi_iosxe as iosxe

example = iosxe.get_interface_port_channel(name=10)
Copy
variables:
  example:
    fn::invoke:
      Function: iosxe:getInterfacePortChannel
      Arguments:
        name: 10
Copy

Using getInterfacePortChannel

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 getInterfacePortChannel(args: GetInterfacePortChannelArgs, opts?: InvokeOptions): Promise<GetInterfacePortChannelResult>
function getInterfacePortChannelOutput(args: GetInterfacePortChannelOutputArgs, opts?: InvokeOptions): Output<GetInterfacePortChannelResult>
Copy
def get_interface_port_channel(device: Optional[str] = None,
                               name: Optional[int] = None,
                               opts: Optional[InvokeOptions] = None) -> GetInterfacePortChannelResult
def get_interface_port_channel_output(device: Optional[pulumi.Input[str]] = None,
                               name: Optional[pulumi.Input[int]] = None,
                               opts: Optional[InvokeOptions] = None) -> Output[GetInterfacePortChannelResult]
Copy
func LookupInterfacePortChannel(ctx *Context, args *LookupInterfacePortChannelArgs, opts ...InvokeOption) (*LookupInterfacePortChannelResult, error)
func LookupInterfacePortChannelOutput(ctx *Context, args *LookupInterfacePortChannelOutputArgs, opts ...InvokeOption) LookupInterfacePortChannelResultOutput
Copy

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

public static class GetInterfacePortChannel 
{
    public static Task<GetInterfacePortChannelResult> InvokeAsync(GetInterfacePortChannelArgs args, InvokeOptions? opts = null)
    public static Output<GetInterfacePortChannelResult> Invoke(GetInterfacePortChannelInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetInterfacePortChannelResult> getInterfacePortChannel(GetInterfacePortChannelArgs args, InvokeOptions options)
public static Output<GetInterfacePortChannelResult> getInterfacePortChannel(GetInterfacePortChannelArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: iosxe:index/getInterfacePortChannel:getInterfacePortChannel
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Name This property is required. int
Device string
A device name from the provider configuration.
Name This property is required. int
Device string
A device name from the provider configuration.
name This property is required. Integer
device String
A device name from the provider configuration.
name This property is required. number
device string
A device name from the provider configuration.
name This property is required. int
device str
A device name from the provider configuration.
name This property is required. Number
device String
A device name from the provider configuration.

getInterfacePortChannel Result

The following output properties are available:

ArpTimeout int
Set ARP cache timeout
AutoQosClassify bool
Configure classification for untrusted devices
AutoQosClassifyPolice bool
Configure QoS policing for untrusted devices
AutoQosTrust bool
Trust the DSCP/CoS marking
AutoQosTrustCos bool
Trust the CoS marking
AutoQosTrustDscp bool
Trust the DSCP marking
AutoQosVideoCts bool
Trust the QoS marking of the Cisco Telepresence System
AutoQosVideoIpCamera bool
Trust the QoS marking of the Ip Video Surveillance camera
AutoQosVideoMediaPlayer bool
Trust the Qos marking of the Cisco Media Player
AutoQosVoip bool
Configure AutoQoS for VoIP
AutoQosVoipCiscoPhone bool
Trust the QoS marking of Cisco IP Phone
AutoQosVoipCiscoSoftphone bool
Trust the QoS marking of Cisco IP SoftPhone
AutoQosVoipTrust bool
Trust the DSCP/CoS marking
BfdEcho bool
Use echo adjunct as bfd detection mechanism
BfdEnable bool
Enable BFD under the interface
BfdInterval int
BfdIntervalMinRx int
Minimum receive interval capability
BfdIntervalMultiplier int
Multiplier value used to compute holddown
BfdLocalAddress string
The Source IP address to be used for BFD sessions over this interface.
BfdTemplate string
BFD template
Description string
Interface specific description
HelperAddresses List<Lbrlabs.PulumiPackage.Iosxe.Outputs.GetInterfacePortChannelHelperAddress>
Specify a destination address for UDP broadcasts
Id string
The path of the retrieved object.
IpAccessGroupIn string
IpAccessGroupInEnable bool
inbound packets
IpAccessGroupOut string
IpAccessGroupOutEnable bool
outbound packets
IpArpInspectionLimitRate int
Rate Limit
IpArpInspectionTrust bool
Configure Trust state
IpDhcpRelaySourceInterface string
Set source interface for relayed messages
IpDhcpSnoopingTrust bool
DHCP Snooping trust config
IpProxyArp bool
Enable proxy ARP
IpRedirects bool
Enable sending ICMP Redirect messages
IpUnreachables bool
Enable sending ICMP Unreachable messages
Ipv4Address string
Ipv4AddressMask string
Ipv6AddressAutoconfigDefault bool
Insert default route
Ipv6AddressDhcp bool
Obtain IPv6 address from DHCP server
Ipv6Addresses List<Lbrlabs.PulumiPackage.Iosxe.Outputs.GetInterfacePortChannelIpv6Address>
Ipv6Enable bool
Enable IPv6 on interface
Ipv6LinkLocalAddresses List<Lbrlabs.PulumiPackage.Iosxe.Outputs.GetInterfacePortChannelIpv6LinkLocalAddress>
Ipv6Mtu int
Set IPv6 Maximum Transmission Unit
Ipv6NdRaSuppressAll bool
Suppress all IPv6 RA
Name int
Shutdown bool
Shutdown the selected interface
SpanningTreeGuard string
Change an interface's spanning tree guard mode
SpanningTreeLinkType string
Specify a link type for spanning tree tree protocol use
Switchport bool
TrustDevice string
trusted device class
VrfForwarding string
Configure forwarding table
Device string
A device name from the provider configuration.
ArpTimeout int
Set ARP cache timeout
AutoQosClassify bool
Configure classification for untrusted devices
AutoQosClassifyPolice bool
Configure QoS policing for untrusted devices
AutoQosTrust bool
Trust the DSCP/CoS marking
AutoQosTrustCos bool
Trust the CoS marking
AutoQosTrustDscp bool
Trust the DSCP marking
AutoQosVideoCts bool
Trust the QoS marking of the Cisco Telepresence System
AutoQosVideoIpCamera bool
Trust the QoS marking of the Ip Video Surveillance camera
AutoQosVideoMediaPlayer bool
Trust the Qos marking of the Cisco Media Player
AutoQosVoip bool
Configure AutoQoS for VoIP
AutoQosVoipCiscoPhone bool
Trust the QoS marking of Cisco IP Phone
AutoQosVoipCiscoSoftphone bool
Trust the QoS marking of Cisco IP SoftPhone
AutoQosVoipTrust bool
Trust the DSCP/CoS marking
BfdEcho bool
Use echo adjunct as bfd detection mechanism
BfdEnable bool
Enable BFD under the interface
BfdInterval int
BfdIntervalMinRx int
Minimum receive interval capability
BfdIntervalMultiplier int
Multiplier value used to compute holddown
BfdLocalAddress string
The Source IP address to be used for BFD sessions over this interface.
BfdTemplate string
BFD template
Description string
Interface specific description
HelperAddresses []GetInterfacePortChannelHelperAddress
Specify a destination address for UDP broadcasts
Id string
The path of the retrieved object.
IpAccessGroupIn string
IpAccessGroupInEnable bool
inbound packets
IpAccessGroupOut string
IpAccessGroupOutEnable bool
outbound packets
IpArpInspectionLimitRate int
Rate Limit
IpArpInspectionTrust bool
Configure Trust state
IpDhcpRelaySourceInterface string
Set source interface for relayed messages
IpDhcpSnoopingTrust bool
DHCP Snooping trust config
IpProxyArp bool
Enable proxy ARP
IpRedirects bool
Enable sending ICMP Redirect messages
IpUnreachables bool
Enable sending ICMP Unreachable messages
Ipv4Address string
Ipv4AddressMask string
Ipv6AddressAutoconfigDefault bool
Insert default route
Ipv6AddressDhcp bool
Obtain IPv6 address from DHCP server
Ipv6Addresses []GetInterfacePortChannelIpv6Address
Ipv6Enable bool
Enable IPv6 on interface
Ipv6LinkLocalAddresses []GetInterfacePortChannelIpv6LinkLocalAddress
Ipv6Mtu int
Set IPv6 Maximum Transmission Unit
Ipv6NdRaSuppressAll bool
Suppress all IPv6 RA
Name int
Shutdown bool
Shutdown the selected interface
SpanningTreeGuard string
Change an interface's spanning tree guard mode
SpanningTreeLinkType string
Specify a link type for spanning tree tree protocol use
Switchport bool
TrustDevice string
trusted device class
VrfForwarding string
Configure forwarding table
Device string
A device name from the provider configuration.
arpTimeout Integer
Set ARP cache timeout
autoQosClassify Boolean
Configure classification for untrusted devices
autoQosClassifyPolice Boolean
Configure QoS policing for untrusted devices
autoQosTrust Boolean
Trust the DSCP/CoS marking
autoQosTrustCos Boolean
Trust the CoS marking
autoQosTrustDscp Boolean
Trust the DSCP marking
autoQosVideoCts Boolean
Trust the QoS marking of the Cisco Telepresence System
autoQosVideoIpCamera Boolean
Trust the QoS marking of the Ip Video Surveillance camera
autoQosVideoMediaPlayer Boolean
Trust the Qos marking of the Cisco Media Player
autoQosVoip Boolean
Configure AutoQoS for VoIP
autoQosVoipCiscoPhone Boolean
Trust the QoS marking of Cisco IP Phone
autoQosVoipCiscoSoftphone Boolean
Trust the QoS marking of Cisco IP SoftPhone
autoQosVoipTrust Boolean
Trust the DSCP/CoS marking
bfdEcho Boolean
Use echo adjunct as bfd detection mechanism
bfdEnable Boolean
Enable BFD under the interface
bfdInterval Integer
bfdIntervalMinRx Integer
Minimum receive interval capability
bfdIntervalMultiplier Integer
Multiplier value used to compute holddown
bfdLocalAddress String
The Source IP address to be used for BFD sessions over this interface.
bfdTemplate String
BFD template
description String
Interface specific description
helperAddresses List<GetInterfacePortChannelHelperAddress>
Specify a destination address for UDP broadcasts
id String
The path of the retrieved object.
ipAccessGroupIn String
ipAccessGroupInEnable Boolean
inbound packets
ipAccessGroupOut String
ipAccessGroupOutEnable Boolean
outbound packets
ipArpInspectionLimitRate Integer
Rate Limit
ipArpInspectionTrust Boolean
Configure Trust state
ipDhcpRelaySourceInterface String
Set source interface for relayed messages
ipDhcpSnoopingTrust Boolean
DHCP Snooping trust config
ipProxyArp Boolean
Enable proxy ARP
ipRedirects Boolean
Enable sending ICMP Redirect messages
ipUnreachables Boolean
Enable sending ICMP Unreachable messages
ipv4Address String
ipv4AddressMask String
ipv6AddressAutoconfigDefault Boolean
Insert default route
ipv6AddressDhcp Boolean
Obtain IPv6 address from DHCP server
ipv6Addresses List<GetInterfacePortChannelIpv6Address>
ipv6Enable Boolean
Enable IPv6 on interface
ipv6LinkLocalAddresses List<GetInterfacePortChannelIpv6LinkLocalAddress>
ipv6Mtu Integer
Set IPv6 Maximum Transmission Unit
ipv6NdRaSuppressAll Boolean
Suppress all IPv6 RA
name Integer
shutdown Boolean
Shutdown the selected interface
spanningTreeGuard String
Change an interface's spanning tree guard mode
spanningTreeLinkType String
Specify a link type for spanning tree tree protocol use
switchport Boolean
trustDevice String
trusted device class
vrfForwarding String
Configure forwarding table
device String
A device name from the provider configuration.
arpTimeout number
Set ARP cache timeout
autoQosClassify boolean
Configure classification for untrusted devices
autoQosClassifyPolice boolean
Configure QoS policing for untrusted devices
autoQosTrust boolean
Trust the DSCP/CoS marking
autoQosTrustCos boolean
Trust the CoS marking
autoQosTrustDscp boolean
Trust the DSCP marking
autoQosVideoCts boolean
Trust the QoS marking of the Cisco Telepresence System
autoQosVideoIpCamera boolean
Trust the QoS marking of the Ip Video Surveillance camera
autoQosVideoMediaPlayer boolean
Trust the Qos marking of the Cisco Media Player
autoQosVoip boolean
Configure AutoQoS for VoIP
autoQosVoipCiscoPhone boolean
Trust the QoS marking of Cisco IP Phone
autoQosVoipCiscoSoftphone boolean
Trust the QoS marking of Cisco IP SoftPhone
autoQosVoipTrust boolean
Trust the DSCP/CoS marking
bfdEcho boolean
Use echo adjunct as bfd detection mechanism
bfdEnable boolean
Enable BFD under the interface
bfdInterval number
bfdIntervalMinRx number
Minimum receive interval capability
bfdIntervalMultiplier number
Multiplier value used to compute holddown
bfdLocalAddress string
The Source IP address to be used for BFD sessions over this interface.
bfdTemplate string
BFD template
description string
Interface specific description
helperAddresses GetInterfacePortChannelHelperAddress[]
Specify a destination address for UDP broadcasts
id string
The path of the retrieved object.
ipAccessGroupIn string
ipAccessGroupInEnable boolean
inbound packets
ipAccessGroupOut string
ipAccessGroupOutEnable boolean
outbound packets
ipArpInspectionLimitRate number
Rate Limit
ipArpInspectionTrust boolean
Configure Trust state
ipDhcpRelaySourceInterface string
Set source interface for relayed messages
ipDhcpSnoopingTrust boolean
DHCP Snooping trust config
ipProxyArp boolean
Enable proxy ARP
ipRedirects boolean
Enable sending ICMP Redirect messages
ipUnreachables boolean
Enable sending ICMP Unreachable messages
ipv4Address string
ipv4AddressMask string
ipv6AddressAutoconfigDefault boolean
Insert default route
ipv6AddressDhcp boolean
Obtain IPv6 address from DHCP server
ipv6Addresses GetInterfacePortChannelIpv6Address[]
ipv6Enable boolean
Enable IPv6 on interface
ipv6LinkLocalAddresses GetInterfacePortChannelIpv6LinkLocalAddress[]
ipv6Mtu number
Set IPv6 Maximum Transmission Unit
ipv6NdRaSuppressAll boolean
Suppress all IPv6 RA
name number
shutdown boolean
Shutdown the selected interface
spanningTreeGuard string
Change an interface's spanning tree guard mode
spanningTreeLinkType string
Specify a link type for spanning tree tree protocol use
switchport boolean
trustDevice string
trusted device class
vrfForwarding string
Configure forwarding table
device string
A device name from the provider configuration.
arp_timeout int
Set ARP cache timeout
auto_qos_classify bool
Configure classification for untrusted devices
auto_qos_classify_police bool
Configure QoS policing for untrusted devices
auto_qos_trust bool
Trust the DSCP/CoS marking
auto_qos_trust_cos bool
Trust the CoS marking
auto_qos_trust_dscp bool
Trust the DSCP marking
auto_qos_video_cts bool
Trust the QoS marking of the Cisco Telepresence System
auto_qos_video_ip_camera bool
Trust the QoS marking of the Ip Video Surveillance camera
auto_qos_video_media_player bool
Trust the Qos marking of the Cisco Media Player
auto_qos_voip bool
Configure AutoQoS for VoIP
auto_qos_voip_cisco_phone bool
Trust the QoS marking of Cisco IP Phone
auto_qos_voip_cisco_softphone bool
Trust the QoS marking of Cisco IP SoftPhone
auto_qos_voip_trust bool
Trust the DSCP/CoS marking
bfd_echo bool
Use echo adjunct as bfd detection mechanism
bfd_enable bool
Enable BFD under the interface
bfd_interval int
bfd_interval_min_rx int
Minimum receive interval capability
bfd_interval_multiplier int
Multiplier value used to compute holddown
bfd_local_address str
The Source IP address to be used for BFD sessions over this interface.
bfd_template str
BFD template
description str
Interface specific description
helper_addresses Sequence[GetInterfacePortChannelHelperAddress]
Specify a destination address for UDP broadcasts
id str
The path of the retrieved object.
ip_access_group_in str
ip_access_group_in_enable bool
inbound packets
ip_access_group_out str
ip_access_group_out_enable bool
outbound packets
ip_arp_inspection_limit_rate int
Rate Limit
ip_arp_inspection_trust bool
Configure Trust state
ip_dhcp_relay_source_interface str
Set source interface for relayed messages
ip_dhcp_snooping_trust bool
DHCP Snooping trust config
ip_proxy_arp bool
Enable proxy ARP
ip_redirects bool
Enable sending ICMP Redirect messages
ip_unreachables bool
Enable sending ICMP Unreachable messages
ipv4_address str
ipv4_address_mask str
ipv6_address_autoconfig_default bool
Insert default route
ipv6_address_dhcp bool
Obtain IPv6 address from DHCP server
ipv6_addresses Sequence[GetInterfacePortChannelIpv6Address]
ipv6_enable bool
Enable IPv6 on interface
ipv6_link_local_addresses Sequence[GetInterfacePortChannelIpv6LinkLocalAddress]
ipv6_mtu int
Set IPv6 Maximum Transmission Unit
ipv6_nd_ra_suppress_all bool
Suppress all IPv6 RA
name int
shutdown bool
Shutdown the selected interface
spanning_tree_guard str
Change an interface's spanning tree guard mode
spanning_tree_link_type str
Specify a link type for spanning tree tree protocol use
switchport bool
trust_device str
trusted device class
vrf_forwarding str
Configure forwarding table
device str
A device name from the provider configuration.
arpTimeout Number
Set ARP cache timeout
autoQosClassify Boolean
Configure classification for untrusted devices
autoQosClassifyPolice Boolean
Configure QoS policing for untrusted devices
autoQosTrust Boolean
Trust the DSCP/CoS marking
autoQosTrustCos Boolean
Trust the CoS marking
autoQosTrustDscp Boolean
Trust the DSCP marking
autoQosVideoCts Boolean
Trust the QoS marking of the Cisco Telepresence System
autoQosVideoIpCamera Boolean
Trust the QoS marking of the Ip Video Surveillance camera
autoQosVideoMediaPlayer Boolean
Trust the Qos marking of the Cisco Media Player
autoQosVoip Boolean
Configure AutoQoS for VoIP
autoQosVoipCiscoPhone Boolean
Trust the QoS marking of Cisco IP Phone
autoQosVoipCiscoSoftphone Boolean
Trust the QoS marking of Cisco IP SoftPhone
autoQosVoipTrust Boolean
Trust the DSCP/CoS marking
bfdEcho Boolean
Use echo adjunct as bfd detection mechanism
bfdEnable Boolean
Enable BFD under the interface
bfdInterval Number
bfdIntervalMinRx Number
Minimum receive interval capability
bfdIntervalMultiplier Number
Multiplier value used to compute holddown
bfdLocalAddress String
The Source IP address to be used for BFD sessions over this interface.
bfdTemplate String
BFD template
description String
Interface specific description
helperAddresses List<Property Map>
Specify a destination address for UDP broadcasts
id String
The path of the retrieved object.
ipAccessGroupIn String
ipAccessGroupInEnable Boolean
inbound packets
ipAccessGroupOut String
ipAccessGroupOutEnable Boolean
outbound packets
ipArpInspectionLimitRate Number
Rate Limit
ipArpInspectionTrust Boolean
Configure Trust state
ipDhcpRelaySourceInterface String
Set source interface for relayed messages
ipDhcpSnoopingTrust Boolean
DHCP Snooping trust config
ipProxyArp Boolean
Enable proxy ARP
ipRedirects Boolean
Enable sending ICMP Redirect messages
ipUnreachables Boolean
Enable sending ICMP Unreachable messages
ipv4Address String
ipv4AddressMask String
ipv6AddressAutoconfigDefault Boolean
Insert default route
ipv6AddressDhcp Boolean
Obtain IPv6 address from DHCP server
ipv6Addresses List<Property Map>
ipv6Enable Boolean
Enable IPv6 on interface
ipv6LinkLocalAddresses List<Property Map>
ipv6Mtu Number
Set IPv6 Maximum Transmission Unit
ipv6NdRaSuppressAll Boolean
Suppress all IPv6 RA
name Number
shutdown Boolean
Shutdown the selected interface
spanningTreeGuard String
Change an interface's spanning tree guard mode
spanningTreeLinkType String
Specify a link type for spanning tree tree protocol use
switchport Boolean
trustDevice String
trusted device class
vrfForwarding String
Configure forwarding table
device String
A device name from the provider configuration.

Supporting Types

GetInterfacePortChannelHelperAddress

Address This property is required. string
Global This property is required. bool
Helper-address is global
Vrf This property is required. string
VRF name for helper-address (if different from interface VRF)
Address This property is required. string
Global This property is required. bool
Helper-address is global
Vrf This property is required. string
VRF name for helper-address (if different from interface VRF)
address This property is required. String
global This property is required. Boolean
Helper-address is global
vrf This property is required. String
VRF name for helper-address (if different from interface VRF)
address This property is required. string
global This property is required. boolean
Helper-address is global
vrf This property is required. string
VRF name for helper-address (if different from interface VRF)
address This property is required. str
global_ This property is required. bool
Helper-address is global
vrf This property is required. str
VRF name for helper-address (if different from interface VRF)
address This property is required. String
global This property is required. Boolean
Helper-address is global
vrf This property is required. String
VRF name for helper-address (if different from interface VRF)

GetInterfacePortChannelIpv6Address

Eui64 This property is required. bool
Use eui-64 interface identifier
Prefix This property is required. string
Eui64 This property is required. bool
Use eui-64 interface identifier
Prefix This property is required. string
eui64 This property is required. Boolean
Use eui-64 interface identifier
prefix This property is required. String
eui64 This property is required. boolean
Use eui-64 interface identifier
prefix This property is required. string
eui64 This property is required. bool
Use eui-64 interface identifier
prefix This property is required. str
eui64 This property is required. Boolean
Use eui-64 interface identifier
prefix This property is required. String

GetInterfacePortChannelIpv6LinkLocalAddress

Address This property is required. string
LinkLocal This property is required. bool
Use link-local address
Address This property is required. string
LinkLocal This property is required. bool
Use link-local address
address This property is required. String
linkLocal This property is required. Boolean
Use link-local address
address This property is required. string
linkLocal This property is required. boolean
Use link-local address
address This property is required. str
link_local This property is required. bool
Use link-local address
address This property is required. String
linkLocal This property is required. Boolean
Use link-local address

Package Details

Repository
iosxe lbrlabs/pulumi-iosxe
License
Apache-2.0
Notes
This Pulumi package is based on the iosxe Terraform Provider.