published on Monday, May 4, 2026 by fortinetdev
published on Monday, May 4, 2026 by fortinetdev
Systemp SystemTemplateInterface
The following variables have sub resource. Avoid using them together, otherwise conflicts and overwrites may occur.
ip_range:fortimanager.SystempSystemTemplateInterfaceIprange
Create SystempSystemTemplateInterface Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new SystempSystemTemplateInterface(name: string, args: SystempSystemTemplateInterfaceArgs, opts?: CustomResourceOptions);@overload
def SystempSystemTemplateInterface(resource_name: str,
args: SystempSystemTemplateInterfaceArgs,
opts: Optional[ResourceOptions] = None)
@overload
def SystempSystemTemplateInterface(resource_name: str,
opts: Optional[ResourceOptions] = None,
devprof: Optional[str] = None,
monitor_bandwidth: Optional[str] = None,
interface: Optional[str] = None,
adom: Optional[str] = None,
dhcp_id: Optional[float] = None,
dynamic_sort_subtable: Optional[str] = None,
gateway: Optional[str] = None,
action: Optional[str] = None,
interface_members: Optional[Sequence[str]] = None,
ip_ranges: Optional[Sequence[SystempSystemTemplateInterfaceIpRangeArgs]] = None,
ipmasks: Optional[Sequence[str]] = None,
allowaccesses: Optional[Sequence[str]] = None,
model: Optional[str] = None,
seq: Optional[float] = None,
netmask: Optional[str] = None,
role: Optional[str] = None,
scopetype: Optional[str] = None,
name: Optional[str] = None,
systemp_system_template_interface_id: Optional[str] = None,
update_if_exist: Optional[bool] = None,
vdom: Optional[str] = None,
vlan_id: Optional[float] = None,
wifi_keys: Optional[Sequence[str]] = None,
wifi_security: Optional[str] = None,
wifi_ssid: Optional[str] = None)func NewSystempSystemTemplateInterface(ctx *Context, name string, args SystempSystemTemplateInterfaceArgs, opts ...ResourceOption) (*SystempSystemTemplateInterface, error)public SystempSystemTemplateInterface(string name, SystempSystemTemplateInterfaceArgs args, CustomResourceOptions? opts = null)
public SystempSystemTemplateInterface(String name, SystempSystemTemplateInterfaceArgs args)
public SystempSystemTemplateInterface(String name, SystempSystemTemplateInterfaceArgs args, CustomResourceOptions options)
type: fortimanager:SystempSystemTemplateInterface
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args SystempSystemTemplateInterfaceArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args SystempSystemTemplateInterfaceArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args SystempSystemTemplateInterfaceArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args SystempSystemTemplateInterfaceArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args SystempSystemTemplateInterfaceArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var systempSystemTemplateInterfaceResource = new Fortimanager.SystempSystemTemplateInterface("systempSystemTemplateInterfaceResource", new()
{
Devprof = "string",
MonitorBandwidth = "string",
Interface = "string",
Adom = "string",
DhcpId = 0,
DynamicSortSubtable = "string",
Gateway = "string",
Action = "string",
InterfaceMembers = new[]
{
"string",
},
IpRanges = new[]
{
new Fortimanager.Inputs.SystempSystemTemplateInterfaceIpRangeArgs
{
EndIp = "string",
Id = 0,
StartIp = "string",
},
},
Ipmasks = new[]
{
"string",
},
Allowaccesses = new[]
{
"string",
},
Model = "string",
Seq = 0,
Netmask = "string",
Role = "string",
Scopetype = "string",
Name = "string",
SystempSystemTemplateInterfaceId = "string",
UpdateIfExist = false,
Vdom = "string",
VlanId = 0,
WifiKeys = new[]
{
"string",
},
WifiSecurity = "string",
WifiSsid = "string",
});
example, err := fortimanager.NewSystempSystemTemplateInterface(ctx, "systempSystemTemplateInterfaceResource", &fortimanager.SystempSystemTemplateInterfaceArgs{
Devprof: pulumi.String("string"),
MonitorBandwidth: pulumi.String("string"),
Interface: pulumi.String("string"),
Adom: pulumi.String("string"),
DhcpId: pulumi.Float64(0),
DynamicSortSubtable: pulumi.String("string"),
Gateway: pulumi.String("string"),
Action: pulumi.String("string"),
InterfaceMembers: pulumi.StringArray{
pulumi.String("string"),
},
IpRanges: fortimanager.SystempSystemTemplateInterfaceIpRangeTypeArray{
&fortimanager.SystempSystemTemplateInterfaceIpRangeTypeArgs{
EndIp: pulumi.String("string"),
Id: pulumi.Float64(0),
StartIp: pulumi.String("string"),
},
},
Ipmasks: pulumi.StringArray{
pulumi.String("string"),
},
Allowaccesses: pulumi.StringArray{
pulumi.String("string"),
},
Model: pulumi.String("string"),
Seq: pulumi.Float64(0),
Netmask: pulumi.String("string"),
Role: pulumi.String("string"),
Scopetype: pulumi.String("string"),
Name: pulumi.String("string"),
SystempSystemTemplateInterfaceId: pulumi.String("string"),
UpdateIfExist: pulumi.Bool(false),
Vdom: pulumi.String("string"),
VlanId: pulumi.Float64(0),
WifiKeys: pulumi.StringArray{
pulumi.String("string"),
},
WifiSecurity: pulumi.String("string"),
WifiSsid: pulumi.String("string"),
})
var systempSystemTemplateInterfaceResource = new SystempSystemTemplateInterface("systempSystemTemplateInterfaceResource", SystempSystemTemplateInterfaceArgs.builder()
.devprof("string")
.monitorBandwidth("string")
.interface_("string")
.adom("string")
.dhcpId(0.0)
.dynamicSortSubtable("string")
.gateway("string")
.action("string")
.interfaceMembers("string")
.ipRanges(SystempSystemTemplateInterfaceIpRangeArgs.builder()
.endIp("string")
.id(0.0)
.startIp("string")
.build())
.ipmasks("string")
.allowaccesses("string")
.model("string")
.seq(0.0)
.netmask("string")
.role("string")
.scopetype("string")
.name("string")
.systempSystemTemplateInterfaceId("string")
.updateIfExist(false)
.vdom("string")
.vlanId(0.0)
.wifiKeys("string")
.wifiSecurity("string")
.wifiSsid("string")
.build());
systemp_system_template_interface_resource = fortimanager.SystempSystemTemplateInterface("systempSystemTemplateInterfaceResource",
devprof="string",
monitor_bandwidth="string",
interface="string",
adom="string",
dhcp_id=float(0),
dynamic_sort_subtable="string",
gateway="string",
action="string",
interface_members=["string"],
ip_ranges=[{
"end_ip": "string",
"id": float(0),
"start_ip": "string",
}],
ipmasks=["string"],
allowaccesses=["string"],
model="string",
seq=float(0),
netmask="string",
role="string",
scopetype="string",
name="string",
systemp_system_template_interface_id="string",
update_if_exist=False,
vdom="string",
vlan_id=float(0),
wifi_keys=["string"],
wifi_security="string",
wifi_ssid="string")
const systempSystemTemplateInterfaceResource = new fortimanager.SystempSystemTemplateInterface("systempSystemTemplateInterfaceResource", {
devprof: "string",
monitorBandwidth: "string",
"interface": "string",
adom: "string",
dhcpId: 0,
dynamicSortSubtable: "string",
gateway: "string",
action: "string",
interfaceMembers: ["string"],
ipRanges: [{
endIp: "string",
id: 0,
startIp: "string",
}],
ipmasks: ["string"],
allowaccesses: ["string"],
model: "string",
seq: 0,
netmask: "string",
role: "string",
scopetype: "string",
name: "string",
systempSystemTemplateInterfaceId: "string",
updateIfExist: false,
vdom: "string",
vlanId: 0,
wifiKeys: ["string"],
wifiSecurity: "string",
wifiSsid: "string",
});
type: fortimanager:SystempSystemTemplateInterface
properties:
action: string
adom: string
allowaccesses:
- string
devprof: string
dhcpId: 0
dynamicSortSubtable: string
gateway: string
interface: string
interfaceMembers:
- string
ipRanges:
- endIp: string
id: 0
startIp: string
ipmasks:
- string
model: string
monitorBandwidth: string
name: string
netmask: string
role: string
scopetype: string
seq: 0
systempSystemTemplateInterfaceId: string
updateIfExist: false
vdom: string
vlanId: 0
wifiKeys:
- string
wifiSecurity: string
wifiSsid: string
SystempSystemTemplateInterface Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The SystempSystemTemplateInterface resource accepts the following input properties:
- Devprof string
- Devprof.
- Action string
- Action. Valid values:
add-aggregate,add-loopback,add-vlan,add-zone,conf-intf,conf-dhcp-server,conf-monitor-bandwd,conf-vap-ssid. - Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Allowaccesses List<string>
- Allowaccess. Valid values:
https,ping,ssh,snmp,http,telnet,fgfm,radius-acct,probe-response,dnp,ftm,fabric,speed-test. - Dhcp
Id double - Support meta variable
- Dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- Gateway string
- Support meta variable
- Interface string
- Support meta variable
- Interface
Members List<string> - Support meta variable
- Ip
Ranges List<SystempSystem Template Interface Ip Range> - Ip-Range. The structure of
ip_rangeblock is documented below. - Ipmasks List<string>
- Support meta variable
- Model string
- Model.
- Monitor
Bandwidth string - Monitor-Bandwidth. Valid values:
disable,enable. - Name string
- Support meta variable
- Netmask string
- Support meta variable
- Role string
- Role. Valid values:
lan,wan,dmz,undefined. - Scopetype string
- The scope of application of the resource. Valid values:
inherit,adom. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - Seq double
- Seq.
- Systemp
System stringTemplate Interface Id - an identifier for the resource with format {{seq}}.
- Update
If boolExist - Vdom string
- Support meta variable
- Vlan
Id double - Support meta variable
- Wifi
Keys List<string> - Wifi-Key.
- Wifi
Security string - Wifi-Security. Valid values:
None,wep64,wep128,WPA_PSK,WPA_RADIUS,WPA,WPA2,WPA2_AUTO,open,wpa-personal,wpa-enterprise,captive-portal,wpa-only-personal,wpa-only-enterprise,wpa2-only-personal,wpa2-only-enterprise,wpa-personal+captive-portal,wpa-only-personal+captive-portal,wpa2-only-personal+captive-portal,osen,wpa3-enterprise,sae,sae-transition,owe,wpa3-sae,wpa3-sae-transition,wpa3-only-enterprise,wpa3-enterprise-transition. - Wifi
Ssid string - Support meta variable
- Devprof string
- Devprof.
- Action string
- Action. Valid values:
add-aggregate,add-loopback,add-vlan,add-zone,conf-intf,conf-dhcp-server,conf-monitor-bandwd,conf-vap-ssid. - Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Allowaccesses []string
- Allowaccess. Valid values:
https,ping,ssh,snmp,http,telnet,fgfm,radius-acct,probe-response,dnp,ftm,fabric,speed-test. - Dhcp
Id float64 - Support meta variable
- Dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- Gateway string
- Support meta variable
- Interface string
- Support meta variable
- Interface
Members []string - Support meta variable
- Ip
Ranges []SystempSystem Template Interface Ip Range Type Args - Ip-Range. The structure of
ip_rangeblock is documented below. - Ipmasks []string
- Support meta variable
- Model string
- Model.
- Monitor
Bandwidth string - Monitor-Bandwidth. Valid values:
disable,enable. - Name string
- Support meta variable
- Netmask string
- Support meta variable
- Role string
- Role. Valid values:
lan,wan,dmz,undefined. - Scopetype string
- The scope of application of the resource. Valid values:
inherit,adom. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - Seq float64
- Seq.
- Systemp
System stringTemplate Interface Id - an identifier for the resource with format {{seq}}.
- Update
If boolExist - Vdom string
- Support meta variable
- Vlan
Id float64 - Support meta variable
- Wifi
Keys []string - Wifi-Key.
- Wifi
Security string - Wifi-Security. Valid values:
None,wep64,wep128,WPA_PSK,WPA_RADIUS,WPA,WPA2,WPA2_AUTO,open,wpa-personal,wpa-enterprise,captive-portal,wpa-only-personal,wpa-only-enterprise,wpa2-only-personal,wpa2-only-enterprise,wpa-personal+captive-portal,wpa-only-personal+captive-portal,wpa2-only-personal+captive-portal,osen,wpa3-enterprise,sae,sae-transition,owe,wpa3-sae,wpa3-sae-transition,wpa3-only-enterprise,wpa3-enterprise-transition. - Wifi
Ssid string - Support meta variable
- devprof String
- Devprof.
- action String
- Action. Valid values:
add-aggregate,add-loopback,add-vlan,add-zone,conf-intf,conf-dhcp-server,conf-monitor-bandwd,conf-vap-ssid. - adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - allowaccesses List<String>
- Allowaccess. Valid values:
https,ping,ssh,snmp,http,telnet,fgfm,radius-acct,probe-response,dnp,ftm,fabric,speed-test. - dhcp
Id Double - Support meta variable
- dynamic
Sort StringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- gateway String
- Support meta variable
- interface
Members List<String> - Support meta variable
- interface_ String
- Support meta variable
- ip
Ranges List<SystempSystem Template Interface Ip Range> - Ip-Range. The structure of
ip_rangeblock is documented below. - ipmasks List<String>
- Support meta variable
- model String
- Model.
- monitor
Bandwidth String - Monitor-Bandwidth. Valid values:
disable,enable. - name String
- Support meta variable
- netmask String
- Support meta variable
- role String
- Role. Valid values:
lan,wan,dmz,undefined. - scopetype String
- The scope of application of the resource. Valid values:
inherit,adom. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - seq Double
- Seq.
- systemp
System StringTemplate Interface Id - an identifier for the resource with format {{seq}}.
- update
If BooleanExist - vdom String
- Support meta variable
- vlan
Id Double - Support meta variable
- wifi
Keys List<String> - Wifi-Key.
- wifi
Security String - Wifi-Security. Valid values:
None,wep64,wep128,WPA_PSK,WPA_RADIUS,WPA,WPA2,WPA2_AUTO,open,wpa-personal,wpa-enterprise,captive-portal,wpa-only-personal,wpa-only-enterprise,wpa2-only-personal,wpa2-only-enterprise,wpa-personal+captive-portal,wpa-only-personal+captive-portal,wpa2-only-personal+captive-portal,osen,wpa3-enterprise,sae,sae-transition,owe,wpa3-sae,wpa3-sae-transition,wpa3-only-enterprise,wpa3-enterprise-transition. - wifi
Ssid String - Support meta variable
- devprof string
- Devprof.
- action string
- Action. Valid values:
add-aggregate,add-loopback,add-vlan,add-zone,conf-intf,conf-dhcp-server,conf-monitor-bandwd,conf-vap-ssid. - adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - allowaccesses string[]
- Allowaccess. Valid values:
https,ping,ssh,snmp,http,telnet,fgfm,radius-acct,probe-response,dnp,ftm,fabric,speed-test. - dhcp
Id number - Support meta variable
- dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- gateway string
- Support meta variable
- interface string
- Support meta variable
- interface
Members string[] - Support meta variable
- ip
Ranges SystempSystem Template Interface Ip Range[] - Ip-Range. The structure of
ip_rangeblock is documented below. - ipmasks string[]
- Support meta variable
- model string
- Model.
- monitor
Bandwidth string - Monitor-Bandwidth. Valid values:
disable,enable. - name string
- Support meta variable
- netmask string
- Support meta variable
- role string
- Role. Valid values:
lan,wan,dmz,undefined. - scopetype string
- The scope of application of the resource. Valid values:
inherit,adom. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - seq number
- Seq.
- systemp
System stringTemplate Interface Id - an identifier for the resource with format {{seq}}.
- update
If booleanExist - vdom string
- Support meta variable
- vlan
Id number - Support meta variable
- wifi
Keys string[] - Wifi-Key.
- wifi
Security string - Wifi-Security. Valid values:
None,wep64,wep128,WPA_PSK,WPA_RADIUS,WPA,WPA2,WPA2_AUTO,open,wpa-personal,wpa-enterprise,captive-portal,wpa-only-personal,wpa-only-enterprise,wpa2-only-personal,wpa2-only-enterprise,wpa-personal+captive-portal,wpa-only-personal+captive-portal,wpa2-only-personal+captive-portal,osen,wpa3-enterprise,sae,sae-transition,owe,wpa3-sae,wpa3-sae-transition,wpa3-only-enterprise,wpa3-enterprise-transition. - wifi
Ssid string - Support meta variable
- devprof str
- Devprof.
- action str
- Action. Valid values:
add-aggregate,add-loopback,add-vlan,add-zone,conf-intf,conf-dhcp-server,conf-monitor-bandwd,conf-vap-ssid. - adom str
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - allowaccesses Sequence[str]
- Allowaccess. Valid values:
https,ping,ssh,snmp,http,telnet,fgfm,radius-acct,probe-response,dnp,ftm,fabric,speed-test. - dhcp_
id float - Support meta variable
- dynamic_
sort_ strsubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- gateway str
- Support meta variable
- interface str
- Support meta variable
- interface_
members Sequence[str] - Support meta variable
- ip_
ranges Sequence[SystempSystem Template Interface Ip Range Args] - Ip-Range. The structure of
ip_rangeblock is documented below. - ipmasks Sequence[str]
- Support meta variable
- model str
- Model.
- monitor_
bandwidth str - Monitor-Bandwidth. Valid values:
disable,enable. - name str
- Support meta variable
- netmask str
- Support meta variable
- role str
- Role. Valid values:
lan,wan,dmz,undefined. - scopetype str
- The scope of application of the resource. Valid values:
inherit,adom. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - seq float
- Seq.
- systemp_
system_ strtemplate_ interface_ id - an identifier for the resource with format {{seq}}.
- update_
if_ boolexist - vdom str
- Support meta variable
- vlan_
id float - Support meta variable
- wifi_
keys Sequence[str] - Wifi-Key.
- wifi_
security str - Wifi-Security. Valid values:
None,wep64,wep128,WPA_PSK,WPA_RADIUS,WPA,WPA2,WPA2_AUTO,open,wpa-personal,wpa-enterprise,captive-portal,wpa-only-personal,wpa-only-enterprise,wpa2-only-personal,wpa2-only-enterprise,wpa-personal+captive-portal,wpa-only-personal+captive-portal,wpa2-only-personal+captive-portal,osen,wpa3-enterprise,sae,sae-transition,owe,wpa3-sae,wpa3-sae-transition,wpa3-only-enterprise,wpa3-enterprise-transition. - wifi_
ssid str - Support meta variable
- devprof String
- Devprof.
- action String
- Action. Valid values:
add-aggregate,add-loopback,add-vlan,add-zone,conf-intf,conf-dhcp-server,conf-monitor-bandwd,conf-vap-ssid. - adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - allowaccesses List<String>
- Allowaccess. Valid values:
https,ping,ssh,snmp,http,telnet,fgfm,radius-acct,probe-response,dnp,ftm,fabric,speed-test. - dhcp
Id Number - Support meta variable
- dynamic
Sort StringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- gateway String
- Support meta variable
- interface String
- Support meta variable
- interface
Members List<String> - Support meta variable
- ip
Ranges List<Property Map> - Ip-Range. The structure of
ip_rangeblock is documented below. - ipmasks List<String>
- Support meta variable
- model String
- Model.
- monitor
Bandwidth String - Monitor-Bandwidth. Valid values:
disable,enable. - name String
- Support meta variable
- netmask String
- Support meta variable
- role String
- Role. Valid values:
lan,wan,dmz,undefined. - scopetype String
- The scope of application of the resource. Valid values:
inherit,adom. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - seq Number
- Seq.
- systemp
System StringTemplate Interface Id - an identifier for the resource with format {{seq}}.
- update
If BooleanExist - vdom String
- Support meta variable
- vlan
Id Number - Support meta variable
- wifi
Keys List<String> - Wifi-Key.
- wifi
Security String - Wifi-Security. Valid values:
None,wep64,wep128,WPA_PSK,WPA_RADIUS,WPA,WPA2,WPA2_AUTO,open,wpa-personal,wpa-enterprise,captive-portal,wpa-only-personal,wpa-only-enterprise,wpa2-only-personal,wpa2-only-enterprise,wpa-personal+captive-portal,wpa-only-personal+captive-portal,wpa2-only-personal+captive-portal,osen,wpa3-enterprise,sae,sae-transition,owe,wpa3-sae,wpa3-sae-transition,wpa3-only-enterprise,wpa3-enterprise-transition. - wifi
Ssid String - Support meta variable
Outputs
All input properties are implicitly available as output properties. Additionally, the SystempSystemTemplateInterface resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing SystempSystemTemplateInterface Resource
Get an existing SystempSystemTemplateInterface resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: SystempSystemTemplateInterfaceState, opts?: CustomResourceOptions): SystempSystemTemplateInterface@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
action: Optional[str] = None,
adom: Optional[str] = None,
allowaccesses: Optional[Sequence[str]] = None,
devprof: Optional[str] = None,
dhcp_id: Optional[float] = None,
dynamic_sort_subtable: Optional[str] = None,
gateway: Optional[str] = None,
interface: Optional[str] = None,
interface_members: Optional[Sequence[str]] = None,
ip_ranges: Optional[Sequence[SystempSystemTemplateInterfaceIpRangeArgs]] = None,
ipmasks: Optional[Sequence[str]] = None,
model: Optional[str] = None,
monitor_bandwidth: Optional[str] = None,
name: Optional[str] = None,
netmask: Optional[str] = None,
role: Optional[str] = None,
scopetype: Optional[str] = None,
seq: Optional[float] = None,
systemp_system_template_interface_id: Optional[str] = None,
update_if_exist: Optional[bool] = None,
vdom: Optional[str] = None,
vlan_id: Optional[float] = None,
wifi_keys: Optional[Sequence[str]] = None,
wifi_security: Optional[str] = None,
wifi_ssid: Optional[str] = None) -> SystempSystemTemplateInterfacefunc GetSystempSystemTemplateInterface(ctx *Context, name string, id IDInput, state *SystempSystemTemplateInterfaceState, opts ...ResourceOption) (*SystempSystemTemplateInterface, error)public static SystempSystemTemplateInterface Get(string name, Input<string> id, SystempSystemTemplateInterfaceState? state, CustomResourceOptions? opts = null)public static SystempSystemTemplateInterface get(String name, Output<String> id, SystempSystemTemplateInterfaceState state, CustomResourceOptions options)resources: _: type: fortimanager:SystempSystemTemplateInterface get: id: ${id}- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Action string
- Action. Valid values:
add-aggregate,add-loopback,add-vlan,add-zone,conf-intf,conf-dhcp-server,conf-monitor-bandwd,conf-vap-ssid. - Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Allowaccesses List<string>
- Allowaccess. Valid values:
https,ping,ssh,snmp,http,telnet,fgfm,radius-acct,probe-response,dnp,ftm,fabric,speed-test. - Devprof string
- Devprof.
- Dhcp
Id double - Support meta variable
- Dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- Gateway string
- Support meta variable
- Interface string
- Support meta variable
- Interface
Members List<string> - Support meta variable
- Ip
Ranges List<SystempSystem Template Interface Ip Range> - Ip-Range. The structure of
ip_rangeblock is documented below. - Ipmasks List<string>
- Support meta variable
- Model string
- Model.
- Monitor
Bandwidth string - Monitor-Bandwidth. Valid values:
disable,enable. - Name string
- Support meta variable
- Netmask string
- Support meta variable
- Role string
- Role. Valid values:
lan,wan,dmz,undefined. - Scopetype string
- The scope of application of the resource. Valid values:
inherit,adom. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - Seq double
- Seq.
- Systemp
System stringTemplate Interface Id - an identifier for the resource with format {{seq}}.
- Update
If boolExist - Vdom string
- Support meta variable
- Vlan
Id double - Support meta variable
- Wifi
Keys List<string> - Wifi-Key.
- Wifi
Security string - Wifi-Security. Valid values:
None,wep64,wep128,WPA_PSK,WPA_RADIUS,WPA,WPA2,WPA2_AUTO,open,wpa-personal,wpa-enterprise,captive-portal,wpa-only-personal,wpa-only-enterprise,wpa2-only-personal,wpa2-only-enterprise,wpa-personal+captive-portal,wpa-only-personal+captive-portal,wpa2-only-personal+captive-portal,osen,wpa3-enterprise,sae,sae-transition,owe,wpa3-sae,wpa3-sae-transition,wpa3-only-enterprise,wpa3-enterprise-transition. - Wifi
Ssid string - Support meta variable
- Action string
- Action. Valid values:
add-aggregate,add-loopback,add-vlan,add-zone,conf-intf,conf-dhcp-server,conf-monitor-bandwd,conf-vap-ssid. - Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Allowaccesses []string
- Allowaccess. Valid values:
https,ping,ssh,snmp,http,telnet,fgfm,radius-acct,probe-response,dnp,ftm,fabric,speed-test. - Devprof string
- Devprof.
- Dhcp
Id float64 - Support meta variable
- Dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- Gateway string
- Support meta variable
- Interface string
- Support meta variable
- Interface
Members []string - Support meta variable
- Ip
Ranges []SystempSystem Template Interface Ip Range Type Args - Ip-Range. The structure of
ip_rangeblock is documented below. - Ipmasks []string
- Support meta variable
- Model string
- Model.
- Monitor
Bandwidth string - Monitor-Bandwidth. Valid values:
disable,enable. - Name string
- Support meta variable
- Netmask string
- Support meta variable
- Role string
- Role. Valid values:
lan,wan,dmz,undefined. - Scopetype string
- The scope of application of the resource. Valid values:
inherit,adom. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - Seq float64
- Seq.
- Systemp
System stringTemplate Interface Id - an identifier for the resource with format {{seq}}.
- Update
If boolExist - Vdom string
- Support meta variable
- Vlan
Id float64 - Support meta variable
- Wifi
Keys []string - Wifi-Key.
- Wifi
Security string - Wifi-Security. Valid values:
None,wep64,wep128,WPA_PSK,WPA_RADIUS,WPA,WPA2,WPA2_AUTO,open,wpa-personal,wpa-enterprise,captive-portal,wpa-only-personal,wpa-only-enterprise,wpa2-only-personal,wpa2-only-enterprise,wpa-personal+captive-portal,wpa-only-personal+captive-portal,wpa2-only-personal+captive-portal,osen,wpa3-enterprise,sae,sae-transition,owe,wpa3-sae,wpa3-sae-transition,wpa3-only-enterprise,wpa3-enterprise-transition. - Wifi
Ssid string - Support meta variable
- action String
- Action. Valid values:
add-aggregate,add-loopback,add-vlan,add-zone,conf-intf,conf-dhcp-server,conf-monitor-bandwd,conf-vap-ssid. - adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - allowaccesses List<String>
- Allowaccess. Valid values:
https,ping,ssh,snmp,http,telnet,fgfm,radius-acct,probe-response,dnp,ftm,fabric,speed-test. - devprof String
- Devprof.
- dhcp
Id Double - Support meta variable
- dynamic
Sort StringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- gateway String
- Support meta variable
- interface
Members List<String> - Support meta variable
- interface_ String
- Support meta variable
- ip
Ranges List<SystempSystem Template Interface Ip Range> - Ip-Range. The structure of
ip_rangeblock is documented below. - ipmasks List<String>
- Support meta variable
- model String
- Model.
- monitor
Bandwidth String - Monitor-Bandwidth. Valid values:
disable,enable. - name String
- Support meta variable
- netmask String
- Support meta variable
- role String
- Role. Valid values:
lan,wan,dmz,undefined. - scopetype String
- The scope of application of the resource. Valid values:
inherit,adom. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - seq Double
- Seq.
- systemp
System StringTemplate Interface Id - an identifier for the resource with format {{seq}}.
- update
If BooleanExist - vdom String
- Support meta variable
- vlan
Id Double - Support meta variable
- wifi
Keys List<String> - Wifi-Key.
- wifi
Security String - Wifi-Security. Valid values:
None,wep64,wep128,WPA_PSK,WPA_RADIUS,WPA,WPA2,WPA2_AUTO,open,wpa-personal,wpa-enterprise,captive-portal,wpa-only-personal,wpa-only-enterprise,wpa2-only-personal,wpa2-only-enterprise,wpa-personal+captive-portal,wpa-only-personal+captive-portal,wpa2-only-personal+captive-portal,osen,wpa3-enterprise,sae,sae-transition,owe,wpa3-sae,wpa3-sae-transition,wpa3-only-enterprise,wpa3-enterprise-transition. - wifi
Ssid String - Support meta variable
- action string
- Action. Valid values:
add-aggregate,add-loopback,add-vlan,add-zone,conf-intf,conf-dhcp-server,conf-monitor-bandwd,conf-vap-ssid. - adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - allowaccesses string[]
- Allowaccess. Valid values:
https,ping,ssh,snmp,http,telnet,fgfm,radius-acct,probe-response,dnp,ftm,fabric,speed-test. - devprof string
- Devprof.
- dhcp
Id number - Support meta variable
- dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- gateway string
- Support meta variable
- interface string
- Support meta variable
- interface
Members string[] - Support meta variable
- ip
Ranges SystempSystem Template Interface Ip Range[] - Ip-Range. The structure of
ip_rangeblock is documented below. - ipmasks string[]
- Support meta variable
- model string
- Model.
- monitor
Bandwidth string - Monitor-Bandwidth. Valid values:
disable,enable. - name string
- Support meta variable
- netmask string
- Support meta variable
- role string
- Role. Valid values:
lan,wan,dmz,undefined. - scopetype string
- The scope of application of the resource. Valid values:
inherit,adom. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - seq number
- Seq.
- systemp
System stringTemplate Interface Id - an identifier for the resource with format {{seq}}.
- update
If booleanExist - vdom string
- Support meta variable
- vlan
Id number - Support meta variable
- wifi
Keys string[] - Wifi-Key.
- wifi
Security string - Wifi-Security. Valid values:
None,wep64,wep128,WPA_PSK,WPA_RADIUS,WPA,WPA2,WPA2_AUTO,open,wpa-personal,wpa-enterprise,captive-portal,wpa-only-personal,wpa-only-enterprise,wpa2-only-personal,wpa2-only-enterprise,wpa-personal+captive-portal,wpa-only-personal+captive-portal,wpa2-only-personal+captive-portal,osen,wpa3-enterprise,sae,sae-transition,owe,wpa3-sae,wpa3-sae-transition,wpa3-only-enterprise,wpa3-enterprise-transition. - wifi
Ssid string - Support meta variable
- action str
- Action. Valid values:
add-aggregate,add-loopback,add-vlan,add-zone,conf-intf,conf-dhcp-server,conf-monitor-bandwd,conf-vap-ssid. - adom str
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - allowaccesses Sequence[str]
- Allowaccess. Valid values:
https,ping,ssh,snmp,http,telnet,fgfm,radius-acct,probe-response,dnp,ftm,fabric,speed-test. - devprof str
- Devprof.
- dhcp_
id float - Support meta variable
- dynamic_
sort_ strsubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- gateway str
- Support meta variable
- interface str
- Support meta variable
- interface_
members Sequence[str] - Support meta variable
- ip_
ranges Sequence[SystempSystem Template Interface Ip Range Args] - Ip-Range. The structure of
ip_rangeblock is documented below. - ipmasks Sequence[str]
- Support meta variable
- model str
- Model.
- monitor_
bandwidth str - Monitor-Bandwidth. Valid values:
disable,enable. - name str
- Support meta variable
- netmask str
- Support meta variable
- role str
- Role. Valid values:
lan,wan,dmz,undefined. - scopetype str
- The scope of application of the resource. Valid values:
inherit,adom. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - seq float
- Seq.
- systemp_
system_ strtemplate_ interface_ id - an identifier for the resource with format {{seq}}.
- update_
if_ boolexist - vdom str
- Support meta variable
- vlan_
id float - Support meta variable
- wifi_
keys Sequence[str] - Wifi-Key.
- wifi_
security str - Wifi-Security. Valid values:
None,wep64,wep128,WPA_PSK,WPA_RADIUS,WPA,WPA2,WPA2_AUTO,open,wpa-personal,wpa-enterprise,captive-portal,wpa-only-personal,wpa-only-enterprise,wpa2-only-personal,wpa2-only-enterprise,wpa-personal+captive-portal,wpa-only-personal+captive-portal,wpa2-only-personal+captive-portal,osen,wpa3-enterprise,sae,sae-transition,owe,wpa3-sae,wpa3-sae-transition,wpa3-only-enterprise,wpa3-enterprise-transition. - wifi_
ssid str - Support meta variable
- action String
- Action. Valid values:
add-aggregate,add-loopback,add-vlan,add-zone,conf-intf,conf-dhcp-server,conf-monitor-bandwd,conf-vap-ssid. - adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - allowaccesses List<String>
- Allowaccess. Valid values:
https,ping,ssh,snmp,http,telnet,fgfm,radius-acct,probe-response,dnp,ftm,fabric,speed-test. - devprof String
- Devprof.
- dhcp
Id Number - Support meta variable
- dynamic
Sort StringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- gateway String
- Support meta variable
- interface String
- Support meta variable
- interface
Members List<String> - Support meta variable
- ip
Ranges List<Property Map> - Ip-Range. The structure of
ip_rangeblock is documented below. - ipmasks List<String>
- Support meta variable
- model String
- Model.
- monitor
Bandwidth String - Monitor-Bandwidth. Valid values:
disable,enable. - name String
- Support meta variable
- netmask String
- Support meta variable
- role String
- Role. Valid values:
lan,wan,dmz,undefined. - scopetype String
- The scope of application of the resource. Valid values:
inherit,adom. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - seq Number
- Seq.
- systemp
System StringTemplate Interface Id - an identifier for the resource with format {{seq}}.
- update
If BooleanExist - vdom String
- Support meta variable
- vlan
Id Number - Support meta variable
- wifi
Keys List<String> - Wifi-Key.
- wifi
Security String - Wifi-Security. Valid values:
None,wep64,wep128,WPA_PSK,WPA_RADIUS,WPA,WPA2,WPA2_AUTO,open,wpa-personal,wpa-enterprise,captive-portal,wpa-only-personal,wpa-only-enterprise,wpa2-only-personal,wpa2-only-enterprise,wpa-personal+captive-portal,wpa-only-personal+captive-portal,wpa2-only-personal+captive-portal,osen,wpa3-enterprise,sae,sae-transition,owe,wpa3-sae,wpa3-sae-transition,wpa3-only-enterprise,wpa3-enterprise-transition. - wifi
Ssid String - Support meta variable
Supporting Types
SystempSystemTemplateInterfaceIpRange, SystempSystemTemplateInterfaceIpRangeArgs
Import
Systemp SystemTemplateInterface can be imported using any of these accepted formats:
Set import_options = [“devprof=YOUR_VALUE”] in the provider section.
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/systempSystemTemplateInterface:SystempSystemTemplateInterface labelname {{seq}}
$ unset “FORTIMANAGER_IMPORT_TABLE”
-> Hint: The scopetype and adom for import will directly inherit the scopetype and adom configuration of the provider.
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- fortimanager fortinetdev/terraform-provider-fortimanager
- License
- Notes
- This Pulumi package is based on the
fortimanagerTerraform Provider.
published on Monday, May 4, 2026 by fortinetdev
