published on Saturday, Apr 25, 2026 by Pulumi
published on Saturday, Apr 25, 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 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.Index.GetEthernetInterfaceList.Invoke(new()
{
Folder = "ngfw-shared",
});
return new Dictionary<string, object?>
{
["scmEthernetInterfaceList"] = ,
};
});
Example coming soon!
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: pulumi.Input[Optional[str]] = None,
folder: pulumi.Input[Optional[str]] = None,
limit: pulumi.Input[Optional[int]] = None,
name: pulumi.Input[Optional[str]] = None,
offset: pulumi.Input[Optional[int]] = None,
snippet: pulumi.Input[Optional[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 dictionarydata "scm_getethernetinterfacelist" "name" {
# arguments
}The following arguments are supported:
getEthernetInterfaceList Result
The following output properties are available:
- Datas
List<Get
Ethernet 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
Ethernet 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(object)
- 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
List<Get
Ethernet 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
Ethernet 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
Ethernet 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
GetEthernetInterfaceListData
- Aggregate
Group string Aggregate group
ℹ️ Note: You must specify exactly one of
aggregateGroup,layer2,layer3, andtap.- Comment string
- Interface description
- Default
Value string - Default interface assignment
- Device string
- The device in which the resource is defined
- Encrypted
Values Dictionary<string, string> - Map of sensitive values returned from the API.
- Folder string
- The folder of the item. Default: Shared.
- Id string
- UUID of the resource
- Layer2
Get
Ethernet Interface List Data Layer2 Layer2
ℹ️ Note: You must specify exactly one of
aggregateGroup,layer2,layer3, andtap.- Layer3
Get
Ethernet Interface List Data Layer3 Ethernet Interface Layer 3 configuration
ℹ️ Note: You must specify exactly one of
aggregateGroup,layer2,layer3, andtap.- Link
Duplex string - Link duplex
- Link
Speed string - Link speed
- Link
State string - Link state
- Name string
- The name of the item.
- Poe
Get
Ethernet Interface List Data Poe - Poe
- Snippet string
- The snippet of the item.
- Tap
Get
Ethernet Interface List Data Tap Tap
ℹ️ Note: You must specify exactly one of
aggregateGroup,layer2,layer3, andtap.- Tfid string
- The Terraform ID.
- Aggregate
Group string Aggregate group
ℹ️ Note: You must specify exactly one of
aggregateGroup,layer2,layer3, andtap.- Comment string
- Interface description
- Default
Value string - Default interface assignment
- Device string
- The device in which the resource is defined
- Encrypted
Values map[string]string - Map of sensitive values returned from the API.
- Folder string
- The folder of the item. Default: Shared.
- Id string
- UUID of the resource
- Layer2
Get
Ethernet Interface List Data Layer2 Layer2
ℹ️ Note: You must specify exactly one of
aggregateGroup,layer2,layer3, andtap.- Layer3
Get
Ethernet Interface List Data Layer3 Ethernet Interface Layer 3 configuration
ℹ️ Note: You must specify exactly one of
aggregateGroup,layer2,layer3, andtap.- Link
Duplex string - Link duplex
- Link
Speed string - Link speed
- Link
State string - Link state
- Name string
- The name of the item.
- Poe
Get
Ethernet Interface List Data Poe - Poe
- Snippet string
- The snippet of the item.
- Tap
Get
Ethernet Interface List Data Tap Tap
ℹ️ Note: You must specify exactly one of
aggregateGroup,layer2,layer3, andtap.- Tfid string
- The Terraform ID.
- aggregate_
group string Aggregate group
ℹ️ Note: You must specify exactly one of
aggregateGroup,layer2,layer3, andtap.- comment string
- Interface description
- default_
value string - Default interface assignment
- device string
- The device in which the resource is defined
- encrypted_
values map(string) - Map of sensitive values returned from the API.
- folder string
- The folder of the item. Default: Shared.
- id string
- UUID of the resource
- layer2 object
Layer2
ℹ️ Note: You must specify exactly one of
aggregateGroup,layer2,layer3, andtap.- layer3 object
Ethernet Interface Layer 3 configuration
ℹ️ Note: You must specify exactly one of
aggregateGroup,layer2,layer3, andtap.- link_
duplex string - Link duplex
- link_
speed string - Link speed
- link_
state string - Link state
- name string
- The name of the item.
- poe object
- Poe
- snippet string
- The snippet of the item.
- tap object
Tap
ℹ️ Note: You must specify exactly one of
aggregateGroup,layer2,layer3, andtap.- tfid string
- The Terraform ID.
- aggregate
Group String Aggregate group
ℹ️ Note: You must specify exactly one of
aggregateGroup,layer2,layer3, andtap.- comment String
- Interface description
- default
Value String - Default interface assignment
- device String
- The device in which the resource is defined
- encrypted
Values Map<String,String> - Map of sensitive values returned from the API.
- folder String
- The folder of the item. Default: Shared.
- id String
- UUID of the resource
- layer2
Get
Ethernet Interface List Data Layer2 Layer2
ℹ️ Note: You must specify exactly one of
aggregateGroup,layer2,layer3, andtap.- layer3
Get
Ethernet Interface List Data Layer3 Ethernet Interface Layer 3 configuration
ℹ️ Note: You must specify exactly one of
aggregateGroup,layer2,layer3, andtap.- link
Duplex String - Link duplex
- link
Speed String - Link speed
- link
State String - Link state
- name String
- The name of the item.
- poe
Get
Ethernet Interface List Data Poe - Poe
- snippet String
- The snippet of the item.
- tap
Get
Ethernet Interface List Data Tap Tap
ℹ️ Note: You must specify exactly one of
aggregateGroup,layer2,layer3, andtap.- tfid String
- The Terraform ID.
- aggregate
Group string Aggregate group
ℹ️ Note: You must specify exactly one of
aggregateGroup,layer2,layer3, andtap.- comment string
- Interface description
- default
Value string - Default interface assignment
- device string
- The device in which the resource is defined
- encrypted
Values {[key: string]: string} - Map of sensitive values returned from the API.
- folder string
- The folder of the item. Default: Shared.
- id string
- UUID of the resource
- layer2
Get
Ethernet Interface List Data Layer2 Layer2
ℹ️ Note: You must specify exactly one of
aggregateGroup,layer2,layer3, andtap.- layer3
Get
Ethernet Interface List Data Layer3 Ethernet Interface Layer 3 configuration
ℹ️ Note: You must specify exactly one of
aggregateGroup,layer2,layer3, andtap.- link
Duplex string - Link duplex
- link
Speed string - Link speed
- link
State string - Link state
- name string
- The name of the item.
- poe
Get
Ethernet Interface List Data Poe - Poe
- snippet string
- The snippet of the item.
- tap
Get
Ethernet Interface List Data Tap Tap
ℹ️ Note: You must specify exactly one of
aggregateGroup,layer2,layer3, andtap.- tfid string
- The Terraform ID.
- aggregate_
group str Aggregate group
ℹ️ Note: You must specify exactly one of
aggregateGroup,layer2,layer3, andtap.- 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 of the item. Default: Shared.
- id str
- UUID of the resource
- layer2
Get
Ethernet Interface List Data Layer2 Layer2
ℹ️ Note: You must specify exactly one of
aggregateGroup,layer2,layer3, andtap.- layer3
Get
Ethernet Interface List Data Layer3 Ethernet Interface Layer 3 configuration
ℹ️ Note: You must specify exactly one of
aggregateGroup,layer2,layer3, andtap.- link_
duplex str - Link duplex
- link_
speed str - Link speed
- link_
state str - Link state
- name str
- The name of the item.
- poe
Get
Ethernet Interface List Data Poe - Poe
- snippet str
- The snippet of the item.
- tap
Get
Ethernet Interface List Data Tap Tap
ℹ️ Note: You must specify exactly one of
aggregateGroup,layer2,layer3, andtap.- tfid str
- The Terraform ID.
- aggregate
Group String Aggregate group
ℹ️ Note: You must specify exactly one of
aggregateGroup,layer2,layer3, andtap.- comment String
- Interface description
- default
Value String - Default interface assignment
- device String
- The device in which the resource is defined
- encrypted
Values Map<String> - Map of sensitive values returned from the API.
- folder String
- The folder of the item. Default: Shared.
- id String
- UUID of the resource
- layer2 Property Map
Layer2
ℹ️ Note: You must specify exactly one of
aggregateGroup,layer2,layer3, andtap.- layer3 Property Map
Ethernet Interface Layer 3 configuration
ℹ️ Note: You must specify exactly one of
aggregateGroup,layer2,layer3, andtap.- link
Duplex String - Link duplex
- link
Speed String - Link speed
- link
State String - Link state
- name String
- The name of the item.
- poe Property Map
- Poe
- snippet String
- The snippet of the item.
- tap Property Map
Tap
ℹ️ Note: You must specify exactly one of
aggregateGroup,layer2,layer3, andtap.- tfid String
- The Terraform ID.
GetEthernetInterfaceListDataLayer2
- Lldp
Get
Ethernet Interface List Data Layer2Lldp - LLDP Settings
- Netflow
Profile string - Name of Netflow Profile to assign to Interface
- Vlan
Tag string - Assign interface to VLAN tag
- Lldp
Get
Ethernet Interface List Data Layer2Lldp - LLDP Settings
- Netflow
Profile string - Name of Netflow Profile to assign to Interface
- Vlan
Tag string - Assign interface to VLAN tag
- lldp object
- LLDP Settings
- netflow_
profile string - Name of Netflow Profile to assign to Interface
- vlan_
tag string - Assign interface to VLAN tag
- lldp
Get
Ethernet Interface List Data Layer2Lldp - LLDP Settings
- netflow
Profile String - Name of Netflow Profile to assign to Interface
- vlan
Tag String - Assign interface to VLAN tag
- lldp
Get
Ethernet Interface List Data Layer2Lldp - LLDP Settings
- netflow
Profile string - Name of Netflow Profile to assign to Interface
- vlan
Tag string - Assign interface to VLAN tag
- lldp
Get
Ethernet Interface List Data Layer2Lldp - LLDP Settings
- netflow_
profile str - Name of Netflow Profile to assign to Interface
- vlan_
tag str - Assign interface to VLAN tag
- lldp Property Map
- LLDP Settings
- netflow
Profile String - Name of Netflow Profile to assign to Interface
- vlan
Tag String - Assign interface to VLAN tag
GetEthernetInterfaceListDataLayer2Lldp
- Enable bool
- Enable LLDP on Interface
- 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<Get
Ethernet Interface List Data Layer3Arp> - Ethernet Interfaces ARP configuration
- Ddns
Config GetEthernet Interface List Data Layer3Ddns Config - Dynamic DNS configuration specific to the Ethernet Interfaces.
- Dhcp
Client GetEthernet Interface List Data Layer3Dhcp Client - Ethernet Interfaces DHCP Client Object
- Interface
Management stringProfile - Interface management profile
- Ips
List<Get
Ethernet Interface List Data Layer3Ip> Ethernet Interface IP addresses
ℹ️ Note: You must specify exactly one of
dhcpClient,ip, andpppoe.- Mtu int
- MTU
- Netflow
Profile string - Name of Netflow Profile to assign to Interface
- Pppoe
Get
Ethernet Interface List Data Layer3Pppoe Pppoe
ℹ️ Note: You must specify exactly one of
dhcpClient,ip, andpppoe.
- Arps
[]Get
Ethernet Interface List Data Layer3Arp - Ethernet Interfaces ARP configuration
- Ddns
Config GetEthernet Interface List Data Layer3Ddns Config - Dynamic DNS configuration specific to the Ethernet Interfaces.
- Dhcp
Client GetEthernet Interface List Data Layer3Dhcp Client - Ethernet Interfaces DHCP Client Object
- Interface
Management stringProfile - Interface management profile
- Ips
[]Get
Ethernet Interface List Data Layer3Ip Ethernet Interface IP addresses
ℹ️ Note: You must specify exactly one of
dhcpClient,ip, andpppoe.- Mtu int
- MTU
- Netflow
Profile string - Name of Netflow Profile to assign to Interface
- Pppoe
Get
Ethernet Interface List Data Layer3Pppoe Pppoe
ℹ️ Note: You must specify exactly one of
dhcpClient,ip, andpppoe.
- arps list(object)
- Ethernet Interfaces ARP configuration
- ddns_
config object - Dynamic DNS configuration specific to the Ethernet Interfaces.
- dhcp_
client object - Ethernet Interfaces DHCP Client Object
- interface_
management_ stringprofile - Interface management profile
- ips list(object)
Ethernet Interface IP addresses
ℹ️ Note: You must specify exactly one of
dhcpClient,ip, andpppoe.- mtu number
- MTU
- netflow_
profile string - Name of Netflow Profile to assign to Interface
- pppoe object
Pppoe
ℹ️ Note: You must specify exactly one of
dhcpClient,ip, andpppoe.
- arps
List<Get
Ethernet Interface List Data Layer3Arp> - Ethernet Interfaces ARP configuration
- ddns
Config GetEthernet Interface List Data Layer3Ddns Config - Dynamic DNS configuration specific to the Ethernet Interfaces.
- dhcp
Client GetEthernet Interface List Data Layer3Dhcp Client - Ethernet Interfaces DHCP Client Object
- interface
Management StringProfile - Interface management profile
- ips
List<Get
Ethernet Interface List Data Layer3Ip> Ethernet Interface IP addresses
ℹ️ Note: You must specify exactly one of
dhcpClient,ip, andpppoe.- mtu Integer
- MTU
- netflow
Profile String - Name of Netflow Profile to assign to Interface
- pppoe
Get
Ethernet Interface List Data Layer3Pppoe Pppoe
ℹ️ Note: You must specify exactly one of
dhcpClient,ip, andpppoe.
- arps
Get
Ethernet Interface List Data Layer3Arp[] - Ethernet Interfaces ARP configuration
- ddns
Config GetEthernet Interface List Data Layer3Ddns Config - Dynamic DNS configuration specific to the Ethernet Interfaces.
- dhcp
Client GetEthernet Interface List Data Layer3Dhcp Client - Ethernet Interfaces DHCP Client Object
- interface
Management stringProfile - Interface management profile
- ips
Get
Ethernet Interface List Data Layer3Ip[] Ethernet Interface IP addresses
ℹ️ Note: You must specify exactly one of
dhcpClient,ip, andpppoe.- mtu number
- MTU
- netflow
Profile string - Name of Netflow Profile to assign to Interface
- pppoe
Get
Ethernet Interface List Data Layer3Pppoe Pppoe
ℹ️ Note: You must specify exactly one of
dhcpClient,ip, andpppoe.
- arps
Sequence[Get
Ethernet Interface List Data Layer3Arp] - Ethernet Interfaces ARP configuration
- ddns_
config GetEthernet Interface List Data Layer3Ddns Config - Dynamic DNS configuration specific to the Ethernet Interfaces.
- dhcp_
client GetEthernet Interface List Data Layer3Dhcp Client - Ethernet Interfaces DHCP Client Object
- interface_
management_ strprofile - Interface management profile
- ips
Sequence[Get
Ethernet Interface List Data Layer3Ip] Ethernet Interface IP addresses
ℹ️ Note: You must specify exactly one of
dhcpClient,ip, andpppoe.- mtu int
- MTU
- netflow_
profile str - Name of Netflow Profile to assign to Interface
- pppoe
Get
Ethernet Interface List Data Layer3Pppoe Pppoe
ℹ️ Note: You must specify exactly one of
dhcpClient,ip, andpppoe.
- arps List<Property Map>
- Ethernet Interfaces ARP configuration
- ddns
Config Property Map - Dynamic DNS configuration specific to the Ethernet Interfaces.
- dhcp
Client Property Map - Ethernet Interfaces DHCP Client Object
- interface
Management StringProfile - Interface management profile
- ips List<Property Map>
Ethernet Interface IP addresses
ℹ️ Note: You must specify exactly one of
dhcpClient,ip, andpppoe.- mtu Number
- MTU
- netflow
Profile String - Name of Netflow Profile to assign to Interface
- pppoe Property Map
Pppoe
ℹ️ Note: You must specify exactly one of
dhcpClient,ip, andpppoe.
GetEthernetInterfaceListDataLayer3Arp
- hw_
address string - MAC address
- name string
- IP address
- hw_
address str - MAC address
- name str
- IP address
GetEthernetInterfaceListDataLayer3DdnsConfig
- 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 bool - 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 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
GetEthernetInterfaceListDataLayer3DhcpClient
- 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 GetEthernet Interface List Data Layer3Dhcp Client Send Hostname - Ethernet Interfaces DHCP ClientSend 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 GetEthernet Interface List Data Layer3Dhcp Client Send Hostname - Ethernet Interfaces DHCP ClientSend hostname
- create_
default_ boolroute - Automatically create default route pointing to default gateway provided by server
- default_
route_ numbermetric - Metric of the default route created
- enable bool
- Enable DHCP?
- send_
hostname object - Ethernet Interfaces DHCP ClientSend 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 GetEthernet Interface List Data Layer3Dhcp Client Send Hostname - Ethernet Interfaces DHCP ClientSend 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 GetEthernet Interface List Data Layer3Dhcp Client Send Hostname - Ethernet Interfaces DHCP ClientSend 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 GetEthernet Interface List Data Layer3Dhcp Client Send Hostname - Ethernet Interfaces DHCP ClientSend 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 - Ethernet Interfaces DHCP ClientSend hostname
GetEthernetInterfaceListDataLayer3DhcpClientSendHostname
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 string
- Ethernet Interface IP addresses name
- name str
- Ethernet Interface IP addresses name
- name String
- Ethernet Interface IP addresses name
GetEthernetInterfaceListDataLayer3Pppoe
- Access
Concentrator string - Access concentrator
- Authentication string
- Authentication protocol
- Default
Route intMetric - Metric of the default route created
- Enable bool
- Enable
- Passive
Get
Ethernet Interface List Data Layer3Pppoe Passive - Passive
- Password string
- Password
- Service string
- Service
- Static
Address GetEthernet Interface List Data Layer3Pppoe Static Address - Static address
- Username string
- Username
- Access
Concentrator string - Access concentrator
- Authentication string
- Authentication protocol
- Default
Route intMetric - Metric of the default route created
- Enable bool
- Enable
- Passive
Get
Ethernet Interface List Data Layer3Pppoe Passive - Passive
- Password string
- Password
- Service string
- Service
- Static
Address GetEthernet Interface List Data Layer3Pppoe Static Address - Static address
- Username string
- Username
- access_
concentrator string - Access concentrator
- authentication string
- Authentication protocol
- default_
route_ numbermetric - Metric of the default route created
- enable bool
- Enable
- passive object
- Passive
- password string
- Password
- service string
- Service
- static_
address object - Static address
- username string
- Username
- access
Concentrator String - Access concentrator
- authentication String
- Authentication protocol
- default
Route IntegerMetric - Metric of the default route created
- enable Boolean
- Enable
- passive
Get
Ethernet Interface List Data Layer3Pppoe Passive - Passive
- password String
- Password
- service String
- Service
- static
Address GetEthernet Interface List Data Layer3Pppoe Static Address - Static address
- username String
- Username
- access
Concentrator string - Access concentrator
- authentication string
- Authentication protocol
- default
Route numberMetric - Metric of the default route created
- enable boolean
- Enable
- passive
Get
Ethernet Interface List Data Layer3Pppoe Passive - Passive
- password string
- Password
- service string
- Service
- static
Address GetEthernet Interface List Data Layer3Pppoe Static Address - Static address
- username string
- Username
- access_
concentrator str - Access concentrator
- authentication str
- Authentication protocol
- default_
route_ intmetric - Metric of the default route created
- enable bool
- Enable
- passive
Get
Ethernet Interface List Data Layer3Pppoe Passive - Passive
- password str
- Password
- service str
- Service
- static_
address GetEthernet Interface List Data Layer3Pppoe Static Address - Static address
- username str
- Username
- access
Concentrator String - Access concentrator
- authentication String
- Authentication protocol
- default
Route NumberMetric - Metric of the default route created
- enable Boolean
- Enable
- passive Property Map
- Passive
- password String
- Password
- service String
- Service
- static
Address Property Map - Static address
- username String
- Username
GetEthernetInterfaceListDataLayer3PppoePassive
- Enable bool
- Passive Mode enabled
- 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 string
- Static IP address
- ip str
- Static IP address
- ip String
- Static IP address
GetEthernetInterfaceListDataPoe
- Poe
Enabled bool - Enabled PoE?
- Poe
Rsvd intPwr - PoE reserved power
- Poe
Enabled bool - Enabled PoE?
- Poe
Rsvd intPwr - PoE reserved power
- poe_
enabled bool - Enabled PoE?
- poe_
rsvd_ numberpwr - PoE reserved power
- poe
Enabled Boolean - Enabled PoE?
- poe
Rsvd IntegerPwr - PoE reserved power
- poe
Enabled boolean - Enabled PoE?
- poe
Rsvd numberPwr - PoE reserved power
- poe_
enabled bool - Enabled PoE?
- poe_
rsvd_ intpwr - PoE reserved power
- poe
Enabled Boolean - Enabled PoE?
- poe
Rsvd NumberPwr - PoE reserved power
GetEthernetInterfaceListDataTap
- Netflow
Profile string - Name of Netflow Profile to assign to Interface
- Netflow
Profile string - Name of Netflow Profile to assign to Interface
- netflow_
profile string - Name of Netflow Profile to assign to Interface
- netflow
Profile String - Name of Netflow Profile to assign to Interface
- netflow
Profile string - Name of Netflow Profile to assign to Interface
- netflow_
profile str - Name of Netflow Profile to assign to Interface
- netflow
Profile String - Name of Netflow Profile to assign to Interface
Package Details
- Repository
- scm pulumi/pulumi-scm
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
scmTerraform Provider.
published on Saturday, Apr 25, 2026 by Pulumi
