1. Packages
  2. Strata Cloud Manager Provider
  3. API Docs
  4. getLoopbackInterfaceList
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 loopback interfaces
    const allLoopbackInterfaces = scm.getLoopbackInterfaceList({
        folder: "ngfw-shared",
    });
    export const scmLoopbackInterfaceList = allLoopbackInterfaces.then(allLoopbackInterfaces => .reduce((__obj, interface) => ({ ...__obj, [_interface.name]: _interface })));
    
    import pulumi
    import pulumi_scm as scm
    
    # Fetch a list of all loopback interfaces
    all_loopback_interfaces = scm.get_loopback_interface_list(folder="ngfw-shared")
    pulumi.export("scmLoopbackInterfaceList", {interface.name: interface for interface in all_loopback_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 loopback interfaces
        var allLoopbackInterfaces = Scm.GetLoopbackInterfaceList.Invoke(new()
        {
            Folder = "ngfw-shared",
        });
    
        return new Dictionary<string, object?>
        {
            ["scmLoopbackInterfaceList"] = ,
        };
    });
    
    Example coming soon!
    
    Example coming soon!
    

    Using getLoopbackInterfaceList

    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 getLoopbackInterfaceList(args: GetLoopbackInterfaceListArgs, opts?: InvokeOptions): Promise<GetLoopbackInterfaceListResult>
    function getLoopbackInterfaceListOutput(args: GetLoopbackInterfaceListOutputArgs, opts?: InvokeOptions): Output<GetLoopbackInterfaceListResult>
    def get_loopback_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) -> GetLoopbackInterfaceListResult
    def get_loopback_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[GetLoopbackInterfaceListResult]
    func GetLoopbackInterfaceList(ctx *Context, args *GetLoopbackInterfaceListArgs, opts ...InvokeOption) (*GetLoopbackInterfaceListResult, error)
    func GetLoopbackInterfaceListOutput(ctx *Context, args *GetLoopbackInterfaceListOutputArgs, opts ...InvokeOption) GetLoopbackInterfaceListResultOutput

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

    public static class GetLoopbackInterfaceList 
    {
        public static Task<GetLoopbackInterfaceListResult> InvokeAsync(GetLoopbackInterfaceListArgs args, InvokeOptions? opts = null)
        public static Output<GetLoopbackInterfaceListResult> Invoke(GetLoopbackInterfaceListInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetLoopbackInterfaceListResult> getLoopbackInterfaceList(GetLoopbackInterfaceListArgs args, InvokeOptions options)
    public static Output<GetLoopbackInterfaceListResult> getLoopbackInterfaceList(GetLoopbackInterfaceListArgs args, InvokeOptions options)
    
    fn::invoke:
      function: scm:index/getLoopbackInterfaceList:getLoopbackInterfaceList
      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.

    getLoopbackInterfaceList Result

    The following output properties are available:

    Datas List<GetLoopbackInterfaceListData>
    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 []GetLoopbackInterfaceListData
    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<GetLoopbackInterfaceListData>
    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 GetLoopbackInterfaceListData[]
    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[GetLoopbackInterfaceListData]
    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

    GetLoopbackInterfaceListData

    Comment string
    Description
    DefaultValue string
    Default interface assignment
    Device string
    The device in which the resource is defined
    Folder string
    The folder in which the resource is defined
    Id string
    UUID of the resource
    InterfaceManagementProfile string
    Interface management profile
    Ips List<GetLoopbackInterfaceListDataIp>
    Loopback IP Parent
    Ipv6 GetLoopbackInterfaceListDataIpv6
    Loopback IPv6 Configuration
    Mtu int
    MTU
    Name string
    Loopback Interface name
    Snippet string
    The snippet in which the resource is defined
    Tfid string
    Comment string
    Description
    DefaultValue string
    Default interface assignment
    Device string
    The device in which the resource is defined
    Folder string
    The folder in which the resource is defined
    Id string
    UUID of the resource
    InterfaceManagementProfile string
    Interface management profile
    Ips []GetLoopbackInterfaceListDataIp
    Loopback IP Parent
    Ipv6 GetLoopbackInterfaceListDataIpv6
    Loopback IPv6 Configuration
    Mtu int
    MTU
    Name string
    Loopback Interface name
    Snippet string
    The snippet in which the resource is defined
    Tfid string
    comment String
    Description
    defaultValue String
    Default interface assignment
    device String
    The device in which the resource is defined
    folder String
    The folder in which the resource is defined
    id String
    UUID of the resource
    interfaceManagementProfile String
    Interface management profile
    ips List<GetLoopbackInterfaceListDataIp>
    Loopback IP Parent
    ipv6 GetLoopbackInterfaceListDataIpv6
    Loopback IPv6 Configuration
    mtu Integer
    MTU
    name String
    Loopback Interface name
    snippet String
    The snippet in which the resource is defined
    tfid String
    comment string
    Description
    defaultValue string
    Default interface assignment
    device string
    The device in which the resource is defined
    folder string
    The folder in which the resource is defined
    id string
    UUID of the resource
    interfaceManagementProfile string
    Interface management profile
    ips GetLoopbackInterfaceListDataIp[]
    Loopback IP Parent
    ipv6 GetLoopbackInterfaceListDataIpv6
    Loopback IPv6 Configuration
    mtu number
    MTU
    name string
    Loopback Interface name
    snippet string
    The snippet in which the resource is defined
    tfid string
    comment str
    Description
    default_value str
    Default interface assignment
    device str
    The device in which the resource is defined
    folder str
    The folder in which the resource is defined
    id str
    UUID of the resource
    interface_management_profile str
    Interface management profile
    ips Sequence[GetLoopbackInterfaceListDataIp]
    Loopback IP Parent
    ipv6 GetLoopbackInterfaceListDataIpv6
    Loopback IPv6 Configuration
    mtu int
    MTU
    name str
    Loopback Interface name
    snippet str
    The snippet in which the resource is defined
    tfid str
    comment String
    Description
    defaultValue String
    Default interface assignment
    device String
    The device in which the resource is defined
    folder String
    The folder in which the resource is defined
    id String
    UUID of the resource
    interfaceManagementProfile String
    Interface management profile
    ips List<Property Map>
    Loopback IP Parent
    ipv6 Property Map
    Loopback IPv6 Configuration
    mtu Number
    MTU
    name String
    Loopback Interface name
    snippet String
    The snippet in which the resource is defined
    tfid String

    GetLoopbackInterfaceListDataIp

    Name string
    Loopback IP address(es)
    Name string
    Loopback IP address(es)
    name String
    Loopback IP address(es)
    name string
    Loopback IP address(es)
    name str
    Loopback IP address(es)
    name String
    Loopback IP address(es)

    GetLoopbackInterfaceListDataIpv6

    addresses GetLoopbackInterfaceListDataIpv6Address[]
    IPv6 Address Parent
    enabled boolean
    Enable IPv6
    addresses List<Property Map>
    IPv6 Address Parent
    enabled Boolean
    Enable IPv6

    GetLoopbackInterfaceListDataIpv6Address

    EnableOnInterface bool
    Enable Address on Interface
    InterfaceId string
    Interface ID
    Name string
    IPv6 Address
    EnableOnInterface bool
    Enable Address on Interface
    InterfaceId string
    Interface ID
    Name string
    IPv6 Address
    enableOnInterface Boolean
    Enable Address on Interface
    interfaceId String
    Interface ID
    name String
    IPv6 Address
    enableOnInterface boolean
    Enable Address on Interface
    interfaceId string
    Interface ID
    name string
    IPv6 Address
    enable_on_interface bool
    Enable Address on Interface
    interface_id str
    Interface ID
    name str
    IPv6 Address
    enableOnInterface Boolean
    Enable Address on Interface
    interfaceId String
    Interface ID
    name String
    IPv6 Address

    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