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

fortimanager.ObjectExtensioncontrollerExtenderprofileCellularControllerreport

Explore with Pulumi AI

fortimanager logo
fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev

    FortiExtender controller report configuration.

    This resource is a sub resource for variable controller_report of resource fortimanager.ObjectExtensioncontrollerExtenderprofileCellular. Conflict and overwrite may occur if use both of them.

    Create ObjectExtensioncontrollerExtenderprofileCellularControllerreport Resource

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

    Constructor syntax

    new ObjectExtensioncontrollerExtenderprofileCellularControllerreport(name: string, args: ObjectExtensioncontrollerExtenderprofileCellularControllerreportArgs, opts?: CustomResourceOptions);
    @overload
    def ObjectExtensioncontrollerExtenderprofileCellularControllerreport(resource_name: str,
                                                                         args: ObjectExtensioncontrollerExtenderprofileCellularControllerreportArgs,
                                                                         opts: Optional[ResourceOptions] = None)
    
    @overload
    def ObjectExtensioncontrollerExtenderprofileCellularControllerreport(resource_name: str,
                                                                         opts: Optional[ResourceOptions] = None,
                                                                         extender_profile: Optional[str] = None,
                                                                         adom: Optional[str] = None,
                                                                         interval: Optional[float] = None,
                                                                         object_extensioncontroller_extenderprofile_cellular_controllerreport_id: Optional[str] = None,
                                                                         scopetype: Optional[str] = None,
                                                                         signal_threshold: Optional[float] = None,
                                                                         status: Optional[str] = None)
    func NewObjectExtensioncontrollerExtenderprofileCellularControllerreport(ctx *Context, name string, args ObjectExtensioncontrollerExtenderprofileCellularControllerreportArgs, opts ...ResourceOption) (*ObjectExtensioncontrollerExtenderprofileCellularControllerreport, error)
    public ObjectExtensioncontrollerExtenderprofileCellularControllerreport(string name, ObjectExtensioncontrollerExtenderprofileCellularControllerreportArgs args, CustomResourceOptions? opts = null)
    public ObjectExtensioncontrollerExtenderprofileCellularControllerreport(String name, ObjectExtensioncontrollerExtenderprofileCellularControllerreportArgs args)
    public ObjectExtensioncontrollerExtenderprofileCellularControllerreport(String name, ObjectExtensioncontrollerExtenderprofileCellularControllerreportArgs args, CustomResourceOptions options)
    
    type: fortimanager:ObjectExtensioncontrollerExtenderprofileCellularControllerreport
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args ObjectExtensioncontrollerExtenderprofileCellularControllerreportArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args ObjectExtensioncontrollerExtenderprofileCellularControllerreportArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args ObjectExtensioncontrollerExtenderprofileCellularControllerreportArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ObjectExtensioncontrollerExtenderprofileCellularControllerreportArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ObjectExtensioncontrollerExtenderprofileCellularControllerreportArgs
    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 objectExtensioncontrollerExtenderprofileCellularControllerreportResource = new Fortimanager.ObjectExtensioncontrollerExtenderprofileCellularControllerreport("objectExtensioncontrollerExtenderprofileCellularControllerreportResource", new()
    {
        ExtenderProfile = "string",
        Adom = "string",
        Interval = 0,
        ObjectExtensioncontrollerExtenderprofileCellularControllerreportId = "string",
        Scopetype = "string",
        SignalThreshold = 0,
        Status = "string",
    });
    
    example, err := fortimanager.NewObjectExtensioncontrollerExtenderprofileCellularControllerreport(ctx, "objectExtensioncontrollerExtenderprofileCellularControllerreportResource", &fortimanager.ObjectExtensioncontrollerExtenderprofileCellularControllerreportArgs{
    ExtenderProfile: pulumi.String("string"),
    Adom: pulumi.String("string"),
    Interval: pulumi.Float64(0),
    ObjectExtensioncontrollerExtenderprofileCellularControllerreportId: pulumi.String("string"),
    Scopetype: pulumi.String("string"),
    SignalThreshold: pulumi.Float64(0),
    Status: pulumi.String("string"),
    })
    
    var objectExtensioncontrollerExtenderprofileCellularControllerreportResource = new ObjectExtensioncontrollerExtenderprofileCellularControllerreport("objectExtensioncontrollerExtenderprofileCellularControllerreportResource", ObjectExtensioncontrollerExtenderprofileCellularControllerreportArgs.builder()
        .extenderProfile("string")
        .adom("string")
        .interval(0)
        .objectExtensioncontrollerExtenderprofileCellularControllerreportId("string")
        .scopetype("string")
        .signalThreshold(0)
        .status("string")
        .build());
    
    object_extensioncontroller_extenderprofile_cellular_controllerreport_resource = fortimanager.ObjectExtensioncontrollerExtenderprofileCellularControllerreport("objectExtensioncontrollerExtenderprofileCellularControllerreportResource",
        extender_profile="string",
        adom="string",
        interval=0,
        object_extensioncontroller_extenderprofile_cellular_controllerreport_id="string",
        scopetype="string",
        signal_threshold=0,
        status="string")
    
    const objectExtensioncontrollerExtenderprofileCellularControllerreportResource = new fortimanager.ObjectExtensioncontrollerExtenderprofileCellularControllerreport("objectExtensioncontrollerExtenderprofileCellularControllerreportResource", {
        extenderProfile: "string",
        adom: "string",
        interval: 0,
        objectExtensioncontrollerExtenderprofileCellularControllerreportId: "string",
        scopetype: "string",
        signalThreshold: 0,
        status: "string",
    });
    
    type: fortimanager:ObjectExtensioncontrollerExtenderprofileCellularControllerreport
    properties:
        adom: string
        extenderProfile: string
        interval: 0
        objectExtensioncontrollerExtenderprofileCellularControllerreportId: string
        scopetype: string
        signalThreshold: 0
        status: string
    

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

    ExtenderProfile 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.
    Interval double
    Controller report interval.
    ObjectExtensioncontrollerExtenderprofileCellularControllerreportId 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.
    SignalThreshold double
    Controller report signal threshold.
    Status string
    FortiExtender controller report status. Valid values: disable, enable.
    ExtenderProfile 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.
    Interval float64
    Controller report interval.
    ObjectExtensioncontrollerExtenderprofileCellularControllerreportId 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.
    SignalThreshold float64
    Controller report signal threshold.
    Status string
    FortiExtender controller report status. Valid values: disable, enable.
    extenderProfile 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.
    interval Double
    Controller report interval.
    objectExtensioncontrollerExtenderprofileCellularControllerreportId 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.
    signalThreshold Double
    Controller report signal threshold.
    status String
    FortiExtender controller report status. Valid values: disable, enable.
    extenderProfile 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.
    interval number
    Controller report interval.
    objectExtensioncontrollerExtenderprofileCellularControllerreportId 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.
    signalThreshold number
    Controller report signal threshold.
    status string
    FortiExtender controller report status. Valid values: disable, enable.
    extender_profile 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.
    interval float
    Controller report interval.
    object_extensioncontroller_extenderprofile_cellular_controllerreport_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.
    signal_threshold float
    Controller report signal threshold.
    status str
    FortiExtender controller report status. Valid values: disable, enable.
    extenderProfile 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.
    interval Number
    Controller report interval.
    objectExtensioncontrollerExtenderprofileCellularControllerreportId 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.
    signalThreshold Number
    Controller report signal threshold.
    status String
    FortiExtender controller report status. Valid values: disable, enable.

    Outputs

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

    Get an existing ObjectExtensioncontrollerExtenderprofileCellularControllerreport 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?: ObjectExtensioncontrollerExtenderprofileCellularControllerreportState, opts?: CustomResourceOptions): ObjectExtensioncontrollerExtenderprofileCellularControllerreport
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            adom: Optional[str] = None,
            extender_profile: Optional[str] = None,
            interval: Optional[float] = None,
            object_extensioncontroller_extenderprofile_cellular_controllerreport_id: Optional[str] = None,
            scopetype: Optional[str] = None,
            signal_threshold: Optional[float] = None,
            status: Optional[str] = None) -> ObjectExtensioncontrollerExtenderprofileCellularControllerreport
    func GetObjectExtensioncontrollerExtenderprofileCellularControllerreport(ctx *Context, name string, id IDInput, state *ObjectExtensioncontrollerExtenderprofileCellularControllerreportState, opts ...ResourceOption) (*ObjectExtensioncontrollerExtenderprofileCellularControllerreport, error)
    public static ObjectExtensioncontrollerExtenderprofileCellularControllerreport Get(string name, Input<string> id, ObjectExtensioncontrollerExtenderprofileCellularControllerreportState? state, CustomResourceOptions? opts = null)
    public static ObjectExtensioncontrollerExtenderprofileCellularControllerreport get(String name, Output<String> id, ObjectExtensioncontrollerExtenderprofileCellularControllerreportState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:ObjectExtensioncontrollerExtenderprofileCellularControllerreport    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    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.
    ExtenderProfile string
    Extender Profile.
    Interval double
    Controller report interval.
    ObjectExtensioncontrollerExtenderprofileCellularControllerreportId 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.
    SignalThreshold double
    Controller report signal threshold.
    Status string
    FortiExtender controller report status. Valid values: disable, enable.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    ExtenderProfile string
    Extender Profile.
    Interval float64
    Controller report interval.
    ObjectExtensioncontrollerExtenderprofileCellularControllerreportId 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.
    SignalThreshold float64
    Controller report signal threshold.
    Status string
    FortiExtender controller report status. Valid values: disable, enable.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    extenderProfile String
    Extender Profile.
    interval Double
    Controller report interval.
    objectExtensioncontrollerExtenderprofileCellularControllerreportId 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.
    signalThreshold Double
    Controller report signal threshold.
    status String
    FortiExtender controller report status. Valid values: disable, enable.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    extenderProfile string
    Extender Profile.
    interval number
    Controller report interval.
    objectExtensioncontrollerExtenderprofileCellularControllerreportId 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.
    signalThreshold number
    Controller report signal threshold.
    status string
    FortiExtender controller report status. Valid values: disable, enable.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    extender_profile str
    Extender Profile.
    interval float
    Controller report interval.
    object_extensioncontroller_extenderprofile_cellular_controllerreport_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.
    signal_threshold float
    Controller report signal threshold.
    status str
    FortiExtender controller report status. Valid values: disable, enable.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    extenderProfile String
    Extender Profile.
    interval Number
    Controller report interval.
    objectExtensioncontrollerExtenderprofileCellularControllerreportId 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.
    signalThreshold Number
    Controller report signal threshold.
    status String
    FortiExtender controller report status. Valid values: disable, enable.

    Import

    ObjectExtensionController ExtenderProfileCellularControllerReport 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/objectExtensioncontrollerExtenderprofileCellularControllerreport:ObjectExtensioncontrollerExtenderprofileCellularControllerreport labelname ObjectExtensionControllerExtenderProfileCellularControllerReport
    

    $ 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.
    fortimanager logo
    fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev