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

fortimanager.ObjectWirelesscontrollerHotspot20Anqp3gppcellular

Explore with Pulumi AI

Configure 3GPP public land mobile network (PLMN).

The following variables have sub resource. Avoid using them together, otherwise conflicts and overwrites may occur.

  • mcc_mnc_list: fortimanager.ObjectWirelesscontrollerHotspot20Anqp3gppcellularMccmnclist

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as fortimanager from "@pulumi/fortimanager";

const trname = new fortimanager.ObjectWirelesscontrollerHotspot20Anqp3gppcellular("trname", {mccMncLists: [{
    id: 1,
    mcc: "mcc",
    mnc: "mnc",
}]});
Copy
import pulumi
import pulumi_fortimanager as fortimanager

trname = fortimanager.ObjectWirelesscontrollerHotspot20Anqp3gppcellular("trname", mcc_mnc_lists=[{
    "id": 1,
    "mcc": "mcc",
    "mnc": "mnc",
}])
Copy
package main

import (
	"github.com/pulumi/pulumi-terraform-provider/sdks/go/fortimanager/fortimanager"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := fortimanager.NewObjectWirelesscontrollerHotspot20Anqp3gppcellular(ctx, "trname", &fortimanager.ObjectWirelesscontrollerHotspot20Anqp3gppcellularArgs{
			MccMncLists: fortimanager.ObjectWirelesscontrollerHotspot20Anqp3gppcellularMccMncListTypeArray{
				&fortimanager.ObjectWirelesscontrollerHotspot20Anqp3gppcellularMccMncListTypeArgs{
					Id:  pulumi.Float64(1),
					Mcc: pulumi.String("mcc"),
					Mnc: pulumi.String("mnc"),
				},
			},
		})
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Fortimanager = Pulumi.Fortimanager;

return await Deployment.RunAsync(() => 
{
    var trname = new Fortimanager.ObjectWirelesscontrollerHotspot20Anqp3gppcellular("trname", new()
    {
        MccMncLists = new[]
        {
            new Fortimanager.Inputs.ObjectWirelesscontrollerHotspot20Anqp3gppcellularMccMncListArgs
            {
                Id = 1,
                Mcc = "mcc",
                Mnc = "mnc",
            },
        },
    });

});
Copy
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.fortimanager.ObjectWirelesscontrollerHotspot20Anqp3gppcellular;
import com.pulumi.fortimanager.ObjectWirelesscontrollerHotspot20Anqp3gppcellularArgs;
import com.pulumi.fortimanager.inputs.ObjectWirelesscontrollerHotspot20Anqp3gppcellularMccMncListArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;

public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }

    public static void stack(Context ctx) {
        var trname = new ObjectWirelesscontrollerHotspot20Anqp3gppcellular("trname", ObjectWirelesscontrollerHotspot20Anqp3gppcellularArgs.builder()
            .mccMncLists(ObjectWirelesscontrollerHotspot20Anqp3gppcellularMccMncListArgs.builder()
                .id(1)
                .mcc("mcc")
                .mnc("mnc")
                .build())
            .build());

    }
}
Copy
resources:
  trname:
    type: fortimanager:ObjectWirelesscontrollerHotspot20Anqp3gppcellular
    properties:
      mccMncLists:
        - id: 1
          mcc: mcc
          mnc: mnc
Copy

Create ObjectWirelesscontrollerHotspot20Anqp3gppcellular Resource

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

Constructor syntax

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

@overload
def ObjectWirelesscontrollerHotspot20Anqp3gppcellular(resource_name: str,
                                                      opts: Optional[ResourceOptions] = None,
                                                      adom: Optional[str] = None,
                                                      dynamic_sort_subtable: Optional[str] = None,
                                                      mcc_mnc_lists: Optional[Sequence[ObjectWirelesscontrollerHotspot20Anqp3gppcellularMccMncListArgs]] = None,
                                                      name: Optional[str] = None,
                                                      object_wirelesscontroller_hotspot20_anqp3gppcellular_id: Optional[str] = None,
                                                      scopetype: Optional[str] = None)
func NewObjectWirelesscontrollerHotspot20Anqp3gppcellular(ctx *Context, name string, args *ObjectWirelesscontrollerHotspot20Anqp3gppcellularArgs, opts ...ResourceOption) (*ObjectWirelesscontrollerHotspot20Anqp3gppcellular, error)
public ObjectWirelesscontrollerHotspot20Anqp3gppcellular(string name, ObjectWirelesscontrollerHotspot20Anqp3gppcellularArgs? args = null, CustomResourceOptions? opts = null)
public ObjectWirelesscontrollerHotspot20Anqp3gppcellular(String name, ObjectWirelesscontrollerHotspot20Anqp3gppcellularArgs args)
public ObjectWirelesscontrollerHotspot20Anqp3gppcellular(String name, ObjectWirelesscontrollerHotspot20Anqp3gppcellularArgs args, CustomResourceOptions options)
type: fortimanager:ObjectWirelesscontrollerHotspot20Anqp3gppcellular
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 ObjectWirelesscontrollerHotspot20Anqp3gppcellularArgs
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 ObjectWirelesscontrollerHotspot20Anqp3gppcellularArgs
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 ObjectWirelesscontrollerHotspot20Anqp3gppcellularArgs
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 ObjectWirelesscontrollerHotspot20Anqp3gppcellularArgs
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. ObjectWirelesscontrollerHotspot20Anqp3gppcellularArgs
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 objectWirelesscontrollerHotspot20Anqp3gppcellularResource = new Fortimanager.ObjectWirelesscontrollerHotspot20Anqp3gppcellular("objectWirelesscontrollerHotspot20Anqp3gppcellularResource", new()
{
    Adom = "string",
    DynamicSortSubtable = "string",
    MccMncLists = new[]
    {
        new Fortimanager.Inputs.ObjectWirelesscontrollerHotspot20Anqp3gppcellularMccMncListArgs
        {
            Id = 0,
            Mcc = "string",
            Mnc = "string",
        },
    },
    Name = "string",
    ObjectWirelesscontrollerHotspot20Anqp3gppcellularId = "string",
    Scopetype = "string",
});
Copy
example, err := fortimanager.NewObjectWirelesscontrollerHotspot20Anqp3gppcellular(ctx, "objectWirelesscontrollerHotspot20Anqp3gppcellularResource", &fortimanager.ObjectWirelesscontrollerHotspot20Anqp3gppcellularArgs{
Adom: pulumi.String("string"),
DynamicSortSubtable: pulumi.String("string"),
MccMncLists: .ObjectWirelesscontrollerHotspot20Anqp3gppcellularMccMncListTypeArray{
&.ObjectWirelesscontrollerHotspot20Anqp3gppcellularMccMncListTypeArgs{
Id: pulumi.Float64(0),
Mcc: pulumi.String("string"),
Mnc: pulumi.String("string"),
},
},
Name: pulumi.String("string"),
ObjectWirelesscontrollerHotspot20Anqp3gppcellularId: pulumi.String("string"),
Scopetype: pulumi.String("string"),
})
Copy
var objectWirelesscontrollerHotspot20Anqp3gppcellularResource = new ObjectWirelesscontrollerHotspot20Anqp3gppcellular("objectWirelesscontrollerHotspot20Anqp3gppcellularResource", ObjectWirelesscontrollerHotspot20Anqp3gppcellularArgs.builder()
    .adom("string")
    .dynamicSortSubtable("string")
    .mccMncLists(ObjectWirelesscontrollerHotspot20Anqp3gppcellularMccMncListArgs.builder()
        .id(0)
        .mcc("string")
        .mnc("string")
        .build())
    .name("string")
    .objectWirelesscontrollerHotspot20Anqp3gppcellularId("string")
    .scopetype("string")
    .build());
Copy
object_wirelesscontroller_hotspot20_anqp3gppcellular_resource = fortimanager.ObjectWirelesscontrollerHotspot20Anqp3gppcellular("objectWirelesscontrollerHotspot20Anqp3gppcellularResource",
    adom="string",
    dynamic_sort_subtable="string",
    mcc_mnc_lists=[{
        "id": 0,
        "mcc": "string",
        "mnc": "string",
    }],
    name="string",
    object_wirelesscontroller_hotspot20_anqp3gppcellular_id="string",
    scopetype="string")
Copy
const objectWirelesscontrollerHotspot20Anqp3gppcellularResource = new fortimanager.ObjectWirelesscontrollerHotspot20Anqp3gppcellular("objectWirelesscontrollerHotspot20Anqp3gppcellularResource", {
    adom: "string",
    dynamicSortSubtable: "string",
    mccMncLists: [{
        id: 0,
        mcc: "string",
        mnc: "string",
    }],
    name: "string",
    objectWirelesscontrollerHotspot20Anqp3gppcellularId: "string",
    scopetype: "string",
});
Copy
type: fortimanager:ObjectWirelesscontrollerHotspot20Anqp3gppcellular
properties:
    adom: string
    dynamicSortSubtable: string
    mccMncLists:
        - id: 0
          mcc: string
          mnc: string
    name: string
    objectWirelesscontrollerHotspot20Anqp3gppcellularId: string
    scopetype: string
Copy

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

Adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
DynamicSortSubtable string
true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
MccMncLists List<ObjectWirelesscontrollerHotspot20Anqp3gppcellularMccMncList>
Mcc-Mnc-List. The structure of mcc_mnc_list block is documented below.
Name string
3GPP PLMN name.
ObjectWirelesscontrollerHotspot20Anqp3gppcellularId string
an identifier for the resource with format {{name}}.
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.
Adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
DynamicSortSubtable string
true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
MccMncLists []ObjectWirelesscontrollerHotspot20Anqp3gppcellularMccMncListTypeArgs
Mcc-Mnc-List. The structure of mcc_mnc_list block is documented below.
Name string
3GPP PLMN name.
ObjectWirelesscontrollerHotspot20Anqp3gppcellularId string
an identifier for the resource with format {{name}}.
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.
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
dynamicSortSubtable String
true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
mccMncLists List<ObjectWirelesscontrollerHotspot20Anqp3gppcellularMccMncList>
Mcc-Mnc-List. The structure of mcc_mnc_list block is documented below.
name String
3GPP PLMN name.
objectWirelesscontrollerHotspot20Anqp3gppcellularId String
an identifier for the resource with format {{name}}.
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.
adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
dynamicSortSubtable string
true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
mccMncLists ObjectWirelesscontrollerHotspot20Anqp3gppcellularMccMncList[]
Mcc-Mnc-List. The structure of mcc_mnc_list block is documented below.
name string
3GPP PLMN name.
objectWirelesscontrollerHotspot20Anqp3gppcellularId string
an identifier for the resource with format {{name}}.
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.
adom str
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
dynamic_sort_subtable str
true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
mcc_mnc_lists Sequence[ObjectWirelesscontrollerHotspot20Anqp3gppcellularMccMncListArgs]
Mcc-Mnc-List. The structure of mcc_mnc_list block is documented below.
name str
3GPP PLMN name.
object_wirelesscontroller_hotspot20_anqp3gppcellular_id str
an identifier for the resource with format {{name}}.
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.
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
dynamicSortSubtable String
true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
mccMncLists List<Property Map>
Mcc-Mnc-List. The structure of mcc_mnc_list block is documented below.
name String
3GPP PLMN name.
objectWirelesscontrollerHotspot20Anqp3gppcellularId String
an identifier for the resource with format {{name}}.
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.

Outputs

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

Get an existing ObjectWirelesscontrollerHotspot20Anqp3gppcellular 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?: ObjectWirelesscontrollerHotspot20Anqp3gppcellularState, opts?: CustomResourceOptions): ObjectWirelesscontrollerHotspot20Anqp3gppcellular
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        adom: Optional[str] = None,
        dynamic_sort_subtable: Optional[str] = None,
        mcc_mnc_lists: Optional[Sequence[ObjectWirelesscontrollerHotspot20Anqp3gppcellularMccMncListArgs]] = None,
        name: Optional[str] = None,
        object_wirelesscontroller_hotspot20_anqp3gppcellular_id: Optional[str] = None,
        scopetype: Optional[str] = None) -> ObjectWirelesscontrollerHotspot20Anqp3gppcellular
func GetObjectWirelesscontrollerHotspot20Anqp3gppcellular(ctx *Context, name string, id IDInput, state *ObjectWirelesscontrollerHotspot20Anqp3gppcellularState, opts ...ResourceOption) (*ObjectWirelesscontrollerHotspot20Anqp3gppcellular, error)
public static ObjectWirelesscontrollerHotspot20Anqp3gppcellular Get(string name, Input<string> id, ObjectWirelesscontrollerHotspot20Anqp3gppcellularState? state, CustomResourceOptions? opts = null)
public static ObjectWirelesscontrollerHotspot20Anqp3gppcellular get(String name, Output<String> id, ObjectWirelesscontrollerHotspot20Anqp3gppcellularState state, CustomResourceOptions options)
resources:  _:    type: fortimanager:ObjectWirelesscontrollerHotspot20Anqp3gppcellular    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.
DynamicSortSubtable string
true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
MccMncLists List<ObjectWirelesscontrollerHotspot20Anqp3gppcellularMccMncList>
Mcc-Mnc-List. The structure of mcc_mnc_list block is documented below.
Name string
3GPP PLMN name.
ObjectWirelesscontrollerHotspot20Anqp3gppcellularId string
an identifier for the resource with format {{name}}.
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.
Adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
DynamicSortSubtable string
true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
MccMncLists []ObjectWirelesscontrollerHotspot20Anqp3gppcellularMccMncListTypeArgs
Mcc-Mnc-List. The structure of mcc_mnc_list block is documented below.
Name string
3GPP PLMN name.
ObjectWirelesscontrollerHotspot20Anqp3gppcellularId string
an identifier for the resource with format {{name}}.
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.
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
dynamicSortSubtable String
true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
mccMncLists List<ObjectWirelesscontrollerHotspot20Anqp3gppcellularMccMncList>
Mcc-Mnc-List. The structure of mcc_mnc_list block is documented below.
name String
3GPP PLMN name.
objectWirelesscontrollerHotspot20Anqp3gppcellularId String
an identifier for the resource with format {{name}}.
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.
adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
dynamicSortSubtable string
true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
mccMncLists ObjectWirelesscontrollerHotspot20Anqp3gppcellularMccMncList[]
Mcc-Mnc-List. The structure of mcc_mnc_list block is documented below.
name string
3GPP PLMN name.
objectWirelesscontrollerHotspot20Anqp3gppcellularId string
an identifier for the resource with format {{name}}.
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.
adom str
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
dynamic_sort_subtable str
true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
mcc_mnc_lists Sequence[ObjectWirelesscontrollerHotspot20Anqp3gppcellularMccMncListArgs]
Mcc-Mnc-List. The structure of mcc_mnc_list block is documented below.
name str
3GPP PLMN name.
object_wirelesscontroller_hotspot20_anqp3gppcellular_id str
an identifier for the resource with format {{name}}.
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.
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
dynamicSortSubtable String
true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
mccMncLists List<Property Map>
Mcc-Mnc-List. The structure of mcc_mnc_list block is documented below.
name String
3GPP PLMN name.
objectWirelesscontrollerHotspot20Anqp3gppcellularId String
an identifier for the resource with format {{name}}.
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.

Supporting Types

ObjectWirelesscontrollerHotspot20Anqp3gppcellularMccMncList
, ObjectWirelesscontrollerHotspot20Anqp3gppcellularMccMncListArgs

Id double
ID.
Mcc string
Mobile country code.
Mnc string
Mobile network code.
Id float64
ID.
Mcc string
Mobile country code.
Mnc string
Mobile network code.
id Double
ID.
mcc String
Mobile country code.
mnc String
Mobile network code.
id number
ID.
mcc string
Mobile country code.
mnc string
Mobile network code.
id float
ID.
mcc str
Mobile country code.
mnc str
Mobile network code.
id Number
ID.
mcc String
Mobile country code.
mnc String
Mobile network code.

Import

ObjectWirelessController Hotspot20Anqp3GppCellular can be imported using any of these accepted formats:

$ export “FORTIMANAGER_IMPORT_TABLE”=“true”

$ pulumi import fortimanager:index/objectWirelesscontrollerHotspot20Anqp3gppcellular:ObjectWirelesscontrollerHotspot20Anqp3gppcellular labelname {{name}}
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.