Strata Cloud Manager v0.4.3 published on Saturday, Nov 8, 2025 by Pulumi
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 vlan interfaces
const allVlanInterfaces = scm.getVlanInterfaceList({
folder: "ngfw-shared",
});
export const scmVlanInterfaceList = allVlanInterfaces.then(allVlanInterfaces => .reduce((__obj, interface) => ({ ...__obj, [_interface.name]: _interface })));
import pulumi
import pulumi_scm as scm
# Fetch a list of all vlan interfaces
all_vlan_interfaces = scm.get_vlan_interface_list(folder="ngfw-shared")
pulumi.export("scmVlanInterfaceList", {interface.name: interface for interface in all_vlan_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 vlan interfaces
var allVlanInterfaces = Scm.GetVlanInterfaceList.Invoke(new()
{
Folder = "ngfw-shared",
});
return new Dictionary<string, object?>
{
["scmVlanInterfaceList"] = ,
};
});
Example coming soon!
Example coming soon!
Using getVlanInterfaceList
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 getVlanInterfaceList(args: GetVlanInterfaceListArgs, opts?: InvokeOptions): Promise<GetVlanInterfaceListResult>
function getVlanInterfaceListOutput(args: GetVlanInterfaceListOutputArgs, opts?: InvokeOptions): Output<GetVlanInterfaceListResult>def get_vlan_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) -> GetVlanInterfaceListResult
def get_vlan_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[GetVlanInterfaceListResult]func GetVlanInterfaceList(ctx *Context, args *GetVlanInterfaceListArgs, opts ...InvokeOption) (*GetVlanInterfaceListResult, error)
func GetVlanInterfaceListOutput(ctx *Context, args *GetVlanInterfaceListOutputArgs, opts ...InvokeOption) GetVlanInterfaceListResultOutput> Note: This function is named GetVlanInterfaceList in the Go SDK.
public static class GetVlanInterfaceList
{
public static Task<GetVlanInterfaceListResult> InvokeAsync(GetVlanInterfaceListArgs args, InvokeOptions? opts = null)
public static Output<GetVlanInterfaceListResult> Invoke(GetVlanInterfaceListInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetVlanInterfaceListResult> getVlanInterfaceList(GetVlanInterfaceListArgs args, InvokeOptions options)
public static Output<GetVlanInterfaceListResult> getVlanInterfaceList(GetVlanInterfaceListArgs args, InvokeOptions options)
fn::invoke:
function: scm:index/getVlanInterfaceList:getVlanInterfaceList
arguments:
# arguments dictionaryThe following arguments are supported:
getVlanInterfaceList Result
The following output properties are available:
- Datas
List<Get
Vlan Interface List Data> - 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
[]Get
Vlan Interface List Data - 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<Get
Vlan Interface List Data> - 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
Get
Vlan Interface List Data[] - 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[Get
Vlan Interface List Data] - 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
GetVlanInterfaceListData
- Arps
List<Get
Vlan Interface List Data Arp> - ARP configuration
- Comment string
- Description
- Ddns
Config GetVlan Interface List Data Ddns Config - Dynamic DNS configuration specific to the Vlan Interfaces.
- Default
Value string - Default interface assignment
- Device string
- The device in which the resource is defined
- Dhcp
Client GetVlan Interface List Data Dhcp Client - Vlan interfaces DHCP Client Object
- Folder string
- The folder in which the resource is defined
- Id string
- UUID of the resource
- Interface
Management stringProfile - Interface management profile
- Ips
List<Get
Vlan Interface List Data Ip> - VLAN Interface IP Parent
- Mtu int
- MTU
- Name string
- L3 sub-interface name
- Snippet string
- The snippet in which the resource is defined
- Tfid string
- Vlan
Tag string - VLAN tag
- Arps
[]Get
Vlan Interface List Data Arp - ARP configuration
- Comment string
- Description
- Ddns
Config GetVlan Interface List Data Ddns Config - Dynamic DNS configuration specific to the Vlan Interfaces.
- Default
Value string - Default interface assignment
- Device string
- The device in which the resource is defined
- Dhcp
Client GetVlan Interface List Data Dhcp Client - Vlan interfaces DHCP Client Object
- Folder string
- The folder in which the resource is defined
- Id string
- UUID of the resource
- Interface
Management stringProfile - Interface management profile
- Ips
[]Get
Vlan Interface List Data Ip - VLAN Interface IP Parent
- Mtu int
- MTU
- Name string
- L3 sub-interface name
- Snippet string
- The snippet in which the resource is defined
- Tfid string
- Vlan
Tag string - VLAN tag
- arps
List<Get
Vlan Interface List Data Arp> - ARP configuration
- comment String
- Description
- ddns
Config GetVlan Interface List Data Ddns Config - Dynamic DNS configuration specific to the Vlan Interfaces.
- default
Value String - Default interface assignment
- device String
- The device in which the resource is defined
- dhcp
Client GetVlan Interface List Data Dhcp Client - Vlan interfaces DHCP Client Object
- folder String
- The folder in which the resource is defined
- id String
- UUID of the resource
- interface
Management StringProfile - Interface management profile
- ips
List<Get
Vlan Interface List Data Ip> - VLAN Interface IP Parent
- mtu Integer
- MTU
- name String
- L3 sub-interface name
- snippet String
- The snippet in which the resource is defined
- tfid String
- vlan
Tag String - VLAN tag
- arps
Get
Vlan Interface List Data Arp[] - ARP configuration
- comment string
- Description
- ddns
Config GetVlan Interface List Data Ddns Config - Dynamic DNS configuration specific to the Vlan Interfaces.
- default
Value string - Default interface assignment
- device string
- The device in which the resource is defined
- dhcp
Client GetVlan Interface List Data Dhcp Client - Vlan interfaces DHCP Client Object
- folder string
- The folder in which the resource is defined
- id string
- UUID of the resource
- interface
Management stringProfile - Interface management profile
- ips
Get
Vlan Interface List Data Ip[] - VLAN Interface IP Parent
- mtu number
- MTU
- name string
- L3 sub-interface name
- snippet string
- The snippet in which the resource is defined
- tfid string
- vlan
Tag string - VLAN tag
- arps
Sequence[Get
Vlan Interface List Data Arp] - ARP configuration
- comment str
- Description
- ddns_
config GetVlan Interface List Data Ddns Config - Dynamic DNS configuration specific to the Vlan Interfaces.
- default_
value str - Default interface assignment
- device str
- The device in which the resource is defined
- dhcp_
client GetVlan Interface List Data Dhcp Client - Vlan interfaces DHCP Client Object
- folder str
- The folder in which the resource is defined
- id str
- UUID of the resource
- interface_
management_ strprofile - Interface management profile
- ips
Sequence[Get
Vlan Interface List Data Ip] - VLAN Interface IP Parent
- mtu int
- MTU
- name str
- L3 sub-interface name
- snippet str
- The snippet in which the resource is defined
- tfid str
- vlan_
tag str - VLAN tag
- arps List<Property Map>
- ARP configuration
- comment String
- Description
- ddns
Config Property Map - Dynamic DNS configuration specific to the Vlan Interfaces.
- default
Value String - Default interface assignment
- device String
- The device in which the resource is defined
- dhcp
Client Property Map - Vlan interfaces DHCP Client Object
- folder String
- The folder in which the resource is defined
- id String
- UUID of the resource
- interface
Management StringProfile - Interface management profile
- ips List<Property Map>
- VLAN Interface IP Parent
- mtu Number
- MTU
- name String
- L3 sub-interface name
- snippet String
- The snippet in which the resource is defined
- tfid String
- vlan
Tag String - VLAN tag
GetVlanInterfaceListDataArp
- hw
Address String - MAC address
- interface_ String
- ARP interface
- name String
- IP address
- hw_
address str - MAC address
- interface str
- ARP interface
- name str
- IP address
GetVlanInterfaceListDataDdnsConfig
- Ddns
Cert stringProfile - Certificate profile
- Ddns
Enabled bool - Enable DDNS?
- Ddns
Hostname string - Ddns hostname
- Ddns
Ip string - IP to register (static only)
- Ddns
Update intInterval - Update interval (days)
- Ddns
Vendor string - DDNS vendor
- Ddns
Vendor stringConfig - DDNS vendor
- Ddns
Cert stringProfile - Certificate profile
- Ddns
Enabled bool - Enable DDNS?
- Ddns
Hostname string - Ddns hostname
- Ddns
Ip string - IP to register (static only)
- Ddns
Update intInterval - Update interval (days)
- Ddns
Vendor string - DDNS vendor
- Ddns
Vendor stringConfig - DDNS vendor
- ddns
Cert StringProfile - Certificate profile
- ddns
Enabled Boolean - Enable DDNS?
- ddns
Hostname String - Ddns hostname
- ddns
Ip String - IP to register (static only)
- ddns
Update IntegerInterval - Update interval (days)
- ddns
Vendor String - DDNS vendor
- ddns
Vendor StringConfig - DDNS vendor
- ddns
Cert stringProfile - Certificate profile
- ddns
Enabled boolean - Enable DDNS?
- ddns
Hostname string - Ddns hostname
- ddns
Ip string - IP to register (static only)
- ddns
Update numberInterval - Update interval (days)
- ddns
Vendor string - DDNS vendor
- ddns
Vendor stringConfig - DDNS vendor
- ddns_
cert_ strprofile - Certificate profile
- ddns_
enabled bool - Enable DDNS?
- ddns_
hostname str - Ddns hostname
- ddns_
ip str - IP to register (static only)
- ddns_
update_ intinterval - Update interval (days)
- ddns_
vendor str - DDNS vendor
- ddns_
vendor_ strconfig - DDNS vendor
- ddns
Cert StringProfile - Certificate profile
- ddns
Enabled Boolean - Enable DDNS?
- ddns
Hostname String - Ddns hostname
- ddns
Ip String - IP to register (static only)
- ddns
Update NumberInterval - Update interval (days)
- ddns
Vendor String - DDNS vendor
- ddns
Vendor StringConfig - DDNS vendor
GetVlanInterfaceListDataDhcpClient
- Create
Default boolRoute - Automatically create default route pointing to default gateway provided by server
- Default
Route intMetric - Metric of the default route created
- Enable bool
- Enable DHCP?
- Send
Hostname GetVlan Interface List Data Dhcp Client Send Hostname - Send hostname
- Create
Default boolRoute - Automatically create default route pointing to default gateway provided by server
- Default
Route intMetric - Metric of the default route created
- Enable bool
- Enable DHCP?
- Send
Hostname GetVlan Interface List Data Dhcp Client Send Hostname - Send hostname
- create
Default BooleanRoute - Automatically create default route pointing to default gateway provided by server
- default
Route IntegerMetric - Metric of the default route created
- enable Boolean
- Enable DHCP?
- send
Hostname GetVlan Interface List Data Dhcp Client Send Hostname - Send hostname
- create
Default booleanRoute - Automatically create default route pointing to default gateway provided by server
- default
Route numberMetric - Metric of the default route created
- enable boolean
- Enable DHCP?
- send
Hostname GetVlan Interface List Data Dhcp Client Send Hostname - Send hostname
- create_
default_ boolroute - Automatically create default route pointing to default gateway provided by server
- default_
route_ intmetric - Metric of the default route created
- enable bool
- Enable DHCP?
- send_
hostname GetVlan Interface List Data Dhcp Client Send Hostname - Send hostname
- create
Default BooleanRoute - Automatically create default route pointing to default gateway provided by server
- default
Route NumberMetric - Metric of the default route created
- enable Boolean
- Enable DHCP?
- send
Hostname Property Map - Send hostname
GetVlanInterfaceListDataDhcpClientSendHostname
GetVlanInterfaceListDataIp
- Name string
- VLAN Interface IP address(es)
- Name string
- VLAN Interface IP address(es)
- name String
- VLAN Interface IP address(es)
- name string
- VLAN Interface IP address(es)
- name str
- VLAN Interface IP address(es)
- name String
- VLAN Interface IP address(es)
Package Details
- Repository
- scm pulumi/pulumi-scm
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
scmTerraform Provider.
Strata Cloud Manager v0.4.3 published on Saturday, Nov 8, 2025 by Pulumi
