fortimanager.ObjectWirelesscontrollerHotspot20Qosmap
Explore with Pulumi AI
Configure QoS map set.
The following variables have sub resource. Avoid using them together, otherwise conflicts and overwrites may occur.
dscp_except
:fortimanager.ObjectWirelesscontrollerHotspot20QosmapDscpexcept
dscp_range
:fortimanager.ObjectWirelesscontrollerHotspot20QosmapDscprange
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as fortimanager from "@pulumi/fortimanager";
const labelname = new fortimanager.ObjectWirelesscontrollerHotspot20Qosmap("labelname", {});
import pulumi
import pulumi_fortimanager as fortimanager
labelname = fortimanager.ObjectWirelesscontrollerHotspot20Qosmap("labelname")
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.NewObjectWirelesscontrollerHotspot20Qosmap(ctx, "labelname", nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Fortimanager = Pulumi.Fortimanager;
return await Deployment.RunAsync(() =>
{
var labelname = new Fortimanager.ObjectWirelesscontrollerHotspot20Qosmap("labelname");
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.fortimanager.ObjectWirelesscontrollerHotspot20Qosmap;
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 labelname = new ObjectWirelesscontrollerHotspot20Qosmap("labelname");
}
}
resources:
labelname:
type: fortimanager:ObjectWirelesscontrollerHotspot20Qosmap
Create ObjectWirelesscontrollerHotspot20Qosmap Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectWirelesscontrollerHotspot20Qosmap(name: string, args?: ObjectWirelesscontrollerHotspot20QosmapArgs, opts?: CustomResourceOptions);
@overload
def ObjectWirelesscontrollerHotspot20Qosmap(resource_name: str,
args: Optional[ObjectWirelesscontrollerHotspot20QosmapArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectWirelesscontrollerHotspot20Qosmap(resource_name: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
dscp_excepts: Optional[Sequence[ObjectWirelesscontrollerHotspot20QosmapDscpExceptArgs]] = None,
dscp_ranges: Optional[Sequence[ObjectWirelesscontrollerHotspot20QosmapDscpRangeArgs]] = None,
dynamic_sort_subtable: Optional[str] = None,
name: Optional[str] = None,
object_wirelesscontroller_hotspot20_qosmap_id: Optional[str] = None,
scopetype: Optional[str] = None)
func NewObjectWirelesscontrollerHotspot20Qosmap(ctx *Context, name string, args *ObjectWirelesscontrollerHotspot20QosmapArgs, opts ...ResourceOption) (*ObjectWirelesscontrollerHotspot20Qosmap, error)
public ObjectWirelesscontrollerHotspot20Qosmap(string name, ObjectWirelesscontrollerHotspot20QosmapArgs? args = null, CustomResourceOptions? opts = null)
public ObjectWirelesscontrollerHotspot20Qosmap(String name, ObjectWirelesscontrollerHotspot20QosmapArgs args)
public ObjectWirelesscontrollerHotspot20Qosmap(String name, ObjectWirelesscontrollerHotspot20QosmapArgs args, CustomResourceOptions options)
type: fortimanager:ObjectWirelesscontrollerHotspot20Qosmap
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 ObjectWirelesscontrollerHotspot20QosmapArgs
- 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 ObjectWirelesscontrollerHotspot20QosmapArgs
- 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 ObjectWirelesscontrollerHotspot20QosmapArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectWirelesscontrollerHotspot20QosmapArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectWirelesscontrollerHotspot20QosmapArgs
- 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 objectWirelesscontrollerHotspot20QosmapResource = new Fortimanager.ObjectWirelesscontrollerHotspot20Qosmap("objectWirelesscontrollerHotspot20QosmapResource", new()
{
Adom = "string",
DscpExcepts = new[]
{
new Fortimanager.Inputs.ObjectWirelesscontrollerHotspot20QosmapDscpExceptArgs
{
Dscp = 0,
Index = 0,
Up = 0,
},
},
DscpRanges = new[]
{
new Fortimanager.Inputs.ObjectWirelesscontrollerHotspot20QosmapDscpRangeArgs
{
High = 0,
Index = 0,
Low = 0,
Up = 0,
},
},
DynamicSortSubtable = "string",
Name = "string",
ObjectWirelesscontrollerHotspot20QosmapId = "string",
Scopetype = "string",
});
example, err := fortimanager.NewObjectWirelesscontrollerHotspot20Qosmap(ctx, "objectWirelesscontrollerHotspot20QosmapResource", &fortimanager.ObjectWirelesscontrollerHotspot20QosmapArgs{
Adom: pulumi.String("string"),
DscpExcepts: .ObjectWirelesscontrollerHotspot20QosmapDscpExceptTypeArray{
&.ObjectWirelesscontrollerHotspot20QosmapDscpExceptTypeArgs{
Dscp: pulumi.Float64(0),
Index: pulumi.Float64(0),
Up: pulumi.Float64(0),
},
},
DscpRanges: .ObjectWirelesscontrollerHotspot20QosmapDscpRangeTypeArray{
&.ObjectWirelesscontrollerHotspot20QosmapDscpRangeTypeArgs{
High: pulumi.Float64(0),
Index: pulumi.Float64(0),
Low: pulumi.Float64(0),
Up: pulumi.Float64(0),
},
},
DynamicSortSubtable: pulumi.String("string"),
Name: pulumi.String("string"),
ObjectWirelesscontrollerHotspot20QosmapId: pulumi.String("string"),
Scopetype: pulumi.String("string"),
})
var objectWirelesscontrollerHotspot20QosmapResource = new ObjectWirelesscontrollerHotspot20Qosmap("objectWirelesscontrollerHotspot20QosmapResource", ObjectWirelesscontrollerHotspot20QosmapArgs.builder()
.adom("string")
.dscpExcepts(ObjectWirelesscontrollerHotspot20QosmapDscpExceptArgs.builder()
.dscp(0)
.index(0)
.up(0)
.build())
.dscpRanges(ObjectWirelesscontrollerHotspot20QosmapDscpRangeArgs.builder()
.high(0)
.index(0)
.low(0)
.up(0)
.build())
.dynamicSortSubtable("string")
.name("string")
.objectWirelesscontrollerHotspot20QosmapId("string")
.scopetype("string")
.build());
object_wirelesscontroller_hotspot20_qosmap_resource = fortimanager.ObjectWirelesscontrollerHotspot20Qosmap("objectWirelesscontrollerHotspot20QosmapResource",
adom="string",
dscp_excepts=[{
"dscp": 0,
"index": 0,
"up": 0,
}],
dscp_ranges=[{
"high": 0,
"index": 0,
"low": 0,
"up": 0,
}],
dynamic_sort_subtable="string",
name="string",
object_wirelesscontroller_hotspot20_qosmap_id="string",
scopetype="string")
const objectWirelesscontrollerHotspot20QosmapResource = new fortimanager.ObjectWirelesscontrollerHotspot20Qosmap("objectWirelesscontrollerHotspot20QosmapResource", {
adom: "string",
dscpExcepts: [{
dscp: 0,
index: 0,
up: 0,
}],
dscpRanges: [{
high: 0,
index: 0,
low: 0,
up: 0,
}],
dynamicSortSubtable: "string",
name: "string",
objectWirelesscontrollerHotspot20QosmapId: "string",
scopetype: "string",
});
type: fortimanager:ObjectWirelesscontrollerHotspot20Qosmap
properties:
adom: string
dscpExcepts:
- dscp: 0
index: 0
up: 0
dscpRanges:
- high: 0
index: 0
low: 0
up: 0
dynamicSortSubtable: string
name: string
objectWirelesscontrollerHotspot20QosmapId: string
scopetype: string
ObjectWirelesscontrollerHotspot20Qosmap 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 ObjectWirelesscontrollerHotspot20Qosmap resource accepts the following input properties:
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Dscp
Excepts List<ObjectWirelesscontroller Hotspot20Qosmap Dscp Except> - Dscp-Except. The structure of
dscp_except
block is documented below. - Dscp
Ranges List<ObjectWirelesscontroller Hotspot20Qosmap Dscp Range> - Dscp-Range. The structure of
dscp_range
block is documented below. - Dynamic
Sort stringSubtable - 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.
- Name string
- QOS-MAP name.
- Object
Wirelesscontroller stringHotspot20Qosmap Id - an identifier for the resource with format {{name}}.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Dscp
Excepts []ObjectWirelesscontroller Hotspot20Qosmap Dscp Except Type Args - Dscp-Except. The structure of
dscp_except
block is documented below. - Dscp
Ranges []ObjectWirelesscontroller Hotspot20Qosmap Dscp Range Type Args - Dscp-Range. The structure of
dscp_range
block is documented below. - Dynamic
Sort stringSubtable - 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.
- Name string
- QOS-MAP name.
- Object
Wirelesscontroller stringHotspot20Qosmap Id - an identifier for the resource with format {{name}}.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - dscp
Excepts List<ObjectWirelesscontroller Hotspot20Qosmap Dscp Except> - Dscp-Except. The structure of
dscp_except
block is documented below. - dscp
Ranges List<ObjectWirelesscontroller Hotspot20Qosmap Dscp Range> - Dscp-Range. The structure of
dscp_range
block is documented below. - dynamic
Sort StringSubtable - 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.
- name String
- QOS-MAP name.
- object
Wirelesscontroller StringHotspot20Qosmap Id - an identifier for the resource with format {{name}}.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - dscp
Excepts ObjectWirelesscontroller Hotspot20Qosmap Dscp Except[] - Dscp-Except. The structure of
dscp_except
block is documented below. - dscp
Ranges ObjectWirelesscontroller Hotspot20Qosmap Dscp Range[] - Dscp-Range. The structure of
dscp_range
block is documented below. - dynamic
Sort stringSubtable - 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.
- name string
- QOS-MAP name.
- object
Wirelesscontroller stringHotspot20Qosmap Id - an identifier for the resource with format {{name}}.
- scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - dscp_
excepts Sequence[ObjectWirelesscontroller Hotspot20Qosmap Dscp Except Args] - Dscp-Except. The structure of
dscp_except
block is documented below. - dscp_
ranges Sequence[ObjectWirelesscontroller Hotspot20Qosmap Dscp Range Args] - Dscp-Range. The structure of
dscp_range
block is documented below. - dynamic_
sort_ strsubtable - 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.
- name str
- QOS-MAP name.
- object_
wirelesscontroller_ strhotspot20_ qosmap_ id - an identifier for the resource with format {{name}}.
- scopetype str
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - dscp
Excepts List<Property Map> - Dscp-Except. The structure of
dscp_except
block is documented below. - dscp
Ranges List<Property Map> - Dscp-Range. The structure of
dscp_range
block is documented below. - dynamic
Sort StringSubtable - 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.
- name String
- QOS-MAP name.
- object
Wirelesscontroller StringHotspot20Qosmap Id - an identifier for the resource with format {{name}}.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
Outputs
All input properties are implicitly available as output properties. Additionally, the ObjectWirelesscontrollerHotspot20Qosmap 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 ObjectWirelesscontrollerHotspot20Qosmap Resource
Get an existing ObjectWirelesscontrollerHotspot20Qosmap 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?: ObjectWirelesscontrollerHotspot20QosmapState, opts?: CustomResourceOptions): ObjectWirelesscontrollerHotspot20Qosmap
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
dscp_excepts: Optional[Sequence[ObjectWirelesscontrollerHotspot20QosmapDscpExceptArgs]] = None,
dscp_ranges: Optional[Sequence[ObjectWirelesscontrollerHotspot20QosmapDscpRangeArgs]] = None,
dynamic_sort_subtable: Optional[str] = None,
name: Optional[str] = None,
object_wirelesscontroller_hotspot20_qosmap_id: Optional[str] = None,
scopetype: Optional[str] = None) -> ObjectWirelesscontrollerHotspot20Qosmap
func GetObjectWirelesscontrollerHotspot20Qosmap(ctx *Context, name string, id IDInput, state *ObjectWirelesscontrollerHotspot20QosmapState, opts ...ResourceOption) (*ObjectWirelesscontrollerHotspot20Qosmap, error)
public static ObjectWirelesscontrollerHotspot20Qosmap Get(string name, Input<string> id, ObjectWirelesscontrollerHotspot20QosmapState? state, CustomResourceOptions? opts = null)
public static ObjectWirelesscontrollerHotspot20Qosmap get(String name, Output<String> id, ObjectWirelesscontrollerHotspot20QosmapState state, CustomResourceOptions options)
resources: _: type: fortimanager:ObjectWirelesscontrollerHotspot20Qosmap get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Dscp
Excepts List<ObjectWirelesscontroller Hotspot20Qosmap Dscp Except> - Dscp-Except. The structure of
dscp_except
block is documented below. - Dscp
Ranges List<ObjectWirelesscontroller Hotspot20Qosmap Dscp Range> - Dscp-Range. The structure of
dscp_range
block is documented below. - Dynamic
Sort stringSubtable - 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.
- Name string
- QOS-MAP name.
- Object
Wirelesscontroller stringHotspot20Qosmap Id - an identifier for the resource with format {{name}}.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Dscp
Excepts []ObjectWirelesscontroller Hotspot20Qosmap Dscp Except Type Args - Dscp-Except. The structure of
dscp_except
block is documented below. - Dscp
Ranges []ObjectWirelesscontroller Hotspot20Qosmap Dscp Range Type Args - Dscp-Range. The structure of
dscp_range
block is documented below. - Dynamic
Sort stringSubtable - 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.
- Name string
- QOS-MAP name.
- Object
Wirelesscontroller stringHotspot20Qosmap Id - an identifier for the resource with format {{name}}.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - dscp
Excepts List<ObjectWirelesscontroller Hotspot20Qosmap Dscp Except> - Dscp-Except. The structure of
dscp_except
block is documented below. - dscp
Ranges List<ObjectWirelesscontroller Hotspot20Qosmap Dscp Range> - Dscp-Range. The structure of
dscp_range
block is documented below. - dynamic
Sort StringSubtable - 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.
- name String
- QOS-MAP name.
- object
Wirelesscontroller StringHotspot20Qosmap Id - an identifier for the resource with format {{name}}.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - dscp
Excepts ObjectWirelesscontroller Hotspot20Qosmap Dscp Except[] - Dscp-Except. The structure of
dscp_except
block is documented below. - dscp
Ranges ObjectWirelesscontroller Hotspot20Qosmap Dscp Range[] - Dscp-Range. The structure of
dscp_range
block is documented below. - dynamic
Sort stringSubtable - 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.
- name string
- QOS-MAP name.
- object
Wirelesscontroller stringHotspot20Qosmap Id - an identifier for the resource with format {{name}}.
- scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - dscp_
excepts Sequence[ObjectWirelesscontroller Hotspot20Qosmap Dscp Except Args] - Dscp-Except. The structure of
dscp_except
block is documented below. - dscp_
ranges Sequence[ObjectWirelesscontroller Hotspot20Qosmap Dscp Range Args] - Dscp-Range. The structure of
dscp_range
block is documented below. - dynamic_
sort_ strsubtable - 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.
- name str
- QOS-MAP name.
- object_
wirelesscontroller_ strhotspot20_ qosmap_ id - an identifier for the resource with format {{name}}.
- scopetype str
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - dscp
Excepts List<Property Map> - Dscp-Except. The structure of
dscp_except
block is documented below. - dscp
Ranges List<Property Map> - Dscp-Range. The structure of
dscp_range
block is documented below. - dynamic
Sort StringSubtable - 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.
- name String
- QOS-MAP name.
- object
Wirelesscontroller StringHotspot20Qosmap Id - an identifier for the resource with format {{name}}.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
Supporting Types
ObjectWirelesscontrollerHotspot20QosmapDscpExcept, ObjectWirelesscontrollerHotspot20QosmapDscpExceptArgs
ObjectWirelesscontrollerHotspot20QosmapDscpRange, ObjectWirelesscontrollerHotspot20QosmapDscpRangeArgs
Import
ObjectWirelessController Hotspot20QosMap can be imported using any of these accepted formats:
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectWirelesscontrollerHotspot20Qosmap:ObjectWirelesscontrollerHotspot20Qosmap labelname {{name}}
$ unset “FORTIMANAGER_IMPORT_TABLE”
-> Hint: The scopetype and adom for import will directly inherit the scopetype and adom configuration of the provider.
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- fortimanager fortinetdev/terraform-provider-fortimanager
- License
- Notes
- This Pulumi package is based on the
fortimanager
Terraform Provider.