1. Packages
  2. Fortimanager Provider
  3. API Docs
  4. ObjectExtensioncontrollerExtenderprofileCellularModem1
fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev

fortimanager.ObjectExtensioncontrollerExtenderprofileCellularModem1

Explore with Pulumi AI

Configuration options for modem 1.

This resource is a sub resource for variable modem1 of resource fortimanager.ObjectExtensioncontrollerExtenderprofileCellular. Conflict and overwrite may occur if use both of them. The following variables have sub resource. Avoid using them together, otherwise conflicts and overwrites may occur.

  • auto_switch: fortimanager.ObjectExtensioncontrollerExtenderprofileCellularModem1Autoswitch

Create ObjectExtensioncontrollerExtenderprofileCellularModem1 Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new ObjectExtensioncontrollerExtenderprofileCellularModem1(name: string, args: ObjectExtensioncontrollerExtenderprofileCellularModem1Args, opts?: CustomResourceOptions);
@overload
def ObjectExtensioncontrollerExtenderprofileCellularModem1(resource_name: str,
                                                           args: ObjectExtensioncontrollerExtenderprofileCellularModem1InitArgs,
                                                           opts: Optional[ResourceOptions] = None)

@overload
def ObjectExtensioncontrollerExtenderprofileCellularModem1(resource_name: str,
                                                           opts: Optional[ResourceOptions] = None,
                                                           extender_profile: Optional[str] = None,
                                                           preferred_carrier: Optional[str] = None,
                                                           redundant_intf: Optional[str] = None,
                                                           default_sim: Optional[str] = None,
                                                           auto_switch: Optional[ObjectExtensioncontrollerExtenderprofileCellularModem1AutoSwitchArgs] = None,
                                                           gps: Optional[str] = None,
                                                           modem_id: Optional[float] = None,
                                                           conn_status: Optional[float] = None,
                                                           adom: Optional[str] = None,
                                                           object_extensioncontroller_extenderprofile_cellular_modem1_id: Optional[str] = None,
                                                           redundant_mode: Optional[str] = None,
                                                           scopetype: Optional[str] = None,
                                                           sim1_pin: Optional[str] = None,
                                                           sim1_pin_codes: Optional[Sequence[str]] = None,
                                                           sim2_pin: Optional[str] = None,
                                                           sim2_pin_codes: Optional[Sequence[str]] = None)
func NewObjectExtensioncontrollerExtenderprofileCellularModem1(ctx *Context, name string, args ObjectExtensioncontrollerExtenderprofileCellularModem1Args, opts ...ResourceOption) (*ObjectExtensioncontrollerExtenderprofileCellularModem1, error)
public ObjectExtensioncontrollerExtenderprofileCellularModem1(string name, ObjectExtensioncontrollerExtenderprofileCellularModem1Args args, CustomResourceOptions? opts = null)
public ObjectExtensioncontrollerExtenderprofileCellularModem1(String name, ObjectExtensioncontrollerExtenderprofileCellularModem1Args args)
public ObjectExtensioncontrollerExtenderprofileCellularModem1(String name, ObjectExtensioncontrollerExtenderprofileCellularModem1Args args, CustomResourceOptions options)
type: fortimanager:ObjectExtensioncontrollerExtenderprofileCellularModem1
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. ObjectExtensioncontrollerExtenderprofileCellularModem1Args
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. ObjectExtensioncontrollerExtenderprofileCellularModem1InitArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. ObjectExtensioncontrollerExtenderprofileCellularModem1Args
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. ObjectExtensioncontrollerExtenderprofileCellularModem1Args
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. ObjectExtensioncontrollerExtenderprofileCellularModem1Args
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 objectExtensioncontrollerExtenderprofileCellularModem1Resource = new Fortimanager.ObjectExtensioncontrollerExtenderprofileCellularModem1("objectExtensioncontrollerExtenderprofileCellularModem1Resource", new()
{
    ExtenderProfile = "string",
    PreferredCarrier = "string",
    RedundantIntf = "string",
    DefaultSim = "string",
    AutoSwitch = new Fortimanager.Inputs.ObjectExtensioncontrollerExtenderprofileCellularModem1AutoSwitchArgs
    {
        Dataplan = "string",
        Disconnect = "string",
        DisconnectPeriod = 0,
        DisconnectThreshold = 0,
        Signal = "string",
        SwitchBackTime = "string",
        SwitchBackTimer = 0,
        SwitchBacks = new[]
        {
            "string",
        },
    },
    Gps = "string",
    ModemId = 0,
    ConnStatus = 0,
    Adom = "string",
    ObjectExtensioncontrollerExtenderprofileCellularModem1Id = "string",
    RedundantMode = "string",
    Scopetype = "string",
    Sim1Pin = "string",
    Sim1PinCodes = new[]
    {
        "string",
    },
    Sim2Pin = "string",
    Sim2PinCodes = new[]
    {
        "string",
    },
});
Copy
example, err := fortimanager.NewObjectExtensioncontrollerExtenderprofileCellularModem1(ctx, "objectExtensioncontrollerExtenderprofileCellularModem1Resource", &fortimanager.ObjectExtensioncontrollerExtenderprofileCellularModem1Args{
ExtenderProfile: pulumi.String("string"),
PreferredCarrier: pulumi.String("string"),
RedundantIntf: pulumi.String("string"),
DefaultSim: pulumi.String("string"),
AutoSwitch: &.ObjectExtensioncontrollerExtenderprofileCellularModem1AutoSwitchTypeArgs{
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"),
},
},
Gps: pulumi.String("string"),
ModemId: pulumi.Float64(0),
ConnStatus: pulumi.Float64(0),
Adom: pulumi.String("string"),
ObjectExtensioncontrollerExtenderprofileCellularModem1Id: pulumi.String("string"),
RedundantMode: pulumi.String("string"),
Scopetype: pulumi.String("string"),
Sim1Pin: pulumi.String("string"),
Sim1PinCodes: pulumi.StringArray{
pulumi.String("string"),
},
Sim2Pin: pulumi.String("string"),
Sim2PinCodes: pulumi.StringArray{
pulumi.String("string"),
},
})
Copy
var objectExtensioncontrollerExtenderprofileCellularModem1Resource = new ObjectExtensioncontrollerExtenderprofileCellularModem1("objectExtensioncontrollerExtenderprofileCellularModem1Resource", ObjectExtensioncontrollerExtenderprofileCellularModem1Args.builder()
    .extenderProfile("string")
    .preferredCarrier("string")
    .redundantIntf("string")
    .defaultSim("string")
    .autoSwitch(ObjectExtensioncontrollerExtenderprofileCellularModem1AutoSwitchArgs.builder()
        .dataplan("string")
        .disconnect("string")
        .disconnectPeriod(0)
        .disconnectThreshold(0)
        .signal("string")
        .switchBackTime("string")
        .switchBackTimer(0)
        .switchBacks("string")
        .build())
    .gps("string")
    .modemId(0)
    .connStatus(0)
    .adom("string")
    .objectExtensioncontrollerExtenderprofileCellularModem1Id("string")
    .redundantMode("string")
    .scopetype("string")
    .sim1Pin("string")
    .sim1PinCodes("string")
    .sim2Pin("string")
    .sim2PinCodes("string")
    .build());
Copy
object_extensioncontroller_extenderprofile_cellular_modem1_resource = fortimanager.ObjectExtensioncontrollerExtenderprofileCellularModem1("objectExtensioncontrollerExtenderprofileCellularModem1Resource",
    extender_profile="string",
    preferred_carrier="string",
    redundant_intf="string",
    default_sim="string",
    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"],
    },
    gps="string",
    modem_id=0,
    conn_status=0,
    adom="string",
    object_extensioncontroller_extenderprofile_cellular_modem1_id="string",
    redundant_mode="string",
    scopetype="string",
    sim1_pin="string",
    sim1_pin_codes=["string"],
    sim2_pin="string",
    sim2_pin_codes=["string"])
Copy
const objectExtensioncontrollerExtenderprofileCellularModem1Resource = new fortimanager.ObjectExtensioncontrollerExtenderprofileCellularModem1("objectExtensioncontrollerExtenderprofileCellularModem1Resource", {
    extenderProfile: "string",
    preferredCarrier: "string",
    redundantIntf: "string",
    defaultSim: "string",
    autoSwitch: {
        dataplan: "string",
        disconnect: "string",
        disconnectPeriod: 0,
        disconnectThreshold: 0,
        signal: "string",
        switchBackTime: "string",
        switchBackTimer: 0,
        switchBacks: ["string"],
    },
    gps: "string",
    modemId: 0,
    connStatus: 0,
    adom: "string",
    objectExtensioncontrollerExtenderprofileCellularModem1Id: "string",
    redundantMode: "string",
    scopetype: "string",
    sim1Pin: "string",
    sim1PinCodes: ["string"],
    sim2Pin: "string",
    sim2PinCodes: ["string"],
});
Copy
type: fortimanager:ObjectExtensioncontrollerExtenderprofileCellularModem1
properties:
    adom: string
    autoSwitch:
        dataplan: string
        disconnect: string
        disconnectPeriod: 0
        disconnectThreshold: 0
        signal: string
        switchBackTime: string
        switchBackTimer: 0
        switchBacks:
            - string
    connStatus: 0
    defaultSim: string
    extenderProfile: string
    gps: string
    modemId: 0
    objectExtensioncontrollerExtenderprofileCellularModem1Id: string
    preferredCarrier: string
    redundantIntf: string
    redundantMode: string
    scopetype: string
    sim1Pin: string
    sim1PinCodes:
        - string
    sim2Pin: string
    sim2PinCodes:
        - string
Copy

ObjectExtensioncontrollerExtenderprofileCellularModem1 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 ObjectExtensioncontrollerExtenderprofileCellularModem1 resource accepts the following input properties:

ExtenderProfile This property is required. string
Extender Profile.
Adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
AutoSwitch ObjectExtensioncontrollerExtenderprofileCellularModem1AutoSwitch
Auto-Switch. The structure of auto_switch block is documented below.
ConnStatus double
Conn-Status.
DefaultSim string
Default SIM selection. Valid values: sim1, sim2, carrier, cost.
Gps string
FortiExtender GPS enable/disable. Valid values: disable, enable.
ModemId double
Modem ID.
ObjectExtensioncontrollerExtenderprofileCellularModem1Id string
an identifier for the resource.
PreferredCarrier string
Preferred carrier.
RedundantIntf string
Redundant interface.
RedundantMode string
FortiExtender mode. Valid values: disable, enable.
Scopetype string
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
Sim1Pin string
SIM #1 PIN status. Valid values: disable, enable.
Sim1PinCodes List<string>
SIM #1 PIN password.
Sim2Pin string
SIM #2 PIN status. Valid values: disable, enable.
Sim2PinCodes List<string>
SIM #2 PIN password.
ExtenderProfile This property is required. string
Extender Profile.
Adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
AutoSwitch ObjectExtensioncontrollerExtenderprofileCellularModem1AutoSwitchTypeArgs
Auto-Switch. The structure of auto_switch block is documented below.
ConnStatus float64
Conn-Status.
DefaultSim string
Default SIM selection. Valid values: sim1, sim2, carrier, cost.
Gps string
FortiExtender GPS enable/disable. Valid values: disable, enable.
ModemId float64
Modem ID.
ObjectExtensioncontrollerExtenderprofileCellularModem1Id string
an identifier for the resource.
PreferredCarrier string
Preferred carrier.
RedundantIntf string
Redundant interface.
RedundantMode string
FortiExtender mode. Valid values: disable, enable.
Scopetype string
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
Sim1Pin string
SIM #1 PIN status. Valid values: disable, enable.
Sim1PinCodes []string
SIM #1 PIN password.
Sim2Pin string
SIM #2 PIN status. Valid values: disable, enable.
Sim2PinCodes []string
SIM #2 PIN password.
extenderProfile This property is required. String
Extender Profile.
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
autoSwitch ObjectExtensioncontrollerExtenderprofileCellularModem1AutoSwitch
Auto-Switch. The structure of auto_switch block is documented below.
connStatus Double
Conn-Status.
defaultSim String
Default SIM selection. Valid values: sim1, sim2, carrier, cost.
gps String
FortiExtender GPS enable/disable. Valid values: disable, enable.
modemId Double
Modem ID.
objectExtensioncontrollerExtenderprofileCellularModem1Id String
an identifier for the resource.
preferredCarrier String
Preferred carrier.
redundantIntf String
Redundant interface.
redundantMode String
FortiExtender mode. Valid values: disable, enable.
scopetype String
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
sim1Pin String
SIM #1 PIN status. Valid values: disable, enable.
sim1PinCodes List<String>
SIM #1 PIN password.
sim2Pin String
SIM #2 PIN status. Valid values: disable, enable.
sim2PinCodes List<String>
SIM #2 PIN password.
extenderProfile This property is required. string
Extender Profile.
adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
autoSwitch ObjectExtensioncontrollerExtenderprofileCellularModem1AutoSwitch
Auto-Switch. The structure of auto_switch block is documented below.
connStatus number
Conn-Status.
defaultSim string
Default SIM selection. Valid values: sim1, sim2, carrier, cost.
gps string
FortiExtender GPS enable/disable. Valid values: disable, enable.
modemId number
Modem ID.
objectExtensioncontrollerExtenderprofileCellularModem1Id string
an identifier for the resource.
preferredCarrier string
Preferred carrier.
redundantIntf string
Redundant interface.
redundantMode string
FortiExtender mode. Valid values: disable, enable.
scopetype string
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
sim1Pin string
SIM #1 PIN status. Valid values: disable, enable.
sim1PinCodes string[]
SIM #1 PIN password.
sim2Pin string
SIM #2 PIN status. Valid values: disable, enable.
sim2PinCodes string[]
SIM #2 PIN password.
extender_profile This property is required. str
Extender Profile.
adom str
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
auto_switch ObjectExtensioncontrollerExtenderprofileCellularModem1AutoSwitchArgs
Auto-Switch. The structure of auto_switch block is documented below.
conn_status float
Conn-Status.
default_sim str
Default SIM selection. Valid values: sim1, sim2, carrier, cost.
gps str
FortiExtender GPS enable/disable. Valid values: disable, enable.
modem_id float
Modem ID.
object_extensioncontroller_extenderprofile_cellular_modem1_id str
an identifier for the resource.
preferred_carrier str
Preferred carrier.
redundant_intf str
Redundant interface.
redundant_mode str
FortiExtender mode. Valid values: disable, enable.
scopetype str
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
sim1_pin str
SIM #1 PIN status. Valid values: disable, enable.
sim1_pin_codes Sequence[str]
SIM #1 PIN password.
sim2_pin str
SIM #2 PIN status. Valid values: disable, enable.
sim2_pin_codes Sequence[str]
SIM #2 PIN password.
extenderProfile This property is required. String
Extender Profile.
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
autoSwitch Property Map
Auto-Switch. The structure of auto_switch block is documented below.
connStatus Number
Conn-Status.
defaultSim String
Default SIM selection. Valid values: sim1, sim2, carrier, cost.
gps String
FortiExtender GPS enable/disable. Valid values: disable, enable.
modemId Number
Modem ID.
objectExtensioncontrollerExtenderprofileCellularModem1Id String
an identifier for the resource.
preferredCarrier String
Preferred carrier.
redundantIntf String
Redundant interface.
redundantMode String
FortiExtender mode. Valid values: disable, enable.
scopetype String
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
sim1Pin String
SIM #1 PIN status. Valid values: disable, enable.
sim1PinCodes List<String>
SIM #1 PIN password.
sim2Pin String
SIM #2 PIN status. Valid values: disable, enable.
sim2PinCodes List<String>
SIM #2 PIN password.

Outputs

All input properties are implicitly available as output properties. Additionally, the ObjectExtensioncontrollerExtenderprofileCellularModem1 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 ObjectExtensioncontrollerExtenderprofileCellularModem1 Resource

Get an existing ObjectExtensioncontrollerExtenderprofileCellularModem1 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?: ObjectExtensioncontrollerExtenderprofileCellularModem1State, opts?: CustomResourceOptions): ObjectExtensioncontrollerExtenderprofileCellularModem1
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        adom: Optional[str] = None,
        auto_switch: Optional[ObjectExtensioncontrollerExtenderprofileCellularModem1AutoSwitchArgs] = None,
        conn_status: Optional[float] = None,
        default_sim: Optional[str] = None,
        extender_profile: Optional[str] = None,
        gps: Optional[str] = None,
        modem_id: Optional[float] = None,
        object_extensioncontroller_extenderprofile_cellular_modem1_id: Optional[str] = None,
        preferred_carrier: Optional[str] = None,
        redundant_intf: Optional[str] = None,
        redundant_mode: Optional[str] = None,
        scopetype: Optional[str] = None,
        sim1_pin: Optional[str] = None,
        sim1_pin_codes: Optional[Sequence[str]] = None,
        sim2_pin: Optional[str] = None,
        sim2_pin_codes: Optional[Sequence[str]] = None) -> ObjectExtensioncontrollerExtenderprofileCellularModem1
func GetObjectExtensioncontrollerExtenderprofileCellularModem1(ctx *Context, name string, id IDInput, state *ObjectExtensioncontrollerExtenderprofileCellularModem1State, opts ...ResourceOption) (*ObjectExtensioncontrollerExtenderprofileCellularModem1, error)
public static ObjectExtensioncontrollerExtenderprofileCellularModem1 Get(string name, Input<string> id, ObjectExtensioncontrollerExtenderprofileCellularModem1State? state, CustomResourceOptions? opts = null)
public static ObjectExtensioncontrollerExtenderprofileCellularModem1 get(String name, Output<String> id, ObjectExtensioncontrollerExtenderprofileCellularModem1State state, CustomResourceOptions options)
resources:  _:    type: fortimanager:ObjectExtensioncontrollerExtenderprofileCellularModem1    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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.
The following state arguments are supported:
Adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
AutoSwitch ObjectExtensioncontrollerExtenderprofileCellularModem1AutoSwitch
Auto-Switch. The structure of auto_switch block is documented below.
ConnStatus double
Conn-Status.
DefaultSim string
Default SIM selection. Valid values: sim1, sim2, carrier, cost.
ExtenderProfile string
Extender Profile.
Gps string
FortiExtender GPS enable/disable. Valid values: disable, enable.
ModemId double
Modem ID.
ObjectExtensioncontrollerExtenderprofileCellularModem1Id string
an identifier for the resource.
PreferredCarrier string
Preferred carrier.
RedundantIntf string
Redundant interface.
RedundantMode string
FortiExtender mode. Valid values: disable, enable.
Scopetype string
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
Sim1Pin string
SIM #1 PIN status. Valid values: disable, enable.
Sim1PinCodes List<string>
SIM #1 PIN password.
Sim2Pin string
SIM #2 PIN status. Valid values: disable, enable.
Sim2PinCodes List<string>
SIM #2 PIN password.
Adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
AutoSwitch ObjectExtensioncontrollerExtenderprofileCellularModem1AutoSwitchTypeArgs
Auto-Switch. The structure of auto_switch block is documented below.
ConnStatus float64
Conn-Status.
DefaultSim string
Default SIM selection. Valid values: sim1, sim2, carrier, cost.
ExtenderProfile string
Extender Profile.
Gps string
FortiExtender GPS enable/disable. Valid values: disable, enable.
ModemId float64
Modem ID.
ObjectExtensioncontrollerExtenderprofileCellularModem1Id string
an identifier for the resource.
PreferredCarrier string
Preferred carrier.
RedundantIntf string
Redundant interface.
RedundantMode string
FortiExtender mode. Valid values: disable, enable.
Scopetype string
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
Sim1Pin string
SIM #1 PIN status. Valid values: disable, enable.
Sim1PinCodes []string
SIM #1 PIN password.
Sim2Pin string
SIM #2 PIN status. Valid values: disable, enable.
Sim2PinCodes []string
SIM #2 PIN password.
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
autoSwitch ObjectExtensioncontrollerExtenderprofileCellularModem1AutoSwitch
Auto-Switch. The structure of auto_switch block is documented below.
connStatus Double
Conn-Status.
defaultSim String
Default SIM selection. Valid values: sim1, sim2, carrier, cost.
extenderProfile String
Extender Profile.
gps String
FortiExtender GPS enable/disable. Valid values: disable, enable.
modemId Double
Modem ID.
objectExtensioncontrollerExtenderprofileCellularModem1Id String
an identifier for the resource.
preferredCarrier String
Preferred carrier.
redundantIntf String
Redundant interface.
redundantMode String
FortiExtender mode. Valid values: disable, enable.
scopetype String
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
sim1Pin String
SIM #1 PIN status. Valid values: disable, enable.
sim1PinCodes List<String>
SIM #1 PIN password.
sim2Pin String
SIM #2 PIN status. Valid values: disable, enable.
sim2PinCodes List<String>
SIM #2 PIN password.
adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
autoSwitch ObjectExtensioncontrollerExtenderprofileCellularModem1AutoSwitch
Auto-Switch. The structure of auto_switch block is documented below.
connStatus number
Conn-Status.
defaultSim string
Default SIM selection. Valid values: sim1, sim2, carrier, cost.
extenderProfile string
Extender Profile.
gps string
FortiExtender GPS enable/disable. Valid values: disable, enable.
modemId number
Modem ID.
objectExtensioncontrollerExtenderprofileCellularModem1Id string
an identifier for the resource.
preferredCarrier string
Preferred carrier.
redundantIntf string
Redundant interface.
redundantMode string
FortiExtender mode. Valid values: disable, enable.
scopetype string
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
sim1Pin string
SIM #1 PIN status. Valid values: disable, enable.
sim1PinCodes string[]
SIM #1 PIN password.
sim2Pin string
SIM #2 PIN status. Valid values: disable, enable.
sim2PinCodes string[]
SIM #2 PIN password.
adom str
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
auto_switch ObjectExtensioncontrollerExtenderprofileCellularModem1AutoSwitchArgs
Auto-Switch. The structure of auto_switch block is documented below.
conn_status float
Conn-Status.
default_sim str
Default SIM selection. Valid values: sim1, sim2, carrier, cost.
extender_profile str
Extender Profile.
gps str
FortiExtender GPS enable/disable. Valid values: disable, enable.
modem_id float
Modem ID.
object_extensioncontroller_extenderprofile_cellular_modem1_id str
an identifier for the resource.
preferred_carrier str
Preferred carrier.
redundant_intf str
Redundant interface.
redundant_mode str
FortiExtender mode. Valid values: disable, enable.
scopetype str
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
sim1_pin str
SIM #1 PIN status. Valid values: disable, enable.
sim1_pin_codes Sequence[str]
SIM #1 PIN password.
sim2_pin str
SIM #2 PIN status. Valid values: disable, enable.
sim2_pin_codes Sequence[str]
SIM #2 PIN password.
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
autoSwitch Property Map
Auto-Switch. The structure of auto_switch block is documented below.
connStatus Number
Conn-Status.
defaultSim String
Default SIM selection. Valid values: sim1, sim2, carrier, cost.
extenderProfile String
Extender Profile.
gps String
FortiExtender GPS enable/disable. Valid values: disable, enable.
modemId Number
Modem ID.
objectExtensioncontrollerExtenderprofileCellularModem1Id String
an identifier for the resource.
preferredCarrier String
Preferred carrier.
redundantIntf String
Redundant interface.
redundantMode String
FortiExtender mode. Valid values: disable, enable.
scopetype String
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
sim1Pin String
SIM #1 PIN status. Valid values: disable, enable.
sim1PinCodes List<String>
SIM #1 PIN password.
sim2Pin String
SIM #2 PIN status. Valid values: disable, enable.
sim2PinCodes List<String>
SIM #2 PIN password.

Supporting Types

ObjectExtensioncontrollerExtenderprofileCellularModem1AutoSwitch
, ObjectExtensioncontrollerExtenderprofileCellularModem1AutoSwitchArgs

Dataplan string
Automatically switch based on data usage. Valid values: disable, enable.
Disconnect string
Auto switch by disconnect. Valid values: disable, enable.
DisconnectPeriod double
Automatically switch based on disconnect period.
DisconnectThreshold double
Automatically switch based on disconnect threshold.
Signal string
Automatically switch based on signal strength. Valid values: disable, enable.
SwitchBackTime string
Automatically switch over to preferred SIM/carrier at a specified time in UTC (HH:MM).
SwitchBackTimer double
Automatically switch over to preferred SIM/carrier after the given time (3600 - 2147483647 sec).
SwitchBacks 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.
DisconnectPeriod float64
Automatically switch based on disconnect period.
DisconnectThreshold float64
Automatically switch based on disconnect threshold.
Signal string
Automatically switch based on signal strength. Valid values: disable, enable.
SwitchBackTime string
Automatically switch over to preferred SIM/carrier at a specified time in UTC (HH:MM).
SwitchBackTimer float64
Automatically switch over to preferred SIM/carrier after the given time (3600 - 2147483647 sec).
SwitchBacks []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.
disconnectPeriod Double
Automatically switch based on disconnect period.
disconnectThreshold Double
Automatically switch based on disconnect threshold.
signal String
Automatically switch based on signal strength. Valid values: disable, enable.
switchBackTime String
Automatically switch over to preferred SIM/carrier at a specified time in UTC (HH:MM).
switchBackTimer Double
Automatically switch over to preferred SIM/carrier after the given time (3600 - 2147483647 sec).
switchBacks 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.
disconnectPeriod number
Automatically switch based on disconnect period.
disconnectThreshold number
Automatically switch based on disconnect threshold.
signal string
Automatically switch based on signal strength. Valid values: disable, enable.
switchBackTime string
Automatically switch over to preferred SIM/carrier at a specified time in UTC (HH:MM).
switchBackTimer number
Automatically switch over to preferred SIM/carrier after the given time (3600 - 2147483647 sec).
switchBacks 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_time str
Automatically switch over to preferred SIM/carrier at a specified time in UTC (HH:MM).
switch_back_timer float
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.
disconnectPeriod Number
Automatically switch based on disconnect period.
disconnectThreshold Number
Automatically switch based on disconnect threshold.
signal String
Automatically switch based on signal strength. Valid values: disable, enable.
switchBackTime String
Automatically switch over to preferred SIM/carrier at a specified time in UTC (HH:MM).
switchBackTimer Number
Automatically switch over to preferred SIM/carrier after the given time (3600 - 2147483647 sec).
switchBacks List<String>
Auto switch with switch back multi-options. Valid values: time, timer.

Import

ObjectExtensionController ExtenderProfileCellularModem1 can be imported using any of these accepted formats:

Set import_options = [“extender_profile=YOUR_VALUE”] in the provider section.

$ export “FORTIMANAGER_IMPORT_TABLE”=“true”

$ pulumi import fortimanager:index/objectExtensioncontrollerExtenderprofileCellularModem1:ObjectExtensioncontrollerExtenderprofileCellularModem1 labelname ObjectExtensionControllerExtenderProfileCellularModem1
Copy

$ 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.