1. Packages
  2. Fortimanager Provider
  3. API Docs
  4. ObjectExtensioncontrollerExtenderprofileCellular
fortimanager 1.14.0 published on Tuesday, Apr 15, 2025 by fortinetdev

fortimanager.ObjectExtensioncontrollerExtenderprofileCellular

Explore with Pulumi AI

FortiExtender cellular configuration.

This resource is a sub resource for variable cellular of resource fortimanager.ObjectExtensioncontrollerExtenderprofile. 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.

  • controller_report: fortimanager.ObjectExtensioncontrollerExtenderprofileCellularControllerreport
  • modem1: fortimanager.ObjectExtensioncontrollerExtenderprofileCellularModem1
  • modem2: fortimanager.ObjectExtensioncontrollerExtenderprofileCellularModem2
  • sms_notification: fortimanager.ObjectExtensioncontrollerExtenderprofileCellularSmsnotification

Create ObjectExtensioncontrollerExtenderprofileCellular Resource

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

Constructor syntax

new ObjectExtensioncontrollerExtenderprofileCellular(name: string, args: ObjectExtensioncontrollerExtenderprofileCellularArgs, opts?: CustomResourceOptions);
@overload
def ObjectExtensioncontrollerExtenderprofileCellular(resource_name: str,
                                                     args: ObjectExtensioncontrollerExtenderprofileCellularInitArgs,
                                                     opts: Optional[ResourceOptions] = None)

@overload
def ObjectExtensioncontrollerExtenderprofileCellular(resource_name: str,
                                                     opts: Optional[ResourceOptions] = None,
                                                     extender_profile: Optional[str] = None,
                                                     adom: Optional[str] = None,
                                                     controller_report: Optional[ObjectExtensioncontrollerExtenderprofileCellularControllerReportArgs] = None,
                                                     dataplans: Optional[Sequence[str]] = None,
                                                     modem1: Optional[ObjectExtensioncontrollerExtenderprofileCellularModem1Args] = None,
                                                     modem2: Optional[ObjectExtensioncontrollerExtenderprofileCellularModem2Args] = None,
                                                     object_extensioncontroller_extenderprofile_cellular_id: Optional[str] = None,
                                                     scopetype: Optional[str] = None,
                                                     sms_notification: Optional[ObjectExtensioncontrollerExtenderprofileCellularSmsNotificationArgs] = None)
func NewObjectExtensioncontrollerExtenderprofileCellular(ctx *Context, name string, args ObjectExtensioncontrollerExtenderprofileCellularArgs, opts ...ResourceOption) (*ObjectExtensioncontrollerExtenderprofileCellular, error)
public ObjectExtensioncontrollerExtenderprofileCellular(string name, ObjectExtensioncontrollerExtenderprofileCellularArgs args, CustomResourceOptions? opts = null)
public ObjectExtensioncontrollerExtenderprofileCellular(String name, ObjectExtensioncontrollerExtenderprofileCellularArgs args)
public ObjectExtensioncontrollerExtenderprofileCellular(String name, ObjectExtensioncontrollerExtenderprofileCellularArgs args, CustomResourceOptions options)
type: fortimanager:ObjectExtensioncontrollerExtenderprofileCellular
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. ObjectExtensioncontrollerExtenderprofileCellularArgs
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. ObjectExtensioncontrollerExtenderprofileCellularInitArgs
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. ObjectExtensioncontrollerExtenderprofileCellularArgs
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. ObjectExtensioncontrollerExtenderprofileCellularArgs
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. ObjectExtensioncontrollerExtenderprofileCellularArgs
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 objectExtensioncontrollerExtenderprofileCellularResource = new Fortimanager.ObjectExtensioncontrollerExtenderprofileCellular("objectExtensioncontrollerExtenderprofileCellularResource", new()
{
    ExtenderProfile = "string",
    Adom = "string",
    ControllerReport = new Fortimanager.Inputs.ObjectExtensioncontrollerExtenderprofileCellularControllerReportArgs
    {
        Interval = 0,
        SignalThreshold = 0,
        Status = "string",
    },
    Dataplans = new[]
    {
        "string",
    },
    Modem1 = new Fortimanager.Inputs.ObjectExtensioncontrollerExtenderprofileCellularModem1Args
    {
        AutoSwitch = new Fortimanager.Inputs.ObjectExtensioncontrollerExtenderprofileCellularModem1AutoSwitchArgs
        {
            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,
        MultiplePdn = "string",
        Pdn1Dataplans = new[]
        {
            "string",
        },
        Pdn2Dataplans = new[]
        {
            "string",
        },
        Pdn3Dataplans = new[]
        {
            "string",
        },
        Pdn4Dataplans = new[]
        {
            "string",
        },
        PreferredCarrier = "string",
        RedundantIntf = "string",
        RedundantMode = "string",
        Sim1Pin = "string",
        Sim1PinCodes = new[]
        {
            "string",
        },
        Sim2Pin = "string",
        Sim2PinCodes = new[]
        {
            "string",
        },
    },
    Modem2 = new Fortimanager.Inputs.ObjectExtensioncontrollerExtenderprofileCellularModem2Args
    {
        AutoSwitch = new Fortimanager.Inputs.ObjectExtensioncontrollerExtenderprofileCellularModem2AutoSwitchArgs
        {
            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,
        MultiplePdn = "string",
        Pdn1Dataplans = new[]
        {
            "string",
        },
        Pdn2Dataplans = new[]
        {
            "string",
        },
        Pdn3Dataplans = new[]
        {
            "string",
        },
        Pdn4Dataplans = new[]
        {
            "string",
        },
        PreferredCarrier = "string",
        RedundantIntf = "string",
        RedundantMode = "string",
        Sim1Pin = "string",
        Sim1PinCodes = new[]
        {
            "string",
        },
        Sim2Pin = "string",
        Sim2PinCodes = new[]
        {
            "string",
        },
    },
    ObjectExtensioncontrollerExtenderprofileCellularId = "string",
    Scopetype = "string",
    SmsNotification = new Fortimanager.Inputs.ObjectExtensioncontrollerExtenderprofileCellularSmsNotificationArgs
    {
        Alert = new Fortimanager.Inputs.ObjectExtensioncontrollerExtenderprofileCellularSmsNotificationAlertArgs
        {
            DataExhausted = "string",
            FgtBackupModeSwitch = "string",
            LowSignalStrength = "string",
            ModeSwitch = "string",
            OsImageFallback = "string",
            SessionDisconnect = "string",
            SystemReboot = "string",
        },
        Receivers = new[]
        {
            new Fortimanager.Inputs.ObjectExtensioncontrollerExtenderprofileCellularSmsNotificationReceiverArgs
            {
                Alerts = new[]
                {
                    "string",
                },
                Name = "string",
                PhoneNumber = "string",
                Status = "string",
            },
        },
        Status = "string",
    },
});
Copy
example, err := fortimanager.NewObjectExtensioncontrollerExtenderprofileCellular(ctx, "objectExtensioncontrollerExtenderprofileCellularResource", &fortimanager.ObjectExtensioncontrollerExtenderprofileCellularArgs{
ExtenderProfile: pulumi.String("string"),
Adom: pulumi.String("string"),
ControllerReport: &.ObjectExtensioncontrollerExtenderprofileCellularControllerReportTypeArgs{
Interval: pulumi.Float64(0),
SignalThreshold: pulumi.Float64(0),
Status: pulumi.String("string"),
},
Dataplans: pulumi.StringArray{
pulumi.String("string"),
},
Modem1: &.ObjectExtensioncontrollerExtenderprofileCellularModem1TypeArgs{
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"),
},
},
ConnStatus: pulumi.Float64(0),
DefaultSim: pulumi.String("string"),
Gps: pulumi.String("string"),
ModemId: pulumi.Float64(0),
MultiplePdn: pulumi.String("string"),
Pdn1Dataplans: pulumi.StringArray{
pulumi.String("string"),
},
Pdn2Dataplans: pulumi.StringArray{
pulumi.String("string"),
},
Pdn3Dataplans: pulumi.StringArray{
pulumi.String("string"),
},
Pdn4Dataplans: pulumi.StringArray{
pulumi.String("string"),
},
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: &.ObjectExtensioncontrollerExtenderprofileCellularModem2TypeArgs{
AutoSwitch: &.ObjectExtensioncontrollerExtenderprofileCellularModem2AutoSwitchTypeArgs{
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),
MultiplePdn: pulumi.String("string"),
Pdn1Dataplans: pulumi.StringArray{
pulumi.String("string"),
},
Pdn2Dataplans: pulumi.StringArray{
pulumi.String("string"),
},
Pdn3Dataplans: pulumi.StringArray{
pulumi.String("string"),
},
Pdn4Dataplans: pulumi.StringArray{
pulumi.String("string"),
},
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"),
},
},
ObjectExtensioncontrollerExtenderprofileCellularId: pulumi.String("string"),
Scopetype: pulumi.String("string"),
SmsNotification: &.ObjectExtensioncontrollerExtenderprofileCellularSmsNotificationTypeArgs{
Alert: &.ObjectExtensioncontrollerExtenderprofileCellularSmsNotificationAlertTypeArgs{
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: .ObjectExtensioncontrollerExtenderprofileCellularSmsNotificationReceiverTypeArray{
&.ObjectExtensioncontrollerExtenderprofileCellularSmsNotificationReceiverTypeArgs{
Alerts: pulumi.StringArray{
pulumi.String("string"),
},
Name: pulumi.String("string"),
PhoneNumber: pulumi.String("string"),
Status: pulumi.String("string"),
},
},
Status: pulumi.String("string"),
},
})
Copy
var objectExtensioncontrollerExtenderprofileCellularResource = new ObjectExtensioncontrollerExtenderprofileCellular("objectExtensioncontrollerExtenderprofileCellularResource", ObjectExtensioncontrollerExtenderprofileCellularArgs.builder()
    .extenderProfile("string")
    .adom("string")
    .controllerReport(ObjectExtensioncontrollerExtenderprofileCellularControllerReportArgs.builder()
        .interval(0)
        .signalThreshold(0)
        .status("string")
        .build())
    .dataplans("string")
    .modem1(ObjectExtensioncontrollerExtenderprofileCellularModem1Args.builder()
        .autoSwitch(ObjectExtensioncontrollerExtenderprofileCellularModem1AutoSwitchArgs.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)
        .multiplePdn("string")
        .pdn1Dataplans("string")
        .pdn2Dataplans("string")
        .pdn3Dataplans("string")
        .pdn4Dataplans("string")
        .preferredCarrier("string")
        .redundantIntf("string")
        .redundantMode("string")
        .sim1Pin("string")
        .sim1PinCodes("string")
        .sim2Pin("string")
        .sim2PinCodes("string")
        .build())
    .modem2(ObjectExtensioncontrollerExtenderprofileCellularModem2Args.builder()
        .autoSwitch(ObjectExtensioncontrollerExtenderprofileCellularModem2AutoSwitchArgs.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)
        .multiplePdn("string")
        .pdn1Dataplans("string")
        .pdn2Dataplans("string")
        .pdn3Dataplans("string")
        .pdn4Dataplans("string")
        .preferredCarrier("string")
        .redundantIntf("string")
        .redundantMode("string")
        .sim1Pin("string")
        .sim1PinCodes("string")
        .sim2Pin("string")
        .sim2PinCodes("string")
        .build())
    .objectExtensioncontrollerExtenderprofileCellularId("string")
    .scopetype("string")
    .smsNotification(ObjectExtensioncontrollerExtenderprofileCellularSmsNotificationArgs.builder()
        .alert(ObjectExtensioncontrollerExtenderprofileCellularSmsNotificationAlertArgs.builder()
            .dataExhausted("string")
            .fgtBackupModeSwitch("string")
            .lowSignalStrength("string")
            .modeSwitch("string")
            .osImageFallback("string")
            .sessionDisconnect("string")
            .systemReboot("string")
            .build())
        .receivers(ObjectExtensioncontrollerExtenderprofileCellularSmsNotificationReceiverArgs.builder()
            .alerts("string")
            .name("string")
            .phoneNumber("string")
            .status("string")
            .build())
        .status("string")
        .build())
    .build());
Copy
object_extensioncontroller_extenderprofile_cellular_resource = fortimanager.ObjectExtensioncontrollerExtenderprofileCellular("objectExtensioncontrollerExtenderprofileCellularResource",
    extender_profile="string",
    adom="string",
    controller_report={
        "interval": 0,
        "signal_threshold": 0,
        "status": "string",
    },
    dataplans=["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,
        "multiple_pdn": "string",
        "pdn1_dataplans": ["string"],
        "pdn2_dataplans": ["string"],
        "pdn3_dataplans": ["string"],
        "pdn4_dataplans": ["string"],
        "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,
        "multiple_pdn": "string",
        "pdn1_dataplans": ["string"],
        "pdn2_dataplans": ["string"],
        "pdn3_dataplans": ["string"],
        "pdn4_dataplans": ["string"],
        "preferred_carrier": "string",
        "redundant_intf": "string",
        "redundant_mode": "string",
        "sim1_pin": "string",
        "sim1_pin_codes": ["string"],
        "sim2_pin": "string",
        "sim2_pin_codes": ["string"],
    },
    object_extensioncontroller_extenderprofile_cellular_id="string",
    scopetype="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",
    })
Copy
const objectExtensioncontrollerExtenderprofileCellularResource = new fortimanager.ObjectExtensioncontrollerExtenderprofileCellular("objectExtensioncontrollerExtenderprofileCellularResource", {
    extenderProfile: "string",
    adom: "string",
    controllerReport: {
        interval: 0,
        signalThreshold: 0,
        status: "string",
    },
    dataplans: ["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,
        multiplePdn: "string",
        pdn1Dataplans: ["string"],
        pdn2Dataplans: ["string"],
        pdn3Dataplans: ["string"],
        pdn4Dataplans: ["string"],
        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,
        multiplePdn: "string",
        pdn1Dataplans: ["string"],
        pdn2Dataplans: ["string"],
        pdn3Dataplans: ["string"],
        pdn4Dataplans: ["string"],
        preferredCarrier: "string",
        redundantIntf: "string",
        redundantMode: "string",
        sim1Pin: "string",
        sim1PinCodes: ["string"],
        sim2Pin: "string",
        sim2PinCodes: ["string"],
    },
    objectExtensioncontrollerExtenderprofileCellularId: "string",
    scopetype: "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",
    },
});
Copy
type: fortimanager:ObjectExtensioncontrollerExtenderprofileCellular
properties:
    adom: string
    controllerReport:
        interval: 0
        signalThreshold: 0
        status: string
    dataplans:
        - string
    extenderProfile: 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
        multiplePdn: string
        pdn1Dataplans:
            - string
        pdn2Dataplans:
            - string
        pdn3Dataplans:
            - string
        pdn4Dataplans:
            - string
        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
        multiplePdn: string
        pdn1Dataplans:
            - string
        pdn2Dataplans:
            - string
        pdn3Dataplans:
            - string
        pdn4Dataplans:
            - string
        preferredCarrier: string
        redundantIntf: string
        redundantMode: string
        sim1Pin: string
        sim1PinCodes:
            - string
        sim2Pin: string
        sim2PinCodes:
            - string
    objectExtensioncontrollerExtenderprofileCellularId: string
    scopetype: 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
Copy

ObjectExtensioncontrollerExtenderprofileCellular 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 ObjectExtensioncontrollerExtenderprofileCellular 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.
ControllerReport ObjectExtensioncontrollerExtenderprofileCellularControllerReport
Controller-Report. The structure of controller_report block is documented below.
Dataplans List<string>
Dataplan names.
Modem1 ObjectExtensioncontrollerExtenderprofileCellularModem1
Modem1. The structure of modem1 block is documented below.
Modem2 ObjectExtensioncontrollerExtenderprofileCellularModem2
Modem2. The structure of modem2 block is documented below.
ObjectExtensioncontrollerExtenderprofileCellularId string
an identifier for the resource.
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.
SmsNotification ObjectExtensioncontrollerExtenderprofileCellularSmsNotification
Sms-Notification. The structure of sms_notification block is documented below.
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.
ControllerReport ObjectExtensioncontrollerExtenderprofileCellularControllerReportTypeArgs
Controller-Report. The structure of controller_report block is documented below.
Dataplans []string
Dataplan names.
Modem1 ObjectExtensioncontrollerExtenderprofileCellularModem1TypeArgs
Modem1. The structure of modem1 block is documented below.
Modem2 ObjectExtensioncontrollerExtenderprofileCellularModem2TypeArgs
Modem2. The structure of modem2 block is documented below.
ObjectExtensioncontrollerExtenderprofileCellularId string
an identifier for the resource.
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.
SmsNotification ObjectExtensioncontrollerExtenderprofileCellularSmsNotificationTypeArgs
Sms-Notification. The structure of sms_notification block is documented below.
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.
controllerReport ObjectExtensioncontrollerExtenderprofileCellularControllerReport
Controller-Report. The structure of controller_report block is documented below.
dataplans List<String>
Dataplan names.
modem1 ObjectExtensioncontrollerExtenderprofileCellularModem1
Modem1. The structure of modem1 block is documented below.
modem2 ObjectExtensioncontrollerExtenderprofileCellularModem2
Modem2. The structure of modem2 block is documented below.
objectExtensioncontrollerExtenderprofileCellularId String
an identifier for the resource.
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.
smsNotification ObjectExtensioncontrollerExtenderprofileCellularSmsNotification
Sms-Notification. The structure of sms_notification block is documented below.
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.
controllerReport ObjectExtensioncontrollerExtenderprofileCellularControllerReport
Controller-Report. The structure of controller_report block is documented below.
dataplans string[]
Dataplan names.
modem1 ObjectExtensioncontrollerExtenderprofileCellularModem1
Modem1. The structure of modem1 block is documented below.
modem2 ObjectExtensioncontrollerExtenderprofileCellularModem2
Modem2. The structure of modem2 block is documented below.
objectExtensioncontrollerExtenderprofileCellularId string
an identifier for the resource.
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.
smsNotification ObjectExtensioncontrollerExtenderprofileCellularSmsNotification
Sms-Notification. The structure of sms_notification block is documented below.
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.
controller_report ObjectExtensioncontrollerExtenderprofileCellularControllerReportArgs
Controller-Report. The structure of controller_report block is documented below.
dataplans Sequence[str]
Dataplan names.
modem1 ObjectExtensioncontrollerExtenderprofileCellularModem1Args
Modem1. The structure of modem1 block is documented below.
modem2 ObjectExtensioncontrollerExtenderprofileCellularModem2Args
Modem2. The structure of modem2 block is documented below.
object_extensioncontroller_extenderprofile_cellular_id str
an identifier for the resource.
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.
sms_notification ObjectExtensioncontrollerExtenderprofileCellularSmsNotificationArgs
Sms-Notification. The structure of sms_notification block is documented below.
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.
controllerReport Property Map
Controller-Report. The structure of controller_report block is documented below.
dataplans List<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.
objectExtensioncontrollerExtenderprofileCellularId String
an identifier for the resource.
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.
smsNotification Property Map
Sms-Notification. The structure of sms_notification block is documented below.

Outputs

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

Get an existing ObjectExtensioncontrollerExtenderprofileCellular 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?: ObjectExtensioncontrollerExtenderprofileCellularState, opts?: CustomResourceOptions): ObjectExtensioncontrollerExtenderprofileCellular
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        adom: Optional[str] = None,
        controller_report: Optional[ObjectExtensioncontrollerExtenderprofileCellularControllerReportArgs] = None,
        dataplans: Optional[Sequence[str]] = None,
        extender_profile: Optional[str] = None,
        modem1: Optional[ObjectExtensioncontrollerExtenderprofileCellularModem1Args] = None,
        modem2: Optional[ObjectExtensioncontrollerExtenderprofileCellularModem2Args] = None,
        object_extensioncontroller_extenderprofile_cellular_id: Optional[str] = None,
        scopetype: Optional[str] = None,
        sms_notification: Optional[ObjectExtensioncontrollerExtenderprofileCellularSmsNotificationArgs] = None) -> ObjectExtensioncontrollerExtenderprofileCellular
func GetObjectExtensioncontrollerExtenderprofileCellular(ctx *Context, name string, id IDInput, state *ObjectExtensioncontrollerExtenderprofileCellularState, opts ...ResourceOption) (*ObjectExtensioncontrollerExtenderprofileCellular, error)
public static ObjectExtensioncontrollerExtenderprofileCellular Get(string name, Input<string> id, ObjectExtensioncontrollerExtenderprofileCellularState? state, CustomResourceOptions? opts = null)
public static ObjectExtensioncontrollerExtenderprofileCellular get(String name, Output<String> id, ObjectExtensioncontrollerExtenderprofileCellularState state, CustomResourceOptions options)
resources:  _:    type: fortimanager:ObjectExtensioncontrollerExtenderprofileCellular    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.
ControllerReport ObjectExtensioncontrollerExtenderprofileCellularControllerReport
Controller-Report. The structure of controller_report block is documented below.
Dataplans List<string>
Dataplan names.
ExtenderProfile string
Extender Profile.
Modem1 ObjectExtensioncontrollerExtenderprofileCellularModem1
Modem1. The structure of modem1 block is documented below.
Modem2 ObjectExtensioncontrollerExtenderprofileCellularModem2
Modem2. The structure of modem2 block is documented below.
ObjectExtensioncontrollerExtenderprofileCellularId string
an identifier for the resource.
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.
SmsNotification ObjectExtensioncontrollerExtenderprofileCellularSmsNotification
Sms-Notification. The structure of sms_notification block is documented below.
Adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
ControllerReport ObjectExtensioncontrollerExtenderprofileCellularControllerReportTypeArgs
Controller-Report. The structure of controller_report block is documented below.
Dataplans []string
Dataplan names.
ExtenderProfile string
Extender Profile.
Modem1 ObjectExtensioncontrollerExtenderprofileCellularModem1TypeArgs
Modem1. The structure of modem1 block is documented below.
Modem2 ObjectExtensioncontrollerExtenderprofileCellularModem2TypeArgs
Modem2. The structure of modem2 block is documented below.
ObjectExtensioncontrollerExtenderprofileCellularId string
an identifier for the resource.
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.
SmsNotification ObjectExtensioncontrollerExtenderprofileCellularSmsNotificationTypeArgs
Sms-Notification. The structure of sms_notification block is documented below.
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
controllerReport ObjectExtensioncontrollerExtenderprofileCellularControllerReport
Controller-Report. The structure of controller_report block is documented below.
dataplans List<String>
Dataplan names.
extenderProfile String
Extender Profile.
modem1 ObjectExtensioncontrollerExtenderprofileCellularModem1
Modem1. The structure of modem1 block is documented below.
modem2 ObjectExtensioncontrollerExtenderprofileCellularModem2
Modem2. The structure of modem2 block is documented below.
objectExtensioncontrollerExtenderprofileCellularId String
an identifier for the resource.
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.
smsNotification ObjectExtensioncontrollerExtenderprofileCellularSmsNotification
Sms-Notification. The structure of sms_notification block is documented below.
adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
controllerReport ObjectExtensioncontrollerExtenderprofileCellularControllerReport
Controller-Report. The structure of controller_report block is documented below.
dataplans string[]
Dataplan names.
extenderProfile string
Extender Profile.
modem1 ObjectExtensioncontrollerExtenderprofileCellularModem1
Modem1. The structure of modem1 block is documented below.
modem2 ObjectExtensioncontrollerExtenderprofileCellularModem2
Modem2. The structure of modem2 block is documented below.
objectExtensioncontrollerExtenderprofileCellularId string
an identifier for the resource.
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.
smsNotification ObjectExtensioncontrollerExtenderprofileCellularSmsNotification
Sms-Notification. The structure of sms_notification block is documented below.
adom str
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
controller_report ObjectExtensioncontrollerExtenderprofileCellularControllerReportArgs
Controller-Report. The structure of controller_report block is documented below.
dataplans Sequence[str]
Dataplan names.
extender_profile str
Extender Profile.
modem1 ObjectExtensioncontrollerExtenderprofileCellularModem1Args
Modem1. The structure of modem1 block is documented below.
modem2 ObjectExtensioncontrollerExtenderprofileCellularModem2Args
Modem2. The structure of modem2 block is documented below.
object_extensioncontroller_extenderprofile_cellular_id str
an identifier for the resource.
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.
sms_notification ObjectExtensioncontrollerExtenderprofileCellularSmsNotificationArgs
Sms-Notification. The structure of sms_notification block is documented below.
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
controllerReport Property Map
Controller-Report. The structure of controller_report block is documented below.
dataplans List<String>
Dataplan names.
extenderProfile String
Extender Profile.
modem1 Property Map
Modem1. The structure of modem1 block is documented below.
modem2 Property Map
Modem2. The structure of modem2 block is documented below.
objectExtensioncontrollerExtenderprofileCellularId String
an identifier for the resource.
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.
smsNotification Property Map
Sms-Notification. The structure of sms_notification block is documented below.

Supporting Types

ObjectExtensioncontrollerExtenderprofileCellularControllerReport
, ObjectExtensioncontrollerExtenderprofileCellularControllerReportArgs

Interval double
Controller report interval.
SignalThreshold double
Controller report signal threshold.
Status string

FortiExtender controller report status. Valid values: disable, enable.

The modem1 block supports:

Interval float64
Controller report interval.
SignalThreshold float64
Controller report signal threshold.
Status string

FortiExtender controller report status. Valid values: disable, enable.

The modem1 block supports:

interval Double
Controller report interval.
signalThreshold Double
Controller report signal threshold.
status String

FortiExtender controller report status. Valid values: disable, enable.

The modem1 block supports:

interval number
Controller report interval.
signalThreshold 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.
signalThreshold Number
Controller report signal threshold.
status String

FortiExtender controller report status. Valid values: disable, enable.

The modem1 block supports:

ObjectExtensioncontrollerExtenderprofileCellularModem1
, ObjectExtensioncontrollerExtenderprofileCellularModem1Args

autoSwitch Property Map
connStatus Number
defaultSim String
gps String
modemId Number
multiplePdn String
pdn1Dataplans List<String>
pdn2Dataplans List<String>
pdn3Dataplans List<String>
pdn4Dataplans List<String>
preferredCarrier String
redundantIntf String
redundantMode String
sim1Pin String
sim1PinCodes List<String>
sim2Pin String
sim2PinCodes List<String>

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.

ObjectExtensioncontrollerExtenderprofileCellularModem2
, ObjectExtensioncontrollerExtenderprofileCellularModem2Args

autoSwitch Property Map
connStatus Number
defaultSim String
gps String
modemId Number
multiplePdn String
pdn1Dataplans List<String>
pdn2Dataplans List<String>
pdn3Dataplans List<String>
pdn4Dataplans List<String>
preferredCarrier String
redundantIntf String
redundantMode String
sim1Pin String
sim1PinCodes List<String>
sim2Pin String
sim2PinCodes List<String>

ObjectExtensioncontrollerExtenderprofileCellularModem2AutoSwitch
, ObjectExtensioncontrollerExtenderprofileCellularModem2AutoSwitchArgs

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.

ObjectExtensioncontrollerExtenderprofileCellularSmsNotification
, ObjectExtensioncontrollerExtenderprofileCellularSmsNotificationArgs

Alert ObjectExtensioncontrollerExtenderprofileCellularSmsNotificationAlert
Alert. The structure of alert block is documented below.
Receivers List<ObjectExtensioncontrollerExtenderprofileCellularSmsNotificationReceiver>
Receiver. The structure of receiver block is documented below.
Status string
FortiExtender SMS notification status. Valid values: disable, enable.
Alert ObjectExtensioncontrollerExtenderprofileCellularSmsNotificationAlertType
Alert. The structure of alert block is documented below.
Receivers []ObjectExtensioncontrollerExtenderprofileCellularSmsNotificationReceiverType
Receiver. The structure of receiver block is documented below.
Status string
FortiExtender SMS notification status. Valid values: disable, enable.
alert ObjectExtensioncontrollerExtenderprofileCellularSmsNotificationAlert
Alert. The structure of alert block is documented below.
receivers List<ObjectExtensioncontrollerExtenderprofileCellularSmsNotificationReceiver>
Receiver. The structure of receiver block is documented below.
status String
FortiExtender SMS notification status. Valid values: disable, enable.
alert ObjectExtensioncontrollerExtenderprofileCellularSmsNotificationAlert
Alert. The structure of alert block is documented below.
receivers ObjectExtensioncontrollerExtenderprofileCellularSmsNotificationReceiver[]
Receiver. The structure of receiver block is documented below.
status string
FortiExtender SMS notification status. Valid values: disable, enable.
alert ObjectExtensioncontrollerExtenderprofileCellularSmsNotificationAlert
Alert. The structure of alert block is documented below.
receivers Sequence[ObjectExtensioncontrollerExtenderprofileCellularSmsNotificationReceiver]
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.

ObjectExtensioncontrollerExtenderprofileCellularSmsNotificationAlert
, ObjectExtensioncontrollerExtenderprofileCellularSmsNotificationAlertArgs

DataExhausted string
Display string when data exhausted.
FgtBackupModeSwitch string
Display string when FortiGate backup mode switched.
LowSignalStrength string
Display string when signal strength is low.
ModeSwitch string
Display string when mode is switched.
OsImageFallback string
Display string when falling back to a previous OS image.
SessionDisconnect string
Display string when session disconnected.
SystemReboot string
Display string when system rebooted.
DataExhausted string
Display string when data exhausted.
FgtBackupModeSwitch string
Display string when FortiGate backup mode switched.
LowSignalStrength string
Display string when signal strength is low.
ModeSwitch string
Display string when mode is switched.
OsImageFallback string
Display string when falling back to a previous OS image.
SessionDisconnect string
Display string when session disconnected.
SystemReboot string
Display string when system rebooted.
dataExhausted String
Display string when data exhausted.
fgtBackupModeSwitch String
Display string when FortiGate backup mode switched.
lowSignalStrength String
Display string when signal strength is low.
modeSwitch String
Display string when mode is switched.
osImageFallback String
Display string when falling back to a previous OS image.
sessionDisconnect String
Display string when session disconnected.
systemReboot String
Display string when system rebooted.
dataExhausted string
Display string when data exhausted.
fgtBackupModeSwitch string
Display string when FortiGate backup mode switched.
lowSignalStrength string
Display string when signal strength is low.
modeSwitch string
Display string when mode is switched.
osImageFallback string
Display string when falling back to a previous OS image.
sessionDisconnect string
Display string when session disconnected.
systemReboot string
Display string when system rebooted.
data_exhausted str
Display string when data exhausted.
fgt_backup_mode_switch str
Display string when FortiGate backup mode switched.
low_signal_strength str
Display string when signal strength is low.
mode_switch str
Display string when mode is switched.
os_image_fallback str
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.
dataExhausted String
Display string when data exhausted.
fgtBackupModeSwitch String
Display string when FortiGate backup mode switched.
lowSignalStrength String
Display string when signal strength is low.
modeSwitch String
Display string when mode is switched.
osImageFallback String
Display string when falling back to a previous OS image.
sessionDisconnect String
Display string when session disconnected.
systemReboot String
Display string when system rebooted.

ObjectExtensioncontrollerExtenderprofileCellularSmsNotificationReceiver
, ObjectExtensioncontrollerExtenderprofileCellularSmsNotificationReceiverArgs

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.
PhoneNumber 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.
PhoneNumber 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.
phoneNumber 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.
phoneNumber 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.
phoneNumber 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.

Import

ObjectExtensionController ExtenderProfileCellular 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/objectExtensioncontrollerExtenderprofileCellular:ObjectExtensioncontrollerExtenderprofileCellular labelname ObjectExtensionControllerExtenderProfileCellular
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.