Viewing docs for Strata Cloud Manager v1.0.5
published on Saturday, Mar 21, 2026 by Pulumi
published on Saturday, Mar 21, 2026 by Pulumi
Viewing docs for Strata Cloud Manager v1.0.5
published on Saturday, Mar 21, 2026 by Pulumi
published on Saturday, Mar 21, 2026 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 dictionaryThe following arguments are supported:
getLoopbackInterfaceList Result
The following output properties are available:
- Datas
List<Get
Loopback Interface List Data> - The data.
- Id string
- The provider-assigned unique ID for this managed resource.
- Tfid string
- The Terraform ID.
- 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
[]Get
Loopback Interface List Data - The data.
- Id string
- The provider-assigned unique ID for this managed resource.
- Tfid string
- The Terraform ID.
- 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<Get
Loopback Interface List Data> - The data.
- id String
- The provider-assigned unique ID for this managed resource.
- tfid String
- The Terraform ID.
- 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
Get
Loopback Interface List Data[] - The data.
- id string
- The provider-assigned unique ID for this managed resource.
- tfid string
- The Terraform ID.
- 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[Get
Loopback Interface List Data] - The data.
- id str
- The provider-assigned unique ID for this managed resource.
- tfid str
- The Terraform ID.
- 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
- The Terraform ID.
- 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 for loopback interface
- Default
Value string - Default interface assignment for loopback interface
- Device string
- The device in which the resource is defined
- Folder string
- The folder of the item. Default: Shared.
- Id string
- UUID of the resource loopback interface
- Interface
Management stringProfile - Interface management profile for loopback interface
- Ips
List<Get
Loopback Interface List Data Ip> - Loopback IP Parent
- Ipv6
Get
Loopback Interface List Data Ipv6 - Loopback IPv6 Configuration
- Mtu int
- MTU for loopback interface
- Name string
- The name of the item.
- Netflow
Profile string - Name of Netflow Profile to assign to Interface
- Snippet string
- The snippet of the item.
- Tfid string
- The Terraform ID.
- Comment string
- Description for loopback interface
- Default
Value string - Default interface assignment for loopback interface
- Device string
- The device in which the resource is defined
- Folder string
- The folder of the item. Default: Shared.
- Id string
- UUID of the resource loopback interface
- Interface
Management stringProfile - Interface management profile for loopback interface
- Ips
[]Get
Loopback Interface List Data Ip - Loopback IP Parent
- Ipv6
Get
Loopback Interface List Data Ipv6 - Loopback IPv6 Configuration
- Mtu int
- MTU for loopback interface
- Name string
- The name of the item.
- Netflow
Profile string - Name of Netflow Profile to assign to Interface
- Snippet string
- The snippet of the item.
- Tfid string
- The Terraform ID.
- comment String
- Description for loopback interface
- default
Value String - Default interface assignment for loopback interface
- device String
- The device in which the resource is defined
- folder String
- The folder of the item. Default: Shared.
- id String
- UUID of the resource loopback interface
- interface
Management StringProfile - Interface management profile for loopback interface
- ips
List<Get
Loopback Interface List Data Ip> - Loopback IP Parent
- ipv6
Get
Loopback Interface List Data Ipv6 - Loopback IPv6 Configuration
- mtu Integer
- MTU for loopback interface
- name String
- The name of the item.
- netflow
Profile String - Name of Netflow Profile to assign to Interface
- snippet String
- The snippet of the item.
- tfid String
- The Terraform ID.
- comment string
- Description for loopback interface
- default
Value string - Default interface assignment for loopback interface
- device string
- The device in which the resource is defined
- folder string
- The folder of the item. Default: Shared.
- id string
- UUID of the resource loopback interface
- interface
Management stringProfile - Interface management profile for loopback interface
- ips
Get
Loopback Interface List Data Ip[] - Loopback IP Parent
- ipv6
Get
Loopback Interface List Data Ipv6 - Loopback IPv6 Configuration
- mtu number
- MTU for loopback interface
- name string
- The name of the item.
- netflow
Profile string - Name of Netflow Profile to assign to Interface
- snippet string
- The snippet of the item.
- tfid string
- The Terraform ID.
- comment str
- Description for loopback interface
- default_
value str - Default interface assignment for loopback interface
- device str
- The device in which the resource is defined
- folder str
- The folder of the item. Default: Shared.
- id str
- UUID of the resource loopback interface
- interface_
management_ strprofile - Interface management profile for loopback interface
- ips
Sequence[Get
Loopback Interface List Data Ip] - Loopback IP Parent
- ipv6
Get
Loopback Interface List Data Ipv6 - Loopback IPv6 Configuration
- mtu int
- MTU for loopback interface
- name str
- The name of the item.
- netflow_
profile str - Name of Netflow Profile to assign to Interface
- snippet str
- The snippet of the item.
- tfid str
- The Terraform ID.
- comment String
- Description for loopback interface
- default
Value String - Default interface assignment for loopback interface
- device String
- The device in which the resource is defined
- folder String
- The folder of the item. Default: Shared.
- id String
- UUID of the resource loopback interface
- interface
Management StringProfile - Interface management profile for loopback interface
- ips List<Property Map>
- Loopback IP Parent
- ipv6 Property Map
- Loopback IPv6 Configuration
- mtu Number
- MTU for loopback interface
- name String
- The name of the item.
- netflow
Profile String - Name of Netflow Profile to assign to Interface
- snippet String
- The snippet of the item.
- tfid String
- The Terraform ID.
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
List<Get
Loopback Interface List Data Ipv6Address> - IPv6 Address Parent for loopback interface
- Enabled bool
- Enable IPv6 for loopback interface
- Interface
Id string - Interface ID for loopback interface
- Addresses
[]Get
Loopback Interface List Data Ipv6Address - IPv6 Address Parent for loopback interface
- Enabled bool
- Enable IPv6 for loopback interface
- Interface
Id string - Interface ID for loopback interface
- addresses
List<Get
Loopback Interface List Data Ipv6Address> - IPv6 Address Parent for loopback interface
- enabled Boolean
- Enable IPv6 for loopback interface
- interface
Id String - Interface ID for loopback interface
- addresses
Get
Loopback Interface List Data Ipv6Address[] - IPv6 Address Parent for loopback interface
- enabled boolean
- Enable IPv6 for loopback interface
- interface
Id string - Interface ID for loopback interface
- addresses
Sequence[Get
Loopback Interface List Data Ipv6Address] - IPv6 Address Parent for loopback interface
- enabled bool
- Enable IPv6 for loopback interface
- interface_
id str - Interface ID for loopback interface
- addresses List<Property Map>
- IPv6 Address Parent for loopback interface
- enabled Boolean
- Enable IPv6 for loopback interface
- interface
Id String - Interface ID for loopback interface
GetLoopbackInterfaceListDataIpv6Address
- Anycast
Get
Loopback Interface List Data Ipv6Address Anycast - Anycast for loopback interface
- Enable
On boolInterface - Enable Address on Interface for loopback interface
- Name string
- IPv6 Address for loopback interface
- Prefix
Get
Loopback Interface List Data Ipv6Address Prefix - Use interface ID as host portion for loopback interface
- Anycast
Get
Loopback Interface List Data Ipv6Address Anycast - Anycast for loopback interface
- Enable
On boolInterface - Enable Address on Interface for loopback interface
- Name string
- IPv6 Address for loopback interface
- Prefix
Get
Loopback Interface List Data Ipv6Address Prefix - Use interface ID as host portion for loopback interface
- anycast
Get
Loopback Interface List Data Ipv6Address Anycast - Anycast for loopback interface
- enable
On BooleanInterface - Enable Address on Interface for loopback interface
- name String
- IPv6 Address for loopback interface
- prefix
Get
Loopback Interface List Data Ipv6Address Prefix - Use interface ID as host portion for loopback interface
- anycast
Get
Loopback Interface List Data Ipv6Address Anycast - Anycast for loopback interface
- enable
On booleanInterface - Enable Address on Interface for loopback interface
- name string
- IPv6 Address for loopback interface
- prefix
Get
Loopback Interface List Data Ipv6Address Prefix - Use interface ID as host portion for loopback interface
- anycast
Get
Loopback Interface List Data Ipv6Address Anycast - Anycast for loopback interface
- enable_
on_ boolinterface - Enable Address on Interface for loopback interface
- name str
- IPv6 Address for loopback interface
- prefix
Get
Loopback Interface List Data Ipv6Address Prefix - Use interface ID as host portion for loopback interface
- anycast Property Map
- Anycast for loopback interface
- enable
On BooleanInterface - Enable Address on Interface for loopback interface
- name String
- IPv6 Address for loopback interface
- prefix Property Map
- Use interface ID as host portion for loopback interface
Package Details
- Repository
- scm pulumi/pulumi-scm
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
scmTerraform Provider.
Viewing docs for Strata Cloud Manager v1.0.5
published on Saturday, Mar 21, 2026 by Pulumi
published on Saturday, Mar 21, 2026 by Pulumi
