1. Packages
  2. Panos Provider
  3. API Docs
  4. getEthernetInterface
panos 2.0.0 published on Tuesday, Apr 15, 2025 by paloaltonetworks

panos.getEthernetInterface

Explore with Pulumi AI

panos logo
panos 2.0.0 published on Tuesday, Apr 15, 2025 by paloaltonetworks

    Using getEthernetInterface

    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 getEthernetInterface(args: GetEthernetInterfaceArgs, opts?: InvokeOptions): Promise<GetEthernetInterfaceResult>
    function getEthernetInterfaceOutput(args: GetEthernetInterfaceOutputArgs, opts?: InvokeOptions): Output<GetEthernetInterfaceResult>
    def get_ethernet_interface(aggregate_group: Optional[str] = None,
                               comment: Optional[str] = None,
                               decrypt_mirror: Optional[GetEthernetInterfaceDecryptMirror] = None,
                               ha: Optional[GetEthernetInterfaceHa] = None,
                               lacp: Optional[GetEthernetInterfaceLacp] = None,
                               layer2: Optional[GetEthernetInterfaceLayer2] = None,
                               layer3: Optional[GetEthernetInterfaceLayer3] = None,
                               link_duplex: Optional[str] = None,
                               link_speed: Optional[str] = None,
                               link_state: Optional[str] = None,
                               location: Optional[GetEthernetInterfaceLocation] = None,
                               log_card: Optional[GetEthernetInterfaceLogCard] = None,
                               name: Optional[str] = None,
                               poe: Optional[GetEthernetInterfacePoe] = None,
                               tap: Optional[GetEthernetInterfaceTap] = None,
                               virtual_wire: Optional[GetEthernetInterfaceVirtualWire] = None,
                               opts: Optional[InvokeOptions] = None) -> GetEthernetInterfaceResult
    def get_ethernet_interface_output(aggregate_group: Optional[pulumi.Input[str]] = None,
                               comment: Optional[pulumi.Input[str]] = None,
                               decrypt_mirror: Optional[pulumi.Input[GetEthernetInterfaceDecryptMirrorArgs]] = None,
                               ha: Optional[pulumi.Input[GetEthernetInterfaceHaArgs]] = None,
                               lacp: Optional[pulumi.Input[GetEthernetInterfaceLacpArgs]] = None,
                               layer2: Optional[pulumi.Input[GetEthernetInterfaceLayer2Args]] = None,
                               layer3: Optional[pulumi.Input[GetEthernetInterfaceLayer3Args]] = None,
                               link_duplex: Optional[pulumi.Input[str]] = None,
                               link_speed: Optional[pulumi.Input[str]] = None,
                               link_state: Optional[pulumi.Input[str]] = None,
                               location: Optional[pulumi.Input[GetEthernetInterfaceLocationArgs]] = None,
                               log_card: Optional[pulumi.Input[GetEthernetInterfaceLogCardArgs]] = None,
                               name: Optional[pulumi.Input[str]] = None,
                               poe: Optional[pulumi.Input[GetEthernetInterfacePoeArgs]] = None,
                               tap: Optional[pulumi.Input[GetEthernetInterfaceTapArgs]] = None,
                               virtual_wire: Optional[pulumi.Input[GetEthernetInterfaceVirtualWireArgs]] = None,
                               opts: Optional[InvokeOptions] = None) -> Output[GetEthernetInterfaceResult]
    func LookupEthernetInterface(ctx *Context, args *LookupEthernetInterfaceArgs, opts ...InvokeOption) (*LookupEthernetInterfaceResult, error)
    func LookupEthernetInterfaceOutput(ctx *Context, args *LookupEthernetInterfaceOutputArgs, opts ...InvokeOption) LookupEthernetInterfaceResultOutput

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

    public static class GetEthernetInterface 
    {
        public static Task<GetEthernetInterfaceResult> InvokeAsync(GetEthernetInterfaceArgs args, InvokeOptions? opts = null)
        public static Output<GetEthernetInterfaceResult> Invoke(GetEthernetInterfaceInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetEthernetInterfaceResult> getEthernetInterface(GetEthernetInterfaceArgs args, InvokeOptions options)
    public static Output<GetEthernetInterfaceResult> getEthernetInterface(GetEthernetInterfaceArgs args, InvokeOptions options)
    
    fn::invoke:
      function: panos:index/getEthernetInterface:getEthernetInterface
      arguments:
        # arguments dictionary

    The following arguments are supported:

    location Property Map
    The location of this object.
    name String
    aggregateGroup String
    Aggregate interface group
    comment String
    decryptMirror Property Map
    ha Property Map
    lacp Property Map
    layer2 Property Map
    layer3 Property Map
    linkDuplex String
    Interface link duplex
    linkSpeed String
    Interface link speed
    linkState String
    Interface link state
    logCard Property Map
    poe Property Map
    tap Property Map
    virtualWire Property Map

    getEthernetInterface Result

    The following output properties are available:

    aggregateGroup String
    Aggregate interface group
    comment String
    decryptMirror Property Map
    ha Property Map
    id String
    The provider-assigned unique ID for this managed resource.
    lacp Property Map
    layer2 Property Map
    layer3 Property Map
    linkDuplex String
    Interface link duplex
    linkSpeed String
    Interface link speed
    linkState String
    Interface link state
    location Property Map
    The location of this object.
    logCard Property Map
    name String
    poe Property Map
    tap Property Map
    virtualWire Property Map

    Supporting Types

    GetEthernetInterfaceLacp

    PortPriority double
    port priority in LACP
    PortPriority float64
    port priority in LACP
    portPriority Double
    port priority in LACP
    portPriority number
    port priority in LACP
    port_priority float
    port priority in LACP
    portPriority Number
    port priority in LACP

    GetEthernetInterfaceLayer2

    lldp Property Map
    netflowProfile String
    Netflow Server Profile

    GetEthernetInterfaceLayer2Lldp

    enable Boolean
    highAvailability Property Map
    profile String
    LLDP profile

    GetEthernetInterfaceLayer2LldpHighAvailability

    PassivePreNegotiation bool
    Enable LLDP pre-negotiation in HA passive state
    PassivePreNegotiation bool
    Enable LLDP pre-negotiation in HA passive state
    passivePreNegotiation Boolean
    Enable LLDP pre-negotiation in HA passive state
    passivePreNegotiation boolean
    Enable LLDP pre-negotiation in HA passive state
    passive_pre_negotiation bool
    Enable LLDP pre-negotiation in HA passive state
    passivePreNegotiation Boolean
    Enable LLDP pre-negotiation in HA passive state

    GetEthernetInterfaceLayer3

    AdjustTcpMss GetEthernetInterfaceLayer3AdjustTcpMss
    Arps List<GetEthernetInterfaceLayer3Arp>
    ARP configuration
    Bonjour GetEthernetInterfaceLayer3Bonjour
    ClusterInterconnect bool
    DdnsConfig GetEthernetInterfaceLayer3DdnsConfig
    DecryptForward bool
    DfIgnore bool
    DhcpClient GetEthernetInterfaceLayer3DhcpClient
    InterfaceManagementProfile string
    Interface management profile
    Ips List<GetEthernetInterfaceLayer3Ip>
    Ipv6 GetEthernetInterfaceLayer3Ipv6
    Lldp GetEthernetInterfaceLayer3Lldp
    Mtu double
    Maximum Transfer Unit, up to 9216 in Jumbo-Frame mode, up to 1500 otherwise
    NdpProxy GetEthernetInterfaceLayer3NdpProxy
    NetflowProfile string
    Netflow Server Profile
    Pppoe GetEthernetInterfaceLayer3Pppoe
    SdwanLinkSettings GetEthernetInterfaceLayer3SdwanLinkSettings
    TrafficInterconnect bool
    UntaggedSubInterface bool
    Enable untagged sub-interface
    AdjustTcpMss GetEthernetInterfaceLayer3AdjustTcpMss
    Arps []GetEthernetInterfaceLayer3Arp
    ARP configuration
    Bonjour GetEthernetInterfaceLayer3Bonjour
    ClusterInterconnect bool
    DdnsConfig GetEthernetInterfaceLayer3DdnsConfig
    DecryptForward bool
    DfIgnore bool
    DhcpClient GetEthernetInterfaceLayer3DhcpClient
    InterfaceManagementProfile string
    Interface management profile
    Ips []GetEthernetInterfaceLayer3Ip
    Ipv6 GetEthernetInterfaceLayer3Ipv6
    Lldp GetEthernetInterfaceLayer3Lldp
    Mtu float64
    Maximum Transfer Unit, up to 9216 in Jumbo-Frame mode, up to 1500 otherwise
    NdpProxy GetEthernetInterfaceLayer3NdpProxy
    NetflowProfile string
    Netflow Server Profile
    Pppoe GetEthernetInterfaceLayer3Pppoe
    SdwanLinkSettings GetEthernetInterfaceLayer3SdwanLinkSettings
    TrafficInterconnect bool
    UntaggedSubInterface bool
    Enable untagged sub-interface
    adjustTcpMss GetEthernetInterfaceLayer3AdjustTcpMss
    arps List<GetEthernetInterfaceLayer3Arp>
    ARP configuration
    bonjour GetEthernetInterfaceLayer3Bonjour
    clusterInterconnect Boolean
    ddnsConfig GetEthernetInterfaceLayer3DdnsConfig
    decryptForward Boolean
    dfIgnore Boolean
    dhcpClient GetEthernetInterfaceLayer3DhcpClient
    interfaceManagementProfile String
    Interface management profile
    ips List<GetEthernetInterfaceLayer3Ip>
    ipv6 GetEthernetInterfaceLayer3Ipv6
    lldp GetEthernetInterfaceLayer3Lldp
    mtu Double
    Maximum Transfer Unit, up to 9216 in Jumbo-Frame mode, up to 1500 otherwise
    ndpProxy GetEthernetInterfaceLayer3NdpProxy
    netflowProfile String
    Netflow Server Profile
    pppoe GetEthernetInterfaceLayer3Pppoe
    sdwanLinkSettings GetEthernetInterfaceLayer3SdwanLinkSettings
    trafficInterconnect Boolean
    untaggedSubInterface Boolean
    Enable untagged sub-interface
    adjustTcpMss GetEthernetInterfaceLayer3AdjustTcpMss
    arps GetEthernetInterfaceLayer3Arp[]
    ARP configuration
    bonjour GetEthernetInterfaceLayer3Bonjour
    clusterInterconnect boolean
    ddnsConfig GetEthernetInterfaceLayer3DdnsConfig
    decryptForward boolean
    dfIgnore boolean
    dhcpClient GetEthernetInterfaceLayer3DhcpClient
    interfaceManagementProfile string
    Interface management profile
    ips GetEthernetInterfaceLayer3Ip[]
    ipv6 GetEthernetInterfaceLayer3Ipv6
    lldp GetEthernetInterfaceLayer3Lldp
    mtu number
    Maximum Transfer Unit, up to 9216 in Jumbo-Frame mode, up to 1500 otherwise
    ndpProxy GetEthernetInterfaceLayer3NdpProxy
    netflowProfile string
    Netflow Server Profile
    pppoe GetEthernetInterfaceLayer3Pppoe
    sdwanLinkSettings GetEthernetInterfaceLayer3SdwanLinkSettings
    trafficInterconnect boolean
    untaggedSubInterface boolean
    Enable untagged sub-interface
    adjust_tcp_mss GetEthernetInterfaceLayer3AdjustTcpMss
    arps Sequence[GetEthernetInterfaceLayer3Arp]
    ARP configuration
    bonjour GetEthernetInterfaceLayer3Bonjour
    cluster_interconnect bool
    ddns_config GetEthernetInterfaceLayer3DdnsConfig
    decrypt_forward bool
    df_ignore bool
    dhcp_client GetEthernetInterfaceLayer3DhcpClient
    interface_management_profile str
    Interface management profile
    ips Sequence[GetEthernetInterfaceLayer3Ip]
    ipv6 GetEthernetInterfaceLayer3Ipv6
    lldp GetEthernetInterfaceLayer3Lldp
    mtu float
    Maximum Transfer Unit, up to 9216 in Jumbo-Frame mode, up to 1500 otherwise
    ndp_proxy GetEthernetInterfaceLayer3NdpProxy
    netflow_profile str
    Netflow Server Profile
    pppoe GetEthernetInterfaceLayer3Pppoe
    sdwan_link_settings GetEthernetInterfaceLayer3SdwanLinkSettings
    traffic_interconnect bool
    untagged_sub_interface bool
    Enable untagged sub-interface
    adjustTcpMss Property Map
    arps List<Property Map>
    ARP configuration
    bonjour Property Map
    clusterInterconnect Boolean
    ddnsConfig Property Map
    decryptForward Boolean
    dfIgnore Boolean
    dhcpClient Property Map
    interfaceManagementProfile String
    Interface management profile
    ips List<Property Map>
    ipv6 Property Map
    lldp Property Map
    mtu Number
    Maximum Transfer Unit, up to 9216 in Jumbo-Frame mode, up to 1500 otherwise
    ndpProxy Property Map
    netflowProfile String
    Netflow Server Profile
    pppoe Property Map
    sdwanLinkSettings Property Map
    trafficInterconnect Boolean
    untaggedSubInterface Boolean
    Enable untagged sub-interface

    GetEthernetInterfaceLayer3AdjustTcpMss

    Enable bool
    Set if TCP MSS value should be reduced based on mtu
    Ipv4MssAdjustment double
    IPv4 MSS adjustment size (in bytes)
    Ipv6MssAdjustment double
    IPv6 MSS adjustment size (in bytes)
    Enable bool
    Set if TCP MSS value should be reduced based on mtu
    Ipv4MssAdjustment float64
    IPv4 MSS adjustment size (in bytes)
    Ipv6MssAdjustment float64
    IPv6 MSS adjustment size (in bytes)
    enable Boolean
    Set if TCP MSS value should be reduced based on mtu
    ipv4MssAdjustment Double
    IPv4 MSS adjustment size (in bytes)
    ipv6MssAdjustment Double
    IPv6 MSS adjustment size (in bytes)
    enable boolean
    Set if TCP MSS value should be reduced based on mtu
    ipv4MssAdjustment number
    IPv4 MSS adjustment size (in bytes)
    ipv6MssAdjustment number
    IPv6 MSS adjustment size (in bytes)
    enable bool
    Set if TCP MSS value should be reduced based on mtu
    ipv4_mss_adjustment float
    IPv4 MSS adjustment size (in bytes)
    ipv6_mss_adjustment float
    IPv6 MSS adjustment size (in bytes)
    enable Boolean
    Set if TCP MSS value should be reduced based on mtu
    ipv4MssAdjustment Number
    IPv4 MSS adjustment size (in bytes)
    ipv6MssAdjustment Number
    IPv6 MSS adjustment size (in bytes)

    GetEthernetInterfaceLayer3Arp

    HwAddress string
    MAC address (format xx:xx:xx:xx:xx:xx)
    Name string
    HwAddress string
    MAC address (format xx:xx:xx:xx:xx:xx)
    Name string
    hwAddress String
    MAC address (format xx:xx:xx:xx:xx:xx)
    name String
    hwAddress string
    MAC address (format xx:xx:xx:xx:xx:xx)
    name string
    hw_address str
    MAC address (format xx:xx:xx:xx:xx:xx)
    name str
    hwAddress String
    MAC address (format xx:xx:xx:xx:xx:xx)
    name String

    GetEthernetInterfaceLayer3Bonjour

    Enable bool
    Set to support Bonjour service
    GroupId double
    default 0: NO-Group
    TtlCheck bool
    Set to check and update TTL
    Enable bool
    Set to support Bonjour service
    GroupId float64
    default 0: NO-Group
    TtlCheck bool
    Set to check and update TTL
    enable Boolean
    Set to support Bonjour service
    groupId Double
    default 0: NO-Group
    ttlCheck Boolean
    Set to check and update TTL
    enable boolean
    Set to support Bonjour service
    groupId number
    default 0: NO-Group
    ttlCheck boolean
    Set to check and update TTL
    enable bool
    Set to support Bonjour service
    group_id float
    default 0: NO-Group
    ttl_check bool
    Set to check and update TTL
    enable Boolean
    Set to support Bonjour service
    groupId Number
    default 0: NO-Group
    ttlCheck Boolean
    Set to check and update TTL

    GetEthernetInterfaceLayer3DdnsConfig

    DdnsCertProfile string
    DdnsEnabled bool
    DdnsHostname string
    ddns hostname variable or real address
    DdnsIps List<string>
    DdnsIpv6s List<string>
    DdnsUpdateInterval double
    DdnsVendor string
    Vendor and product type
    DdnsVendorConfigs List<GetEthernetInterfaceLayer3DdnsConfigDdnsVendorConfig>
    DdnsCertProfile string
    DdnsEnabled bool
    DdnsHostname string
    ddns hostname variable or real address
    DdnsIps []string
    DdnsIpv6s []string
    DdnsUpdateInterval float64
    DdnsVendor string
    Vendor and product type
    DdnsVendorConfigs []GetEthernetInterfaceLayer3DdnsConfigDdnsVendorConfig
    ddnsCertProfile String
    ddnsEnabled Boolean
    ddnsHostname String
    ddns hostname variable or real address
    ddnsIps List<String>
    ddnsIpv6s List<String>
    ddnsUpdateInterval Double
    ddnsVendor String
    Vendor and product type
    ddnsVendorConfigs List<GetEthernetInterfaceLayer3DdnsConfigDdnsVendorConfig>
    ddnsCertProfile string
    ddnsEnabled boolean
    ddnsHostname string
    ddns hostname variable or real address
    ddnsIps string[]
    ddnsIpv6s string[]
    ddnsUpdateInterval number
    ddnsVendor string
    Vendor and product type
    ddnsVendorConfigs GetEthernetInterfaceLayer3DdnsConfigDdnsVendorConfig[]
    ddnsCertProfile String
    ddnsEnabled Boolean
    ddnsHostname String
    ddns hostname variable or real address
    ddnsIps List<String>
    ddnsIpv6s List<String>
    ddnsUpdateInterval Number
    ddnsVendor String
    Vendor and product type
    ddnsVendorConfigs List<Property Map>

    GetEthernetInterfaceLayer3DdnsConfigDdnsVendorConfig

    Name string
    Value string
    Name string
    Value string
    name String
    value String
    name string
    value string
    name str
    value str
    name String
    value String

    GetEthernetInterfaceLayer3DhcpClient

    CreateDefaultRoute bool
    Automatically create default route pointing to default gateway provided by server
    DefaultRouteMetric double
    Metric of the default route created
    Enable bool
    SendHostname GetEthernetInterfaceLayer3DhcpClientSendHostname
    CreateDefaultRoute bool
    Automatically create default route pointing to default gateway provided by server
    DefaultRouteMetric float64
    Metric of the default route created
    Enable bool
    SendHostname GetEthernetInterfaceLayer3DhcpClientSendHostname
    createDefaultRoute Boolean
    Automatically create default route pointing to default gateway provided by server
    defaultRouteMetric Double
    Metric of the default route created
    enable Boolean
    sendHostname GetEthernetInterfaceLayer3DhcpClientSendHostname
    createDefaultRoute boolean
    Automatically create default route pointing to default gateway provided by server
    defaultRouteMetric number
    Metric of the default route created
    enable boolean
    sendHostname GetEthernetInterfaceLayer3DhcpClientSendHostname
    create_default_route bool
    Automatically create default route pointing to default gateway provided by server
    default_route_metric float
    Metric of the default route created
    enable bool
    send_hostname GetEthernetInterfaceLayer3DhcpClientSendHostname
    createDefaultRoute Boolean
    Automatically create default route pointing to default gateway provided by server
    defaultRouteMetric Number
    Metric of the default route created
    enable Boolean
    sendHostname Property Map

    GetEthernetInterfaceLayer3DhcpClientSendHostname

    Enable bool
    Hostname string
    Set Interface Hostname
    Enable bool
    Hostname string
    Set Interface Hostname
    enable Boolean
    hostname String
    Set Interface Hostname
    enable boolean
    hostname string
    Set Interface Hostname
    enable bool
    hostname str
    Set Interface Hostname
    enable Boolean
    hostname String
    Set Interface Hostname

    GetEthernetInterfaceLayer3Ip

    Name string
    SdwanGateway string
    Gateway IPv4 Address
    Name string
    SdwanGateway string
    Gateway IPv4 Address
    name String
    sdwanGateway String
    Gateway IPv4 Address
    name string
    sdwanGateway string
    Gateway IPv4 Address
    name str
    sdwan_gateway str
    Gateway IPv4 Address
    name String
    sdwanGateway String
    Gateway IPv4 Address

    GetEthernetInterfaceLayer3Ipv6

    GetEthernetInterfaceLayer3Ipv6Address

    Property Map
    anycast Property Map
    enableOnInterface Boolean
    configure this address on interface
    name String
    prefix Property Map

    GetEthernetInterfaceLayer3Ipv6AddressAdvertise

    AutoConfigFlag bool
    Set the Auto Address Configuration Flag (A-bit) of the prefix in Router Advertisement messages
    Enable bool
    enable advertising this prefix in router advertisements
    OnlinkFlag bool
    Set the On-Link Flag (L-bit) of the prefix in Router Advertisement messages
    PreferredLifetime string
    Preferred Lifetime (in seconds) of the prefix advertised in Router Advertisement messages
    ValidLifetime string
    Valid Lifetime (in seconds) of the prefix advertised in Router Advertisement messages
    AutoConfigFlag bool
    Set the Auto Address Configuration Flag (A-bit) of the prefix in Router Advertisement messages
    Enable bool
    enable advertising this prefix in router advertisements
    OnlinkFlag bool
    Set the On-Link Flag (L-bit) of the prefix in Router Advertisement messages
    PreferredLifetime string
    Preferred Lifetime (in seconds) of the prefix advertised in Router Advertisement messages
    ValidLifetime string
    Valid Lifetime (in seconds) of the prefix advertised in Router Advertisement messages
    autoConfigFlag Boolean
    Set the Auto Address Configuration Flag (A-bit) of the prefix in Router Advertisement messages
    enable Boolean
    enable advertising this prefix in router advertisements
    onlinkFlag Boolean
    Set the On-Link Flag (L-bit) of the prefix in Router Advertisement messages
    preferredLifetime String
    Preferred Lifetime (in seconds) of the prefix advertised in Router Advertisement messages
    validLifetime String
    Valid Lifetime (in seconds) of the prefix advertised in Router Advertisement messages
    autoConfigFlag boolean
    Set the Auto Address Configuration Flag (A-bit) of the prefix in Router Advertisement messages
    enable boolean
    enable advertising this prefix in router advertisements
    onlinkFlag boolean
    Set the On-Link Flag (L-bit) of the prefix in Router Advertisement messages
    preferredLifetime string
    Preferred Lifetime (in seconds) of the prefix advertised in Router Advertisement messages
    validLifetime string
    Valid Lifetime (in seconds) of the prefix advertised in Router Advertisement messages
    auto_config_flag bool
    Set the Auto Address Configuration Flag (A-bit) of the prefix in Router Advertisement messages
    enable bool
    enable advertising this prefix in router advertisements
    onlink_flag bool
    Set the On-Link Flag (L-bit) of the prefix in Router Advertisement messages
    preferred_lifetime str
    Preferred Lifetime (in seconds) of the prefix advertised in Router Advertisement messages
    valid_lifetime str
    Valid Lifetime (in seconds) of the prefix advertised in Router Advertisement messages
    autoConfigFlag Boolean
    Set the Auto Address Configuration Flag (A-bit) of the prefix in Router Advertisement messages
    enable Boolean
    enable advertising this prefix in router advertisements
    onlinkFlag Boolean
    Set the On-Link Flag (L-bit) of the prefix in Router Advertisement messages
    preferredLifetime String
    Preferred Lifetime (in seconds) of the prefix advertised in Router Advertisement messages
    validLifetime String
    Valid Lifetime (in seconds) of the prefix advertised in Router Advertisement messages

    GetEthernetInterfaceLayer3Ipv6DhcpClient

    acceptRaRoute Boolean
    Accept Router Advertised Default Route
    defaultRouteMetric Number
    Metric of the default route created
    enable Boolean
    Enable DHCPv6 Client
    neighborDiscovery Property Map
    preference String
    Select Low/Medium/High
    prefixDelegation Property Map
    v6Options Property Map

    GetEthernetInterfaceLayer3Ipv6DhcpClientNeighborDiscovery

    DadAttempts double
    Number of consecutive neighbor solicitation messages sent for duplicate address detection
    DnsServer GetEthernetInterfaceLayer3Ipv6DhcpClientNeighborDiscoveryDnsServer
    DnsSuffix GetEthernetInterfaceLayer3Ipv6DhcpClientNeighborDiscoveryDnsSuffix
    EnableDad bool
    Enable Duplicate ADdress Detection (DAD)
    EnableNdpMonitor bool
    Enable NDP Monitoring
    Neighbors List<GetEthernetInterfaceLayer3Ipv6DhcpClientNeighborDiscoveryNeighbor>
    Static entries in neighbor cache
    NsInterval double
    Interval (in seconds) between consecutive neighbor solicitation messages
    ReachableTime double
    Time (in seconds) that the Reachable status for a neighbor can be maintained
    DadAttempts float64
    Number of consecutive neighbor solicitation messages sent for duplicate address detection
    DnsServer GetEthernetInterfaceLayer3Ipv6DhcpClientNeighborDiscoveryDnsServer
    DnsSuffix GetEthernetInterfaceLayer3Ipv6DhcpClientNeighborDiscoveryDnsSuffix
    EnableDad bool
    Enable Duplicate ADdress Detection (DAD)
    EnableNdpMonitor bool
    Enable NDP Monitoring
    Neighbors []GetEthernetInterfaceLayer3Ipv6DhcpClientNeighborDiscoveryNeighbor
    Static entries in neighbor cache
    NsInterval float64
    Interval (in seconds) between consecutive neighbor solicitation messages
    ReachableTime float64
    Time (in seconds) that the Reachable status for a neighbor can be maintained
    dadAttempts Double
    Number of consecutive neighbor solicitation messages sent for duplicate address detection
    dnsServer GetEthernetInterfaceLayer3Ipv6DhcpClientNeighborDiscoveryDnsServer
    dnsSuffix GetEthernetInterfaceLayer3Ipv6DhcpClientNeighborDiscoveryDnsSuffix
    enableDad Boolean
    Enable Duplicate ADdress Detection (DAD)
    enableNdpMonitor Boolean
    Enable NDP Monitoring
    neighbors List<GetEthernetInterfaceLayer3Ipv6DhcpClientNeighborDiscoveryNeighbor>
    Static entries in neighbor cache
    nsInterval Double
    Interval (in seconds) between consecutive neighbor solicitation messages
    reachableTime Double
    Time (in seconds) that the Reachable status for a neighbor can be maintained
    dadAttempts number
    Number of consecutive neighbor solicitation messages sent for duplicate address detection
    dnsServer GetEthernetInterfaceLayer3Ipv6DhcpClientNeighborDiscoveryDnsServer
    dnsSuffix GetEthernetInterfaceLayer3Ipv6DhcpClientNeighborDiscoveryDnsSuffix
    enableDad boolean
    Enable Duplicate ADdress Detection (DAD)
    enableNdpMonitor boolean
    Enable NDP Monitoring
    neighbors GetEthernetInterfaceLayer3Ipv6DhcpClientNeighborDiscoveryNeighbor[]
    Static entries in neighbor cache
    nsInterval number
    Interval (in seconds) between consecutive neighbor solicitation messages
    reachableTime number
    Time (in seconds) that the Reachable status for a neighbor can be maintained
    dad_attempts float
    Number of consecutive neighbor solicitation messages sent for duplicate address detection
    dns_server GetEthernetInterfaceLayer3Ipv6DhcpClientNeighborDiscoveryDnsServer
    dns_suffix GetEthernetInterfaceLayer3Ipv6DhcpClientNeighborDiscoveryDnsSuffix
    enable_dad bool
    Enable Duplicate ADdress Detection (DAD)
    enable_ndp_monitor bool
    Enable NDP Monitoring
    neighbors Sequence[GetEthernetInterfaceLayer3Ipv6DhcpClientNeighborDiscoveryNeighbor]
    Static entries in neighbor cache
    ns_interval float
    Interval (in seconds) between consecutive neighbor solicitation messages
    reachable_time float
    Time (in seconds) that the Reachable status for a neighbor can be maintained
    dadAttempts Number
    Number of consecutive neighbor solicitation messages sent for duplicate address detection
    dnsServer Property Map
    dnsSuffix Property Map
    enableDad Boolean
    Enable Duplicate ADdress Detection (DAD)
    enableNdpMonitor Boolean
    Enable NDP Monitoring
    neighbors List<Property Map>
    Static entries in neighbor cache
    nsInterval Number
    Interval (in seconds) between consecutive neighbor solicitation messages
    reachableTime Number
    Time (in seconds) that the Reachable status for a neighbor can be maintained

    GetEthernetInterfaceLayer3Ipv6DhcpClientNeighborDiscoveryDnsServer

    GetEthernetInterfaceLayer3Ipv6DhcpClientNeighborDiscoveryDnsServerSource

    GetEthernetInterfaceLayer3Ipv6DhcpClientNeighborDiscoveryDnsServerSourceManual

    GetEthernetInterfaceLayer3Ipv6DhcpClientNeighborDiscoveryDnsServerSourceManualServer

    Lifetime double
    (4-3600) Lifetime in Seconds
    Name string
    Lifetime float64
    (4-3600) Lifetime in Seconds
    Name string
    lifetime Double
    (4-3600) Lifetime in Seconds
    name String
    lifetime number
    (4-3600) Lifetime in Seconds
    name string
    lifetime float
    (4-3600) Lifetime in Seconds
    name str
    lifetime Number
    (4-3600) Lifetime in Seconds
    name String

    GetEthernetInterfaceLayer3Ipv6DhcpClientNeighborDiscoveryDnsSuffix

    GetEthernetInterfaceLayer3Ipv6DhcpClientNeighborDiscoveryDnsSuffixSource

    GetEthernetInterfaceLayer3Ipv6DhcpClientNeighborDiscoveryDnsSuffixSourceManual

    GetEthernetInterfaceLayer3Ipv6DhcpClientNeighborDiscoveryDnsSuffixSourceManualSuffix

    Lifetime double
    (4-3600) lifetime in seconds
    Name string
    Lifetime float64
    (4-3600) lifetime in seconds
    Name string
    lifetime Double
    (4-3600) lifetime in seconds
    name String
    lifetime number
    (4-3600) lifetime in seconds
    name string
    lifetime float
    (4-3600) lifetime in seconds
    name str
    lifetime Number
    (4-3600) lifetime in seconds
    name String

    GetEthernetInterfaceLayer3Ipv6DhcpClientNeighborDiscoveryNeighbor

    HwAddress string
    MAC address (format xx:xx:xx:xx:xx:xx)
    Name string
    HwAddress string
    MAC address (format xx:xx:xx:xx:xx:xx)
    Name string
    hwAddress String
    MAC address (format xx:xx:xx:xx:xx:xx)
    name String
    hwAddress string
    MAC address (format xx:xx:xx:xx:xx:xx)
    name string
    hw_address str
    MAC address (format xx:xx:xx:xx:xx:xx)
    name str
    hwAddress String
    MAC address (format xx:xx:xx:xx:xx:xx)
    name String

    GetEthernetInterfaceLayer3Ipv6DhcpClientPrefixDelegation

    GetEthernetInterfaceLayer3Ipv6DhcpClientPrefixDelegationEnable

    GetEthernetInterfaceLayer3Ipv6DhcpClientPrefixDelegationEnableYes

    PfxPoolName string
    Configure unique Prefix Pool Name
    PrefixLen double
    Hint DHCP Prefix Length (bits)
    PrefixLenHint bool
    Send prefix length hint to server
    PfxPoolName string
    Configure unique Prefix Pool Name
    PrefixLen float64
    Hint DHCP Prefix Length (bits)
    PrefixLenHint bool
    Send prefix length hint to server
    pfxPoolName String
    Configure unique Prefix Pool Name
    prefixLen Double
    Hint DHCP Prefix Length (bits)
    prefixLenHint Boolean
    Send prefix length hint to server
    pfxPoolName string
    Configure unique Prefix Pool Name
    prefixLen number
    Hint DHCP Prefix Length (bits)
    prefixLenHint boolean
    Send prefix length hint to server
    pfx_pool_name str
    Configure unique Prefix Pool Name
    prefix_len float
    Hint DHCP Prefix Length (bits)
    prefix_len_hint bool
    Send prefix length hint to server
    pfxPoolName String
    Configure unique Prefix Pool Name
    prefixLen Number
    Hint DHCP Prefix Length (bits)
    prefixLenHint Boolean
    Send prefix length hint to server

    GetEthernetInterfaceLayer3Ipv6DhcpClientV6Options

    DuidType string
    Select DUID-LLT/DUID-LL
    Enable GetEthernetInterfaceLayer3Ipv6DhcpClientV6OptionsEnable
    RapidCommit bool
    Enable Rapid Commit
    SupportSrvrReconfig bool
    Enable DHCPv6 Server Re-Configuration Support
    DuidType string
    Select DUID-LLT/DUID-LL
    Enable GetEthernetInterfaceLayer3Ipv6DhcpClientV6OptionsEnable
    RapidCommit bool
    Enable Rapid Commit
    SupportSrvrReconfig bool
    Enable DHCPv6 Server Re-Configuration Support
    duidType String
    Select DUID-LLT/DUID-LL
    enable GetEthernetInterfaceLayer3Ipv6DhcpClientV6OptionsEnable
    rapidCommit Boolean
    Enable Rapid Commit
    supportSrvrReconfig Boolean
    Enable DHCPv6 Server Re-Configuration Support
    duidType string
    Select DUID-LLT/DUID-LL
    enable GetEthernetInterfaceLayer3Ipv6DhcpClientV6OptionsEnable
    rapidCommit boolean
    Enable Rapid Commit
    supportSrvrReconfig boolean
    Enable DHCPv6 Server Re-Configuration Support
    duid_type str
    Select DUID-LLT/DUID-LL
    enable GetEthernetInterfaceLayer3Ipv6DhcpClientV6OptionsEnable
    rapid_commit bool
    Enable Rapid Commit
    support_srvr_reconfig bool
    Enable DHCPv6 Server Re-Configuration Support
    duidType String
    Select DUID-LLT/DUID-LL
    enable Property Map
    rapidCommit Boolean
    Enable Rapid Commit
    supportSrvrReconfig Boolean
    Enable DHCPv6 Server Re-Configuration Support

    GetEthernetInterfaceLayer3Ipv6DhcpClientV6OptionsEnable

    GetEthernetInterfaceLayer3Ipv6DhcpClientV6OptionsEnableYes

    NonTempAddr bool
    Request Non-Temporary Address Type
    TempAddr bool
    Request Temporary Address Type
    NonTempAddr bool
    Request Non-Temporary Address Type
    TempAddr bool
    Request Temporary Address Type
    nonTempAddr Boolean
    Request Non-Temporary Address Type
    tempAddr Boolean
    Request Temporary Address Type
    nonTempAddr boolean
    Request Non-Temporary Address Type
    tempAddr boolean
    Request Temporary Address Type
    non_temp_addr bool
    Request Non-Temporary Address Type
    temp_addr bool
    Request Temporary Address Type
    nonTempAddr Boolean
    Request Non-Temporary Address Type
    tempAddr Boolean
    Request Temporary Address Type

    GetEthernetInterfaceLayer3Ipv6Inherited

    GetEthernetInterfaceLayer3Ipv6InheritedAssignAddr

    GetEthernetInterfaceLayer3Ipv6InheritedAssignAddrType

    GetEthernetInterfaceLayer3Ipv6InheritedAssignAddrTypeGua

    Property Map
    enableOnInterface Boolean
    Enable on Interface
    poolType Property Map
    prefixPool String
    Prefix-Pool Name

    GetEthernetInterfaceLayer3Ipv6InheritedAssignAddrTypeGuaAdvertise

    AutoConfigFlag bool
    Set the Auto Address Configuration Flag (A-bit) of the prefix in Router Advertisement messages
    Enable bool
    Enable advertising this prefix in router advertisements
    OnlinkFlag bool
    Set the On-Link Flag (L-bit) of the prefix in Router Advertisement messages
    AutoConfigFlag bool
    Set the Auto Address Configuration Flag (A-bit) of the prefix in Router Advertisement messages
    Enable bool
    Enable advertising this prefix in router advertisements
    OnlinkFlag bool
    Set the On-Link Flag (L-bit) of the prefix in Router Advertisement messages
    autoConfigFlag Boolean
    Set the Auto Address Configuration Flag (A-bit) of the prefix in Router Advertisement messages
    enable Boolean
    Enable advertising this prefix in router advertisements
    onlinkFlag Boolean
    Set the On-Link Flag (L-bit) of the prefix in Router Advertisement messages
    autoConfigFlag boolean
    Set the Auto Address Configuration Flag (A-bit) of the prefix in Router Advertisement messages
    enable boolean
    Enable advertising this prefix in router advertisements
    onlinkFlag boolean
    Set the On-Link Flag (L-bit) of the prefix in Router Advertisement messages
    auto_config_flag bool
    Set the Auto Address Configuration Flag (A-bit) of the prefix in Router Advertisement messages
    enable bool
    Enable advertising this prefix in router advertisements
    onlink_flag bool
    Set the On-Link Flag (L-bit) of the prefix in Router Advertisement messages
    autoConfigFlag Boolean
    Set the Auto Address Configuration Flag (A-bit) of the prefix in Router Advertisement messages
    enable Boolean
    Enable advertising this prefix in router advertisements
    onlinkFlag Boolean
    Set the On-Link Flag (L-bit) of the prefix in Router Advertisement messages

    GetEthernetInterfaceLayer3Ipv6InheritedAssignAddrTypeGuaPoolType

    GetEthernetInterfaceLayer3Ipv6InheritedAssignAddrTypeGuaPoolTypeDynamicId

    Identifier double
    Range [0-4095] must be unqiue for this prefix-pool
    Identifier float64
    Range [0-4095] must be unqiue for this prefix-pool
    identifier Double
    Range [0-4095] must be unqiue for this prefix-pool
    identifier number
    Range [0-4095] must be unqiue for this prefix-pool
    identifier float
    Range [0-4095] must be unqiue for this prefix-pool
    identifier Number
    Range [0-4095] must be unqiue for this prefix-pool

    GetEthernetInterfaceLayer3Ipv6InheritedAssignAddrTypeUla

    Addresses string
    Configure ULA (Unique Local Address)
    GetEthernetInterfaceLayer3Ipv6InheritedAssignAddrTypeUlaAdvertise
    Anycast bool
    Anycast Address
    EnableOnInterface bool
    Configure this address on Interface
    Prefix bool
    Use this as prefix to form full address with interface id/EUI-64
    Addresses string
    Configure ULA (Unique Local Address)
    GetEthernetInterfaceLayer3Ipv6InheritedAssignAddrTypeUlaAdvertise
    Anycast bool
    Anycast Address
    EnableOnInterface bool
    Configure this address on Interface
    Prefix bool
    Use this as prefix to form full address with interface id/EUI-64
    addresses String
    Configure ULA (Unique Local Address)
    GetEthernetInterfaceLayer3Ipv6InheritedAssignAddrTypeUlaAdvertise
    anycast Boolean
    Anycast Address
    enableOnInterface Boolean
    Configure this address on Interface
    prefix Boolean
    Use this as prefix to form full address with interface id/EUI-64
    addresses string
    Configure ULA (Unique Local Address)
    GetEthernetInterfaceLayer3Ipv6InheritedAssignAddrTypeUlaAdvertise
    anycast boolean
    Anycast Address
    enableOnInterface boolean
    Configure this address on Interface
    prefix boolean
    Use this as prefix to form full address with interface id/EUI-64
    addresses str
    Configure ULA (Unique Local Address)
    GetEthernetInterfaceLayer3Ipv6InheritedAssignAddrTypeUlaAdvertise
    anycast bool
    Anycast Address
    enable_on_interface bool
    Configure this address on Interface
    prefix bool
    Use this as prefix to form full address with interface id/EUI-64
    addresses String
    Configure ULA (Unique Local Address)
    Property Map
    anycast Boolean
    Anycast Address
    enableOnInterface Boolean
    Configure this address on Interface
    prefix Boolean
    Use this as prefix to form full address with interface id/EUI-64

    GetEthernetInterfaceLayer3Ipv6InheritedAssignAddrTypeUlaAdvertise

    AutoConfigFlag bool
    Set the Auto Address Configuration Flag (A-bit) of the prefix in Router Advertisement messages
    Enable bool
    enable advertising this prefix in router advertisements
    OnlinkFlag bool
    Set the On-Link Flag (L-bit) of the prefix in Router Advertisement messages
    PreferredLifetime string
    Preferred Lifetime (in seconds) of the prefix advertised in Router advertisement messages
    ValidLifetime string
    Valid Lifetime (in seconds) of the prefix advertised in Router Advertisement messages
    AutoConfigFlag bool
    Set the Auto Address Configuration Flag (A-bit) of the prefix in Router Advertisement messages
    Enable bool
    enable advertising this prefix in router advertisements
    OnlinkFlag bool
    Set the On-Link Flag (L-bit) of the prefix in Router Advertisement messages
    PreferredLifetime string
    Preferred Lifetime (in seconds) of the prefix advertised in Router advertisement messages
    ValidLifetime string
    Valid Lifetime (in seconds) of the prefix advertised in Router Advertisement messages
    autoConfigFlag Boolean
    Set the Auto Address Configuration Flag (A-bit) of the prefix in Router Advertisement messages
    enable Boolean
    enable advertising this prefix in router advertisements
    onlinkFlag Boolean
    Set the On-Link Flag (L-bit) of the prefix in Router Advertisement messages
    preferredLifetime String
    Preferred Lifetime (in seconds) of the prefix advertised in Router advertisement messages
    validLifetime String
    Valid Lifetime (in seconds) of the prefix advertised in Router Advertisement messages
    autoConfigFlag boolean
    Set the Auto Address Configuration Flag (A-bit) of the prefix in Router Advertisement messages
    enable boolean
    enable advertising this prefix in router advertisements
    onlinkFlag boolean
    Set the On-Link Flag (L-bit) of the prefix in Router Advertisement messages
    preferredLifetime string
    Preferred Lifetime (in seconds) of the prefix advertised in Router advertisement messages
    validLifetime string
    Valid Lifetime (in seconds) of the prefix advertised in Router Advertisement messages
    auto_config_flag bool
    Set the Auto Address Configuration Flag (A-bit) of the prefix in Router Advertisement messages
    enable bool
    enable advertising this prefix in router advertisements
    onlink_flag bool
    Set the On-Link Flag (L-bit) of the prefix in Router Advertisement messages
    preferred_lifetime str
    Preferred Lifetime (in seconds) of the prefix advertised in Router advertisement messages
    valid_lifetime str
    Valid Lifetime (in seconds) of the prefix advertised in Router Advertisement messages
    autoConfigFlag Boolean
    Set the Auto Address Configuration Flag (A-bit) of the prefix in Router Advertisement messages
    enable Boolean
    enable advertising this prefix in router advertisements
    onlinkFlag Boolean
    Set the On-Link Flag (L-bit) of the prefix in Router Advertisement messages
    preferredLifetime String
    Preferred Lifetime (in seconds) of the prefix advertised in Router advertisement messages
    validLifetime String
    Valid Lifetime (in seconds) of the prefix advertised in Router Advertisement messages

    GetEthernetInterfaceLayer3Ipv6InheritedNeighborDiscovery

    DadAttempts double
    Number of consecutive neighbor solicitation messages sent for duplicate address detection
    DnsServer GetEthernetInterfaceLayer3Ipv6InheritedNeighborDiscoveryDnsServer
    DnsSuffix GetEthernetInterfaceLayer3Ipv6InheritedNeighborDiscoveryDnsSuffix
    EnableDad bool
    Enable Duplicate ADdress Detection (DAD)
    EnableNdpMonitor bool
    Enable NDP Monitoring
    Neighbors List<GetEthernetInterfaceLayer3Ipv6InheritedNeighborDiscoveryNeighbor>
    Static entries in neighbor cache
    NsInterval double
    Interval (in seconds) between consecutive neighbor solicitation messages
    ReachableTime double
    Time (in seconds) that the Reachable status for a neighbor can be maintained
    RouterAdvertisement GetEthernetInterfaceLayer3Ipv6InheritedNeighborDiscoveryRouterAdvertisement
    DadAttempts float64
    Number of consecutive neighbor solicitation messages sent for duplicate address detection
    DnsServer GetEthernetInterfaceLayer3Ipv6InheritedNeighborDiscoveryDnsServer
    DnsSuffix GetEthernetInterfaceLayer3Ipv6InheritedNeighborDiscoveryDnsSuffix
    EnableDad bool
    Enable Duplicate ADdress Detection (DAD)
    EnableNdpMonitor bool
    Enable NDP Monitoring
    Neighbors []GetEthernetInterfaceLayer3Ipv6InheritedNeighborDiscoveryNeighbor
    Static entries in neighbor cache
    NsInterval float64
    Interval (in seconds) between consecutive neighbor solicitation messages
    ReachableTime float64
    Time (in seconds) that the Reachable status for a neighbor can be maintained
    RouterAdvertisement GetEthernetInterfaceLayer3Ipv6InheritedNeighborDiscoveryRouterAdvertisement
    dadAttempts Double
    Number of consecutive neighbor solicitation messages sent for duplicate address detection
    dnsServer GetEthernetInterfaceLayer3Ipv6InheritedNeighborDiscoveryDnsServer
    dnsSuffix GetEthernetInterfaceLayer3Ipv6InheritedNeighborDiscoveryDnsSuffix
    enableDad Boolean
    Enable Duplicate ADdress Detection (DAD)
    enableNdpMonitor Boolean
    Enable NDP Monitoring
    neighbors List<GetEthernetInterfaceLayer3Ipv6InheritedNeighborDiscoveryNeighbor>
    Static entries in neighbor cache
    nsInterval Double
    Interval (in seconds) between consecutive neighbor solicitation messages
    reachableTime Double
    Time (in seconds) that the Reachable status for a neighbor can be maintained
    routerAdvertisement GetEthernetInterfaceLayer3Ipv6InheritedNeighborDiscoveryRouterAdvertisement
    dadAttempts number
    Number of consecutive neighbor solicitation messages sent for duplicate address detection
    dnsServer GetEthernetInterfaceLayer3Ipv6InheritedNeighborDiscoveryDnsServer
    dnsSuffix GetEthernetInterfaceLayer3Ipv6InheritedNeighborDiscoveryDnsSuffix
    enableDad boolean
    Enable Duplicate ADdress Detection (DAD)
    enableNdpMonitor boolean
    Enable NDP Monitoring
    neighbors GetEthernetInterfaceLayer3Ipv6InheritedNeighborDiscoveryNeighbor[]
    Static entries in neighbor cache
    nsInterval number
    Interval (in seconds) between consecutive neighbor solicitation messages
    reachableTime number
    Time (in seconds) that the Reachable status for a neighbor can be maintained
    routerAdvertisement GetEthernetInterfaceLayer3Ipv6InheritedNeighborDiscoveryRouterAdvertisement
    dad_attempts float
    Number of consecutive neighbor solicitation messages sent for duplicate address detection
    dns_server GetEthernetInterfaceLayer3Ipv6InheritedNeighborDiscoveryDnsServer
    dns_suffix GetEthernetInterfaceLayer3Ipv6InheritedNeighborDiscoveryDnsSuffix
    enable_dad bool
    Enable Duplicate ADdress Detection (DAD)
    enable_ndp_monitor bool
    Enable NDP Monitoring
    neighbors Sequence[GetEthernetInterfaceLayer3Ipv6InheritedNeighborDiscoveryNeighbor]
    Static entries in neighbor cache
    ns_interval float
    Interval (in seconds) between consecutive neighbor solicitation messages
    reachable_time float
    Time (in seconds) that the Reachable status for a neighbor can be maintained
    router_advertisement GetEthernetInterfaceLayer3Ipv6InheritedNeighborDiscoveryRouterAdvertisement
    dadAttempts Number
    Number of consecutive neighbor solicitation messages sent for duplicate address detection
    dnsServer Property Map
    dnsSuffix Property Map
    enableDad Boolean
    Enable Duplicate ADdress Detection (DAD)
    enableNdpMonitor Boolean
    Enable NDP Monitoring
    neighbors List<Property Map>
    Static entries in neighbor cache
    nsInterval Number
    Interval (in seconds) between consecutive neighbor solicitation messages
    reachableTime Number
    Time (in seconds) that the Reachable status for a neighbor can be maintained
    routerAdvertisement Property Map

    GetEthernetInterfaceLayer3Ipv6InheritedNeighborDiscoveryDnsServer

    GetEthernetInterfaceLayer3Ipv6InheritedNeighborDiscoveryDnsServerSource

    GetEthernetInterfaceLayer3Ipv6InheritedNeighborDiscoveryDnsServerSourceDhcpv6

    PrefixPool string
    Prefix-Pool Name
    PrefixPool string
    Prefix-Pool Name
    prefixPool String
    Prefix-Pool Name
    prefixPool string
    Prefix-Pool Name
    prefix_pool str
    Prefix-Pool Name
    prefixPool String
    Prefix-Pool Name

    GetEthernetInterfaceLayer3Ipv6InheritedNeighborDiscoveryDnsServerSourceManual

    GetEthernetInterfaceLayer3Ipv6InheritedNeighborDiscoveryDnsServerSourceManualServer

    Lifetime double
    (4-3600) Lifetime in Seconds
    Name string
    Lifetime float64
    (4-3600) Lifetime in Seconds
    Name string
    lifetime Double
    (4-3600) Lifetime in Seconds
    name String
    lifetime number
    (4-3600) Lifetime in Seconds
    name string
    lifetime float
    (4-3600) Lifetime in Seconds
    name str
    lifetime Number
    (4-3600) Lifetime in Seconds
    name String

    GetEthernetInterfaceLayer3Ipv6InheritedNeighborDiscoveryDnsSuffix

    GetEthernetInterfaceLayer3Ipv6InheritedNeighborDiscoveryDnsSuffixSource

    GetEthernetInterfaceLayer3Ipv6InheritedNeighborDiscoveryDnsSuffixSourceDhcpv6

    PrefixPool string
    Prefix-Pool Name
    PrefixPool string
    Prefix-Pool Name
    prefixPool String
    Prefix-Pool Name
    prefixPool string
    Prefix-Pool Name
    prefix_pool str
    Prefix-Pool Name
    prefixPool String
    Prefix-Pool Name

    GetEthernetInterfaceLayer3Ipv6InheritedNeighborDiscoveryDnsSuffixSourceManual

    GetEthernetInterfaceLayer3Ipv6InheritedNeighborDiscoveryDnsSuffixSourceManualSuffix

    Lifetime double
    (4-3600) lifetime in seconds
    Name string
    Lifetime float64
    (4-3600) lifetime in seconds
    Name string
    lifetime Double
    (4-3600) lifetime in seconds
    name String
    lifetime number
    (4-3600) lifetime in seconds
    name string
    lifetime float
    (4-3600) lifetime in seconds
    name str
    lifetime Number
    (4-3600) lifetime in seconds
    name String

    GetEthernetInterfaceLayer3Ipv6InheritedNeighborDiscoveryNeighbor

    HwAddress string
    MAC address (format xx:xx:xx:xx:xx:xx)
    Name string
    HwAddress string
    MAC address (format xx:xx:xx:xx:xx:xx)
    Name string
    hwAddress String
    MAC address (format xx:xx:xx:xx:xx:xx)
    name String
    hwAddress string
    MAC address (format xx:xx:xx:xx:xx:xx)
    name string
    hw_address str
    MAC address (format xx:xx:xx:xx:xx:xx)
    name str
    hwAddress String
    MAC address (format xx:xx:xx:xx:xx:xx)
    name String

    GetEthernetInterfaceLayer3Ipv6InheritedNeighborDiscoveryRouterAdvertisement

    Enable bool
    EnableConsistencyCheck bool
    check consistency of RA messages from other routers.
    HopLimit string
    Current Hop Limit advertised in Router Advertisement messages
    Lifetime double
    Router Lifetime (in seconds) advertised in Router Advertisement messages
    LinkMtu string
    value of MTU option in Router Advertisement messages, upto 9216 in Jumbo-Frame mode, up to 1500 otherwise
    ManagedFlag bool
    Set the Managed Configuration Flag (M-bit) in Router Advertisement messages
    MaxInterval double
    Maximum interval (seconds) between consecutive unsolicited Router Advertisement messages
    MinInterval double
    Minimum interval (seconds) between consecutive unsolicited Router Advertisement messages
    OtherFlag bool
    Set the Other Stateful Configuration Flag (O-bit) in Router Advertisement messages
    ReachableTime string
    Reachable Time (in milliseconds) advertised in Router Advertisement messages
    RetransmissionTimer string
    Retransmission Timer (in milliseconds) advertised in Router Advertisement messages
    RouterPreference string
    Router Preference
    Enable bool
    EnableConsistencyCheck bool
    check consistency of RA messages from other routers.
    HopLimit string
    Current Hop Limit advertised in Router Advertisement messages
    Lifetime float64
    Router Lifetime (in seconds) advertised in Router Advertisement messages
    LinkMtu string
    value of MTU option in Router Advertisement messages, upto 9216 in Jumbo-Frame mode, up to 1500 otherwise
    ManagedFlag bool
    Set the Managed Configuration Flag (M-bit) in Router Advertisement messages
    MaxInterval float64
    Maximum interval (seconds) between consecutive unsolicited Router Advertisement messages
    MinInterval float64
    Minimum interval (seconds) between consecutive unsolicited Router Advertisement messages
    OtherFlag bool
    Set the Other Stateful Configuration Flag (O-bit) in Router Advertisement messages
    ReachableTime string
    Reachable Time (in milliseconds) advertised in Router Advertisement messages
    RetransmissionTimer string
    Retransmission Timer (in milliseconds) advertised in Router Advertisement messages
    RouterPreference string
    Router Preference
    enable Boolean
    enableConsistencyCheck Boolean
    check consistency of RA messages from other routers.
    hopLimit String
    Current Hop Limit advertised in Router Advertisement messages
    lifetime Double
    Router Lifetime (in seconds) advertised in Router Advertisement messages
    linkMtu String
    value of MTU option in Router Advertisement messages, upto 9216 in Jumbo-Frame mode, up to 1500 otherwise
    managedFlag Boolean
    Set the Managed Configuration Flag (M-bit) in Router Advertisement messages
    maxInterval Double
    Maximum interval (seconds) between consecutive unsolicited Router Advertisement messages
    minInterval Double
    Minimum interval (seconds) between consecutive unsolicited Router Advertisement messages
    otherFlag Boolean
    Set the Other Stateful Configuration Flag (O-bit) in Router Advertisement messages
    reachableTime String
    Reachable Time (in milliseconds) advertised in Router Advertisement messages
    retransmissionTimer String
    Retransmission Timer (in milliseconds) advertised in Router Advertisement messages
    routerPreference String
    Router Preference
    enable boolean
    enableConsistencyCheck boolean
    check consistency of RA messages from other routers.
    hopLimit string
    Current Hop Limit advertised in Router Advertisement messages
    lifetime number
    Router Lifetime (in seconds) advertised in Router Advertisement messages
    linkMtu string
    value of MTU option in Router Advertisement messages, upto 9216 in Jumbo-Frame mode, up to 1500 otherwise
    managedFlag boolean
    Set the Managed Configuration Flag (M-bit) in Router Advertisement messages
    maxInterval number
    Maximum interval (seconds) between consecutive unsolicited Router Advertisement messages
    minInterval number
    Minimum interval (seconds) between consecutive unsolicited Router Advertisement messages
    otherFlag boolean
    Set the Other Stateful Configuration Flag (O-bit) in Router Advertisement messages
    reachableTime string
    Reachable Time (in milliseconds) advertised in Router Advertisement messages
    retransmissionTimer string
    Retransmission Timer (in milliseconds) advertised in Router Advertisement messages
    routerPreference string
    Router Preference
    enable bool
    enable_consistency_check bool
    check consistency of RA messages from other routers.
    hop_limit str
    Current Hop Limit advertised in Router Advertisement messages
    lifetime float
    Router Lifetime (in seconds) advertised in Router Advertisement messages
    link_mtu str
    value of MTU option in Router Advertisement messages, upto 9216 in Jumbo-Frame mode, up to 1500 otherwise
    managed_flag bool
    Set the Managed Configuration Flag (M-bit) in Router Advertisement messages
    max_interval float
    Maximum interval (seconds) between consecutive unsolicited Router Advertisement messages
    min_interval float
    Minimum interval (seconds) between consecutive unsolicited Router Advertisement messages
    other_flag bool
    Set the Other Stateful Configuration Flag (O-bit) in Router Advertisement messages
    reachable_time str
    Reachable Time (in milliseconds) advertised in Router Advertisement messages
    retransmission_timer str
    Retransmission Timer (in milliseconds) advertised in Router Advertisement messages
    router_preference str
    Router Preference
    enable Boolean
    enableConsistencyCheck Boolean
    check consistency of RA messages from other routers.
    hopLimit String
    Current Hop Limit advertised in Router Advertisement messages
    lifetime Number
    Router Lifetime (in seconds) advertised in Router Advertisement messages
    linkMtu String
    value of MTU option in Router Advertisement messages, upto 9216 in Jumbo-Frame mode, up to 1500 otherwise
    managedFlag Boolean
    Set the Managed Configuration Flag (M-bit) in Router Advertisement messages
    maxInterval Number
    Maximum interval (seconds) between consecutive unsolicited Router Advertisement messages
    minInterval Number
    Minimum interval (seconds) between consecutive unsolicited Router Advertisement messages
    otherFlag Boolean
    Set the Other Stateful Configuration Flag (O-bit) in Router Advertisement messages
    reachableTime String
    Reachable Time (in milliseconds) advertised in Router Advertisement messages
    retransmissionTimer String
    Retransmission Timer (in milliseconds) advertised in Router Advertisement messages
    routerPreference String
    Router Preference

    GetEthernetInterfaceLayer3Ipv6NeighborDiscovery

    DadAttempts double
    Number of consecutive neighbor solicitation messages sent for duplicate address detection
    EnableDad bool
    Enable Duplicate ADdress Detection (DAD)
    EnableNdpMonitor bool
    Enable NDP Monitoring
    Neighbors List<GetEthernetInterfaceLayer3Ipv6NeighborDiscoveryNeighbor>
    Static entries in neighbor cache
    NsInterval double
    Interval (in seconds) between consecutive neighbor solicitation messages
    ReachableTime double
    Time (in seconds) that the Reachable status for a neighbor can be maintained
    RouterAdvertisement GetEthernetInterfaceLayer3Ipv6NeighborDiscoveryRouterAdvertisement
    DadAttempts float64
    Number of consecutive neighbor solicitation messages sent for duplicate address detection
    EnableDad bool
    Enable Duplicate ADdress Detection (DAD)
    EnableNdpMonitor bool
    Enable NDP Monitoring
    Neighbors []GetEthernetInterfaceLayer3Ipv6NeighborDiscoveryNeighbor
    Static entries in neighbor cache
    NsInterval float64
    Interval (in seconds) between consecutive neighbor solicitation messages
    ReachableTime float64
    Time (in seconds) that the Reachable status for a neighbor can be maintained
    RouterAdvertisement GetEthernetInterfaceLayer3Ipv6NeighborDiscoveryRouterAdvertisement
    dadAttempts Double
    Number of consecutive neighbor solicitation messages sent for duplicate address detection
    enableDad Boolean
    Enable Duplicate ADdress Detection (DAD)
    enableNdpMonitor Boolean
    Enable NDP Monitoring
    neighbors List<GetEthernetInterfaceLayer3Ipv6NeighborDiscoveryNeighbor>
    Static entries in neighbor cache
    nsInterval Double
    Interval (in seconds) between consecutive neighbor solicitation messages
    reachableTime Double
    Time (in seconds) that the Reachable status for a neighbor can be maintained
    routerAdvertisement GetEthernetInterfaceLayer3Ipv6NeighborDiscoveryRouterAdvertisement
    dadAttempts number
    Number of consecutive neighbor solicitation messages sent for duplicate address detection
    enableDad boolean
    Enable Duplicate ADdress Detection (DAD)
    enableNdpMonitor boolean
    Enable NDP Monitoring
    neighbors GetEthernetInterfaceLayer3Ipv6NeighborDiscoveryNeighbor[]
    Static entries in neighbor cache
    nsInterval number
    Interval (in seconds) between consecutive neighbor solicitation messages
    reachableTime number
    Time (in seconds) that the Reachable status for a neighbor can be maintained
    routerAdvertisement GetEthernetInterfaceLayer3Ipv6NeighborDiscoveryRouterAdvertisement
    dad_attempts float
    Number of consecutive neighbor solicitation messages sent for duplicate address detection
    enable_dad bool
    Enable Duplicate ADdress Detection (DAD)
    enable_ndp_monitor bool
    Enable NDP Monitoring
    neighbors Sequence[GetEthernetInterfaceLayer3Ipv6NeighborDiscoveryNeighbor]
    Static entries in neighbor cache
    ns_interval float
    Interval (in seconds) between consecutive neighbor solicitation messages
    reachable_time float
    Time (in seconds) that the Reachable status for a neighbor can be maintained
    router_advertisement GetEthernetInterfaceLayer3Ipv6NeighborDiscoveryRouterAdvertisement
    dadAttempts Number
    Number of consecutive neighbor solicitation messages sent for duplicate address detection
    enableDad Boolean
    Enable Duplicate ADdress Detection (DAD)
    enableNdpMonitor Boolean
    Enable NDP Monitoring
    neighbors List<Property Map>
    Static entries in neighbor cache
    nsInterval Number
    Interval (in seconds) between consecutive neighbor solicitation messages
    reachableTime Number
    Time (in seconds) that the Reachable status for a neighbor can be maintained
    routerAdvertisement Property Map

    GetEthernetInterfaceLayer3Ipv6NeighborDiscoveryNeighbor

    HwAddress string
    MAC address (format xx:xx:xx:xx:xx:xx)
    Name string
    HwAddress string
    MAC address (format xx:xx:xx:xx:xx:xx)
    Name string
    hwAddress String
    MAC address (format xx:xx:xx:xx:xx:xx)
    name String
    hwAddress string
    MAC address (format xx:xx:xx:xx:xx:xx)
    name string
    hw_address str
    MAC address (format xx:xx:xx:xx:xx:xx)
    name str
    hwAddress String
    MAC address (format xx:xx:xx:xx:xx:xx)
    name String

    GetEthernetInterfaceLayer3Ipv6NeighborDiscoveryRouterAdvertisement

    DnsSupport GetEthernetInterfaceLayer3Ipv6NeighborDiscoveryRouterAdvertisementDnsSupport
    Enable bool
    EnableConsistencyCheck bool
    check consistency of RA messages from other routers.
    HopLimit string
    Current Hop Limit advertised in Router Advertisement messages
    Lifetime double
    Router Lifetime (in seconds) advertised in Router Advertisement messages
    LinkMtu string
    value of MTU option in Router Advertisement messages, upto 9216 in Jumbo-Frame mode, up to 1500 otherwise
    ManagedFlag bool
    Set the Managed Configuration Flag (M-bit) in Router Advertisement messages
    MaxInterval double
    Maximum interval (seconds) between consecutive unsolicited Router Advertisement messages
    MinInterval double
    Minimum interval (seconds) between consecutive unsolicited Router Advertisement messages
    OtherFlag bool
    Set the Other Stateful Configuration Flag (O-bit) in Router Advertisement messages
    ReachableTime string
    Reachable Time (in milliseconds) advertised in Router Advertisement messages
    RetransmissionTimer string
    Retransmission Timer (in milliseconds) advertised in Router Advertisement messages
    RouterPreference string
    Router Preference
    DnsSupport GetEthernetInterfaceLayer3Ipv6NeighborDiscoveryRouterAdvertisementDnsSupport
    Enable bool
    EnableConsistencyCheck bool
    check consistency of RA messages from other routers.
    HopLimit string
    Current Hop Limit advertised in Router Advertisement messages
    Lifetime float64
    Router Lifetime (in seconds) advertised in Router Advertisement messages
    LinkMtu string
    value of MTU option in Router Advertisement messages, upto 9216 in Jumbo-Frame mode, up to 1500 otherwise
    ManagedFlag bool
    Set the Managed Configuration Flag (M-bit) in Router Advertisement messages
    MaxInterval float64
    Maximum interval (seconds) between consecutive unsolicited Router Advertisement messages
    MinInterval float64
    Minimum interval (seconds) between consecutive unsolicited Router Advertisement messages
    OtherFlag bool
    Set the Other Stateful Configuration Flag (O-bit) in Router Advertisement messages
    ReachableTime string
    Reachable Time (in milliseconds) advertised in Router Advertisement messages
    RetransmissionTimer string
    Retransmission Timer (in milliseconds) advertised in Router Advertisement messages
    RouterPreference string
    Router Preference
    dnsSupport GetEthernetInterfaceLayer3Ipv6NeighborDiscoveryRouterAdvertisementDnsSupport
    enable Boolean
    enableConsistencyCheck Boolean
    check consistency of RA messages from other routers.
    hopLimit String
    Current Hop Limit advertised in Router Advertisement messages
    lifetime Double
    Router Lifetime (in seconds) advertised in Router Advertisement messages
    linkMtu String
    value of MTU option in Router Advertisement messages, upto 9216 in Jumbo-Frame mode, up to 1500 otherwise
    managedFlag Boolean
    Set the Managed Configuration Flag (M-bit) in Router Advertisement messages
    maxInterval Double
    Maximum interval (seconds) between consecutive unsolicited Router Advertisement messages
    minInterval Double
    Minimum interval (seconds) between consecutive unsolicited Router Advertisement messages
    otherFlag Boolean
    Set the Other Stateful Configuration Flag (O-bit) in Router Advertisement messages
    reachableTime String
    Reachable Time (in milliseconds) advertised in Router Advertisement messages
    retransmissionTimer String
    Retransmission Timer (in milliseconds) advertised in Router Advertisement messages
    routerPreference String
    Router Preference
    dnsSupport GetEthernetInterfaceLayer3Ipv6NeighborDiscoveryRouterAdvertisementDnsSupport
    enable boolean
    enableConsistencyCheck boolean
    check consistency of RA messages from other routers.
    hopLimit string
    Current Hop Limit advertised in Router Advertisement messages
    lifetime number
    Router Lifetime (in seconds) advertised in Router Advertisement messages
    linkMtu string
    value of MTU option in Router Advertisement messages, upto 9216 in Jumbo-Frame mode, up to 1500 otherwise
    managedFlag boolean
    Set the Managed Configuration Flag (M-bit) in Router Advertisement messages
    maxInterval number
    Maximum interval (seconds) between consecutive unsolicited Router Advertisement messages
    minInterval number
    Minimum interval (seconds) between consecutive unsolicited Router Advertisement messages
    otherFlag boolean
    Set the Other Stateful Configuration Flag (O-bit) in Router Advertisement messages
    reachableTime string
    Reachable Time (in milliseconds) advertised in Router Advertisement messages
    retransmissionTimer string
    Retransmission Timer (in milliseconds) advertised in Router Advertisement messages
    routerPreference string
    Router Preference
    dns_support GetEthernetInterfaceLayer3Ipv6NeighborDiscoveryRouterAdvertisementDnsSupport
    enable bool
    enable_consistency_check bool
    check consistency of RA messages from other routers.
    hop_limit str
    Current Hop Limit advertised in Router Advertisement messages
    lifetime float
    Router Lifetime (in seconds) advertised in Router Advertisement messages
    link_mtu str
    value of MTU option in Router Advertisement messages, upto 9216 in Jumbo-Frame mode, up to 1500 otherwise
    managed_flag bool
    Set the Managed Configuration Flag (M-bit) in Router Advertisement messages
    max_interval float
    Maximum interval (seconds) between consecutive unsolicited Router Advertisement messages
    min_interval float
    Minimum interval (seconds) between consecutive unsolicited Router Advertisement messages
    other_flag bool
    Set the Other Stateful Configuration Flag (O-bit) in Router Advertisement messages
    reachable_time str
    Reachable Time (in milliseconds) advertised in Router Advertisement messages
    retransmission_timer str
    Retransmission Timer (in milliseconds) advertised in Router Advertisement messages
    router_preference str
    Router Preference
    dnsSupport Property Map
    enable Boolean
    enableConsistencyCheck Boolean
    check consistency of RA messages from other routers.
    hopLimit String
    Current Hop Limit advertised in Router Advertisement messages
    lifetime Number
    Router Lifetime (in seconds) advertised in Router Advertisement messages
    linkMtu String
    value of MTU option in Router Advertisement messages, upto 9216 in Jumbo-Frame mode, up to 1500 otherwise
    managedFlag Boolean
    Set the Managed Configuration Flag (M-bit) in Router Advertisement messages
    maxInterval Number
    Maximum interval (seconds) between consecutive unsolicited Router Advertisement messages
    minInterval Number
    Minimum interval (seconds) between consecutive unsolicited Router Advertisement messages
    otherFlag Boolean
    Set the Other Stateful Configuration Flag (O-bit) in Router Advertisement messages
    reachableTime String
    Reachable Time (in milliseconds) advertised in Router Advertisement messages
    retransmissionTimer String
    Retransmission Timer (in milliseconds) advertised in Router Advertisement messages
    routerPreference String
    Router Preference

    GetEthernetInterfaceLayer3Ipv6NeighborDiscoveryRouterAdvertisementDnsSupport

    GetEthernetInterfaceLayer3Ipv6NeighborDiscoveryRouterAdvertisementDnsSupportServer

    Lifetime double
    Router Lifetime (in seconds) advertised in Router Advertisement messages
    Name string
    Lifetime float64
    Router Lifetime (in seconds) advertised in Router Advertisement messages
    Name string
    lifetime Double
    Router Lifetime (in seconds) advertised in Router Advertisement messages
    name String
    lifetime number
    Router Lifetime (in seconds) advertised in Router Advertisement messages
    name string
    lifetime float
    Router Lifetime (in seconds) advertised in Router Advertisement messages
    name str
    lifetime Number
    Router Lifetime (in seconds) advertised in Router Advertisement messages
    name String

    GetEthernetInterfaceLayer3Ipv6NeighborDiscoveryRouterAdvertisementDnsSupportSuffix

    Lifetime double
    Router Lifetime (in seconds) advertised in Router Advertisement messages
    Name string
    Lifetime float64
    Router Lifetime (in seconds) advertised in Router Advertisement messages
    Name string
    lifetime Double
    Router Lifetime (in seconds) advertised in Router Advertisement messages
    name String
    lifetime number
    Router Lifetime (in seconds) advertised in Router Advertisement messages
    name string
    lifetime float
    Router Lifetime (in seconds) advertised in Router Advertisement messages
    name str
    lifetime Number
    Router Lifetime (in seconds) advertised in Router Advertisement messages
    name String

    GetEthernetInterfaceLayer3Lldp

    enable Boolean
    highAvailability Property Map
    profile String
    LLDP profile

    GetEthernetInterfaceLayer3LldpHighAvailability

    PassivePreNegotiation bool
    Enable LLDP pre-negotiation in HA passive state
    PassivePreNegotiation bool
    Enable LLDP pre-negotiation in HA passive state
    passivePreNegotiation Boolean
    Enable LLDP pre-negotiation in HA passive state
    passivePreNegotiation boolean
    Enable LLDP pre-negotiation in HA passive state
    passive_pre_negotiation bool
    Enable LLDP pre-negotiation in HA passive state
    passivePreNegotiation Boolean
    Enable LLDP pre-negotiation in HA passive state

    GetEthernetInterfaceLayer3NdpProxy

    addresses List<GetEthernetInterfaceLayer3NdpProxyAddress>
    enabled Boolean
    Enable proxy NDP on the interface
    addresses GetEthernetInterfaceLayer3NdpProxyAddress[]
    enabled boolean
    Enable proxy NDP on the interface
    addresses List<Property Map>
    enabled Boolean
    Enable proxy NDP on the interface

    GetEthernetInterfaceLayer3NdpProxyAddress

    Name string
    Negate bool
    put the prefix or address on a block list
    Name string
    Negate bool
    put the prefix or address on a block list
    name String
    negate Boolean
    put the prefix or address on a block list
    name string
    negate boolean
    put the prefix or address on a block list
    name str
    negate bool
    put the prefix or address on a block list
    name String
    negate Boolean
    put the prefix or address on a block list

    GetEthernetInterfaceLayer3Pppoe

    AccessConcentrator string
    desired access concentrator
    Authentication string
    authentication protocol
    CreateDefaultRoute bool
    automatically create default route pointing to peer
    DefaultRouteMetric double
    metric of the default route created
    Enable bool
    Passive GetEthernetInterfaceLayer3PppoePassive
    Password string
    password for ppp autentication
    Service string
    desired service
    StaticAddress GetEthernetInterfaceLayer3PppoeStaticAddress
    Username string
    username for ppp authentication
    AccessConcentrator string
    desired access concentrator
    Authentication string
    authentication protocol
    CreateDefaultRoute bool
    automatically create default route pointing to peer
    DefaultRouteMetric float64
    metric of the default route created
    Enable bool
    Passive GetEthernetInterfaceLayer3PppoePassive
    Password string
    password for ppp autentication
    Service string
    desired service
    StaticAddress GetEthernetInterfaceLayer3PppoeStaticAddress
    Username string
    username for ppp authentication
    accessConcentrator String
    desired access concentrator
    authentication String
    authentication protocol
    createDefaultRoute Boolean
    automatically create default route pointing to peer
    defaultRouteMetric Double
    metric of the default route created
    enable Boolean
    passive GetEthernetInterfaceLayer3PppoePassive
    password String
    password for ppp autentication
    service String
    desired service
    staticAddress GetEthernetInterfaceLayer3PppoeStaticAddress
    username String
    username for ppp authentication
    accessConcentrator string
    desired access concentrator
    authentication string
    authentication protocol
    createDefaultRoute boolean
    automatically create default route pointing to peer
    defaultRouteMetric number
    metric of the default route created
    enable boolean
    passive GetEthernetInterfaceLayer3PppoePassive
    password string
    password for ppp autentication
    service string
    desired service
    staticAddress GetEthernetInterfaceLayer3PppoeStaticAddress
    username string
    username for ppp authentication
    access_concentrator str
    desired access concentrator
    authentication str
    authentication protocol
    create_default_route bool
    automatically create default route pointing to peer
    default_route_metric float
    metric of the default route created
    enable bool
    passive GetEthernetInterfaceLayer3PppoePassive
    password str
    password for ppp autentication
    service str
    desired service
    static_address GetEthernetInterfaceLayer3PppoeStaticAddress
    username str
    username for ppp authentication
    accessConcentrator String
    desired access concentrator
    authentication String
    authentication protocol
    createDefaultRoute Boolean
    automatically create default route pointing to peer
    defaultRouteMetric Number
    metric of the default route created
    enable Boolean
    passive Property Map
    password String
    password for ppp autentication
    service String
    desired service
    staticAddress Property Map
    username String
    username for ppp authentication

    GetEthernetInterfaceLayer3PppoePassive

    Enable bool
    Enable bool
    enable Boolean
    enable boolean
    enable bool
    enable Boolean

    GetEthernetInterfaceLayer3PppoeStaticAddress

    Ips string
    static ip address
    Ips string
    static ip address
    ips String
    static ip address
    ips string
    static ip address
    ips str
    static ip address
    ips String
    static ip address

    GetEthernetInterfaceLayer3SdwanLinkSettings

    Enable bool
    Enable sdwan on this ethernet interface
    SdwanInterfaceProfile string
    Sdwan link characteristics
    UpstreamNat GetEthernetInterfaceLayer3SdwanLinkSettingsUpstreamNat
    Enable bool
    Enable sdwan on this ethernet interface
    SdwanInterfaceProfile string
    Sdwan link characteristics
    UpstreamNat GetEthernetInterfaceLayer3SdwanLinkSettingsUpstreamNat
    enable Boolean
    Enable sdwan on this ethernet interface
    sdwanInterfaceProfile String
    Sdwan link characteristics
    upstreamNat GetEthernetInterfaceLayer3SdwanLinkSettingsUpstreamNat
    enable boolean
    Enable sdwan on this ethernet interface
    sdwanInterfaceProfile string
    Sdwan link characteristics
    upstreamNat GetEthernetInterfaceLayer3SdwanLinkSettingsUpstreamNat
    enable bool
    Enable sdwan on this ethernet interface
    sdwan_interface_profile str
    Sdwan link characteristics
    upstream_nat GetEthernetInterfaceLayer3SdwanLinkSettingsUpstreamNat
    enable Boolean
    Enable sdwan on this ethernet interface
    sdwanInterfaceProfile String
    Sdwan link characteristics
    upstreamNat Property Map

    GetEthernetInterfaceLayer3SdwanLinkSettingsUpstreamNat

    ddns Property Map
    enable Boolean
    Enable upstream NAT IP config
    staticIp Property Map

    GetEthernetInterfaceLayer3SdwanLinkSettingsUpstreamNatStaticIp

    Fqdn string
    Upstream NAT address FQDN name configuration
    IpAddress string
    Upstream NAT IP address
    Fqdn string
    Upstream NAT address FQDN name configuration
    IpAddress string
    Upstream NAT IP address
    fqdn String
    Upstream NAT address FQDN name configuration
    ipAddress String
    Upstream NAT IP address
    fqdn string
    Upstream NAT address FQDN name configuration
    ipAddress string
    Upstream NAT IP address
    fqdn str
    Upstream NAT address FQDN name configuration
    ip_address str
    Upstream NAT IP address
    fqdn String
    Upstream NAT address FQDN name configuration
    ipAddress String
    Upstream NAT IP address

    GetEthernetInterfaceLocation

    Ngfw GetEthernetInterfaceLocationNgfw
    Located in a specific NGFW device
    Shared GetEthernetInterfaceLocationShared
    Panorama shared object
    Template GetEthernetInterfaceLocationTemplate
    Located in a specific template
    TemplateStack GetEthernetInterfaceLocationTemplateStack
    Located in a specific template stack
    Ngfw GetEthernetInterfaceLocationNgfw
    Located in a specific NGFW device
    Shared GetEthernetInterfaceLocationShared
    Panorama shared object
    Template GetEthernetInterfaceLocationTemplate
    Located in a specific template
    TemplateStack GetEthernetInterfaceLocationTemplateStack
    Located in a specific template stack
    ngfw GetEthernetInterfaceLocationNgfw
    Located in a specific NGFW device
    shared GetEthernetInterfaceLocationShared
    Panorama shared object
    template GetEthernetInterfaceLocationTemplate
    Located in a specific template
    templateStack GetEthernetInterfaceLocationTemplateStack
    Located in a specific template stack
    ngfw GetEthernetInterfaceLocationNgfw
    Located in a specific NGFW device
    shared GetEthernetInterfaceLocationShared
    Panorama shared object
    template GetEthernetInterfaceLocationTemplate
    Located in a specific template
    templateStack GetEthernetInterfaceLocationTemplateStack
    Located in a specific template stack
    ngfw GetEthernetInterfaceLocationNgfw
    Located in a specific NGFW device
    shared GetEthernetInterfaceLocationShared
    Panorama shared object
    template GetEthernetInterfaceLocationTemplate
    Located in a specific template
    template_stack GetEthernetInterfaceLocationTemplateStack
    Located in a specific template stack
    ngfw Property Map
    Located in a specific NGFW device
    shared Property Map
    Panorama shared object
    template Property Map
    Located in a specific template
    templateStack Property Map
    Located in a specific template stack

    GetEthernetInterfaceLocationNgfw

    NgfwDevice string
    The NGFW device
    NgfwDevice string
    The NGFW device
    ngfwDevice String
    The NGFW device
    ngfwDevice string
    The NGFW device
    ngfw_device str
    The NGFW device
    ngfwDevice String
    The NGFW device

    GetEthernetInterfaceLocationTemplate

    Name string
    Specific Panorama template
    NgfwDevice string
    The NGFW device
    PanoramaDevice string
    Specific Panorama device
    Vsys string
    Name string
    Specific Panorama template
    NgfwDevice string
    The NGFW device
    PanoramaDevice string
    Specific Panorama device
    Vsys string
    name String
    Specific Panorama template
    ngfwDevice String
    The NGFW device
    panoramaDevice String
    Specific Panorama device
    vsys String
    name string
    Specific Panorama template
    ngfwDevice string
    The NGFW device
    panoramaDevice string
    Specific Panorama device
    vsys string
    name str
    Specific Panorama template
    ngfw_device str
    The NGFW device
    panorama_device str
    Specific Panorama device
    vsys str
    name String
    Specific Panorama template
    ngfwDevice String
    The NGFW device
    panoramaDevice String
    Specific Panorama device
    vsys String

    GetEthernetInterfaceLocationTemplateStack

    Name string
    Specific Panorama template stack
    NgfwDevice string
    The NGFW device
    PanoramaDevice string
    Specific Panorama device
    Name string
    Specific Panorama template stack
    NgfwDevice string
    The NGFW device
    PanoramaDevice string
    Specific Panorama device
    name String
    Specific Panorama template stack
    ngfwDevice String
    The NGFW device
    panoramaDevice String
    Specific Panorama device
    name string
    Specific Panorama template stack
    ngfwDevice string
    The NGFW device
    panoramaDevice string
    Specific Panorama device
    name str
    Specific Panorama template stack
    ngfw_device str
    The NGFW device
    panorama_device str
    Specific Panorama device
    name String
    Specific Panorama template stack
    ngfwDevice String
    The NGFW device
    panoramaDevice String
    Specific Panorama device

    GetEthernetInterfaceLogCard

    DefaultGateway string
    log forwarding card default gateway
    IpAddress string
    IP address for the log card forwarding interface
    Ipv6Address string
    IPv6 address for the log card forwarding interface
    Ipv6DefaultGateway string
    log forwarding IPv6 card default gateway
    Netmask string
    IP netmask for the log card forwarding interface
    DefaultGateway string
    log forwarding card default gateway
    IpAddress string
    IP address for the log card forwarding interface
    Ipv6Address string
    IPv6 address for the log card forwarding interface
    Ipv6DefaultGateway string
    log forwarding IPv6 card default gateway
    Netmask string
    IP netmask for the log card forwarding interface
    defaultGateway String
    log forwarding card default gateway
    ipAddress String
    IP address for the log card forwarding interface
    ipv6Address String
    IPv6 address for the log card forwarding interface
    ipv6DefaultGateway String
    log forwarding IPv6 card default gateway
    netmask String
    IP netmask for the log card forwarding interface
    defaultGateway string
    log forwarding card default gateway
    ipAddress string
    IP address for the log card forwarding interface
    ipv6Address string
    IPv6 address for the log card forwarding interface
    ipv6DefaultGateway string
    log forwarding IPv6 card default gateway
    netmask string
    IP netmask for the log card forwarding interface
    default_gateway str
    log forwarding card default gateway
    ip_address str
    IP address for the log card forwarding interface
    ipv6_address str
    IPv6 address for the log card forwarding interface
    ipv6_default_gateway str
    log forwarding IPv6 card default gateway
    netmask str
    IP netmask for the log card forwarding interface
    defaultGateway String
    log forwarding card default gateway
    ipAddress String
    IP address for the log card forwarding interface
    ipv6Address String
    IPv6 address for the log card forwarding interface
    ipv6DefaultGateway String
    log forwarding IPv6 card default gateway
    netmask String
    IP netmask for the log card forwarding interface

    GetEthernetInterfacePoe

    Enabled bool
    PoE Enable
    PoeReservedPower double
    Reserved Power
    Enabled bool
    PoE Enable
    PoeReservedPower float64
    Reserved Power
    enabled Boolean
    PoE Enable
    poeReservedPower Double
    Reserved Power
    enabled boolean
    PoE Enable
    poeReservedPower number
    Reserved Power
    enabled bool
    PoE Enable
    poe_reserved_power float
    Reserved Power
    enabled Boolean
    PoE Enable
    poeReservedPower Number
    Reserved Power

    GetEthernetInterfaceTap

    NetflowProfile string
    Netflow Server Profile
    NetflowProfile string
    Netflow Server Profile
    netflowProfile String
    Netflow Server Profile
    netflowProfile string
    Netflow Server Profile
    netflow_profile str
    Netflow Server Profile
    netflowProfile String
    Netflow Server Profile

    GetEthernetInterfaceVirtualWire

    lacp Property Map
    lldp Property Map
    netflowProfile String
    Netflow Server Profile

    GetEthernetInterfaceVirtualWireLacp

    GetEthernetInterfaceVirtualWireLacpHighAvailability

    PassivePreNegotiation bool
    Allow LACP traffic to traverse this device in HA passive state
    PassivePreNegotiation bool
    Allow LACP traffic to traverse this device in HA passive state
    passivePreNegotiation Boolean
    Allow LACP traffic to traverse this device in HA passive state
    passivePreNegotiation boolean
    Allow LACP traffic to traverse this device in HA passive state
    passive_pre_negotiation bool
    Allow LACP traffic to traverse this device in HA passive state
    passivePreNegotiation Boolean
    Allow LACP traffic to traverse this device in HA passive state

    GetEthernetInterfaceVirtualWireLldp

    enable Boolean
    highAvailability Property Map
    profile String
    LLDP profile

    GetEthernetInterfaceVirtualWireLldpHighAvailability

    PassivePreNegotiation bool
    Enable LLDP pre-negotiation in HA passive state
    PassivePreNegotiation bool
    Enable LLDP pre-negotiation in HA passive state
    passivePreNegotiation Boolean
    Enable LLDP pre-negotiation in HA passive state
    passivePreNegotiation boolean
    Enable LLDP pre-negotiation in HA passive state
    passive_pre_negotiation bool
    Enable LLDP pre-negotiation in HA passive state
    passivePreNegotiation Boolean
    Enable LLDP pre-negotiation in HA passive state

    Package Details

    Repository
    panos paloaltonetworks/terraform-provider-panos
    License
    Notes
    This Pulumi package is based on the panos Terraform Provider.
    panos logo
    panos 2.0.0 published on Tuesday, Apr 15, 2025 by paloaltonetworks