fortimanager.ObjectExtendercontrollerExtenderprofile
Explore with Pulumi AI
FortiExtender extender profile configuration.
The following variables have sub resource. Avoid using them together, otherwise conflicts and overwrites may occur.
cellular
:fortimanager.ObjectExtendercontrollerExtenderprofileCellular
lan_extension
:fortimanager.ObjectExtendercontrollerExtenderprofileLanextension
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as fortimanager from "@pulumi/fortimanager";
const trname = new fortimanager.ObjectExtendercontrollerExtenderprofile("trname", {allowaccesses: ["https"]});
import pulumi
import pulumi_fortimanager as fortimanager
trname = fortimanager.ObjectExtendercontrollerExtenderprofile("trname", allowaccesses=["https"])
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/fortimanager/fortimanager"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := fortimanager.NewObjectExtendercontrollerExtenderprofile(ctx, "trname", &fortimanager.ObjectExtendercontrollerExtenderprofileArgs{
Allowaccesses: pulumi.StringArray{
pulumi.String("https"),
},
})
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Fortimanager = Pulumi.Fortimanager;
return await Deployment.RunAsync(() =>
{
var trname = new Fortimanager.ObjectExtendercontrollerExtenderprofile("trname", new()
{
Allowaccesses = new[]
{
"https",
},
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.fortimanager.ObjectExtendercontrollerExtenderprofile;
import com.pulumi.fortimanager.ObjectExtendercontrollerExtenderprofileArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var trname = new ObjectExtendercontrollerExtenderprofile("trname", ObjectExtendercontrollerExtenderprofileArgs.builder()
.allowaccesses("https")
.build());
}
}
resources:
trname:
type: fortimanager:ObjectExtendercontrollerExtenderprofile
properties:
allowaccesses:
- https
Create ObjectExtendercontrollerExtenderprofile Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectExtendercontrollerExtenderprofile(name: string, args?: ObjectExtendercontrollerExtenderprofileArgs, opts?: CustomResourceOptions);
@overload
def ObjectExtendercontrollerExtenderprofile(resource_name: str,
args: Optional[ObjectExtendercontrollerExtenderprofileArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectExtendercontrollerExtenderprofile(resource_name: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
allowaccesses: Optional[Sequence[str]] = None,
bandwidth_limit: Optional[float] = None,
cellular: Optional[ObjectExtendercontrollerExtenderprofileCellularArgs] = None,
enforce_bandwidth: Optional[str] = None,
extension: Optional[str] = None,
fosid: Optional[float] = None,
lan_extension: Optional[ObjectExtendercontrollerExtenderprofileLanExtensionArgs] = None,
login_password_change: Optional[str] = None,
login_passwords: Optional[Sequence[str]] = None,
model: Optional[str] = None,
name: Optional[str] = None,
object_extendercontroller_extenderprofile_id: Optional[str] = None,
scopetype: Optional[str] = None)
func NewObjectExtendercontrollerExtenderprofile(ctx *Context, name string, args *ObjectExtendercontrollerExtenderprofileArgs, opts ...ResourceOption) (*ObjectExtendercontrollerExtenderprofile, error)
public ObjectExtendercontrollerExtenderprofile(string name, ObjectExtendercontrollerExtenderprofileArgs? args = null, CustomResourceOptions? opts = null)
public ObjectExtendercontrollerExtenderprofile(String name, ObjectExtendercontrollerExtenderprofileArgs args)
public ObjectExtendercontrollerExtenderprofile(String name, ObjectExtendercontrollerExtenderprofileArgs args, CustomResourceOptions options)
type: fortimanager:ObjectExtendercontrollerExtenderprofile
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 ObjectExtendercontrollerExtenderprofileArgs
- 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 ObjectExtendercontrollerExtenderprofileArgs
- 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 ObjectExtendercontrollerExtenderprofileArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectExtendercontrollerExtenderprofileArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectExtendercontrollerExtenderprofileArgs
- 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 objectExtendercontrollerExtenderprofileResource = new Fortimanager.ObjectExtendercontrollerExtenderprofile("objectExtendercontrollerExtenderprofileResource", new()
{
Adom = "string",
Allowaccesses = new[]
{
"string",
},
BandwidthLimit = 0,
Cellular = new Fortimanager.Inputs.ObjectExtendercontrollerExtenderprofileCellularArgs
{
ControllerReport = new Fortimanager.Inputs.ObjectExtendercontrollerExtenderprofileCellularControllerReportArgs
{
Interval = 0,
SignalThreshold = 0,
Status = "string",
},
Dataplan = "string",
Modem1 = new Fortimanager.Inputs.ObjectExtendercontrollerExtenderprofileCellularModem1Args
{
AutoSwitch = new Fortimanager.Inputs.ObjectExtendercontrollerExtenderprofileCellularModem1AutoSwitchArgs
{
Dataplan = "string",
Disconnect = "string",
DisconnectPeriod = 0,
DisconnectThreshold = 0,
Signal = "string",
SwitchBackTime = "string",
SwitchBackTimer = 0,
SwitchBacks = new[]
{
"string",
},
},
ConnStatus = 0,
DefaultSim = "string",
Gps = "string",
ModemId = 0,
PreferredCarrier = "string",
RedundantIntf = "string",
RedundantMode = "string",
Sim1Pin = "string",
Sim1PinCodes = new[]
{
"string",
},
Sim2Pin = "string",
Sim2PinCodes = new[]
{
"string",
},
},
Modem2 = new Fortimanager.Inputs.ObjectExtendercontrollerExtenderprofileCellularModem2Args
{
AutoSwitch = new Fortimanager.Inputs.ObjectExtendercontrollerExtenderprofileCellularModem2AutoSwitchArgs
{
Dataplan = "string",
Disconnect = "string",
DisconnectPeriod = 0,
DisconnectThreshold = 0,
Signal = "string",
SwitchBackTime = "string",
SwitchBackTimer = 0,
SwitchBacks = new[]
{
"string",
},
},
ConnStatus = 0,
DefaultSim = "string",
Gps = "string",
ModemId = 0,
PreferredCarrier = "string",
RedundantIntf = "string",
RedundantMode = "string",
Sim1Pin = "string",
Sim1PinCodes = new[]
{
"string",
},
Sim2Pin = "string",
Sim2PinCodes = new[]
{
"string",
},
},
SmsNotification = new Fortimanager.Inputs.ObjectExtendercontrollerExtenderprofileCellularSmsNotificationArgs
{
Alert = new Fortimanager.Inputs.ObjectExtendercontrollerExtenderprofileCellularSmsNotificationAlertArgs
{
DataExhausted = "string",
FgtBackupModeSwitch = "string",
LowSignalStrength = "string",
ModeSwitch = "string",
OsImageFallback = "string",
SessionDisconnect = "string",
SystemReboot = "string",
},
Receivers = new[]
{
new Fortimanager.Inputs.ObjectExtendercontrollerExtenderprofileCellularSmsNotificationReceiverArgs
{
Alerts = new[]
{
"string",
},
Name = "string",
PhoneNumber = "string",
Status = "string",
},
},
Status = "string",
},
},
EnforceBandwidth = "string",
Extension = "string",
Fosid = 0,
LanExtension = new Fortimanager.Inputs.ObjectExtendercontrollerExtenderprofileLanExtensionArgs
{
BackhaulInterface = "string",
BackhaulIp = "string",
Backhauls = new[]
{
new Fortimanager.Inputs.ObjectExtendercontrollerExtenderprofileLanExtensionBackhaulArgs
{
Name = "string",
Port = "string",
Role = "string",
Weight = 0,
},
},
IpsecTunnel = "string",
LinkLoadbalance = "string",
},
LoginPasswordChange = "string",
LoginPasswords = new[]
{
"string",
},
Model = "string",
Name = "string",
ObjectExtendercontrollerExtenderprofileId = "string",
Scopetype = "string",
});
example, err := fortimanager.NewObjectExtendercontrollerExtenderprofile(ctx, "objectExtendercontrollerExtenderprofileResource", &fortimanager.ObjectExtendercontrollerExtenderprofileArgs{
Adom: pulumi.String("string"),
Allowaccesses: pulumi.StringArray{
pulumi.String("string"),
},
BandwidthLimit: pulumi.Float64(0),
Cellular: &.ObjectExtendercontrollerExtenderprofileCellularTypeArgs{
ControllerReport: &.ObjectExtendercontrollerExtenderprofileCellularControllerReportTypeArgs{
Interval: pulumi.Float64(0),
SignalThreshold: pulumi.Float64(0),
Status: pulumi.String("string"),
},
Dataplan: pulumi.String("string"),
Modem1: &.ObjectExtendercontrollerExtenderprofileCellularModem1TypeArgs{
AutoSwitch: &.ObjectExtendercontrollerExtenderprofileCellularModem1AutoSwitchTypeArgs{
Dataplan: pulumi.String("string"),
Disconnect: pulumi.String("string"),
DisconnectPeriod: pulumi.Float64(0),
DisconnectThreshold: pulumi.Float64(0),
Signal: pulumi.String("string"),
SwitchBackTime: pulumi.String("string"),
SwitchBackTimer: pulumi.Float64(0),
SwitchBacks: pulumi.StringArray{
pulumi.String("string"),
},
},
ConnStatus: pulumi.Float64(0),
DefaultSim: pulumi.String("string"),
Gps: pulumi.String("string"),
ModemId: pulumi.Float64(0),
PreferredCarrier: pulumi.String("string"),
RedundantIntf: pulumi.String("string"),
RedundantMode: pulumi.String("string"),
Sim1Pin: pulumi.String("string"),
Sim1PinCodes: pulumi.StringArray{
pulumi.String("string"),
},
Sim2Pin: pulumi.String("string"),
Sim2PinCodes: pulumi.StringArray{
pulumi.String("string"),
},
},
Modem2: &.ObjectExtendercontrollerExtenderprofileCellularModem2TypeArgs{
AutoSwitch: &.ObjectExtendercontrollerExtenderprofileCellularModem2AutoSwitchTypeArgs{
Dataplan: pulumi.String("string"),
Disconnect: pulumi.String("string"),
DisconnectPeriod: pulumi.Float64(0),
DisconnectThreshold: pulumi.Float64(0),
Signal: pulumi.String("string"),
SwitchBackTime: pulumi.String("string"),
SwitchBackTimer: pulumi.Float64(0),
SwitchBacks: pulumi.StringArray{
pulumi.String("string"),
},
},
ConnStatus: pulumi.Float64(0),
DefaultSim: pulumi.String("string"),
Gps: pulumi.String("string"),
ModemId: pulumi.Float64(0),
PreferredCarrier: pulumi.String("string"),
RedundantIntf: pulumi.String("string"),
RedundantMode: pulumi.String("string"),
Sim1Pin: pulumi.String("string"),
Sim1PinCodes: pulumi.StringArray{
pulumi.String("string"),
},
Sim2Pin: pulumi.String("string"),
Sim2PinCodes: pulumi.StringArray{
pulumi.String("string"),
},
},
SmsNotification: &.ObjectExtendercontrollerExtenderprofileCellularSmsNotificationTypeArgs{
Alert: &.ObjectExtendercontrollerExtenderprofileCellularSmsNotificationAlertTypeArgs{
DataExhausted: pulumi.String("string"),
FgtBackupModeSwitch: pulumi.String("string"),
LowSignalStrength: pulumi.String("string"),
ModeSwitch: pulumi.String("string"),
OsImageFallback: pulumi.String("string"),
SessionDisconnect: pulumi.String("string"),
SystemReboot: pulumi.String("string"),
},
Receivers: .ObjectExtendercontrollerExtenderprofileCellularSmsNotificationReceiverTypeArray{
&.ObjectExtendercontrollerExtenderprofileCellularSmsNotificationReceiverTypeArgs{
Alerts: pulumi.StringArray{
pulumi.String("string"),
},
Name: pulumi.String("string"),
PhoneNumber: pulumi.String("string"),
Status: pulumi.String("string"),
},
},
Status: pulumi.String("string"),
},
},
EnforceBandwidth: pulumi.String("string"),
Extension: pulumi.String("string"),
Fosid: pulumi.Float64(0),
LanExtension: &.ObjectExtendercontrollerExtenderprofileLanExtensionTypeArgs{
BackhaulInterface: pulumi.String("string"),
BackhaulIp: pulumi.String("string"),
Backhauls: .ObjectExtendercontrollerExtenderprofileLanExtensionBackhaulTypeArray{
&.ObjectExtendercontrollerExtenderprofileLanExtensionBackhaulTypeArgs{
Name: pulumi.String("string"),
Port: pulumi.String("string"),
Role: pulumi.String("string"),
Weight: pulumi.Float64(0),
},
},
IpsecTunnel: pulumi.String("string"),
LinkLoadbalance: pulumi.String("string"),
},
LoginPasswordChange: pulumi.String("string"),
LoginPasswords: pulumi.StringArray{
pulumi.String("string"),
},
Model: pulumi.String("string"),
Name: pulumi.String("string"),
ObjectExtendercontrollerExtenderprofileId: pulumi.String("string"),
Scopetype: pulumi.String("string"),
})
var objectExtendercontrollerExtenderprofileResource = new ObjectExtendercontrollerExtenderprofile("objectExtendercontrollerExtenderprofileResource", ObjectExtendercontrollerExtenderprofileArgs.builder()
.adom("string")
.allowaccesses("string")
.bandwidthLimit(0)
.cellular(ObjectExtendercontrollerExtenderprofileCellularArgs.builder()
.controllerReport(ObjectExtendercontrollerExtenderprofileCellularControllerReportArgs.builder()
.interval(0)
.signalThreshold(0)
.status("string")
.build())
.dataplan("string")
.modem1(ObjectExtendercontrollerExtenderprofileCellularModem1Args.builder()
.autoSwitch(ObjectExtendercontrollerExtenderprofileCellularModem1AutoSwitchArgs.builder()
.dataplan("string")
.disconnect("string")
.disconnectPeriod(0)
.disconnectThreshold(0)
.signal("string")
.switchBackTime("string")
.switchBackTimer(0)
.switchBacks("string")
.build())
.connStatus(0)
.defaultSim("string")
.gps("string")
.modemId(0)
.preferredCarrier("string")
.redundantIntf("string")
.redundantMode("string")
.sim1Pin("string")
.sim1PinCodes("string")
.sim2Pin("string")
.sim2PinCodes("string")
.build())
.modem2(ObjectExtendercontrollerExtenderprofileCellularModem2Args.builder()
.autoSwitch(ObjectExtendercontrollerExtenderprofileCellularModem2AutoSwitchArgs.builder()
.dataplan("string")
.disconnect("string")
.disconnectPeriod(0)
.disconnectThreshold(0)
.signal("string")
.switchBackTime("string")
.switchBackTimer(0)
.switchBacks("string")
.build())
.connStatus(0)
.defaultSim("string")
.gps("string")
.modemId(0)
.preferredCarrier("string")
.redundantIntf("string")
.redundantMode("string")
.sim1Pin("string")
.sim1PinCodes("string")
.sim2Pin("string")
.sim2PinCodes("string")
.build())
.smsNotification(ObjectExtendercontrollerExtenderprofileCellularSmsNotificationArgs.builder()
.alert(ObjectExtendercontrollerExtenderprofileCellularSmsNotificationAlertArgs.builder()
.dataExhausted("string")
.fgtBackupModeSwitch("string")
.lowSignalStrength("string")
.modeSwitch("string")
.osImageFallback("string")
.sessionDisconnect("string")
.systemReboot("string")
.build())
.receivers(ObjectExtendercontrollerExtenderprofileCellularSmsNotificationReceiverArgs.builder()
.alerts("string")
.name("string")
.phoneNumber("string")
.status("string")
.build())
.status("string")
.build())
.build())
.enforceBandwidth("string")
.extension("string")
.fosid(0)
.lanExtension(ObjectExtendercontrollerExtenderprofileLanExtensionArgs.builder()
.backhaulInterface("string")
.backhaulIp("string")
.backhauls(ObjectExtendercontrollerExtenderprofileLanExtensionBackhaulArgs.builder()
.name("string")
.port("string")
.role("string")
.weight(0)
.build())
.ipsecTunnel("string")
.linkLoadbalance("string")
.build())
.loginPasswordChange("string")
.loginPasswords("string")
.model("string")
.name("string")
.objectExtendercontrollerExtenderprofileId("string")
.scopetype("string")
.build());
object_extendercontroller_extenderprofile_resource = fortimanager.ObjectExtendercontrollerExtenderprofile("objectExtendercontrollerExtenderprofileResource",
adom="string",
allowaccesses=["string"],
bandwidth_limit=0,
cellular={
"controller_report": {
"interval": 0,
"signal_threshold": 0,
"status": "string",
},
"dataplan": "string",
"modem1": {
"auto_switch": {
"dataplan": "string",
"disconnect": "string",
"disconnect_period": 0,
"disconnect_threshold": 0,
"signal": "string",
"switch_back_time": "string",
"switch_back_timer": 0,
"switch_backs": ["string"],
},
"conn_status": 0,
"default_sim": "string",
"gps": "string",
"modem_id": 0,
"preferred_carrier": "string",
"redundant_intf": "string",
"redundant_mode": "string",
"sim1_pin": "string",
"sim1_pin_codes": ["string"],
"sim2_pin": "string",
"sim2_pin_codes": ["string"],
},
"modem2": {
"auto_switch": {
"dataplan": "string",
"disconnect": "string",
"disconnect_period": 0,
"disconnect_threshold": 0,
"signal": "string",
"switch_back_time": "string",
"switch_back_timer": 0,
"switch_backs": ["string"],
},
"conn_status": 0,
"default_sim": "string",
"gps": "string",
"modem_id": 0,
"preferred_carrier": "string",
"redundant_intf": "string",
"redundant_mode": "string",
"sim1_pin": "string",
"sim1_pin_codes": ["string"],
"sim2_pin": "string",
"sim2_pin_codes": ["string"],
},
"sms_notification": {
"alert": {
"data_exhausted": "string",
"fgt_backup_mode_switch": "string",
"low_signal_strength": "string",
"mode_switch": "string",
"os_image_fallback": "string",
"session_disconnect": "string",
"system_reboot": "string",
},
"receivers": [{
"alerts": ["string"],
"name": "string",
"phone_number": "string",
"status": "string",
}],
"status": "string",
},
},
enforce_bandwidth="string",
extension="string",
fosid=0,
lan_extension={
"backhaul_interface": "string",
"backhaul_ip": "string",
"backhauls": [{
"name": "string",
"port": "string",
"role": "string",
"weight": 0,
}],
"ipsec_tunnel": "string",
"link_loadbalance": "string",
},
login_password_change="string",
login_passwords=["string"],
model="string",
name="string",
object_extendercontroller_extenderprofile_id="string",
scopetype="string")
const objectExtendercontrollerExtenderprofileResource = new fortimanager.ObjectExtendercontrollerExtenderprofile("objectExtendercontrollerExtenderprofileResource", {
adom: "string",
allowaccesses: ["string"],
bandwidthLimit: 0,
cellular: {
controllerReport: {
interval: 0,
signalThreshold: 0,
status: "string",
},
dataplan: "string",
modem1: {
autoSwitch: {
dataplan: "string",
disconnect: "string",
disconnectPeriod: 0,
disconnectThreshold: 0,
signal: "string",
switchBackTime: "string",
switchBackTimer: 0,
switchBacks: ["string"],
},
connStatus: 0,
defaultSim: "string",
gps: "string",
modemId: 0,
preferredCarrier: "string",
redundantIntf: "string",
redundantMode: "string",
sim1Pin: "string",
sim1PinCodes: ["string"],
sim2Pin: "string",
sim2PinCodes: ["string"],
},
modem2: {
autoSwitch: {
dataplan: "string",
disconnect: "string",
disconnectPeriod: 0,
disconnectThreshold: 0,
signal: "string",
switchBackTime: "string",
switchBackTimer: 0,
switchBacks: ["string"],
},
connStatus: 0,
defaultSim: "string",
gps: "string",
modemId: 0,
preferredCarrier: "string",
redundantIntf: "string",
redundantMode: "string",
sim1Pin: "string",
sim1PinCodes: ["string"],
sim2Pin: "string",
sim2PinCodes: ["string"],
},
smsNotification: {
alert: {
dataExhausted: "string",
fgtBackupModeSwitch: "string",
lowSignalStrength: "string",
modeSwitch: "string",
osImageFallback: "string",
sessionDisconnect: "string",
systemReboot: "string",
},
receivers: [{
alerts: ["string"],
name: "string",
phoneNumber: "string",
status: "string",
}],
status: "string",
},
},
enforceBandwidth: "string",
extension: "string",
fosid: 0,
lanExtension: {
backhaulInterface: "string",
backhaulIp: "string",
backhauls: [{
name: "string",
port: "string",
role: "string",
weight: 0,
}],
ipsecTunnel: "string",
linkLoadbalance: "string",
},
loginPasswordChange: "string",
loginPasswords: ["string"],
model: "string",
name: "string",
objectExtendercontrollerExtenderprofileId: "string",
scopetype: "string",
});
type: fortimanager:ObjectExtendercontrollerExtenderprofile
properties:
adom: string
allowaccesses:
- string
bandwidthLimit: 0
cellular:
controllerReport:
interval: 0
signalThreshold: 0
status: string
dataplan: string
modem1:
autoSwitch:
dataplan: string
disconnect: string
disconnectPeriod: 0
disconnectThreshold: 0
signal: string
switchBackTime: string
switchBackTimer: 0
switchBacks:
- string
connStatus: 0
defaultSim: string
gps: string
modemId: 0
preferredCarrier: string
redundantIntf: string
redundantMode: string
sim1Pin: string
sim1PinCodes:
- string
sim2Pin: string
sim2PinCodes:
- string
modem2:
autoSwitch:
dataplan: string
disconnect: string
disconnectPeriod: 0
disconnectThreshold: 0
signal: string
switchBackTime: string
switchBackTimer: 0
switchBacks:
- string
connStatus: 0
defaultSim: string
gps: string
modemId: 0
preferredCarrier: string
redundantIntf: string
redundantMode: string
sim1Pin: string
sim1PinCodes:
- string
sim2Pin: string
sim2PinCodes:
- string
smsNotification:
alert:
dataExhausted: string
fgtBackupModeSwitch: string
lowSignalStrength: string
modeSwitch: string
osImageFallback: string
sessionDisconnect: string
systemReboot: string
receivers:
- alerts:
- string
name: string
phoneNumber: string
status: string
status: string
enforceBandwidth: string
extension: string
fosid: 0
lanExtension:
backhaulInterface: string
backhaulIp: string
backhauls:
- name: string
port: string
role: string
weight: 0
ipsecTunnel: string
linkLoadbalance: string
loginPasswordChange: string
loginPasswords:
- string
model: string
name: string
objectExtendercontrollerExtenderprofileId: string
scopetype: string
ObjectExtendercontrollerExtenderprofile 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 ObjectExtendercontrollerExtenderprofile resource accepts the following input properties:
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Allowaccesses List<string>
- Control management access to the managed extender. Separate entries with a space. Valid values:
https
,ping
,ssh
,snmp
,http
,telnet
. - Bandwidth
Limit double - FortiExtender LAN extension bandwidth limit (Mbps).
- Cellular
Object
Extendercontroller Extenderprofile Cellular - Cellular. The structure of
cellular
block is documented below. - Enforce
Bandwidth string - Enable/disable enforcement of bandwidth on LAN extension interface. Valid values:
disable
,enable
. - Extension string
- Extension option. Valid values:
wan-extension
,lan-extension
. - Fosid double
- Id.
- Lan
Extension ObjectExtendercontroller Extenderprofile Lan Extension - Lan-Extension. The structure of
lan_extension
block is documented below. - Login
Password stringChange - Change or reset the administrator password of a managed extender (yes, default, or no, default = no). Valid values:
no
,yes
,default
. - Login
Passwords List<string> - Set the managed extender's administrator password.
- Model string
- Model. Valid values:
FX201E
,FX211E
,FX200F
,FXA11F
,FXE11F
,FXA21F
,FXE21F
,FXA22F
,FXE22F
,FX212F
,FX311F
,FX312F
,FX511F
,FVG21F
,FVA21F
,FVG22F
,FVA22F
,FX04DA
. - Name string
- FortiExtender profile name
- Object
Extendercontroller stringExtenderprofile Id - an identifier for the resource with format {{name}}.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Allowaccesses []string
- Control management access to the managed extender. Separate entries with a space. Valid values:
https
,ping
,ssh
,snmp
,http
,telnet
. - Bandwidth
Limit float64 - FortiExtender LAN extension bandwidth limit (Mbps).
- Cellular
Object
Extendercontroller Extenderprofile Cellular Type Args - Cellular. The structure of
cellular
block is documented below. - Enforce
Bandwidth string - Enable/disable enforcement of bandwidth on LAN extension interface. Valid values:
disable
,enable
. - Extension string
- Extension option. Valid values:
wan-extension
,lan-extension
. - Fosid float64
- Id.
- Lan
Extension ObjectExtendercontroller Extenderprofile Lan Extension Type Args - Lan-Extension. The structure of
lan_extension
block is documented below. - Login
Password stringChange - Change or reset the administrator password of a managed extender (yes, default, or no, default = no). Valid values:
no
,yes
,default
. - Login
Passwords []string - Set the managed extender's administrator password.
- Model string
- Model. Valid values:
FX201E
,FX211E
,FX200F
,FXA11F
,FXE11F
,FXA21F
,FXE21F
,FXA22F
,FXE22F
,FX212F
,FX311F
,FX312F
,FX511F
,FVG21F
,FVA21F
,FVG22F
,FVA22F
,FX04DA
. - Name string
- FortiExtender profile name
- Object
Extendercontroller stringExtenderprofile Id - an identifier for the resource with format {{name}}.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - allowaccesses List<String>
- Control management access to the managed extender. Separate entries with a space. Valid values:
https
,ping
,ssh
,snmp
,http
,telnet
. - bandwidth
Limit Double - FortiExtender LAN extension bandwidth limit (Mbps).
- cellular
Object
Extendercontroller Extenderprofile Cellular - Cellular. The structure of
cellular
block is documented below. - enforce
Bandwidth String - Enable/disable enforcement of bandwidth on LAN extension interface. Valid values:
disable
,enable
. - extension String
- Extension option. Valid values:
wan-extension
,lan-extension
. - fosid Double
- Id.
- lan
Extension ObjectExtendercontroller Extenderprofile Lan Extension - Lan-Extension. The structure of
lan_extension
block is documented below. - login
Password StringChange - Change or reset the administrator password of a managed extender (yes, default, or no, default = no). Valid values:
no
,yes
,default
. - login
Passwords List<String> - Set the managed extender's administrator password.
- model String
- Model. Valid values:
FX201E
,FX211E
,FX200F
,FXA11F
,FXE11F
,FXA21F
,FXE21F
,FXA22F
,FXE22F
,FX212F
,FX311F
,FX312F
,FX511F
,FVG21F
,FVA21F
,FVG22F
,FVA22F
,FX04DA
. - name String
- FortiExtender profile name
- object
Extendercontroller StringExtenderprofile Id - an identifier for the resource with format {{name}}.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - allowaccesses string[]
- Control management access to the managed extender. Separate entries with a space. Valid values:
https
,ping
,ssh
,snmp
,http
,telnet
. - bandwidth
Limit number - FortiExtender LAN extension bandwidth limit (Mbps).
- cellular
Object
Extendercontroller Extenderprofile Cellular - Cellular. The structure of
cellular
block is documented below. - enforce
Bandwidth string - Enable/disable enforcement of bandwidth on LAN extension interface. Valid values:
disable
,enable
. - extension string
- Extension option. Valid values:
wan-extension
,lan-extension
. - fosid number
- Id.
- lan
Extension ObjectExtendercontroller Extenderprofile Lan Extension - Lan-Extension. The structure of
lan_extension
block is documented below. - login
Password stringChange - Change or reset the administrator password of a managed extender (yes, default, or no, default = no). Valid values:
no
,yes
,default
. - login
Passwords string[] - Set the managed extender's administrator password.
- model string
- Model. Valid values:
FX201E
,FX211E
,FX200F
,FXA11F
,FXE11F
,FXA21F
,FXE21F
,FXA22F
,FXE22F
,FX212F
,FX311F
,FX312F
,FX511F
,FVG21F
,FVA21F
,FVG22F
,FVA22F
,FX04DA
. - name string
- FortiExtender profile name
- object
Extendercontroller stringExtenderprofile Id - an identifier for the resource with format {{name}}.
- scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - allowaccesses Sequence[str]
- Control management access to the managed extender. Separate entries with a space. Valid values:
https
,ping
,ssh
,snmp
,http
,telnet
. - bandwidth_
limit float - FortiExtender LAN extension bandwidth limit (Mbps).
- cellular
Object
Extendercontroller Extenderprofile Cellular Args - Cellular. The structure of
cellular
block is documented below. - enforce_
bandwidth str - Enable/disable enforcement of bandwidth on LAN extension interface. Valid values:
disable
,enable
. - extension str
- Extension option. Valid values:
wan-extension
,lan-extension
. - fosid float
- Id.
- lan_
extension ObjectExtendercontroller Extenderprofile Lan Extension Args - Lan-Extension. The structure of
lan_extension
block is documented below. - login_
password_ strchange - Change or reset the administrator password of a managed extender (yes, default, or no, default = no). Valid values:
no
,yes
,default
. - login_
passwords Sequence[str] - Set the managed extender's administrator password.
- model str
- Model. Valid values:
FX201E
,FX211E
,FX200F
,FXA11F
,FXE11F
,FXA21F
,FXE21F
,FXA22F
,FXE22F
,FX212F
,FX311F
,FX312F
,FX511F
,FVG21F
,FVA21F
,FVG22F
,FVA22F
,FX04DA
. - name str
- FortiExtender profile name
- object_
extendercontroller_ strextenderprofile_ id - an identifier for the resource with format {{name}}.
- scopetype str
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - allowaccesses List<String>
- Control management access to the managed extender. Separate entries with a space. Valid values:
https
,ping
,ssh
,snmp
,http
,telnet
. - bandwidth
Limit Number - FortiExtender LAN extension bandwidth limit (Mbps).
- cellular Property Map
- Cellular. The structure of
cellular
block is documented below. - enforce
Bandwidth String - Enable/disable enforcement of bandwidth on LAN extension interface. Valid values:
disable
,enable
. - extension String
- Extension option. Valid values:
wan-extension
,lan-extension
. - fosid Number
- Id.
- lan
Extension Property Map - Lan-Extension. The structure of
lan_extension
block is documented below. - login
Password StringChange - Change or reset the administrator password of a managed extender (yes, default, or no, default = no). Valid values:
no
,yes
,default
. - login
Passwords List<String> - Set the managed extender's administrator password.
- model String
- Model. Valid values:
FX201E
,FX211E
,FX200F
,FXA11F
,FXE11F
,FXA21F
,FXE21F
,FXA22F
,FXE22F
,FX212F
,FX311F
,FX312F
,FX511F
,FVG21F
,FVA21F
,FVG22F
,FVA22F
,FX04DA
. - name String
- FortiExtender profile name
- object
Extendercontroller StringExtenderprofile Id - an identifier for the resource with format {{name}}.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
Outputs
All input properties are implicitly available as output properties. Additionally, the ObjectExtendercontrollerExtenderprofile 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 ObjectExtendercontrollerExtenderprofile Resource
Get an existing ObjectExtendercontrollerExtenderprofile 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?: ObjectExtendercontrollerExtenderprofileState, opts?: CustomResourceOptions): ObjectExtendercontrollerExtenderprofile
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
allowaccesses: Optional[Sequence[str]] = None,
bandwidth_limit: Optional[float] = None,
cellular: Optional[ObjectExtendercontrollerExtenderprofileCellularArgs] = None,
enforce_bandwidth: Optional[str] = None,
extension: Optional[str] = None,
fosid: Optional[float] = None,
lan_extension: Optional[ObjectExtendercontrollerExtenderprofileLanExtensionArgs] = None,
login_password_change: Optional[str] = None,
login_passwords: Optional[Sequence[str]] = None,
model: Optional[str] = None,
name: Optional[str] = None,
object_extendercontroller_extenderprofile_id: Optional[str] = None,
scopetype: Optional[str] = None) -> ObjectExtendercontrollerExtenderprofile
func GetObjectExtendercontrollerExtenderprofile(ctx *Context, name string, id IDInput, state *ObjectExtendercontrollerExtenderprofileState, opts ...ResourceOption) (*ObjectExtendercontrollerExtenderprofile, error)
public static ObjectExtendercontrollerExtenderprofile Get(string name, Input<string> id, ObjectExtendercontrollerExtenderprofileState? state, CustomResourceOptions? opts = null)
public static ObjectExtendercontrollerExtenderprofile get(String name, Output<String> id, ObjectExtendercontrollerExtenderprofileState state, CustomResourceOptions options)
resources: _: type: fortimanager:ObjectExtendercontrollerExtenderprofile 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.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Allowaccesses List<string>
- Control management access to the managed extender. Separate entries with a space. Valid values:
https
,ping
,ssh
,snmp
,http
,telnet
. - Bandwidth
Limit double - FortiExtender LAN extension bandwidth limit (Mbps).
- Cellular
Object
Extendercontroller Extenderprofile Cellular - Cellular. The structure of
cellular
block is documented below. - Enforce
Bandwidth string - Enable/disable enforcement of bandwidth on LAN extension interface. Valid values:
disable
,enable
. - Extension string
- Extension option. Valid values:
wan-extension
,lan-extension
. - Fosid double
- Id.
- Lan
Extension ObjectExtendercontroller Extenderprofile Lan Extension - Lan-Extension. The structure of
lan_extension
block is documented below. - Login
Password stringChange - Change or reset the administrator password of a managed extender (yes, default, or no, default = no). Valid values:
no
,yes
,default
. - Login
Passwords List<string> - Set the managed extender's administrator password.
- Model string
- Model. Valid values:
FX201E
,FX211E
,FX200F
,FXA11F
,FXE11F
,FXA21F
,FXE21F
,FXA22F
,FXE22F
,FX212F
,FX311F
,FX312F
,FX511F
,FVG21F
,FVA21F
,FVG22F
,FVA22F
,FX04DA
. - Name string
- FortiExtender profile name
- Object
Extendercontroller stringExtenderprofile Id - an identifier for the resource with format {{name}}.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Allowaccesses []string
- Control management access to the managed extender. Separate entries with a space. Valid values:
https
,ping
,ssh
,snmp
,http
,telnet
. - Bandwidth
Limit float64 - FortiExtender LAN extension bandwidth limit (Mbps).
- Cellular
Object
Extendercontroller Extenderprofile Cellular Type Args - Cellular. The structure of
cellular
block is documented below. - Enforce
Bandwidth string - Enable/disable enforcement of bandwidth on LAN extension interface. Valid values:
disable
,enable
. - Extension string
- Extension option. Valid values:
wan-extension
,lan-extension
. - Fosid float64
- Id.
- Lan
Extension ObjectExtendercontroller Extenderprofile Lan Extension Type Args - Lan-Extension. The structure of
lan_extension
block is documented below. - Login
Password stringChange - Change or reset the administrator password of a managed extender (yes, default, or no, default = no). Valid values:
no
,yes
,default
. - Login
Passwords []string - Set the managed extender's administrator password.
- Model string
- Model. Valid values:
FX201E
,FX211E
,FX200F
,FXA11F
,FXE11F
,FXA21F
,FXE21F
,FXA22F
,FXE22F
,FX212F
,FX311F
,FX312F
,FX511F
,FVG21F
,FVA21F
,FVG22F
,FVA22F
,FX04DA
. - Name string
- FortiExtender profile name
- Object
Extendercontroller stringExtenderprofile Id - an identifier for the resource with format {{name}}.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - allowaccesses List<String>
- Control management access to the managed extender. Separate entries with a space. Valid values:
https
,ping
,ssh
,snmp
,http
,telnet
. - bandwidth
Limit Double - FortiExtender LAN extension bandwidth limit (Mbps).
- cellular
Object
Extendercontroller Extenderprofile Cellular - Cellular. The structure of
cellular
block is documented below. - enforce
Bandwidth String - Enable/disable enforcement of bandwidth on LAN extension interface. Valid values:
disable
,enable
. - extension String
- Extension option. Valid values:
wan-extension
,lan-extension
. - fosid Double
- Id.
- lan
Extension ObjectExtendercontroller Extenderprofile Lan Extension - Lan-Extension. The structure of
lan_extension
block is documented below. - login
Password StringChange - Change or reset the administrator password of a managed extender (yes, default, or no, default = no). Valid values:
no
,yes
,default
. - login
Passwords List<String> - Set the managed extender's administrator password.
- model String
- Model. Valid values:
FX201E
,FX211E
,FX200F
,FXA11F
,FXE11F
,FXA21F
,FXE21F
,FXA22F
,FXE22F
,FX212F
,FX311F
,FX312F
,FX511F
,FVG21F
,FVA21F
,FVG22F
,FVA22F
,FX04DA
. - name String
- FortiExtender profile name
- object
Extendercontroller StringExtenderprofile Id - an identifier for the resource with format {{name}}.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - allowaccesses string[]
- Control management access to the managed extender. Separate entries with a space. Valid values:
https
,ping
,ssh
,snmp
,http
,telnet
. - bandwidth
Limit number - FortiExtender LAN extension bandwidth limit (Mbps).
- cellular
Object
Extendercontroller Extenderprofile Cellular - Cellular. The structure of
cellular
block is documented below. - enforce
Bandwidth string - Enable/disable enforcement of bandwidth on LAN extension interface. Valid values:
disable
,enable
. - extension string
- Extension option. Valid values:
wan-extension
,lan-extension
. - fosid number
- Id.
- lan
Extension ObjectExtendercontroller Extenderprofile Lan Extension - Lan-Extension. The structure of
lan_extension
block is documented below. - login
Password stringChange - Change or reset the administrator password of a managed extender (yes, default, or no, default = no). Valid values:
no
,yes
,default
. - login
Passwords string[] - Set the managed extender's administrator password.
- model string
- Model. Valid values:
FX201E
,FX211E
,FX200F
,FXA11F
,FXE11F
,FXA21F
,FXE21F
,FXA22F
,FXE22F
,FX212F
,FX311F
,FX312F
,FX511F
,FVG21F
,FVA21F
,FVG22F
,FVA22F
,FX04DA
. - name string
- FortiExtender profile name
- object
Extendercontroller stringExtenderprofile Id - an identifier for the resource with format {{name}}.
- scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - allowaccesses Sequence[str]
- Control management access to the managed extender. Separate entries with a space. Valid values:
https
,ping
,ssh
,snmp
,http
,telnet
. - bandwidth_
limit float - FortiExtender LAN extension bandwidth limit (Mbps).
- cellular
Object
Extendercontroller Extenderprofile Cellular Args - Cellular. The structure of
cellular
block is documented below. - enforce_
bandwidth str - Enable/disable enforcement of bandwidth on LAN extension interface. Valid values:
disable
,enable
. - extension str
- Extension option. Valid values:
wan-extension
,lan-extension
. - fosid float
- Id.
- lan_
extension ObjectExtendercontroller Extenderprofile Lan Extension Args - Lan-Extension. The structure of
lan_extension
block is documented below. - login_
password_ strchange - Change or reset the administrator password of a managed extender (yes, default, or no, default = no). Valid values:
no
,yes
,default
. - login_
passwords Sequence[str] - Set the managed extender's administrator password.
- model str
- Model. Valid values:
FX201E
,FX211E
,FX200F
,FXA11F
,FXE11F
,FXA21F
,FXE21F
,FXA22F
,FXE22F
,FX212F
,FX311F
,FX312F
,FX511F
,FVG21F
,FVA21F
,FVG22F
,FVA22F
,FX04DA
. - name str
- FortiExtender profile name
- object_
extendercontroller_ strextenderprofile_ id - an identifier for the resource with format {{name}}.
- scopetype str
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - allowaccesses List<String>
- Control management access to the managed extender. Separate entries with a space. Valid values:
https
,ping
,ssh
,snmp
,http
,telnet
. - bandwidth
Limit Number - FortiExtender LAN extension bandwidth limit (Mbps).
- cellular Property Map
- Cellular. The structure of
cellular
block is documented below. - enforce
Bandwidth String - Enable/disable enforcement of bandwidth on LAN extension interface. Valid values:
disable
,enable
. - extension String
- Extension option. Valid values:
wan-extension
,lan-extension
. - fosid Number
- Id.
- lan
Extension Property Map - Lan-Extension. The structure of
lan_extension
block is documented below. - login
Password StringChange - Change or reset the administrator password of a managed extender (yes, default, or no, default = no). Valid values:
no
,yes
,default
. - login
Passwords List<String> - Set the managed extender's administrator password.
- model String
- Model. Valid values:
FX201E
,FX211E
,FX200F
,FXA11F
,FXE11F
,FXA21F
,FXE21F
,FXA22F
,FXE22F
,FX212F
,FX311F
,FX312F
,FX511F
,FVG21F
,FVA21F
,FVG22F
,FVA22F
,FX04DA
. - name String
- FortiExtender profile name
- object
Extendercontroller StringExtenderprofile Id - an identifier for the resource with format {{name}}.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
Supporting Types
ObjectExtendercontrollerExtenderprofileCellular, ObjectExtendercontrollerExtenderprofileCellularArgs
- Controller
Report ObjectExtendercontroller Extenderprofile Cellular Controller Report - Controller-Report. The structure of
controller_report
block is documented below. - Dataplan string
- Dataplan names.
- Modem1
Object
Extendercontroller Extenderprofile Cellular Modem1 - Modem1. The structure of
modem1
block is documented below. - Modem2
Object
Extendercontroller Extenderprofile Cellular Modem2 - Modem2. The structure of
modem2
block is documented below. - Sms
Notification ObjectExtendercontroller Extenderprofile Cellular Sms Notification - Sms-Notification. The structure of
sms_notification
block is documented below.
- Controller
Report ObjectExtendercontroller Extenderprofile Cellular Controller Report Type - Controller-Report. The structure of
controller_report
block is documented below. - Dataplan string
- Dataplan names.
- Modem1
Object
Extendercontroller Extenderprofile Cellular Modem1Type - Modem1. The structure of
modem1
block is documented below. - Modem2
Object
Extendercontroller Extenderprofile Cellular Modem2Type - Modem2. The structure of
modem2
block is documented below. - Sms
Notification ObjectExtendercontroller Extenderprofile Cellular Sms Notification Type - Sms-Notification. The structure of
sms_notification
block is documented below.
- controller
Report ObjectExtendercontroller Extenderprofile Cellular Controller Report - Controller-Report. The structure of
controller_report
block is documented below. - dataplan String
- Dataplan names.
- modem1
Object
Extendercontroller Extenderprofile Cellular Modem1 - Modem1. The structure of
modem1
block is documented below. - modem2
Object
Extendercontroller Extenderprofile Cellular Modem2 - Modem2. The structure of
modem2
block is documented below. - sms
Notification ObjectExtendercontroller Extenderprofile Cellular Sms Notification - Sms-Notification. The structure of
sms_notification
block is documented below.
- controller
Report ObjectExtendercontroller Extenderprofile Cellular Controller Report - Controller-Report. The structure of
controller_report
block is documented below. - dataplan string
- Dataplan names.
- modem1
Object
Extendercontroller Extenderprofile Cellular Modem1 - Modem1. The structure of
modem1
block is documented below. - modem2
Object
Extendercontroller Extenderprofile Cellular Modem2 - Modem2. The structure of
modem2
block is documented below. - sms
Notification ObjectExtendercontroller Extenderprofile Cellular Sms Notification - Sms-Notification. The structure of
sms_notification
block is documented below.
- controller_
report ObjectExtendercontroller Extenderprofile Cellular Controller Report - Controller-Report. The structure of
controller_report
block is documented below. - dataplan str
- Dataplan names.
- modem1
Object
Extendercontroller Extenderprofile Cellular Modem1 - Modem1. The structure of
modem1
block is documented below. - modem2
Object
Extendercontroller Extenderprofile Cellular Modem2 - Modem2. The structure of
modem2
block is documented below. - sms_
notification ObjectExtendercontroller Extenderprofile Cellular Sms Notification - Sms-Notification. The structure of
sms_notification
block is documented below.
- controller
Report Property Map - Controller-Report. The structure of
controller_report
block is documented below. - dataplan String
- Dataplan names.
- modem1 Property Map
- Modem1. The structure of
modem1
block is documented below. - modem2 Property Map
- Modem2. The structure of
modem2
block is documented below. - sms
Notification Property Map - Sms-Notification. The structure of
sms_notification
block is documented below.
ObjectExtendercontrollerExtenderprofileCellularControllerReport, ObjectExtendercontrollerExtenderprofileCellularControllerReportArgs
- Interval double
- Controller report interval.
- Signal
Threshold double - Controller report signal threshold.
- Status string
FortiExtender controller report status. Valid values:
disable
,enable
.The
modem1
block supports:
- Interval float64
- Controller report interval.
- Signal
Threshold float64 - Controller report signal threshold.
- Status string
FortiExtender controller report status. Valid values:
disable
,enable
.The
modem1
block supports:
- interval Double
- Controller report interval.
- signal
Threshold Double - Controller report signal threshold.
- status String
FortiExtender controller report status. Valid values:
disable
,enable
.The
modem1
block supports:
- interval number
- Controller report interval.
- signal
Threshold number - Controller report signal threshold.
- status string
FortiExtender controller report status. Valid values:
disable
,enable
.The
modem1
block supports:
- interval float
- Controller report interval.
- signal_
threshold float - Controller report signal threshold.
- status str
FortiExtender controller report status. Valid values:
disable
,enable
.The
modem1
block supports:
- interval Number
- Controller report interval.
- signal
Threshold Number - Controller report signal threshold.
- status String
FortiExtender controller report status. Valid values:
disable
,enable
.The
modem1
block supports:
ObjectExtendercontrollerExtenderprofileCellularModem1, ObjectExtendercontrollerExtenderprofileCellularModem1Args
- Auto
Switch ObjectExtendercontroller Extenderprofile Cellular Modem1Auto Switch - Conn
Status double - Default
Sim string - Gps string
- Modem
Id double - Preferred
Carrier string - Redundant
Intf string - Redundant
Mode string - Sim1Pin string
- Sim1Pin
Codes List<string> - Sim2Pin string
- Sim2Pin
Codes List<string>
- Auto
Switch ObjectExtendercontroller Extenderprofile Cellular Modem1Auto Switch Type - Conn
Status float64 - Default
Sim string - Gps string
- Modem
Id float64 - Preferred
Carrier string - Redundant
Intf string - Redundant
Mode string - Sim1Pin string
- Sim1Pin
Codes []string - Sim2Pin string
- Sim2Pin
Codes []string
- auto
Switch ObjectExtendercontroller Extenderprofile Cellular Modem1Auto Switch - conn
Status Double - default
Sim String - gps String
- modem
Id Double - preferred
Carrier String - redundant
Intf String - redundant
Mode String - sim1Pin String
- sim1Pin
Codes List<String> - sim2Pin String
- sim2Pin
Codes List<String>
- auto
Switch ObjectExtendercontroller Extenderprofile Cellular Modem1Auto Switch - conn
Status number - default
Sim string - gps string
- modem
Id number - preferred
Carrier string - redundant
Intf string - redundant
Mode string - sim1Pin string
- sim1Pin
Codes string[] - sim2Pin string
- sim2Pin
Codes string[]
- auto_
switch ObjectExtendercontroller Extenderprofile Cellular Modem1Auto Switch - conn_
status float - default_
sim str - gps str
- modem_
id float - preferred_
carrier str - redundant_
intf str - redundant_
mode str - sim1_
pin str - sim1_
pin_ Sequence[str]codes - sim2_
pin str - sim2_
pin_ Sequence[str]codes
- auto
Switch Property Map - conn
Status Number - default
Sim String - gps String
- modem
Id Number - preferred
Carrier String - redundant
Intf String - redundant
Mode String - sim1Pin String
- sim1Pin
Codes List<String> - sim2Pin String
- sim2Pin
Codes List<String>
ObjectExtendercontrollerExtenderprofileCellularModem1AutoSwitch, ObjectExtendercontrollerExtenderprofileCellularModem1AutoSwitchArgs
- Dataplan string
- Automatically switch based on data usage. Valid values:
disable
,enable
. - Disconnect string
- Auto switch by disconnect. Valid values:
disable
,enable
. - Disconnect
Period double - Automatically switch based on disconnect period.
- Disconnect
Threshold double - Automatically switch based on disconnect threshold.
- Signal string
- Automatically switch based on signal strength. Valid values:
disable
,enable
. - Switch
Back stringTime - Automatically switch over to preferred SIM/carrier at a specified time in UTC (HH:MM).
- Switch
Back doubleTimer - Automatically switch over to preferred SIM/carrier after the given time (3600 - 2147483647 sec).
- Switch
Backs List<string> - Auto switch with switch back multi-options. Valid values:
time
,timer
.
- Dataplan string
- Automatically switch based on data usage. Valid values:
disable
,enable
. - Disconnect string
- Auto switch by disconnect. Valid values:
disable
,enable
. - Disconnect
Period float64 - Automatically switch based on disconnect period.
- Disconnect
Threshold float64 - Automatically switch based on disconnect threshold.
- Signal string
- Automatically switch based on signal strength. Valid values:
disable
,enable
. - Switch
Back stringTime - Automatically switch over to preferred SIM/carrier at a specified time in UTC (HH:MM).
- Switch
Back float64Timer - Automatically switch over to preferred SIM/carrier after the given time (3600 - 2147483647 sec).
- Switch
Backs []string - Auto switch with switch back multi-options. Valid values:
time
,timer
.
- dataplan String
- Automatically switch based on data usage. Valid values:
disable
,enable
. - disconnect String
- Auto switch by disconnect. Valid values:
disable
,enable
. - disconnect
Period Double - Automatically switch based on disconnect period.
- disconnect
Threshold Double - Automatically switch based on disconnect threshold.
- signal String
- Automatically switch based on signal strength. Valid values:
disable
,enable
. - switch
Back StringTime - Automatically switch over to preferred SIM/carrier at a specified time in UTC (HH:MM).
- switch
Back DoubleTimer - Automatically switch over to preferred SIM/carrier after the given time (3600 - 2147483647 sec).
- switch
Backs List<String> - Auto switch with switch back multi-options. Valid values:
time
,timer
.
- dataplan string
- Automatically switch based on data usage. Valid values:
disable
,enable
. - disconnect string
- Auto switch by disconnect. Valid values:
disable
,enable
. - disconnect
Period number - Automatically switch based on disconnect period.
- disconnect
Threshold number - Automatically switch based on disconnect threshold.
- signal string
- Automatically switch based on signal strength. Valid values:
disable
,enable
. - switch
Back stringTime - Automatically switch over to preferred SIM/carrier at a specified time in UTC (HH:MM).
- switch
Back numberTimer - Automatically switch over to preferred SIM/carrier after the given time (3600 - 2147483647 sec).
- switch
Backs string[] - Auto switch with switch back multi-options. Valid values:
time
,timer
.
- dataplan str
- Automatically switch based on data usage. Valid values:
disable
,enable
. - disconnect str
- Auto switch by disconnect. Valid values:
disable
,enable
. - disconnect_
period float - Automatically switch based on disconnect period.
- disconnect_
threshold float - Automatically switch based on disconnect threshold.
- signal str
- Automatically switch based on signal strength. Valid values:
disable
,enable
. - switch_
back_ strtime - Automatically switch over to preferred SIM/carrier at a specified time in UTC (HH:MM).
- switch_
back_ floattimer - Automatically switch over to preferred SIM/carrier after the given time (3600 - 2147483647 sec).
- switch_
backs Sequence[str] - Auto switch with switch back multi-options. Valid values:
time
,timer
.
- dataplan String
- Automatically switch based on data usage. Valid values:
disable
,enable
. - disconnect String
- Auto switch by disconnect. Valid values:
disable
,enable
. - disconnect
Period Number - Automatically switch based on disconnect period.
- disconnect
Threshold Number - Automatically switch based on disconnect threshold.
- signal String
- Automatically switch based on signal strength. Valid values:
disable
,enable
. - switch
Back StringTime - Automatically switch over to preferred SIM/carrier at a specified time in UTC (HH:MM).
- switch
Back NumberTimer - Automatically switch over to preferred SIM/carrier after the given time (3600 - 2147483647 sec).
- switch
Backs List<String> - Auto switch with switch back multi-options. Valid values:
time
,timer
.
ObjectExtendercontrollerExtenderprofileCellularModem2, ObjectExtendercontrollerExtenderprofileCellularModem2Args
- Auto
Switch ObjectExtendercontroller Extenderprofile Cellular Modem2Auto Switch - Conn
Status double - Default
Sim string - Gps string
- Modem
Id double - Preferred
Carrier string - Redundant
Intf string - Redundant
Mode string - Sim1Pin string
- Sim1Pin
Codes List<string> - Sim2Pin string
- Sim2Pin
Codes List<string>
- Auto
Switch ObjectExtendercontroller Extenderprofile Cellular Modem2Auto Switch Type - Conn
Status float64 - Default
Sim string - Gps string
- Modem
Id float64 - Preferred
Carrier string - Redundant
Intf string - Redundant
Mode string - Sim1Pin string
- Sim1Pin
Codes []string - Sim2Pin string
- Sim2Pin
Codes []string
- auto
Switch ObjectExtendercontroller Extenderprofile Cellular Modem2Auto Switch - conn
Status Double - default
Sim String - gps String
- modem
Id Double - preferred
Carrier String - redundant
Intf String - redundant
Mode String - sim1Pin String
- sim1Pin
Codes List<String> - sim2Pin String
- sim2Pin
Codes List<String>
- auto
Switch ObjectExtendercontroller Extenderprofile Cellular Modem2Auto Switch - conn
Status number - default
Sim string - gps string
- modem
Id number - preferred
Carrier string - redundant
Intf string - redundant
Mode string - sim1Pin string
- sim1Pin
Codes string[] - sim2Pin string
- sim2Pin
Codes string[]
- auto_
switch ObjectExtendercontroller Extenderprofile Cellular Modem2Auto Switch - conn_
status float - default_
sim str - gps str
- modem_
id float - preferred_
carrier str - redundant_
intf str - redundant_
mode str - sim1_
pin str - sim1_
pin_ Sequence[str]codes - sim2_
pin str - sim2_
pin_ Sequence[str]codes
- auto
Switch Property Map - conn
Status Number - default
Sim String - gps String
- modem
Id Number - preferred
Carrier String - redundant
Intf String - redundant
Mode String - sim1Pin String
- sim1Pin
Codes List<String> - sim2Pin String
- sim2Pin
Codes List<String>
ObjectExtendercontrollerExtenderprofileCellularModem2AutoSwitch, ObjectExtendercontrollerExtenderprofileCellularModem2AutoSwitchArgs
- Dataplan string
- Automatically switch based on data usage. Valid values:
disable
,enable
. - Disconnect string
- Auto switch by disconnect. Valid values:
disable
,enable
. - Disconnect
Period double - Automatically switch based on disconnect period.
- Disconnect
Threshold double - Automatically switch based on disconnect threshold.
- Signal string
- Automatically switch based on signal strength. Valid values:
disable
,enable
. - Switch
Back stringTime - Automatically switch over to preferred SIM/carrier at a specified time in UTC (HH:MM).
- Switch
Back doubleTimer - Automatically switch over to preferred SIM/carrier after the given time (3600 - 2147483647 sec).
- Switch
Backs List<string> - Auto switch with switch back multi-options. Valid values:
time
,timer
.
- Dataplan string
- Automatically switch based on data usage. Valid values:
disable
,enable
. - Disconnect string
- Auto switch by disconnect. Valid values:
disable
,enable
. - Disconnect
Period float64 - Automatically switch based on disconnect period.
- Disconnect
Threshold float64 - Automatically switch based on disconnect threshold.
- Signal string
- Automatically switch based on signal strength. Valid values:
disable
,enable
. - Switch
Back stringTime - Automatically switch over to preferred SIM/carrier at a specified time in UTC (HH:MM).
- Switch
Back float64Timer - Automatically switch over to preferred SIM/carrier after the given time (3600 - 2147483647 sec).
- Switch
Backs []string - Auto switch with switch back multi-options. Valid values:
time
,timer
.
- dataplan String
- Automatically switch based on data usage. Valid values:
disable
,enable
. - disconnect String
- Auto switch by disconnect. Valid values:
disable
,enable
. - disconnect
Period Double - Automatically switch based on disconnect period.
- disconnect
Threshold Double - Automatically switch based on disconnect threshold.
- signal String
- Automatically switch based on signal strength. Valid values:
disable
,enable
. - switch
Back StringTime - Automatically switch over to preferred SIM/carrier at a specified time in UTC (HH:MM).
- switch
Back DoubleTimer - Automatically switch over to preferred SIM/carrier after the given time (3600 - 2147483647 sec).
- switch
Backs List<String> - Auto switch with switch back multi-options. Valid values:
time
,timer
.
- dataplan string
- Automatically switch based on data usage. Valid values:
disable
,enable
. - disconnect string
- Auto switch by disconnect. Valid values:
disable
,enable
. - disconnect
Period number - Automatically switch based on disconnect period.
- disconnect
Threshold number - Automatically switch based on disconnect threshold.
- signal string
- Automatically switch based on signal strength. Valid values:
disable
,enable
. - switch
Back stringTime - Automatically switch over to preferred SIM/carrier at a specified time in UTC (HH:MM).
- switch
Back numberTimer - Automatically switch over to preferred SIM/carrier after the given time (3600 - 2147483647 sec).
- switch
Backs string[] - Auto switch with switch back multi-options. Valid values:
time
,timer
.
- dataplan str
- Automatically switch based on data usage. Valid values:
disable
,enable
. - disconnect str
- Auto switch by disconnect. Valid values:
disable
,enable
. - disconnect_
period float - Automatically switch based on disconnect period.
- disconnect_
threshold float - Automatically switch based on disconnect threshold.
- signal str
- Automatically switch based on signal strength. Valid values:
disable
,enable
. - switch_
back_ strtime - Automatically switch over to preferred SIM/carrier at a specified time in UTC (HH:MM).
- switch_
back_ floattimer - Automatically switch over to preferred SIM/carrier after the given time (3600 - 2147483647 sec).
- switch_
backs Sequence[str] - Auto switch with switch back multi-options. Valid values:
time
,timer
.
- dataplan String
- Automatically switch based on data usage. Valid values:
disable
,enable
. - disconnect String
- Auto switch by disconnect. Valid values:
disable
,enable
. - disconnect
Period Number - Automatically switch based on disconnect period.
- disconnect
Threshold Number - Automatically switch based on disconnect threshold.
- signal String
- Automatically switch based on signal strength. Valid values:
disable
,enable
. - switch
Back StringTime - Automatically switch over to preferred SIM/carrier at a specified time in UTC (HH:MM).
- switch
Back NumberTimer - Automatically switch over to preferred SIM/carrier after the given time (3600 - 2147483647 sec).
- switch
Backs List<String> - Auto switch with switch back multi-options. Valid values:
time
,timer
.
ObjectExtendercontrollerExtenderprofileCellularSmsNotification, ObjectExtendercontrollerExtenderprofileCellularSmsNotificationArgs
- Alert
Object
Extendercontroller Extenderprofile Cellular Sms Notification Alert - Alert. The structure of
alert
block is documented below. - Receivers
List<Object
Extendercontroller Extenderprofile Cellular Sms Notification Receiver> - Receiver. The structure of
receiver
block is documented below. - Status string
- FortiExtender SMS notification status. Valid values:
disable
,enable
.
- Alert
Object
Extendercontroller Extenderprofile Cellular Sms Notification Alert Type - Alert. The structure of
alert
block is documented below. - Receivers
[]Object
Extendercontroller Extenderprofile Cellular Sms Notification Receiver Type - Receiver. The structure of
receiver
block is documented below. - Status string
- FortiExtender SMS notification status. Valid values:
disable
,enable
.
- alert
Object
Extendercontroller Extenderprofile Cellular Sms Notification Alert - Alert. The structure of
alert
block is documented below. - receivers
List<Object
Extendercontroller Extenderprofile Cellular Sms Notification Receiver> - Receiver. The structure of
receiver
block is documented below. - status String
- FortiExtender SMS notification status. Valid values:
disable
,enable
.
- alert
Object
Extendercontroller Extenderprofile Cellular Sms Notification Alert - Alert. The structure of
alert
block is documented below. - receivers
Object
Extendercontroller Extenderprofile Cellular Sms Notification Receiver[] - Receiver. The structure of
receiver
block is documented below. - status string
- FortiExtender SMS notification status. Valid values:
disable
,enable
.
- alert
Object
Extendercontroller Extenderprofile Cellular Sms Notification Alert - Alert. The structure of
alert
block is documented below. - receivers
Sequence[Object
Extendercontroller Extenderprofile Cellular Sms Notification Receiver] - Receiver. The structure of
receiver
block is documented below. - status str
- FortiExtender SMS notification status. Valid values:
disable
,enable
.
- alert Property Map
- Alert. The structure of
alert
block is documented below. - receivers List<Property Map>
- Receiver. The structure of
receiver
block is documented below. - status String
- FortiExtender SMS notification status. Valid values:
disable
,enable
.
ObjectExtendercontrollerExtenderprofileCellularSmsNotificationAlert, ObjectExtendercontrollerExtenderprofileCellularSmsNotificationAlertArgs
- Data
Exhausted string - Display string when data exhausted.
- Fgt
Backup stringMode Switch - Display string when FortiGate backup mode switched.
- Low
Signal stringStrength - Display string when signal strength is low.
- Mode
Switch string - Display string when mode is switched.
- Os
Image stringFallback - Display string when falling back to a previous OS image.
- Session
Disconnect string - Display string when session disconnected.
- System
Reboot string - Display string when system rebooted.
- Data
Exhausted string - Display string when data exhausted.
- Fgt
Backup stringMode Switch - Display string when FortiGate backup mode switched.
- Low
Signal stringStrength - Display string when signal strength is low.
- Mode
Switch string - Display string when mode is switched.
- Os
Image stringFallback - Display string when falling back to a previous OS image.
- Session
Disconnect string - Display string when session disconnected.
- System
Reboot string - Display string when system rebooted.
- data
Exhausted String - Display string when data exhausted.
- fgt
Backup StringMode Switch - Display string when FortiGate backup mode switched.
- low
Signal StringStrength - Display string when signal strength is low.
- mode
Switch String - Display string when mode is switched.
- os
Image StringFallback - Display string when falling back to a previous OS image.
- session
Disconnect String - Display string when session disconnected.
- system
Reboot String - Display string when system rebooted.
- data
Exhausted string - Display string when data exhausted.
- fgt
Backup stringMode Switch - Display string when FortiGate backup mode switched.
- low
Signal stringStrength - Display string when signal strength is low.
- mode
Switch string - Display string when mode is switched.
- os
Image stringFallback - Display string when falling back to a previous OS image.
- session
Disconnect string - Display string when session disconnected.
- system
Reboot string - Display string when system rebooted.
- data_
exhausted str - Display string when data exhausted.
- fgt_
backup_ strmode_ switch - Display string when FortiGate backup mode switched.
- low_
signal_ strstrength - Display string when signal strength is low.
- mode_
switch str - Display string when mode is switched.
- os_
image_ strfallback - Display string when falling back to a previous OS image.
- session_
disconnect str - Display string when session disconnected.
- system_
reboot str - Display string when system rebooted.
- data
Exhausted String - Display string when data exhausted.
- fgt
Backup StringMode Switch - Display string when FortiGate backup mode switched.
- low
Signal StringStrength - Display string when signal strength is low.
- mode
Switch String - Display string when mode is switched.
- os
Image StringFallback - Display string when falling back to a previous OS image.
- session
Disconnect String - Display string when session disconnected.
- system
Reboot String - Display string when system rebooted.
ObjectExtendercontrollerExtenderprofileCellularSmsNotificationReceiver, ObjectExtendercontrollerExtenderprofileCellularSmsNotificationReceiverArgs
- Alerts List<string>
- Alert multi-options. Valid values:
system-reboot
,data-exhausted
,session-disconnect
,low-signal-strength
,mode-switch
,os-image-fallback
,fgt-backup-mode-switch
. - Name string
- FortiExtender SMS notification receiver name.
- Phone
Number string - Receiver phone number. Format: [+][country code][area code][local phone number]. For example: +16501234567.
- Status string
- SMS notification receiver status. Valid values:
disable
,enable
.
- Alerts []string
- Alert multi-options. Valid values:
system-reboot
,data-exhausted
,session-disconnect
,low-signal-strength
,mode-switch
,os-image-fallback
,fgt-backup-mode-switch
. - Name string
- FortiExtender SMS notification receiver name.
- Phone
Number string - Receiver phone number. Format: [+][country code][area code][local phone number]. For example: +16501234567.
- Status string
- SMS notification receiver status. Valid values:
disable
,enable
.
- alerts List<String>
- Alert multi-options. Valid values:
system-reboot
,data-exhausted
,session-disconnect
,low-signal-strength
,mode-switch
,os-image-fallback
,fgt-backup-mode-switch
. - name String
- FortiExtender SMS notification receiver name.
- phone
Number String - Receiver phone number. Format: [+][country code][area code][local phone number]. For example: +16501234567.
- status String
- SMS notification receiver status. Valid values:
disable
,enable
.
- alerts string[]
- Alert multi-options. Valid values:
system-reboot
,data-exhausted
,session-disconnect
,low-signal-strength
,mode-switch
,os-image-fallback
,fgt-backup-mode-switch
. - name string
- FortiExtender SMS notification receiver name.
- phone
Number string - Receiver phone number. Format: [+][country code][area code][local phone number]. For example: +16501234567.
- status string
- SMS notification receiver status. Valid values:
disable
,enable
.
- alerts Sequence[str]
- Alert multi-options. Valid values:
system-reboot
,data-exhausted
,session-disconnect
,low-signal-strength
,mode-switch
,os-image-fallback
,fgt-backup-mode-switch
. - name str
- FortiExtender SMS notification receiver name.
- phone_
number str - Receiver phone number. Format: [+][country code][area code][local phone number]. For example: +16501234567.
- status str
- SMS notification receiver status. Valid values:
disable
,enable
.
- alerts List<String>
- Alert multi-options. Valid values:
system-reboot
,data-exhausted
,session-disconnect
,low-signal-strength
,mode-switch
,os-image-fallback
,fgt-backup-mode-switch
. - name String
- FortiExtender SMS notification receiver name.
- phone
Number String - Receiver phone number. Format: [+][country code][area code][local phone number]. For example: +16501234567.
- status String
- SMS notification receiver status. Valid values:
disable
,enable
.
ObjectExtendercontrollerExtenderprofileLanExtension, ObjectExtendercontrollerExtenderprofileLanExtensionArgs
- Backhaul
Interface string - IPsec phase1 interface.
- Backhaul
Ip string - IPsec phase1 IPv4/FQDN. Used to specify the external IP/FQDN when the FortiGate unit is behind a NAT device.
- Backhauls
List<Object
Extendercontroller Extenderprofile Lan Extension Backhaul> - Backhaul. The structure of
backhaul
block is documented below. - Ipsec
Tunnel string - IPsec tunnel name.
- Link
Loadbalance string - LAN extension link load balance strategy. Valid values:
activebackup
,loadbalance
.
- Backhaul
Interface string - IPsec phase1 interface.
- Backhaul
Ip string - IPsec phase1 IPv4/FQDN. Used to specify the external IP/FQDN when the FortiGate unit is behind a NAT device.
- Backhauls
[]Object
Extendercontroller Extenderprofile Lan Extension Backhaul Type - Backhaul. The structure of
backhaul
block is documented below. - Ipsec
Tunnel string - IPsec tunnel name.
- Link
Loadbalance string - LAN extension link load balance strategy. Valid values:
activebackup
,loadbalance
.
- backhaul
Interface String - IPsec phase1 interface.
- backhaul
Ip String - IPsec phase1 IPv4/FQDN. Used to specify the external IP/FQDN when the FortiGate unit is behind a NAT device.
- backhauls
List<Object
Extendercontroller Extenderprofile Lan Extension Backhaul> - Backhaul. The structure of
backhaul
block is documented below. - ipsec
Tunnel String - IPsec tunnel name.
- link
Loadbalance String - LAN extension link load balance strategy. Valid values:
activebackup
,loadbalance
.
- backhaul
Interface string - IPsec phase1 interface.
- backhaul
Ip string - IPsec phase1 IPv4/FQDN. Used to specify the external IP/FQDN when the FortiGate unit is behind a NAT device.
- backhauls
Object
Extendercontroller Extenderprofile Lan Extension Backhaul[] - Backhaul. The structure of
backhaul
block is documented below. - ipsec
Tunnel string - IPsec tunnel name.
- link
Loadbalance string - LAN extension link load balance strategy. Valid values:
activebackup
,loadbalance
.
- backhaul_
interface str - IPsec phase1 interface.
- backhaul_
ip str - IPsec phase1 IPv4/FQDN. Used to specify the external IP/FQDN when the FortiGate unit is behind a NAT device.
- backhauls
Sequence[Object
Extendercontroller Extenderprofile Lan Extension Backhaul] - Backhaul. The structure of
backhaul
block is documented below. - ipsec_
tunnel str - IPsec tunnel name.
- link_
loadbalance str - LAN extension link load balance strategy. Valid values:
activebackup
,loadbalance
.
- backhaul
Interface String - IPsec phase1 interface.
- backhaul
Ip String - IPsec phase1 IPv4/FQDN. Used to specify the external IP/FQDN when the FortiGate unit is behind a NAT device.
- backhauls List<Property Map>
- Backhaul. The structure of
backhaul
block is documented below. - ipsec
Tunnel String - IPsec tunnel name.
- link
Loadbalance String - LAN extension link load balance strategy. Valid values:
activebackup
,loadbalance
.
ObjectExtendercontrollerExtenderprofileLanExtensionBackhaul, ObjectExtendercontrollerExtenderprofileLanExtensionBackhaulArgs
Import
ObjectExtenderController ExtenderProfile can be imported using any of these accepted formats:
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectExtendercontrollerExtenderprofile:ObjectExtendercontrollerExtenderprofile labelname {{name}}
$ 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
fortimanager
Terraform Provider.