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

fortimanager.WantempSystemVirtualwanlinkService

Explore with Pulumi AI

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

    Create SD-WAN rules (also called services) to control how sessions are distributed to interfaces in the SD-WAN.

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

    • sla: fortimanager.WantempSystemVirtualwanlinkServiceSla

    Create WantempSystemVirtualwanlinkService Resource

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

    Constructor syntax

    new WantempSystemVirtualwanlinkService(name: string, args: WantempSystemVirtualwanlinkServiceArgs, opts?: CustomResourceOptions);
    @overload
    def WantempSystemVirtualwanlinkService(resource_name: str,
                                           args: WantempSystemVirtualwanlinkServiceInitArgs,
                                           opts: Optional[ResourceOptions] = None)
    
    @overload
    def WantempSystemVirtualwanlinkService(resource_name: str,
                                           opts: Optional[ResourceOptions] = None,
                                           wanprof: Optional[str] = None,
                                           addr_mode: Optional[str] = None,
                                           adom: Optional[str] = None,
                                           bandwidth_weight: Optional[float] = None,
                                           default: Optional[str] = None,
                                           dscp_forward: Optional[str] = None,
                                           dscp_forward_tag: Optional[str] = None,
                                           dscp_reverse: Optional[str] = None,
                                           dscp_reverse_tag: Optional[str] = None,
                                           dst: Optional[str] = None,
                                           dst6: Optional[str] = None,
                                           dst_negate: Optional[str] = None,
                                           dynamic_sort_subtable: Optional[str] = None,
                                           end_port: Optional[float] = None,
                                           fosid: Optional[float] = None,
                                           gateway: Optional[str] = None,
                                           groups: Optional[str] = None,
                                           health_check: Optional[str] = None,
                                           hold_down_time: Optional[float] = None,
                                           input_device: Optional[str] = None,
                                           input_device_negate: Optional[str] = None,
                                           internet_service: Optional[str] = None,
                                           internet_service_app_ctrl_group: Optional[str] = None,
                                           internet_service_app_ctrls: Optional[Sequence[float]] = None,
                                           internet_service_ctrl_group: Optional[str] = None,
                                           internet_service_ctrls: Optional[Sequence[float]] = None,
                                           internet_service_custom: Optional[str] = None,
                                           internet_service_custom_group: Optional[str] = None,
                                           internet_service_group: Optional[str] = None,
                                           internet_service_id: Optional[str] = None,
                                           jitter_weight: Optional[float] = None,
                                           latency_weight: Optional[float] = None,
                                           link_cost_factor: Optional[str] = None,
                                           link_cost_threshold: Optional[float] = None,
                                           member: Optional[str] = None,
                                           mode: Optional[str] = None,
                                           name: Optional[str] = None,
                                           packet_loss_weight: Optional[float] = None,
                                           priority_members: Optional[str] = None,
                                           protocol: Optional[float] = None,
                                           quality_link: Optional[float] = None,
                                           role: Optional[str] = None,
                                           route_tag: Optional[float] = None,
                                           scopetype: Optional[str] = None,
                                           sla_compare_method: Optional[str] = None,
                                           slas: Optional[Sequence[WantempSystemVirtualwanlinkServiceSlaArgs]] = None,
                                           src: Optional[str] = None,
                                           src6: Optional[str] = None,
                                           src_negate: Optional[str] = None,
                                           standalone_action: Optional[str] = None,
                                           start_port: Optional[float] = None,
                                           status: Optional[str] = None,
                                           tos: Optional[str] = None,
                                           tos_mask: Optional[str] = None,
                                           users: Optional[str] = None,
                                           wantemp_system_virtualwanlink_service_id: Optional[str] = None)
    func NewWantempSystemVirtualwanlinkService(ctx *Context, name string, args WantempSystemVirtualwanlinkServiceArgs, opts ...ResourceOption) (*WantempSystemVirtualwanlinkService, error)
    public WantempSystemVirtualwanlinkService(string name, WantempSystemVirtualwanlinkServiceArgs args, CustomResourceOptions? opts = null)
    public WantempSystemVirtualwanlinkService(String name, WantempSystemVirtualwanlinkServiceArgs args)
    public WantempSystemVirtualwanlinkService(String name, WantempSystemVirtualwanlinkServiceArgs args, CustomResourceOptions options)
    
    type: fortimanager:WantempSystemVirtualwanlinkService
    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 WantempSystemVirtualwanlinkServiceArgs
    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 WantempSystemVirtualwanlinkServiceInitArgs
    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 WantempSystemVirtualwanlinkServiceArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args WantempSystemVirtualwanlinkServiceArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args WantempSystemVirtualwanlinkServiceArgs
    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 wantempSystemVirtualwanlinkServiceResource = new Fortimanager.WantempSystemVirtualwanlinkService("wantempSystemVirtualwanlinkServiceResource", new()
    {
        Wanprof = "string",
        AddrMode = "string",
        Adom = "string",
        BandwidthWeight = 0,
        Default = "string",
        DscpForward = "string",
        DscpForwardTag = "string",
        DscpReverse = "string",
        DscpReverseTag = "string",
        Dst = "string",
        Dst6 = "string",
        DstNegate = "string",
        DynamicSortSubtable = "string",
        EndPort = 0,
        Fosid = 0,
        Gateway = "string",
        Groups = "string",
        HealthCheck = "string",
        HoldDownTime = 0,
        InputDevice = "string",
        InputDeviceNegate = "string",
        InternetService = "string",
        InternetServiceAppCtrlGroup = "string",
        InternetServiceAppCtrls = new[]
        {
            0,
        },
        InternetServiceCtrlGroup = "string",
        InternetServiceCtrls = new[]
        {
            0,
        },
        InternetServiceCustom = "string",
        InternetServiceCustomGroup = "string",
        InternetServiceGroup = "string",
        InternetServiceId = "string",
        JitterWeight = 0,
        LatencyWeight = 0,
        LinkCostFactor = "string",
        LinkCostThreshold = 0,
        Member = "string",
        Mode = "string",
        Name = "string",
        PacketLossWeight = 0,
        PriorityMembers = "string",
        Protocol = 0,
        QualityLink = 0,
        Role = "string",
        RouteTag = 0,
        Scopetype = "string",
        SlaCompareMethod = "string",
        Slas = new[]
        {
            new Fortimanager.Inputs.WantempSystemVirtualwanlinkServiceSlaArgs
            {
                HealthCheck = "string",
                Id = 0,
            },
        },
        Src = "string",
        Src6 = "string",
        SrcNegate = "string",
        StandaloneAction = "string",
        StartPort = 0,
        Status = "string",
        Tos = "string",
        TosMask = "string",
        Users = "string",
        WantempSystemVirtualwanlinkServiceId = "string",
    });
    
    example, err := fortimanager.NewWantempSystemVirtualwanlinkService(ctx, "wantempSystemVirtualwanlinkServiceResource", &fortimanager.WantempSystemVirtualwanlinkServiceArgs{
    Wanprof: pulumi.String("string"),
    AddrMode: pulumi.String("string"),
    Adom: pulumi.String("string"),
    BandwidthWeight: pulumi.Float64(0),
    Default: pulumi.String("string"),
    DscpForward: pulumi.String("string"),
    DscpForwardTag: pulumi.String("string"),
    DscpReverse: pulumi.String("string"),
    DscpReverseTag: pulumi.String("string"),
    Dst: pulumi.String("string"),
    Dst6: pulumi.String("string"),
    DstNegate: pulumi.String("string"),
    DynamicSortSubtable: pulumi.String("string"),
    EndPort: pulumi.Float64(0),
    Fosid: pulumi.Float64(0),
    Gateway: pulumi.String("string"),
    Groups: pulumi.String("string"),
    HealthCheck: pulumi.String("string"),
    HoldDownTime: pulumi.Float64(0),
    InputDevice: pulumi.String("string"),
    InputDeviceNegate: pulumi.String("string"),
    InternetService: pulumi.String("string"),
    InternetServiceAppCtrlGroup: pulumi.String("string"),
    InternetServiceAppCtrls: pulumi.Float64Array{
    pulumi.Float64(0),
    },
    InternetServiceCtrlGroup: pulumi.String("string"),
    InternetServiceCtrls: pulumi.Float64Array{
    pulumi.Float64(0),
    },
    InternetServiceCustom: pulumi.String("string"),
    InternetServiceCustomGroup: pulumi.String("string"),
    InternetServiceGroup: pulumi.String("string"),
    InternetServiceId: pulumi.String("string"),
    JitterWeight: pulumi.Float64(0),
    LatencyWeight: pulumi.Float64(0),
    LinkCostFactor: pulumi.String("string"),
    LinkCostThreshold: pulumi.Float64(0),
    Member: pulumi.String("string"),
    Mode: pulumi.String("string"),
    Name: pulumi.String("string"),
    PacketLossWeight: pulumi.Float64(0),
    PriorityMembers: pulumi.String("string"),
    Protocol: pulumi.Float64(0),
    QualityLink: pulumi.Float64(0),
    Role: pulumi.String("string"),
    RouteTag: pulumi.Float64(0),
    Scopetype: pulumi.String("string"),
    SlaCompareMethod: pulumi.String("string"),
    Slas: .WantempSystemVirtualwanlinkServiceSlaTypeArray{
    &.WantempSystemVirtualwanlinkServiceSlaTypeArgs{
    HealthCheck: pulumi.String("string"),
    Id: pulumi.Float64(0),
    },
    },
    Src: pulumi.String("string"),
    Src6: pulumi.String("string"),
    SrcNegate: pulumi.String("string"),
    StandaloneAction: pulumi.String("string"),
    StartPort: pulumi.Float64(0),
    Status: pulumi.String("string"),
    Tos: pulumi.String("string"),
    TosMask: pulumi.String("string"),
    Users: pulumi.String("string"),
    WantempSystemVirtualwanlinkServiceId: pulumi.String("string"),
    })
    
    var wantempSystemVirtualwanlinkServiceResource = new WantempSystemVirtualwanlinkService("wantempSystemVirtualwanlinkServiceResource", WantempSystemVirtualwanlinkServiceArgs.builder()
        .wanprof("string")
        .addrMode("string")
        .adom("string")
        .bandwidthWeight(0)
        .default_("string")
        .dscpForward("string")
        .dscpForwardTag("string")
        .dscpReverse("string")
        .dscpReverseTag("string")
        .dst("string")
        .dst6("string")
        .dstNegate("string")
        .dynamicSortSubtable("string")
        .endPort(0)
        .fosid(0)
        .gateway("string")
        .groups("string")
        .healthCheck("string")
        .holdDownTime(0)
        .inputDevice("string")
        .inputDeviceNegate("string")
        .internetService("string")
        .internetServiceAppCtrlGroup("string")
        .internetServiceAppCtrls(0)
        .internetServiceCtrlGroup("string")
        .internetServiceCtrls(0)
        .internetServiceCustom("string")
        .internetServiceCustomGroup("string")
        .internetServiceGroup("string")
        .internetServiceId("string")
        .jitterWeight(0)
        .latencyWeight(0)
        .linkCostFactor("string")
        .linkCostThreshold(0)
        .member("string")
        .mode("string")
        .name("string")
        .packetLossWeight(0)
        .priorityMembers("string")
        .protocol(0)
        .qualityLink(0)
        .role("string")
        .routeTag(0)
        .scopetype("string")
        .slaCompareMethod("string")
        .slas(WantempSystemVirtualwanlinkServiceSlaArgs.builder()
            .healthCheck("string")
            .id(0)
            .build())
        .src("string")
        .src6("string")
        .srcNegate("string")
        .standaloneAction("string")
        .startPort(0)
        .status("string")
        .tos("string")
        .tosMask("string")
        .users("string")
        .wantempSystemVirtualwanlinkServiceId("string")
        .build());
    
    wantemp_system_virtualwanlink_service_resource = fortimanager.WantempSystemVirtualwanlinkService("wantempSystemVirtualwanlinkServiceResource",
        wanprof="string",
        addr_mode="string",
        adom="string",
        bandwidth_weight=0,
        default="string",
        dscp_forward="string",
        dscp_forward_tag="string",
        dscp_reverse="string",
        dscp_reverse_tag="string",
        dst="string",
        dst6="string",
        dst_negate="string",
        dynamic_sort_subtable="string",
        end_port=0,
        fosid=0,
        gateway="string",
        groups="string",
        health_check="string",
        hold_down_time=0,
        input_device="string",
        input_device_negate="string",
        internet_service="string",
        internet_service_app_ctrl_group="string",
        internet_service_app_ctrls=[0],
        internet_service_ctrl_group="string",
        internet_service_ctrls=[0],
        internet_service_custom="string",
        internet_service_custom_group="string",
        internet_service_group="string",
        internet_service_id="string",
        jitter_weight=0,
        latency_weight=0,
        link_cost_factor="string",
        link_cost_threshold=0,
        member="string",
        mode="string",
        name="string",
        packet_loss_weight=0,
        priority_members="string",
        protocol=0,
        quality_link=0,
        role="string",
        route_tag=0,
        scopetype="string",
        sla_compare_method="string",
        slas=[{
            "health_check": "string",
            "id": 0,
        }],
        src="string",
        src6="string",
        src_negate="string",
        standalone_action="string",
        start_port=0,
        status="string",
        tos="string",
        tos_mask="string",
        users="string",
        wantemp_system_virtualwanlink_service_id="string")
    
    const wantempSystemVirtualwanlinkServiceResource = new fortimanager.WantempSystemVirtualwanlinkService("wantempSystemVirtualwanlinkServiceResource", {
        wanprof: "string",
        addrMode: "string",
        adom: "string",
        bandwidthWeight: 0,
        "default": "string",
        dscpForward: "string",
        dscpForwardTag: "string",
        dscpReverse: "string",
        dscpReverseTag: "string",
        dst: "string",
        dst6: "string",
        dstNegate: "string",
        dynamicSortSubtable: "string",
        endPort: 0,
        fosid: 0,
        gateway: "string",
        groups: "string",
        healthCheck: "string",
        holdDownTime: 0,
        inputDevice: "string",
        inputDeviceNegate: "string",
        internetService: "string",
        internetServiceAppCtrlGroup: "string",
        internetServiceAppCtrls: [0],
        internetServiceCtrlGroup: "string",
        internetServiceCtrls: [0],
        internetServiceCustom: "string",
        internetServiceCustomGroup: "string",
        internetServiceGroup: "string",
        internetServiceId: "string",
        jitterWeight: 0,
        latencyWeight: 0,
        linkCostFactor: "string",
        linkCostThreshold: 0,
        member: "string",
        mode: "string",
        name: "string",
        packetLossWeight: 0,
        priorityMembers: "string",
        protocol: 0,
        qualityLink: 0,
        role: "string",
        routeTag: 0,
        scopetype: "string",
        slaCompareMethod: "string",
        slas: [{
            healthCheck: "string",
            id: 0,
        }],
        src: "string",
        src6: "string",
        srcNegate: "string",
        standaloneAction: "string",
        startPort: 0,
        status: "string",
        tos: "string",
        tosMask: "string",
        users: "string",
        wantempSystemVirtualwanlinkServiceId: "string",
    });
    
    type: fortimanager:WantempSystemVirtualwanlinkService
    properties:
        addrMode: string
        adom: string
        bandwidthWeight: 0
        default: string
        dscpForward: string
        dscpForwardTag: string
        dscpReverse: string
        dscpReverseTag: string
        dst: string
        dst6: string
        dstNegate: string
        dynamicSortSubtable: string
        endPort: 0
        fosid: 0
        gateway: string
        groups: string
        healthCheck: string
        holdDownTime: 0
        inputDevice: string
        inputDeviceNegate: string
        internetService: string
        internetServiceAppCtrlGroup: string
        internetServiceAppCtrls:
            - 0
        internetServiceCtrlGroup: string
        internetServiceCtrls:
            - 0
        internetServiceCustom: string
        internetServiceCustomGroup: string
        internetServiceGroup: string
        internetServiceId: string
        jitterWeight: 0
        latencyWeight: 0
        linkCostFactor: string
        linkCostThreshold: 0
        member: string
        mode: string
        name: string
        packetLossWeight: 0
        priorityMembers: string
        protocol: 0
        qualityLink: 0
        role: string
        routeTag: 0
        scopetype: string
        slaCompareMethod: string
        slas:
            - healthCheck: string
              id: 0
        src: string
        src6: string
        srcNegate: string
        standaloneAction: string
        startPort: 0
        status: string
        tos: string
        tosMask: string
        users: string
        wanprof: string
        wantempSystemVirtualwanlinkServiceId: string
    

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

    Wanprof string
    Wanprof.
    AddrMode string
    Address mode (IPv4 or IPv6). Valid values: ipv4, ipv6.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    BandwidthWeight double
    Coefficient of reciprocal of available bidirectional bandwidth in the formula of custom-profile-1.
    Default string
    Enable/disable use of SD-WAN as default service. Valid values: disable, enable.
    DscpForward string
    Enable/disable forward traffic DSCP tag. Valid values: disable, enable.
    DscpForwardTag string
    Forward traffic DSCP tag.
    DscpReverse string
    Enable/disable reverse traffic DSCP tag. Valid values: disable, enable.
    DscpReverseTag string
    Reverse traffic DSCP tag.
    Dst string
    Destination address name.
    Dst6 string
    Destination address6 name.
    DstNegate string
    Enable/disable negation of destination address match. Valid values: disable, enable.
    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.
    EndPort double
    End destination port number.
    Fosid double
    Priority rule ID (1 - 4000).
    Gateway string
    Enable/disable SD-WAN service gateway. Valid values: disable, enable.
    Groups string
    User groups.
    HealthCheck string
    Health check.
    HoldDownTime double
    Waiting period in seconds when switching from the back-up member to the primary member (0 - 10000000, default = 0).
    InputDevice string
    Source interface name.
    InputDeviceNegate string
    Enable/disable negation of input device match. Valid values: disable, enable.
    InternetService string
    Enable/disable use of Internet service for application-based load balancing. Valid values: disable, enable.
    InternetServiceAppCtrlGroup string
    Application control based Internet Service group list.
    InternetServiceAppCtrls List<double>
    Application control based Internet Service ID list.
    InternetServiceCtrlGroup string
    Control-based Internet Service group list.
    InternetServiceCtrls List<double>
    Control-based Internet Service ID list.
    InternetServiceCustom string
    Custom Internet service name list.
    InternetServiceCustomGroup string
    Custom Internet Service group list.
    InternetServiceGroup string
    Internet Service group list.
    InternetServiceId string
    Internet service ID list.
    JitterWeight double
    Coefficient of jitter in the formula of custom-profile-1.
    LatencyWeight double
    Coefficient of latency in the formula of custom-profile-1.
    LinkCostFactor string
    Link cost factor. Valid values: latency, jitter, packet-loss, inbandwidth, outbandwidth, bibandwidth, custom-profile-1.
    LinkCostThreshold double
    Percentage threshold change of link cost values that will result in policy route regeneration (0 - 10000000, default = 10).
    Member string
    Member sequence number.
    Mode string
    Control how the priority rule sets the priority of interfaces in the SD-WAN. Valid values: auto, manual, priority, sla, load-balance.
    Name string
    Priority rule name.
    PacketLossWeight double
    Coefficient of packet-loss in the formula of custom-profile-1.
    PriorityMembers string
    Member sequence number list.
    Protocol double
    Protocol number.
    QualityLink double
    Quality grade.
    Role string
    Service role to work with neighbor. Valid values: primary, secondary, standalone.
    RouteTag double
    IPv4 route map route-tag.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    SlaCompareMethod string
    Method to compare SLA value for sla and load balance mode. Valid values: order, number.
    Slas List<WantempSystemVirtualwanlinkServiceSla>
    Sla. The structure of sla block is documented below.
    Src string
    Source address name.
    Src6 string
    Source address6 name.
    SrcNegate string
    Enable/disable negation of source address match. Valid values: disable, enable.
    StandaloneAction string
    Enable/disable service when selected neighbor role is standalone while service role is not standalone. Valid values: disable, enable.
    StartPort double
    Start destination port number.
    Status string
    Enable/disable SD-WAN service. Valid values: disable, enable.
    Tos string
    Type of service bit pattern.
    TosMask string
    Type of service evaluated bits.
    Users string
    User name.
    WantempSystemVirtualwanlinkServiceId string
    an identifier for the resource with format {{fosid}}.
    Wanprof string
    Wanprof.
    AddrMode string
    Address mode (IPv4 or IPv6). Valid values: ipv4, ipv6.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    BandwidthWeight float64
    Coefficient of reciprocal of available bidirectional bandwidth in the formula of custom-profile-1.
    Default string
    Enable/disable use of SD-WAN as default service. Valid values: disable, enable.
    DscpForward string
    Enable/disable forward traffic DSCP tag. Valid values: disable, enable.
    DscpForwardTag string
    Forward traffic DSCP tag.
    DscpReverse string
    Enable/disable reverse traffic DSCP tag. Valid values: disable, enable.
    DscpReverseTag string
    Reverse traffic DSCP tag.
    Dst string
    Destination address name.
    Dst6 string
    Destination address6 name.
    DstNegate string
    Enable/disable negation of destination address match. Valid values: disable, enable.
    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.
    EndPort float64
    End destination port number.
    Fosid float64
    Priority rule ID (1 - 4000).
    Gateway string
    Enable/disable SD-WAN service gateway. Valid values: disable, enable.
    Groups string
    User groups.
    HealthCheck string
    Health check.
    HoldDownTime float64
    Waiting period in seconds when switching from the back-up member to the primary member (0 - 10000000, default = 0).
    InputDevice string
    Source interface name.
    InputDeviceNegate string
    Enable/disable negation of input device match. Valid values: disable, enable.
    InternetService string
    Enable/disable use of Internet service for application-based load balancing. Valid values: disable, enable.
    InternetServiceAppCtrlGroup string
    Application control based Internet Service group list.
    InternetServiceAppCtrls []float64
    Application control based Internet Service ID list.
    InternetServiceCtrlGroup string
    Control-based Internet Service group list.
    InternetServiceCtrls []float64
    Control-based Internet Service ID list.
    InternetServiceCustom string
    Custom Internet service name list.
    InternetServiceCustomGroup string
    Custom Internet Service group list.
    InternetServiceGroup string
    Internet Service group list.
    InternetServiceId string
    Internet service ID list.
    JitterWeight float64
    Coefficient of jitter in the formula of custom-profile-1.
    LatencyWeight float64
    Coefficient of latency in the formula of custom-profile-1.
    LinkCostFactor string
    Link cost factor. Valid values: latency, jitter, packet-loss, inbandwidth, outbandwidth, bibandwidth, custom-profile-1.
    LinkCostThreshold float64
    Percentage threshold change of link cost values that will result in policy route regeneration (0 - 10000000, default = 10).
    Member string
    Member sequence number.
    Mode string
    Control how the priority rule sets the priority of interfaces in the SD-WAN. Valid values: auto, manual, priority, sla, load-balance.
    Name string
    Priority rule name.
    PacketLossWeight float64
    Coefficient of packet-loss in the formula of custom-profile-1.
    PriorityMembers string
    Member sequence number list.
    Protocol float64
    Protocol number.
    QualityLink float64
    Quality grade.
    Role string
    Service role to work with neighbor. Valid values: primary, secondary, standalone.
    RouteTag float64
    IPv4 route map route-tag.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    SlaCompareMethod string
    Method to compare SLA value for sla and load balance mode. Valid values: order, number.
    Slas []WantempSystemVirtualwanlinkServiceSlaTypeArgs
    Sla. The structure of sla block is documented below.
    Src string
    Source address name.
    Src6 string
    Source address6 name.
    SrcNegate string
    Enable/disable negation of source address match. Valid values: disable, enable.
    StandaloneAction string
    Enable/disable service when selected neighbor role is standalone while service role is not standalone. Valid values: disable, enable.
    StartPort float64
    Start destination port number.
    Status string
    Enable/disable SD-WAN service. Valid values: disable, enable.
    Tos string
    Type of service bit pattern.
    TosMask string
    Type of service evaluated bits.
    Users string
    User name.
    WantempSystemVirtualwanlinkServiceId string
    an identifier for the resource with format {{fosid}}.
    wanprof String
    Wanprof.
    addrMode String
    Address mode (IPv4 or IPv6). Valid values: ipv4, ipv6.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    bandwidthWeight Double
    Coefficient of reciprocal of available bidirectional bandwidth in the formula of custom-profile-1.
    default_ String
    Enable/disable use of SD-WAN as default service. Valid values: disable, enable.
    dscpForward String
    Enable/disable forward traffic DSCP tag. Valid values: disable, enable.
    dscpForwardTag String
    Forward traffic DSCP tag.
    dscpReverse String
    Enable/disable reverse traffic DSCP tag. Valid values: disable, enable.
    dscpReverseTag String
    Reverse traffic DSCP tag.
    dst String
    Destination address name.
    dst6 String
    Destination address6 name.
    dstNegate String
    Enable/disable negation of destination address match. Valid values: disable, enable.
    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.
    endPort Double
    End destination port number.
    fosid Double
    Priority rule ID (1 - 4000).
    gateway String
    Enable/disable SD-WAN service gateway. Valid values: disable, enable.
    groups String
    User groups.
    healthCheck String
    Health check.
    holdDownTime Double
    Waiting period in seconds when switching from the back-up member to the primary member (0 - 10000000, default = 0).
    inputDevice String
    Source interface name.
    inputDeviceNegate String
    Enable/disable negation of input device match. Valid values: disable, enable.
    internetService String
    Enable/disable use of Internet service for application-based load balancing. Valid values: disable, enable.
    internetServiceAppCtrlGroup String
    Application control based Internet Service group list.
    internetServiceAppCtrls List<Double>
    Application control based Internet Service ID list.
    internetServiceCtrlGroup String
    Control-based Internet Service group list.
    internetServiceCtrls List<Double>
    Control-based Internet Service ID list.
    internetServiceCustom String
    Custom Internet service name list.
    internetServiceCustomGroup String
    Custom Internet Service group list.
    internetServiceGroup String
    Internet Service group list.
    internetServiceId String
    Internet service ID list.
    jitterWeight Double
    Coefficient of jitter in the formula of custom-profile-1.
    latencyWeight Double
    Coefficient of latency in the formula of custom-profile-1.
    linkCostFactor String
    Link cost factor. Valid values: latency, jitter, packet-loss, inbandwidth, outbandwidth, bibandwidth, custom-profile-1.
    linkCostThreshold Double
    Percentage threshold change of link cost values that will result in policy route regeneration (0 - 10000000, default = 10).
    member String
    Member sequence number.
    mode String
    Control how the priority rule sets the priority of interfaces in the SD-WAN. Valid values: auto, manual, priority, sla, load-balance.
    name String
    Priority rule name.
    packetLossWeight Double
    Coefficient of packet-loss in the formula of custom-profile-1.
    priorityMembers String
    Member sequence number list.
    protocol Double
    Protocol number.
    qualityLink Double
    Quality grade.
    role String
    Service role to work with neighbor. Valid values: primary, secondary, standalone.
    routeTag Double
    IPv4 route map route-tag.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    slaCompareMethod String
    Method to compare SLA value for sla and load balance mode. Valid values: order, number.
    slas List<WantempSystemVirtualwanlinkServiceSla>
    Sla. The structure of sla block is documented below.
    src String
    Source address name.
    src6 String
    Source address6 name.
    srcNegate String
    Enable/disable negation of source address match. Valid values: disable, enable.
    standaloneAction String
    Enable/disable service when selected neighbor role is standalone while service role is not standalone. Valid values: disable, enable.
    startPort Double
    Start destination port number.
    status String
    Enable/disable SD-WAN service. Valid values: disable, enable.
    tos String
    Type of service bit pattern.
    tosMask String
    Type of service evaluated bits.
    users String
    User name.
    wantempSystemVirtualwanlinkServiceId String
    an identifier for the resource with format {{fosid}}.
    wanprof string
    Wanprof.
    addrMode string
    Address mode (IPv4 or IPv6). Valid values: ipv4, ipv6.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    bandwidthWeight number
    Coefficient of reciprocal of available bidirectional bandwidth in the formula of custom-profile-1.
    default string
    Enable/disable use of SD-WAN as default service. Valid values: disable, enable.
    dscpForward string
    Enable/disable forward traffic DSCP tag. Valid values: disable, enable.
    dscpForwardTag string
    Forward traffic DSCP tag.
    dscpReverse string
    Enable/disable reverse traffic DSCP tag. Valid values: disable, enable.
    dscpReverseTag string
    Reverse traffic DSCP tag.
    dst string
    Destination address name.
    dst6 string
    Destination address6 name.
    dstNegate string
    Enable/disable negation of destination address match. Valid values: disable, enable.
    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.
    endPort number
    End destination port number.
    fosid number
    Priority rule ID (1 - 4000).
    gateway string
    Enable/disable SD-WAN service gateway. Valid values: disable, enable.
    groups string
    User groups.
    healthCheck string
    Health check.
    holdDownTime number
    Waiting period in seconds when switching from the back-up member to the primary member (0 - 10000000, default = 0).
    inputDevice string
    Source interface name.
    inputDeviceNegate string
    Enable/disable negation of input device match. Valid values: disable, enable.
    internetService string
    Enable/disable use of Internet service for application-based load balancing. Valid values: disable, enable.
    internetServiceAppCtrlGroup string
    Application control based Internet Service group list.
    internetServiceAppCtrls number[]
    Application control based Internet Service ID list.
    internetServiceCtrlGroup string
    Control-based Internet Service group list.
    internetServiceCtrls number[]
    Control-based Internet Service ID list.
    internetServiceCustom string
    Custom Internet service name list.
    internetServiceCustomGroup string
    Custom Internet Service group list.
    internetServiceGroup string
    Internet Service group list.
    internetServiceId string
    Internet service ID list.
    jitterWeight number
    Coefficient of jitter in the formula of custom-profile-1.
    latencyWeight number
    Coefficient of latency in the formula of custom-profile-1.
    linkCostFactor string
    Link cost factor. Valid values: latency, jitter, packet-loss, inbandwidth, outbandwidth, bibandwidth, custom-profile-1.
    linkCostThreshold number
    Percentage threshold change of link cost values that will result in policy route regeneration (0 - 10000000, default = 10).
    member string
    Member sequence number.
    mode string
    Control how the priority rule sets the priority of interfaces in the SD-WAN. Valid values: auto, manual, priority, sla, load-balance.
    name string
    Priority rule name.
    packetLossWeight number
    Coefficient of packet-loss in the formula of custom-profile-1.
    priorityMembers string
    Member sequence number list.
    protocol number
    Protocol number.
    qualityLink number
    Quality grade.
    role string
    Service role to work with neighbor. Valid values: primary, secondary, standalone.
    routeTag number
    IPv4 route map route-tag.
    scopetype string
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    slaCompareMethod string
    Method to compare SLA value for sla and load balance mode. Valid values: order, number.
    slas WantempSystemVirtualwanlinkServiceSla[]
    Sla. The structure of sla block is documented below.
    src string
    Source address name.
    src6 string
    Source address6 name.
    srcNegate string
    Enable/disable negation of source address match. Valid values: disable, enable.
    standaloneAction string
    Enable/disable service when selected neighbor role is standalone while service role is not standalone. Valid values: disable, enable.
    startPort number
    Start destination port number.
    status string
    Enable/disable SD-WAN service. Valid values: disable, enable.
    tos string
    Type of service bit pattern.
    tosMask string
    Type of service evaluated bits.
    users string
    User name.
    wantempSystemVirtualwanlinkServiceId string
    an identifier for the resource with format {{fosid}}.
    wanprof str
    Wanprof.
    addr_mode str
    Address mode (IPv4 or IPv6). Valid values: ipv4, ipv6.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    bandwidth_weight float
    Coefficient of reciprocal of available bidirectional bandwidth in the formula of custom-profile-1.
    default str
    Enable/disable use of SD-WAN as default service. Valid values: disable, enable.
    dscp_forward str
    Enable/disable forward traffic DSCP tag. Valid values: disable, enable.
    dscp_forward_tag str
    Forward traffic DSCP tag.
    dscp_reverse str
    Enable/disable reverse traffic DSCP tag. Valid values: disable, enable.
    dscp_reverse_tag str
    Reverse traffic DSCP tag.
    dst str
    Destination address name.
    dst6 str
    Destination address6 name.
    dst_negate str
    Enable/disable negation of destination address match. Valid values: disable, enable.
    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.
    end_port float
    End destination port number.
    fosid float
    Priority rule ID (1 - 4000).
    gateway str
    Enable/disable SD-WAN service gateway. Valid values: disable, enable.
    groups str
    User groups.
    health_check str
    Health check.
    hold_down_time float
    Waiting period in seconds when switching from the back-up member to the primary member (0 - 10000000, default = 0).
    input_device str
    Source interface name.
    input_device_negate str
    Enable/disable negation of input device match. Valid values: disable, enable.
    internet_service str
    Enable/disable use of Internet service for application-based load balancing. Valid values: disable, enable.
    internet_service_app_ctrl_group str
    Application control based Internet Service group list.
    internet_service_app_ctrls Sequence[float]
    Application control based Internet Service ID list.
    internet_service_ctrl_group str
    Control-based Internet Service group list.
    internet_service_ctrls Sequence[float]
    Control-based Internet Service ID list.
    internet_service_custom str
    Custom Internet service name list.
    internet_service_custom_group str
    Custom Internet Service group list.
    internet_service_group str
    Internet Service group list.
    internet_service_id str
    Internet service ID list.
    jitter_weight float
    Coefficient of jitter in the formula of custom-profile-1.
    latency_weight float
    Coefficient of latency in the formula of custom-profile-1.
    link_cost_factor str
    Link cost factor. Valid values: latency, jitter, packet-loss, inbandwidth, outbandwidth, bibandwidth, custom-profile-1.
    link_cost_threshold float
    Percentage threshold change of link cost values that will result in policy route regeneration (0 - 10000000, default = 10).
    member str
    Member sequence number.
    mode str
    Control how the priority rule sets the priority of interfaces in the SD-WAN. Valid values: auto, manual, priority, sla, load-balance.
    name str
    Priority rule name.
    packet_loss_weight float
    Coefficient of packet-loss in the formula of custom-profile-1.
    priority_members str
    Member sequence number list.
    protocol float
    Protocol number.
    quality_link float
    Quality grade.
    role str
    Service role to work with neighbor. Valid values: primary, secondary, standalone.
    route_tag float
    IPv4 route map route-tag.
    scopetype str
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    sla_compare_method str
    Method to compare SLA value for sla and load balance mode. Valid values: order, number.
    slas Sequence[WantempSystemVirtualwanlinkServiceSlaArgs]
    Sla. The structure of sla block is documented below.
    src str
    Source address name.
    src6 str
    Source address6 name.
    src_negate str
    Enable/disable negation of source address match. Valid values: disable, enable.
    standalone_action str
    Enable/disable service when selected neighbor role is standalone while service role is not standalone. Valid values: disable, enable.
    start_port float
    Start destination port number.
    status str
    Enable/disable SD-WAN service. Valid values: disable, enable.
    tos str
    Type of service bit pattern.
    tos_mask str
    Type of service evaluated bits.
    users str
    User name.
    wantemp_system_virtualwanlink_service_id str
    an identifier for the resource with format {{fosid}}.
    wanprof String
    Wanprof.
    addrMode String
    Address mode (IPv4 or IPv6). Valid values: ipv4, ipv6.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    bandwidthWeight Number
    Coefficient of reciprocal of available bidirectional bandwidth in the formula of custom-profile-1.
    default String
    Enable/disable use of SD-WAN as default service. Valid values: disable, enable.
    dscpForward String
    Enable/disable forward traffic DSCP tag. Valid values: disable, enable.
    dscpForwardTag String
    Forward traffic DSCP tag.
    dscpReverse String
    Enable/disable reverse traffic DSCP tag. Valid values: disable, enable.
    dscpReverseTag String
    Reverse traffic DSCP tag.
    dst String
    Destination address name.
    dst6 String
    Destination address6 name.
    dstNegate String
    Enable/disable negation of destination address match. Valid values: disable, enable.
    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.
    endPort Number
    End destination port number.
    fosid Number
    Priority rule ID (1 - 4000).
    gateway String
    Enable/disable SD-WAN service gateway. Valid values: disable, enable.
    groups String
    User groups.
    healthCheck String
    Health check.
    holdDownTime Number
    Waiting period in seconds when switching from the back-up member to the primary member (0 - 10000000, default = 0).
    inputDevice String
    Source interface name.
    inputDeviceNegate String
    Enable/disable negation of input device match. Valid values: disable, enable.
    internetService String
    Enable/disable use of Internet service for application-based load balancing. Valid values: disable, enable.
    internetServiceAppCtrlGroup String
    Application control based Internet Service group list.
    internetServiceAppCtrls List<Number>
    Application control based Internet Service ID list.
    internetServiceCtrlGroup String
    Control-based Internet Service group list.
    internetServiceCtrls List<Number>
    Control-based Internet Service ID list.
    internetServiceCustom String
    Custom Internet service name list.
    internetServiceCustomGroup String
    Custom Internet Service group list.
    internetServiceGroup String
    Internet Service group list.
    internetServiceId String
    Internet service ID list.
    jitterWeight Number
    Coefficient of jitter in the formula of custom-profile-1.
    latencyWeight Number
    Coefficient of latency in the formula of custom-profile-1.
    linkCostFactor String
    Link cost factor. Valid values: latency, jitter, packet-loss, inbandwidth, outbandwidth, bibandwidth, custom-profile-1.
    linkCostThreshold Number
    Percentage threshold change of link cost values that will result in policy route regeneration (0 - 10000000, default = 10).
    member String
    Member sequence number.
    mode String
    Control how the priority rule sets the priority of interfaces in the SD-WAN. Valid values: auto, manual, priority, sla, load-balance.
    name String
    Priority rule name.
    packetLossWeight Number
    Coefficient of packet-loss in the formula of custom-profile-1.
    priorityMembers String
    Member sequence number list.
    protocol Number
    Protocol number.
    qualityLink Number
    Quality grade.
    role String
    Service role to work with neighbor. Valid values: primary, secondary, standalone.
    routeTag Number
    IPv4 route map route-tag.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    slaCompareMethod String
    Method to compare SLA value for sla and load balance mode. Valid values: order, number.
    slas List<Property Map>
    Sla. The structure of sla block is documented below.
    src String
    Source address name.
    src6 String
    Source address6 name.
    srcNegate String
    Enable/disable negation of source address match. Valid values: disable, enable.
    standaloneAction String
    Enable/disable service when selected neighbor role is standalone while service role is not standalone. Valid values: disable, enable.
    startPort Number
    Start destination port number.
    status String
    Enable/disable SD-WAN service. Valid values: disable, enable.
    tos String
    Type of service bit pattern.
    tosMask String
    Type of service evaluated bits.
    users String
    User name.
    wantempSystemVirtualwanlinkServiceId String
    an identifier for the resource with format {{fosid}}.

    Outputs

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

    Get an existing WantempSystemVirtualwanlinkService 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?: WantempSystemVirtualwanlinkServiceState, opts?: CustomResourceOptions): WantempSystemVirtualwanlinkService
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            addr_mode: Optional[str] = None,
            adom: Optional[str] = None,
            bandwidth_weight: Optional[float] = None,
            default: Optional[str] = None,
            dscp_forward: Optional[str] = None,
            dscp_forward_tag: Optional[str] = None,
            dscp_reverse: Optional[str] = None,
            dscp_reverse_tag: Optional[str] = None,
            dst: Optional[str] = None,
            dst6: Optional[str] = None,
            dst_negate: Optional[str] = None,
            dynamic_sort_subtable: Optional[str] = None,
            end_port: Optional[float] = None,
            fosid: Optional[float] = None,
            gateway: Optional[str] = None,
            groups: Optional[str] = None,
            health_check: Optional[str] = None,
            hold_down_time: Optional[float] = None,
            input_device: Optional[str] = None,
            input_device_negate: Optional[str] = None,
            internet_service: Optional[str] = None,
            internet_service_app_ctrl_group: Optional[str] = None,
            internet_service_app_ctrls: Optional[Sequence[float]] = None,
            internet_service_ctrl_group: Optional[str] = None,
            internet_service_ctrls: Optional[Sequence[float]] = None,
            internet_service_custom: Optional[str] = None,
            internet_service_custom_group: Optional[str] = None,
            internet_service_group: Optional[str] = None,
            internet_service_id: Optional[str] = None,
            jitter_weight: Optional[float] = None,
            latency_weight: Optional[float] = None,
            link_cost_factor: Optional[str] = None,
            link_cost_threshold: Optional[float] = None,
            member: Optional[str] = None,
            mode: Optional[str] = None,
            name: Optional[str] = None,
            packet_loss_weight: Optional[float] = None,
            priority_members: Optional[str] = None,
            protocol: Optional[float] = None,
            quality_link: Optional[float] = None,
            role: Optional[str] = None,
            route_tag: Optional[float] = None,
            scopetype: Optional[str] = None,
            sla_compare_method: Optional[str] = None,
            slas: Optional[Sequence[WantempSystemVirtualwanlinkServiceSlaArgs]] = None,
            src: Optional[str] = None,
            src6: Optional[str] = None,
            src_negate: Optional[str] = None,
            standalone_action: Optional[str] = None,
            start_port: Optional[float] = None,
            status: Optional[str] = None,
            tos: Optional[str] = None,
            tos_mask: Optional[str] = None,
            users: Optional[str] = None,
            wanprof: Optional[str] = None,
            wantemp_system_virtualwanlink_service_id: Optional[str] = None) -> WantempSystemVirtualwanlinkService
    func GetWantempSystemVirtualwanlinkService(ctx *Context, name string, id IDInput, state *WantempSystemVirtualwanlinkServiceState, opts ...ResourceOption) (*WantempSystemVirtualwanlinkService, error)
    public static WantempSystemVirtualwanlinkService Get(string name, Input<string> id, WantempSystemVirtualwanlinkServiceState? state, CustomResourceOptions? opts = null)
    public static WantempSystemVirtualwanlinkService get(String name, Output<String> id, WantempSystemVirtualwanlinkServiceState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:WantempSystemVirtualwanlinkService    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:
    AddrMode string
    Address mode (IPv4 or IPv6). Valid values: ipv4, ipv6.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    BandwidthWeight double
    Coefficient of reciprocal of available bidirectional bandwidth in the formula of custom-profile-1.
    Default string
    Enable/disable use of SD-WAN as default service. Valid values: disable, enable.
    DscpForward string
    Enable/disable forward traffic DSCP tag. Valid values: disable, enable.
    DscpForwardTag string
    Forward traffic DSCP tag.
    DscpReverse string
    Enable/disable reverse traffic DSCP tag. Valid values: disable, enable.
    DscpReverseTag string
    Reverse traffic DSCP tag.
    Dst string
    Destination address name.
    Dst6 string
    Destination address6 name.
    DstNegate string
    Enable/disable negation of destination address match. Valid values: disable, enable.
    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.
    EndPort double
    End destination port number.
    Fosid double
    Priority rule ID (1 - 4000).
    Gateway string
    Enable/disable SD-WAN service gateway. Valid values: disable, enable.
    Groups string
    User groups.
    HealthCheck string
    Health check.
    HoldDownTime double
    Waiting period in seconds when switching from the back-up member to the primary member (0 - 10000000, default = 0).
    InputDevice string
    Source interface name.
    InputDeviceNegate string
    Enable/disable negation of input device match. Valid values: disable, enable.
    InternetService string
    Enable/disable use of Internet service for application-based load balancing. Valid values: disable, enable.
    InternetServiceAppCtrlGroup string
    Application control based Internet Service group list.
    InternetServiceAppCtrls List<double>
    Application control based Internet Service ID list.
    InternetServiceCtrlGroup string
    Control-based Internet Service group list.
    InternetServiceCtrls List<double>
    Control-based Internet Service ID list.
    InternetServiceCustom string
    Custom Internet service name list.
    InternetServiceCustomGroup string
    Custom Internet Service group list.
    InternetServiceGroup string
    Internet Service group list.
    InternetServiceId string
    Internet service ID list.
    JitterWeight double
    Coefficient of jitter in the formula of custom-profile-1.
    LatencyWeight double
    Coefficient of latency in the formula of custom-profile-1.
    LinkCostFactor string
    Link cost factor. Valid values: latency, jitter, packet-loss, inbandwidth, outbandwidth, bibandwidth, custom-profile-1.
    LinkCostThreshold double
    Percentage threshold change of link cost values that will result in policy route regeneration (0 - 10000000, default = 10).
    Member string
    Member sequence number.
    Mode string
    Control how the priority rule sets the priority of interfaces in the SD-WAN. Valid values: auto, manual, priority, sla, load-balance.
    Name string
    Priority rule name.
    PacketLossWeight double
    Coefficient of packet-loss in the formula of custom-profile-1.
    PriorityMembers string
    Member sequence number list.
    Protocol double
    Protocol number.
    QualityLink double
    Quality grade.
    Role string
    Service role to work with neighbor. Valid values: primary, secondary, standalone.
    RouteTag double
    IPv4 route map route-tag.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    SlaCompareMethod string
    Method to compare SLA value for sla and load balance mode. Valid values: order, number.
    Slas List<WantempSystemVirtualwanlinkServiceSla>
    Sla. The structure of sla block is documented below.
    Src string
    Source address name.
    Src6 string
    Source address6 name.
    SrcNegate string
    Enable/disable negation of source address match. Valid values: disable, enable.
    StandaloneAction string
    Enable/disable service when selected neighbor role is standalone while service role is not standalone. Valid values: disable, enable.
    StartPort double
    Start destination port number.
    Status string
    Enable/disable SD-WAN service. Valid values: disable, enable.
    Tos string
    Type of service bit pattern.
    TosMask string
    Type of service evaluated bits.
    Users string
    User name.
    Wanprof string
    Wanprof.
    WantempSystemVirtualwanlinkServiceId string
    an identifier for the resource with format {{fosid}}.
    AddrMode string
    Address mode (IPv4 or IPv6). Valid values: ipv4, ipv6.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    BandwidthWeight float64
    Coefficient of reciprocal of available bidirectional bandwidth in the formula of custom-profile-1.
    Default string
    Enable/disable use of SD-WAN as default service. Valid values: disable, enable.
    DscpForward string
    Enable/disable forward traffic DSCP tag. Valid values: disable, enable.
    DscpForwardTag string
    Forward traffic DSCP tag.
    DscpReverse string
    Enable/disable reverse traffic DSCP tag. Valid values: disable, enable.
    DscpReverseTag string
    Reverse traffic DSCP tag.
    Dst string
    Destination address name.
    Dst6 string
    Destination address6 name.
    DstNegate string
    Enable/disable negation of destination address match. Valid values: disable, enable.
    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.
    EndPort float64
    End destination port number.
    Fosid float64
    Priority rule ID (1 - 4000).
    Gateway string
    Enable/disable SD-WAN service gateway. Valid values: disable, enable.
    Groups string
    User groups.
    HealthCheck string
    Health check.
    HoldDownTime float64
    Waiting period in seconds when switching from the back-up member to the primary member (0 - 10000000, default = 0).
    InputDevice string
    Source interface name.
    InputDeviceNegate string
    Enable/disable negation of input device match. Valid values: disable, enable.
    InternetService string
    Enable/disable use of Internet service for application-based load balancing. Valid values: disable, enable.
    InternetServiceAppCtrlGroup string
    Application control based Internet Service group list.
    InternetServiceAppCtrls []float64
    Application control based Internet Service ID list.
    InternetServiceCtrlGroup string
    Control-based Internet Service group list.
    InternetServiceCtrls []float64
    Control-based Internet Service ID list.
    InternetServiceCustom string
    Custom Internet service name list.
    InternetServiceCustomGroup string
    Custom Internet Service group list.
    InternetServiceGroup string
    Internet Service group list.
    InternetServiceId string
    Internet service ID list.
    JitterWeight float64
    Coefficient of jitter in the formula of custom-profile-1.
    LatencyWeight float64
    Coefficient of latency in the formula of custom-profile-1.
    LinkCostFactor string
    Link cost factor. Valid values: latency, jitter, packet-loss, inbandwidth, outbandwidth, bibandwidth, custom-profile-1.
    LinkCostThreshold float64
    Percentage threshold change of link cost values that will result in policy route regeneration (0 - 10000000, default = 10).
    Member string
    Member sequence number.
    Mode string
    Control how the priority rule sets the priority of interfaces in the SD-WAN. Valid values: auto, manual, priority, sla, load-balance.
    Name string
    Priority rule name.
    PacketLossWeight float64
    Coefficient of packet-loss in the formula of custom-profile-1.
    PriorityMembers string
    Member sequence number list.
    Protocol float64
    Protocol number.
    QualityLink float64
    Quality grade.
    Role string
    Service role to work with neighbor. Valid values: primary, secondary, standalone.
    RouteTag float64
    IPv4 route map route-tag.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    SlaCompareMethod string
    Method to compare SLA value for sla and load balance mode. Valid values: order, number.
    Slas []WantempSystemVirtualwanlinkServiceSlaTypeArgs
    Sla. The structure of sla block is documented below.
    Src string
    Source address name.
    Src6 string
    Source address6 name.
    SrcNegate string
    Enable/disable negation of source address match. Valid values: disable, enable.
    StandaloneAction string
    Enable/disable service when selected neighbor role is standalone while service role is not standalone. Valid values: disable, enable.
    StartPort float64
    Start destination port number.
    Status string
    Enable/disable SD-WAN service. Valid values: disable, enable.
    Tos string
    Type of service bit pattern.
    TosMask string
    Type of service evaluated bits.
    Users string
    User name.
    Wanprof string
    Wanprof.
    WantempSystemVirtualwanlinkServiceId string
    an identifier for the resource with format {{fosid}}.
    addrMode String
    Address mode (IPv4 or IPv6). Valid values: ipv4, ipv6.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    bandwidthWeight Double
    Coefficient of reciprocal of available bidirectional bandwidth in the formula of custom-profile-1.
    default_ String
    Enable/disable use of SD-WAN as default service. Valid values: disable, enable.
    dscpForward String
    Enable/disable forward traffic DSCP tag. Valid values: disable, enable.
    dscpForwardTag String
    Forward traffic DSCP tag.
    dscpReverse String
    Enable/disable reverse traffic DSCP tag. Valid values: disable, enable.
    dscpReverseTag String
    Reverse traffic DSCP tag.
    dst String
    Destination address name.
    dst6 String
    Destination address6 name.
    dstNegate String
    Enable/disable negation of destination address match. Valid values: disable, enable.
    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.
    endPort Double
    End destination port number.
    fosid Double
    Priority rule ID (1 - 4000).
    gateway String
    Enable/disable SD-WAN service gateway. Valid values: disable, enable.
    groups String
    User groups.
    healthCheck String
    Health check.
    holdDownTime Double
    Waiting period in seconds when switching from the back-up member to the primary member (0 - 10000000, default = 0).
    inputDevice String
    Source interface name.
    inputDeviceNegate String
    Enable/disable negation of input device match. Valid values: disable, enable.
    internetService String
    Enable/disable use of Internet service for application-based load balancing. Valid values: disable, enable.
    internetServiceAppCtrlGroup String
    Application control based Internet Service group list.
    internetServiceAppCtrls List<Double>
    Application control based Internet Service ID list.
    internetServiceCtrlGroup String
    Control-based Internet Service group list.
    internetServiceCtrls List<Double>
    Control-based Internet Service ID list.
    internetServiceCustom String
    Custom Internet service name list.
    internetServiceCustomGroup String
    Custom Internet Service group list.
    internetServiceGroup String
    Internet Service group list.
    internetServiceId String
    Internet service ID list.
    jitterWeight Double
    Coefficient of jitter in the formula of custom-profile-1.
    latencyWeight Double
    Coefficient of latency in the formula of custom-profile-1.
    linkCostFactor String
    Link cost factor. Valid values: latency, jitter, packet-loss, inbandwidth, outbandwidth, bibandwidth, custom-profile-1.
    linkCostThreshold Double
    Percentage threshold change of link cost values that will result in policy route regeneration (0 - 10000000, default = 10).
    member String
    Member sequence number.
    mode String
    Control how the priority rule sets the priority of interfaces in the SD-WAN. Valid values: auto, manual, priority, sla, load-balance.
    name String
    Priority rule name.
    packetLossWeight Double
    Coefficient of packet-loss in the formula of custom-profile-1.
    priorityMembers String
    Member sequence number list.
    protocol Double
    Protocol number.
    qualityLink Double
    Quality grade.
    role String
    Service role to work with neighbor. Valid values: primary, secondary, standalone.
    routeTag Double
    IPv4 route map route-tag.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    slaCompareMethod String
    Method to compare SLA value for sla and load balance mode. Valid values: order, number.
    slas List<WantempSystemVirtualwanlinkServiceSla>
    Sla. The structure of sla block is documented below.
    src String
    Source address name.
    src6 String
    Source address6 name.
    srcNegate String
    Enable/disable negation of source address match. Valid values: disable, enable.
    standaloneAction String
    Enable/disable service when selected neighbor role is standalone while service role is not standalone. Valid values: disable, enable.
    startPort Double
    Start destination port number.
    status String
    Enable/disable SD-WAN service. Valid values: disable, enable.
    tos String
    Type of service bit pattern.
    tosMask String
    Type of service evaluated bits.
    users String
    User name.
    wanprof String
    Wanprof.
    wantempSystemVirtualwanlinkServiceId String
    an identifier for the resource with format {{fosid}}.
    addrMode string
    Address mode (IPv4 or IPv6). Valid values: ipv4, ipv6.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    bandwidthWeight number
    Coefficient of reciprocal of available bidirectional bandwidth in the formula of custom-profile-1.
    default string
    Enable/disable use of SD-WAN as default service. Valid values: disable, enable.
    dscpForward string
    Enable/disable forward traffic DSCP tag. Valid values: disable, enable.
    dscpForwardTag string
    Forward traffic DSCP tag.
    dscpReverse string
    Enable/disable reverse traffic DSCP tag. Valid values: disable, enable.
    dscpReverseTag string
    Reverse traffic DSCP tag.
    dst string
    Destination address name.
    dst6 string
    Destination address6 name.
    dstNegate string
    Enable/disable negation of destination address match. Valid values: disable, enable.
    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.
    endPort number
    End destination port number.
    fosid number
    Priority rule ID (1 - 4000).
    gateway string
    Enable/disable SD-WAN service gateway. Valid values: disable, enable.
    groups string
    User groups.
    healthCheck string
    Health check.
    holdDownTime number
    Waiting period in seconds when switching from the back-up member to the primary member (0 - 10000000, default = 0).
    inputDevice string
    Source interface name.
    inputDeviceNegate string
    Enable/disable negation of input device match. Valid values: disable, enable.
    internetService string
    Enable/disable use of Internet service for application-based load balancing. Valid values: disable, enable.
    internetServiceAppCtrlGroup string
    Application control based Internet Service group list.
    internetServiceAppCtrls number[]
    Application control based Internet Service ID list.
    internetServiceCtrlGroup string
    Control-based Internet Service group list.
    internetServiceCtrls number[]
    Control-based Internet Service ID list.
    internetServiceCustom string
    Custom Internet service name list.
    internetServiceCustomGroup string
    Custom Internet Service group list.
    internetServiceGroup string
    Internet Service group list.
    internetServiceId string
    Internet service ID list.
    jitterWeight number
    Coefficient of jitter in the formula of custom-profile-1.
    latencyWeight number
    Coefficient of latency in the formula of custom-profile-1.
    linkCostFactor string
    Link cost factor. Valid values: latency, jitter, packet-loss, inbandwidth, outbandwidth, bibandwidth, custom-profile-1.
    linkCostThreshold number
    Percentage threshold change of link cost values that will result in policy route regeneration (0 - 10000000, default = 10).
    member string
    Member sequence number.
    mode string
    Control how the priority rule sets the priority of interfaces in the SD-WAN. Valid values: auto, manual, priority, sla, load-balance.
    name string
    Priority rule name.
    packetLossWeight number
    Coefficient of packet-loss in the formula of custom-profile-1.
    priorityMembers string
    Member sequence number list.
    protocol number
    Protocol number.
    qualityLink number
    Quality grade.
    role string
    Service role to work with neighbor. Valid values: primary, secondary, standalone.
    routeTag number
    IPv4 route map route-tag.
    scopetype string
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    slaCompareMethod string
    Method to compare SLA value for sla and load balance mode. Valid values: order, number.
    slas WantempSystemVirtualwanlinkServiceSla[]
    Sla. The structure of sla block is documented below.
    src string
    Source address name.
    src6 string
    Source address6 name.
    srcNegate string
    Enable/disable negation of source address match. Valid values: disable, enable.
    standaloneAction string
    Enable/disable service when selected neighbor role is standalone while service role is not standalone. Valid values: disable, enable.
    startPort number
    Start destination port number.
    status string
    Enable/disable SD-WAN service. Valid values: disable, enable.
    tos string
    Type of service bit pattern.
    tosMask string
    Type of service evaluated bits.
    users string
    User name.
    wanprof string
    Wanprof.
    wantempSystemVirtualwanlinkServiceId string
    an identifier for the resource with format {{fosid}}.
    addr_mode str
    Address mode (IPv4 or IPv6). Valid values: ipv4, ipv6.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    bandwidth_weight float
    Coefficient of reciprocal of available bidirectional bandwidth in the formula of custom-profile-1.
    default str
    Enable/disable use of SD-WAN as default service. Valid values: disable, enable.
    dscp_forward str
    Enable/disable forward traffic DSCP tag. Valid values: disable, enable.
    dscp_forward_tag str
    Forward traffic DSCP tag.
    dscp_reverse str
    Enable/disable reverse traffic DSCP tag. Valid values: disable, enable.
    dscp_reverse_tag str
    Reverse traffic DSCP tag.
    dst str
    Destination address name.
    dst6 str
    Destination address6 name.
    dst_negate str
    Enable/disable negation of destination address match. Valid values: disable, enable.
    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.
    end_port float
    End destination port number.
    fosid float
    Priority rule ID (1 - 4000).
    gateway str
    Enable/disable SD-WAN service gateway. Valid values: disable, enable.
    groups str
    User groups.
    health_check str
    Health check.
    hold_down_time float
    Waiting period in seconds when switching from the back-up member to the primary member (0 - 10000000, default = 0).
    input_device str
    Source interface name.
    input_device_negate str
    Enable/disable negation of input device match. Valid values: disable, enable.
    internet_service str
    Enable/disable use of Internet service for application-based load balancing. Valid values: disable, enable.
    internet_service_app_ctrl_group str
    Application control based Internet Service group list.
    internet_service_app_ctrls Sequence[float]
    Application control based Internet Service ID list.
    internet_service_ctrl_group str
    Control-based Internet Service group list.
    internet_service_ctrls Sequence[float]
    Control-based Internet Service ID list.
    internet_service_custom str
    Custom Internet service name list.
    internet_service_custom_group str
    Custom Internet Service group list.
    internet_service_group str
    Internet Service group list.
    internet_service_id str
    Internet service ID list.
    jitter_weight float
    Coefficient of jitter in the formula of custom-profile-1.
    latency_weight float
    Coefficient of latency in the formula of custom-profile-1.
    link_cost_factor str
    Link cost factor. Valid values: latency, jitter, packet-loss, inbandwidth, outbandwidth, bibandwidth, custom-profile-1.
    link_cost_threshold float
    Percentage threshold change of link cost values that will result in policy route regeneration (0 - 10000000, default = 10).
    member str
    Member sequence number.
    mode str
    Control how the priority rule sets the priority of interfaces in the SD-WAN. Valid values: auto, manual, priority, sla, load-balance.
    name str
    Priority rule name.
    packet_loss_weight float
    Coefficient of packet-loss in the formula of custom-profile-1.
    priority_members str
    Member sequence number list.
    protocol float
    Protocol number.
    quality_link float
    Quality grade.
    role str
    Service role to work with neighbor. Valid values: primary, secondary, standalone.
    route_tag float
    IPv4 route map route-tag.
    scopetype str
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    sla_compare_method str
    Method to compare SLA value for sla and load balance mode. Valid values: order, number.
    slas Sequence[WantempSystemVirtualwanlinkServiceSlaArgs]
    Sla. The structure of sla block is documented below.
    src str
    Source address name.
    src6 str
    Source address6 name.
    src_negate str
    Enable/disable negation of source address match. Valid values: disable, enable.
    standalone_action str
    Enable/disable service when selected neighbor role is standalone while service role is not standalone. Valid values: disable, enable.
    start_port float
    Start destination port number.
    status str
    Enable/disable SD-WAN service. Valid values: disable, enable.
    tos str
    Type of service bit pattern.
    tos_mask str
    Type of service evaluated bits.
    users str
    User name.
    wanprof str
    Wanprof.
    wantemp_system_virtualwanlink_service_id str
    an identifier for the resource with format {{fosid}}.
    addrMode String
    Address mode (IPv4 or IPv6). Valid values: ipv4, ipv6.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    bandwidthWeight Number
    Coefficient of reciprocal of available bidirectional bandwidth in the formula of custom-profile-1.
    default String
    Enable/disable use of SD-WAN as default service. Valid values: disable, enable.
    dscpForward String
    Enable/disable forward traffic DSCP tag. Valid values: disable, enable.
    dscpForwardTag String
    Forward traffic DSCP tag.
    dscpReverse String
    Enable/disable reverse traffic DSCP tag. Valid values: disable, enable.
    dscpReverseTag String
    Reverse traffic DSCP tag.
    dst String
    Destination address name.
    dst6 String
    Destination address6 name.
    dstNegate String
    Enable/disable negation of destination address match. Valid values: disable, enable.
    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.
    endPort Number
    End destination port number.
    fosid Number
    Priority rule ID (1 - 4000).
    gateway String
    Enable/disable SD-WAN service gateway. Valid values: disable, enable.
    groups String
    User groups.
    healthCheck String
    Health check.
    holdDownTime Number
    Waiting period in seconds when switching from the back-up member to the primary member (0 - 10000000, default = 0).
    inputDevice String
    Source interface name.
    inputDeviceNegate String
    Enable/disable negation of input device match. Valid values: disable, enable.
    internetService String
    Enable/disable use of Internet service for application-based load balancing. Valid values: disable, enable.
    internetServiceAppCtrlGroup String
    Application control based Internet Service group list.
    internetServiceAppCtrls List<Number>
    Application control based Internet Service ID list.
    internetServiceCtrlGroup String
    Control-based Internet Service group list.
    internetServiceCtrls List<Number>
    Control-based Internet Service ID list.
    internetServiceCustom String
    Custom Internet service name list.
    internetServiceCustomGroup String
    Custom Internet Service group list.
    internetServiceGroup String
    Internet Service group list.
    internetServiceId String
    Internet service ID list.
    jitterWeight Number
    Coefficient of jitter in the formula of custom-profile-1.
    latencyWeight Number
    Coefficient of latency in the formula of custom-profile-1.
    linkCostFactor String
    Link cost factor. Valid values: latency, jitter, packet-loss, inbandwidth, outbandwidth, bibandwidth, custom-profile-1.
    linkCostThreshold Number
    Percentage threshold change of link cost values that will result in policy route regeneration (0 - 10000000, default = 10).
    member String
    Member sequence number.
    mode String
    Control how the priority rule sets the priority of interfaces in the SD-WAN. Valid values: auto, manual, priority, sla, load-balance.
    name String
    Priority rule name.
    packetLossWeight Number
    Coefficient of packet-loss in the formula of custom-profile-1.
    priorityMembers String
    Member sequence number list.
    protocol Number
    Protocol number.
    qualityLink Number
    Quality grade.
    role String
    Service role to work with neighbor. Valid values: primary, secondary, standalone.
    routeTag Number
    IPv4 route map route-tag.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    slaCompareMethod String
    Method to compare SLA value for sla and load balance mode. Valid values: order, number.
    slas List<Property Map>
    Sla. The structure of sla block is documented below.
    src String
    Source address name.
    src6 String
    Source address6 name.
    srcNegate String
    Enable/disable negation of source address match. Valid values: disable, enable.
    standaloneAction String
    Enable/disable service when selected neighbor role is standalone while service role is not standalone. Valid values: disable, enable.
    startPort Number
    Start destination port number.
    status String
    Enable/disable SD-WAN service. Valid values: disable, enable.
    tos String
    Type of service bit pattern.
    tosMask String
    Type of service evaluated bits.
    users String
    User name.
    wanprof String
    Wanprof.
    wantempSystemVirtualwanlinkServiceId String
    an identifier for the resource with format {{fosid}}.

    Supporting Types

    WantempSystemVirtualwanlinkServiceSla, WantempSystemVirtualwanlinkServiceSlaArgs

    HealthCheck string
    Virtual WAN Link health-check.
    Id double
    SLA ID.
    HealthCheck string
    Virtual WAN Link health-check.
    Id float64
    SLA ID.
    healthCheck String
    Virtual WAN Link health-check.
    id Double
    SLA ID.
    healthCheck string
    Virtual WAN Link health-check.
    id number
    SLA ID.
    health_check str
    Virtual WAN Link health-check.
    id float
    SLA ID.
    healthCheck String
    Virtual WAN Link health-check.
    id Number
    SLA ID.

    Import

    Wantemp SystemVirtualWanLinkService can be imported using any of these accepted formats:

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

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/wantempSystemVirtualwanlinkService:WantempSystemVirtualwanlinkService labelname {{fosid}}
    

    $ 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