1. Packages
  2. Strata Cloud Manager Provider
  3. API Docs
  4. getEthernetInterfaceList
Strata Cloud Manager v0.4.3 published on Saturday, Nov 8, 2025 by Pulumi
scm logo
Strata Cloud Manager v0.4.3 published on Saturday, Nov 8, 2025 by Pulumi

    Retrieves a listing of config items.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as scm from "@pulumi/scm";
    
    // Fetch a list of all ethernet interfaces
    const allEthernetInterfaces = scm.getEthernetInterfaceList({
        folder: "ngfw-shared",
    });
    export const scmEthernetInterfaceList = allEthernetInterfaces.then(allEthernetInterfaces => .reduce((__obj, interface) => ({ ...__obj, [_interface.name]: _interface })));
    
    import pulumi
    import pulumi_scm as scm
    
    # Fetch a list of all ethernet interfaces
    all_ethernet_interfaces = scm.get_ethernet_interface_list(folder="ngfw-shared")
    pulumi.export("scmEthernetInterfaceList", {interface.name: interface for interface in all_ethernet_interfaces.datas})
    
    Example coming soon!
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Scm = Pulumi.Scm;
    
    return await Deployment.RunAsync(() => 
    {
        // Fetch a list of all ethernet interfaces
        var allEthernetInterfaces = Scm.GetEthernetInterfaceList.Invoke(new()
        {
            Folder = "ngfw-shared",
        });
    
        return new Dictionary<string, object?>
        {
            ["scmEthernetInterfaceList"] = ,
        };
    });
    
    Example coming soon!
    
    Example coming soon!
    

    Using getEthernetInterfaceList

    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 getEthernetInterfaceList(args: GetEthernetInterfaceListArgs, opts?: InvokeOptions): Promise<GetEthernetInterfaceListResult>
    function getEthernetInterfaceListOutput(args: GetEthernetInterfaceListOutputArgs, opts?: InvokeOptions): Output<GetEthernetInterfaceListResult>
    def get_ethernet_interface_list(device: Optional[str] = None,
                                    folder: Optional[str] = None,
                                    limit: Optional[int] = None,
                                    name: Optional[str] = None,
                                    offset: Optional[int] = None,
                                    snippet: Optional[str] = None,
                                    opts: Optional[InvokeOptions] = None) -> GetEthernetInterfaceListResult
    def get_ethernet_interface_list_output(device: Optional[pulumi.Input[str]] = None,
                                    folder: Optional[pulumi.Input[str]] = None,
                                    limit: Optional[pulumi.Input[int]] = None,
                                    name: Optional[pulumi.Input[str]] = None,
                                    offset: Optional[pulumi.Input[int]] = None,
                                    snippet: Optional[pulumi.Input[str]] = None,
                                    opts: Optional[InvokeOptions] = None) -> Output[GetEthernetInterfaceListResult]
    func GetEthernetInterfaceList(ctx *Context, args *GetEthernetInterfaceListArgs, opts ...InvokeOption) (*GetEthernetInterfaceListResult, error)
    func GetEthernetInterfaceListOutput(ctx *Context, args *GetEthernetInterfaceListOutputArgs, opts ...InvokeOption) GetEthernetInterfaceListResultOutput

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

    public static class GetEthernetInterfaceList 
    {
        public static Task<GetEthernetInterfaceListResult> InvokeAsync(GetEthernetInterfaceListArgs args, InvokeOptions? opts = null)
        public static Output<GetEthernetInterfaceListResult> Invoke(GetEthernetInterfaceListInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetEthernetInterfaceListResult> getEthernetInterfaceList(GetEthernetInterfaceListArgs args, InvokeOptions options)
    public static Output<GetEthernetInterfaceListResult> getEthernetInterfaceList(GetEthernetInterfaceListArgs args, InvokeOptions options)
    
    fn::invoke:
      function: scm:index/getEthernetInterfaceList:getEthernetInterfaceList
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Device string
    The device of the item.
    Folder string
    The folder of the item. Default: Shared.
    Limit int
    The max number of items to return. Default: 200.
    Name string
    The name of the item.
    Offset int
    The offset of the first item to return.
    Snippet string
    The snippet of the item.
    Device string
    The device of the item.
    Folder string
    The folder of the item. Default: Shared.
    Limit int
    The max number of items to return. Default: 200.
    Name string
    The name of the item.
    Offset int
    The offset of the first item to return.
    Snippet string
    The snippet of the item.
    device String
    The device of the item.
    folder String
    The folder of the item. Default: Shared.
    limit Integer
    The max number of items to return. Default: 200.
    name String
    The name of the item.
    offset Integer
    The offset of the first item to return.
    snippet String
    The snippet of the item.
    device string
    The device of the item.
    folder string
    The folder of the item. Default: Shared.
    limit number
    The max number of items to return. Default: 200.
    name string
    The name of the item.
    offset number
    The offset of the first item to return.
    snippet string
    The snippet of the item.
    device str
    The device of the item.
    folder str
    The folder of the item. Default: Shared.
    limit int
    The max number of items to return. Default: 200.
    name str
    The name of the item.
    offset int
    The offset of the first item to return.
    snippet str
    The snippet of the item.
    device String
    The device of the item.
    folder String
    The folder of the item. Default: Shared.
    limit Number
    The max number of items to return. Default: 200.
    name String
    The name of the item.
    offset Number
    The offset of the first item to return.
    snippet String
    The snippet of the item.

    getEthernetInterfaceList Result

    The following output properties are available:

    Datas List<GetEthernetInterfaceListData>
    The data.
    Id string
    The provider-assigned unique ID for this managed resource.
    Tfid string
    Total int
    The total number of items.
    Device string
    The device of the item.
    Folder string
    The folder of the item. Default: Shared.
    Limit int
    The max number of items to return. Default: 200.
    Name string
    The name of the item.
    Offset int
    The offset of the first item to return.
    Snippet string
    The snippet of the item.
    Datas []GetEthernetInterfaceListData
    The data.
    Id string
    The provider-assigned unique ID for this managed resource.
    Tfid string
    Total int
    The total number of items.
    Device string
    The device of the item.
    Folder string
    The folder of the item. Default: Shared.
    Limit int
    The max number of items to return. Default: 200.
    Name string
    The name of the item.
    Offset int
    The offset of the first item to return.
    Snippet string
    The snippet of the item.
    datas List<GetEthernetInterfaceListData>
    The data.
    id String
    The provider-assigned unique ID for this managed resource.
    tfid String
    total Integer
    The total number of items.
    device String
    The device of the item.
    folder String
    The folder of the item. Default: Shared.
    limit Integer
    The max number of items to return. Default: 200.
    name String
    The name of the item.
    offset Integer
    The offset of the first item to return.
    snippet String
    The snippet of the item.
    datas GetEthernetInterfaceListData[]
    The data.
    id string
    The provider-assigned unique ID for this managed resource.
    tfid string
    total number
    The total number of items.
    device string
    The device of the item.
    folder string
    The folder of the item. Default: Shared.
    limit number
    The max number of items to return. Default: 200.
    name string
    The name of the item.
    offset number
    The offset of the first item to return.
    snippet string
    The snippet of the item.
    datas Sequence[GetEthernetInterfaceListData]
    The data.
    id str
    The provider-assigned unique ID for this managed resource.
    tfid str
    total int
    The total number of items.
    device str
    The device of the item.
    folder str
    The folder of the item. Default: Shared.
    limit int
    The max number of items to return. Default: 200.
    name str
    The name of the item.
    offset int
    The offset of the first item to return.
    snippet str
    The snippet of the item.
    datas List<Property Map>
    The data.
    id String
    The provider-assigned unique ID for this managed resource.
    tfid String
    total Number
    The total number of items.
    device String
    The device of the item.
    folder String
    The folder of the item. Default: Shared.
    limit Number
    The max number of items to return. Default: 200.
    name String
    The name of the item.
    offset Number
    The offset of the first item to return.
    snippet String
    The snippet of the item.

    Supporting Types

    GetEthernetInterfaceListData

    Comment string
    Interface description
    DefaultValue string
    Default interface assignment
    Device string
    The device in which the resource is defined
    EncryptedValues Dictionary<string, string>
    Map of sensitive values returned from the API.
    Folder string
    The folder in which the resource is defined
    Id string
    UUID of the resource
    Layer2 GetEthernetInterfaceListDataLayer2
    Layer2
    Layer3 GetEthernetInterfaceListDataLayer3
    Ethernet Interface Layer 3 configuration
    LinkDuplex string
    Link duplex
    LinkSpeed string
    Link speed
    LinkState string
    Link state
    Name string
    Interface name
    Poe GetEthernetInterfaceListDataPoe
    Poe
    Snippet string
    The snippet in which the resource is defined
    Tap GetEthernetInterfaceListDataTap
    Tap
    Tfid string
    Comment string
    Interface description
    DefaultValue string
    Default interface assignment
    Device string
    The device in which the resource is defined
    EncryptedValues map[string]string
    Map of sensitive values returned from the API.
    Folder string
    The folder in which the resource is defined
    Id string
    UUID of the resource
    Layer2 GetEthernetInterfaceListDataLayer2
    Layer2
    Layer3 GetEthernetInterfaceListDataLayer3
    Ethernet Interface Layer 3 configuration
    LinkDuplex string
    Link duplex
    LinkSpeed string
    Link speed
    LinkState string
    Link state
    Name string
    Interface name
    Poe GetEthernetInterfaceListDataPoe
    Poe
    Snippet string
    The snippet in which the resource is defined
    Tap GetEthernetInterfaceListDataTap
    Tap
    Tfid string
    comment String
    Interface description
    defaultValue String
    Default interface assignment
    device String
    The device in which the resource is defined
    encryptedValues Map<String,String>
    Map of sensitive values returned from the API.
    folder String
    The folder in which the resource is defined
    id String
    UUID of the resource
    layer2 GetEthernetInterfaceListDataLayer2
    Layer2
    layer3 GetEthernetInterfaceListDataLayer3
    Ethernet Interface Layer 3 configuration
    linkDuplex String
    Link duplex
    linkSpeed String
    Link speed
    linkState String
    Link state
    name String
    Interface name
    poe GetEthernetInterfaceListDataPoe
    Poe
    snippet String
    The snippet in which the resource is defined
    tap GetEthernetInterfaceListDataTap
    Tap
    tfid String
    comment string
    Interface description
    defaultValue string
    Default interface assignment
    device string
    The device in which the resource is defined
    encryptedValues {[key: string]: string}
    Map of sensitive values returned from the API.
    folder string
    The folder in which the resource is defined
    id string
    UUID of the resource
    layer2 GetEthernetInterfaceListDataLayer2
    Layer2
    layer3 GetEthernetInterfaceListDataLayer3
    Ethernet Interface Layer 3 configuration
    linkDuplex string
    Link duplex
    linkSpeed string
    Link speed
    linkState string
    Link state
    name string
    Interface name
    poe GetEthernetInterfaceListDataPoe
    Poe
    snippet string
    The snippet in which the resource is defined
    tap GetEthernetInterfaceListDataTap
    Tap
    tfid string
    comment str
    Interface description
    default_value str
    Default interface assignment
    device str
    The device in which the resource is defined
    encrypted_values Mapping[str, str]
    Map of sensitive values returned from the API.
    folder str
    The folder in which the resource is defined
    id str
    UUID of the resource
    layer2 GetEthernetInterfaceListDataLayer2
    Layer2
    layer3 GetEthernetInterfaceListDataLayer3
    Ethernet Interface Layer 3 configuration
    link_duplex str
    Link duplex
    link_speed str
    Link speed
    link_state str
    Link state
    name str
    Interface name
    poe GetEthernetInterfaceListDataPoe
    Poe
    snippet str
    The snippet in which the resource is defined
    tap GetEthernetInterfaceListDataTap
    Tap
    tfid str
    comment String
    Interface description
    defaultValue String
    Default interface assignment
    device String
    The device in which the resource is defined
    encryptedValues Map<String>
    Map of sensitive values returned from the API.
    folder String
    The folder in which the resource is defined
    id String
    UUID of the resource
    layer2 Property Map
    Layer2
    layer3 Property Map
    Ethernet Interface Layer 3 configuration
    linkDuplex String
    Link duplex
    linkSpeed String
    Link speed
    linkState String
    Link state
    name String
    Interface name
    poe Property Map
    Poe
    snippet String
    The snippet in which the resource is defined
    tap Property Map
    Tap
    tfid String

    GetEthernetInterfaceListDataLayer2

    Lldp GetEthernetInterfaceListDataLayer2Lldp
    LLDP Settings
    VlanTag string
    Assign interface to VLAN tag
    Lldp GetEthernetInterfaceListDataLayer2Lldp
    LLDP Settings
    VlanTag string
    Assign interface to VLAN tag
    lldp GetEthernetInterfaceListDataLayer2Lldp
    LLDP Settings
    vlanTag String
    Assign interface to VLAN tag
    lldp GetEthernetInterfaceListDataLayer2Lldp
    LLDP Settings
    vlanTag string
    Assign interface to VLAN tag
    lldp GetEthernetInterfaceListDataLayer2Lldp
    LLDP Settings
    vlan_tag str
    Assign interface to VLAN tag
    lldp Property Map
    LLDP Settings
    vlanTag String
    Assign interface to VLAN tag

    GetEthernetInterfaceListDataLayer2Lldp

    Enable bool
    Enable LLDP on Interface
    Enable bool
    Enable LLDP on Interface
    enable Boolean
    Enable LLDP on Interface
    enable boolean
    Enable LLDP on Interface
    enable bool
    Enable LLDP on Interface
    enable Boolean
    Enable LLDP on Interface

    GetEthernetInterfaceListDataLayer3

    Arps List<GetEthernetInterfaceListDataLayer3Arp>
    Ethernet Interfaces ARP configuration
    DdnsConfig GetEthernetInterfaceListDataLayer3DdnsConfig
    Dynamic DNS configuration specific to the Ethernet Interfaces.
    DhcpClient GetEthernetInterfaceListDataLayer3DhcpClient
    Ethernet Interfaces DHCP Client Object
    InterfaceManagementProfile string
    Interface management profile
    Ips List<GetEthernetInterfaceListDataLayer3Ip>
    Ethernet Interface IP addresses
    Mtu int
    MTU
    Pppoe GetEthernetInterfaceListDataLayer3Pppoe
    Pppoe
    Arps []GetEthernetInterfaceListDataLayer3Arp
    Ethernet Interfaces ARP configuration
    DdnsConfig GetEthernetInterfaceListDataLayer3DdnsConfig
    Dynamic DNS configuration specific to the Ethernet Interfaces.
    DhcpClient GetEthernetInterfaceListDataLayer3DhcpClient
    Ethernet Interfaces DHCP Client Object
    InterfaceManagementProfile string
    Interface management profile
    Ips []GetEthernetInterfaceListDataLayer3Ip
    Ethernet Interface IP addresses
    Mtu int
    MTU
    Pppoe GetEthernetInterfaceListDataLayer3Pppoe
    Pppoe
    arps List<GetEthernetInterfaceListDataLayer3Arp>
    Ethernet Interfaces ARP configuration
    ddnsConfig GetEthernetInterfaceListDataLayer3DdnsConfig
    Dynamic DNS configuration specific to the Ethernet Interfaces.
    dhcpClient GetEthernetInterfaceListDataLayer3DhcpClient
    Ethernet Interfaces DHCP Client Object
    interfaceManagementProfile String
    Interface management profile
    ips List<GetEthernetInterfaceListDataLayer3Ip>
    Ethernet Interface IP addresses
    mtu Integer
    MTU
    pppoe GetEthernetInterfaceListDataLayer3Pppoe
    Pppoe
    arps GetEthernetInterfaceListDataLayer3Arp[]
    Ethernet Interfaces ARP configuration
    ddnsConfig GetEthernetInterfaceListDataLayer3DdnsConfig
    Dynamic DNS configuration specific to the Ethernet Interfaces.
    dhcpClient GetEthernetInterfaceListDataLayer3DhcpClient
    Ethernet Interfaces DHCP Client Object
    interfaceManagementProfile string
    Interface management profile
    ips GetEthernetInterfaceListDataLayer3Ip[]
    Ethernet Interface IP addresses
    mtu number
    MTU
    pppoe GetEthernetInterfaceListDataLayer3Pppoe
    Pppoe
    arps Sequence[GetEthernetInterfaceListDataLayer3Arp]
    Ethernet Interfaces ARP configuration
    ddns_config GetEthernetInterfaceListDataLayer3DdnsConfig
    Dynamic DNS configuration specific to the Ethernet Interfaces.
    dhcp_client GetEthernetInterfaceListDataLayer3DhcpClient
    Ethernet Interfaces DHCP Client Object
    interface_management_profile str
    Interface management profile
    ips Sequence[GetEthernetInterfaceListDataLayer3Ip]
    Ethernet Interface IP addresses
    mtu int
    MTU
    pppoe GetEthernetInterfaceListDataLayer3Pppoe
    Pppoe
    arps List<Property Map>
    Ethernet Interfaces ARP configuration
    ddnsConfig Property Map
    Dynamic DNS configuration specific to the Ethernet Interfaces.
    dhcpClient Property Map
    Ethernet Interfaces DHCP Client Object
    interfaceManagementProfile String
    Interface management profile
    ips List<Property Map>
    Ethernet Interface IP addresses
    mtu Number
    MTU
    pppoe Property Map
    Pppoe

    GetEthernetInterfaceListDataLayer3Arp

    HwAddress string
    MAC address
    Name string
    IP address
    HwAddress string
    MAC address
    Name string
    IP address
    hwAddress String
    MAC address
    name String
    IP address
    hwAddress string
    MAC address
    name string
    IP address
    hw_address str
    MAC address
    name str
    IP address
    hwAddress String
    MAC address
    name String
    IP address

    GetEthernetInterfaceListDataLayer3DdnsConfig

    DdnsCertProfile string
    Certificate profile
    DdnsEnabled bool
    Enable DDNS?
    DdnsHostname string
    Ddns hostname
    DdnsIp string
    IP to register (static only)
    DdnsUpdateInterval int
    Update interval (days)
    DdnsVendor string
    DDNS vendor
    DdnsVendorConfig string
    DDNS vendor
    DdnsCertProfile string
    Certificate profile
    DdnsEnabled bool
    Enable DDNS?
    DdnsHostname string
    Ddns hostname
    DdnsIp string
    IP to register (static only)
    DdnsUpdateInterval int
    Update interval (days)
    DdnsVendor string
    DDNS vendor
    DdnsVendorConfig string
    DDNS vendor
    ddnsCertProfile String
    Certificate profile
    ddnsEnabled Boolean
    Enable DDNS?
    ddnsHostname String
    Ddns hostname
    ddnsIp String
    IP to register (static only)
    ddnsUpdateInterval Integer
    Update interval (days)
    ddnsVendor String
    DDNS vendor
    ddnsVendorConfig String
    DDNS vendor
    ddnsCertProfile string
    Certificate profile
    ddnsEnabled boolean
    Enable DDNS?
    ddnsHostname string
    Ddns hostname
    ddnsIp string
    IP to register (static only)
    ddnsUpdateInterval number
    Update interval (days)
    ddnsVendor string
    DDNS vendor
    ddnsVendorConfig string
    DDNS vendor
    ddns_cert_profile str
    Certificate profile
    ddns_enabled bool
    Enable DDNS?
    ddns_hostname str
    Ddns hostname
    ddns_ip str
    IP to register (static only)
    ddns_update_interval int
    Update interval (days)
    ddns_vendor str
    DDNS vendor
    ddns_vendor_config str
    DDNS vendor
    ddnsCertProfile String
    Certificate profile
    ddnsEnabled Boolean
    Enable DDNS?
    ddnsHostname String
    Ddns hostname
    ddnsIp String
    IP to register (static only)
    ddnsUpdateInterval Number
    Update interval (days)
    ddnsVendor String
    DDNS vendor
    ddnsVendorConfig String
    DDNS vendor

    GetEthernetInterfaceListDataLayer3DhcpClient

    CreateDefaultRoute bool
    Automatically create default route pointing to default gateway provided by server
    DefaultRouteMetric int
    Metric of the default route created
    Enable bool
    Enable DHCP?
    SendHostname GetEthernetInterfaceListDataLayer3DhcpClientSendHostname
    Ethernet Interfaces DHCP ClientSend hostname
    CreateDefaultRoute bool
    Automatically create default route pointing to default gateway provided by server
    DefaultRouteMetric int
    Metric of the default route created
    Enable bool
    Enable DHCP?
    SendHostname GetEthernetInterfaceListDataLayer3DhcpClientSendHostname
    Ethernet Interfaces DHCP ClientSend hostname
    createDefaultRoute Boolean
    Automatically create default route pointing to default gateway provided by server
    defaultRouteMetric Integer
    Metric of the default route created
    enable Boolean
    Enable DHCP?
    sendHostname GetEthernetInterfaceListDataLayer3DhcpClientSendHostname
    Ethernet Interfaces DHCP ClientSend hostname
    createDefaultRoute boolean
    Automatically create default route pointing to default gateway provided by server
    defaultRouteMetric number
    Metric of the default route created
    enable boolean
    Enable DHCP?
    sendHostname GetEthernetInterfaceListDataLayer3DhcpClientSendHostname
    Ethernet Interfaces DHCP ClientSend hostname
    create_default_route bool
    Automatically create default route pointing to default gateway provided by server
    default_route_metric int
    Metric of the default route created
    enable bool
    Enable DHCP?
    send_hostname GetEthernetInterfaceListDataLayer3DhcpClientSendHostname
    Ethernet Interfaces DHCP ClientSend hostname
    createDefaultRoute Boolean
    Automatically create default route pointing to default gateway provided by server
    defaultRouteMetric Number
    Metric of the default route created
    enable Boolean
    Enable DHCP?
    sendHostname Property Map
    Ethernet Interfaces DHCP ClientSend hostname

    GetEthernetInterfaceListDataLayer3DhcpClientSendHostname

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

    GetEthernetInterfaceListDataLayer3Ip

    Name string
    Ethernet Interface IP addresses name
    Name string
    Ethernet Interface IP addresses name
    name String
    Ethernet Interface IP addresses name
    name string
    Ethernet Interface IP addresses name
    name str
    Ethernet Interface IP addresses name
    name String
    Ethernet Interface IP addresses name

    GetEthernetInterfaceListDataLayer3Pppoe

    AccessConcentrator string
    Access concentrator
    Authentication string
    Authentication protocol
    DefaultRouteMetric int
    Metric of the default route created
    Enable bool
    Enable
    Passive GetEthernetInterfaceListDataLayer3PppoePassive
    Passive
    Password string
    Password
    Service string
    Service
    StaticAddress GetEthernetInterfaceListDataLayer3PppoeStaticAddress
    Static address
    Username string
    Username
    AccessConcentrator string
    Access concentrator
    Authentication string
    Authentication protocol
    DefaultRouteMetric int
    Metric of the default route created
    Enable bool
    Enable
    Passive GetEthernetInterfaceListDataLayer3PppoePassive
    Passive
    Password string
    Password
    Service string
    Service
    StaticAddress GetEthernetInterfaceListDataLayer3PppoeStaticAddress
    Static address
    Username string
    Username
    accessConcentrator String
    Access concentrator
    authentication String
    Authentication protocol
    defaultRouteMetric Integer
    Metric of the default route created
    enable Boolean
    Enable
    passive GetEthernetInterfaceListDataLayer3PppoePassive
    Passive
    password String
    Password
    service String
    Service
    staticAddress GetEthernetInterfaceListDataLayer3PppoeStaticAddress
    Static address
    username String
    Username
    accessConcentrator string
    Access concentrator
    authentication string
    Authentication protocol
    defaultRouteMetric number
    Metric of the default route created
    enable boolean
    Enable
    passive GetEthernetInterfaceListDataLayer3PppoePassive
    Passive
    password string
    Password
    service string
    Service
    staticAddress GetEthernetInterfaceListDataLayer3PppoeStaticAddress
    Static address
    username string
    Username
    access_concentrator str
    Access concentrator
    authentication str
    Authentication protocol
    default_route_metric int
    Metric of the default route created
    enable bool
    Enable
    passive GetEthernetInterfaceListDataLayer3PppoePassive
    Passive
    password str
    Password
    service str
    Service
    static_address GetEthernetInterfaceListDataLayer3PppoeStaticAddress
    Static address
    username str
    Username
    accessConcentrator String
    Access concentrator
    authentication String
    Authentication protocol
    defaultRouteMetric Number
    Metric of the default route created
    enable Boolean
    Enable
    passive Property Map
    Passive
    password String
    Password
    service String
    Service
    staticAddress Property Map
    Static address
    username String
    Username

    GetEthernetInterfaceListDataLayer3PppoePassive

    Enable bool
    Passive Mode enabled
    Enable bool
    Passive Mode enabled
    enable Boolean
    Passive Mode enabled
    enable boolean
    Passive Mode enabled
    enable bool
    Passive Mode enabled
    enable Boolean
    Passive Mode enabled

    GetEthernetInterfaceListDataLayer3PppoeStaticAddress

    Ip string
    Static IP address
    Ip string
    Static IP address
    ip String
    Static IP address
    ip string
    Static IP address
    ip str
    Static IP address
    ip String
    Static IP address

    GetEthernetInterfaceListDataPoe

    PoeEnabled bool
    Enabled PoE?
    PoeRsvdPwr int
    PoE reserved power
    PoeEnabled bool
    Enabled PoE?
    PoeRsvdPwr int
    PoE reserved power
    poeEnabled Boolean
    Enabled PoE?
    poeRsvdPwr Integer
    PoE reserved power
    poeEnabled boolean
    Enabled PoE?
    poeRsvdPwr number
    PoE reserved power
    poe_enabled bool
    Enabled PoE?
    poe_rsvd_pwr int
    PoE reserved power
    poeEnabled Boolean
    Enabled PoE?
    poeRsvdPwr Number
    PoE reserved power

    Package Details

    Repository
    scm pulumi/pulumi-scm
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the scm Terraform Provider.
    scm logo
    Strata Cloud Manager v0.4.3 published on Saturday, Nov 8, 2025 by Pulumi
      Meet Neo: Your AI Platform Teammate