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

fortimanager.WantempSystemVirtualwanlinkHealthcheckSla

Explore with Pulumi AI

Service level agreement (SLA).

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

Create WantempSystemVirtualwanlinkHealthcheckSla Resource

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

Constructor syntax

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

@overload
def WantempSystemVirtualwanlinkHealthcheckSla(resource_name: str,
                                              opts: Optional[ResourceOptions] = None,
                                              health_check: Optional[str] = None,
                                              wanprof: Optional[str] = None,
                                              adom: Optional[str] = None,
                                              fosid: Optional[float] = None,
                                              jitter_threshold: Optional[float] = None,
                                              latency_threshold: Optional[float] = None,
                                              link_cost_factors: Optional[Sequence[str]] = None,
                                              packetloss_threshold: Optional[float] = None,
                                              scopetype: Optional[str] = None,
                                              wantemp_system_virtualwanlink_healthcheck_sla_id: Optional[str] = None)
func NewWantempSystemVirtualwanlinkHealthcheckSla(ctx *Context, name string, args WantempSystemVirtualwanlinkHealthcheckSlaArgs, opts ...ResourceOption) (*WantempSystemVirtualwanlinkHealthcheckSla, error)
public WantempSystemVirtualwanlinkHealthcheckSla(string name, WantempSystemVirtualwanlinkHealthcheckSlaArgs args, CustomResourceOptions? opts = null)
public WantempSystemVirtualwanlinkHealthcheckSla(String name, WantempSystemVirtualwanlinkHealthcheckSlaArgs args)
public WantempSystemVirtualwanlinkHealthcheckSla(String name, WantempSystemVirtualwanlinkHealthcheckSlaArgs args, CustomResourceOptions options)
type: fortimanager:WantempSystemVirtualwanlinkHealthcheckSla
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. WantempSystemVirtualwanlinkHealthcheckSlaArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. WantempSystemVirtualwanlinkHealthcheckSlaInitArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. WantempSystemVirtualwanlinkHealthcheckSlaArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. WantempSystemVirtualwanlinkHealthcheckSlaArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. WantempSystemVirtualwanlinkHealthcheckSlaArgs
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 wantempSystemVirtualwanlinkHealthcheckSlaResource = new Fortimanager.WantempSystemVirtualwanlinkHealthcheckSla("wantempSystemVirtualwanlinkHealthcheckSlaResource", new()
{
    HealthCheck = "string",
    Wanprof = "string",
    Adom = "string",
    Fosid = 0,
    JitterThreshold = 0,
    LatencyThreshold = 0,
    LinkCostFactors = new[]
    {
        "string",
    },
    PacketlossThreshold = 0,
    Scopetype = "string",
    WantempSystemVirtualwanlinkHealthcheckSlaId = "string",
});
Copy
example, err := fortimanager.NewWantempSystemVirtualwanlinkHealthcheckSla(ctx, "wantempSystemVirtualwanlinkHealthcheckSlaResource", &fortimanager.WantempSystemVirtualwanlinkHealthcheckSlaArgs{
HealthCheck: pulumi.String("string"),
Wanprof: pulumi.String("string"),
Adom: pulumi.String("string"),
Fosid: pulumi.Float64(0),
JitterThreshold: pulumi.Float64(0),
LatencyThreshold: pulumi.Float64(0),
LinkCostFactors: pulumi.StringArray{
pulumi.String("string"),
},
PacketlossThreshold: pulumi.Float64(0),
Scopetype: pulumi.String("string"),
WantempSystemVirtualwanlinkHealthcheckSlaId: pulumi.String("string"),
})
Copy
var wantempSystemVirtualwanlinkHealthcheckSlaResource = new WantempSystemVirtualwanlinkHealthcheckSla("wantempSystemVirtualwanlinkHealthcheckSlaResource", WantempSystemVirtualwanlinkHealthcheckSlaArgs.builder()
    .healthCheck("string")
    .wanprof("string")
    .adom("string")
    .fosid(0)
    .jitterThreshold(0)
    .latencyThreshold(0)
    .linkCostFactors("string")
    .packetlossThreshold(0)
    .scopetype("string")
    .wantempSystemVirtualwanlinkHealthcheckSlaId("string")
    .build());
Copy
wantemp_system_virtualwanlink_healthcheck_sla_resource = fortimanager.WantempSystemVirtualwanlinkHealthcheckSla("wantempSystemVirtualwanlinkHealthcheckSlaResource",
    health_check="string",
    wanprof="string",
    adom="string",
    fosid=0,
    jitter_threshold=0,
    latency_threshold=0,
    link_cost_factors=["string"],
    packetloss_threshold=0,
    scopetype="string",
    wantemp_system_virtualwanlink_healthcheck_sla_id="string")
Copy
const wantempSystemVirtualwanlinkHealthcheckSlaResource = new fortimanager.WantempSystemVirtualwanlinkHealthcheckSla("wantempSystemVirtualwanlinkHealthcheckSlaResource", {
    healthCheck: "string",
    wanprof: "string",
    adom: "string",
    fosid: 0,
    jitterThreshold: 0,
    latencyThreshold: 0,
    linkCostFactors: ["string"],
    packetlossThreshold: 0,
    scopetype: "string",
    wantempSystemVirtualwanlinkHealthcheckSlaId: "string",
});
Copy
type: fortimanager:WantempSystemVirtualwanlinkHealthcheckSla
properties:
    adom: string
    fosid: 0
    healthCheck: string
    jitterThreshold: 0
    latencyThreshold: 0
    linkCostFactors:
        - string
    packetlossThreshold: 0
    scopetype: string
    wanprof: string
    wantempSystemVirtualwanlinkHealthcheckSlaId: string
Copy

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

HealthCheck This property is required. string
Health Check.
Wanprof This property is required. string
Wanprof.
Adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
Fosid double
SLA ID.
JitterThreshold double
Jitter for SLA to make decision in milliseconds. (0 - 10000000, default = 5).
LatencyThreshold double
Latency for SLA to make decision in milliseconds. (0 - 10000000, default = 5).
LinkCostFactors List<string>
Criteria on which to base link selection. Valid values: latency, jitter, packet-loss.
PacketlossThreshold double
Packet loss for SLA to make decision in percentage. (0 - 100, default = 0).
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.
WantempSystemVirtualwanlinkHealthcheckSlaId string
an identifier for the resource with format {{fosid}}.
HealthCheck This property is required. string
Health Check.
Wanprof This property is required. string
Wanprof.
Adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
Fosid float64
SLA ID.
JitterThreshold float64
Jitter for SLA to make decision in milliseconds. (0 - 10000000, default = 5).
LatencyThreshold float64
Latency for SLA to make decision in milliseconds. (0 - 10000000, default = 5).
LinkCostFactors []string
Criteria on which to base link selection. Valid values: latency, jitter, packet-loss.
PacketlossThreshold float64
Packet loss for SLA to make decision in percentage. (0 - 100, default = 0).
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.
WantempSystemVirtualwanlinkHealthcheckSlaId string
an identifier for the resource with format {{fosid}}.
healthCheck This property is required. String
Health Check.
wanprof This property is required. String
Wanprof.
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
fosid Double
SLA ID.
jitterThreshold Double
Jitter for SLA to make decision in milliseconds. (0 - 10000000, default = 5).
latencyThreshold Double
Latency for SLA to make decision in milliseconds. (0 - 10000000, default = 5).
linkCostFactors List<String>
Criteria on which to base link selection. Valid values: latency, jitter, packet-loss.
packetlossThreshold Double
Packet loss for SLA to make decision in percentage. (0 - 100, default = 0).
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.
wantempSystemVirtualwanlinkHealthcheckSlaId String
an identifier for the resource with format {{fosid}}.
healthCheck This property is required. string
Health Check.
wanprof This property is required. string
Wanprof.
adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
fosid number
SLA ID.
jitterThreshold number
Jitter for SLA to make decision in milliseconds. (0 - 10000000, default = 5).
latencyThreshold number
Latency for SLA to make decision in milliseconds. (0 - 10000000, default = 5).
linkCostFactors string[]
Criteria on which to base link selection. Valid values: latency, jitter, packet-loss.
packetlossThreshold number
Packet loss for SLA to make decision in percentage. (0 - 100, default = 0).
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.
wantempSystemVirtualwanlinkHealthcheckSlaId string
an identifier for the resource with format {{fosid}}.
health_check This property is required. str
Health Check.
wanprof This property is required. str
Wanprof.
adom str
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
fosid float
SLA ID.
jitter_threshold float
Jitter for SLA to make decision in milliseconds. (0 - 10000000, default = 5).
latency_threshold float
Latency for SLA to make decision in milliseconds. (0 - 10000000, default = 5).
link_cost_factors Sequence[str]
Criteria on which to base link selection. Valid values: latency, jitter, packet-loss.
packetloss_threshold float
Packet loss for SLA to make decision in percentage. (0 - 100, default = 0).
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.
wantemp_system_virtualwanlink_healthcheck_sla_id str
an identifier for the resource with format {{fosid}}.
healthCheck This property is required. String
Health Check.
wanprof This property is required. String
Wanprof.
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
fosid Number
SLA ID.
jitterThreshold Number
Jitter for SLA to make decision in milliseconds. (0 - 10000000, default = 5).
latencyThreshold Number
Latency for SLA to make decision in milliseconds. (0 - 10000000, default = 5).
linkCostFactors List<String>
Criteria on which to base link selection. Valid values: latency, jitter, packet-loss.
packetlossThreshold Number
Packet loss for SLA to make decision in percentage. (0 - 100, default = 0).
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.
wantempSystemVirtualwanlinkHealthcheckSlaId String
an identifier for the resource with format {{fosid}}.

Outputs

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

Get an existing WantempSystemVirtualwanlinkHealthcheckSla 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?: WantempSystemVirtualwanlinkHealthcheckSlaState, opts?: CustomResourceOptions): WantempSystemVirtualwanlinkHealthcheckSla
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        adom: Optional[str] = None,
        fosid: Optional[float] = None,
        health_check: Optional[str] = None,
        jitter_threshold: Optional[float] = None,
        latency_threshold: Optional[float] = None,
        link_cost_factors: Optional[Sequence[str]] = None,
        packetloss_threshold: Optional[float] = None,
        scopetype: Optional[str] = None,
        wanprof: Optional[str] = None,
        wantemp_system_virtualwanlink_healthcheck_sla_id: Optional[str] = None) -> WantempSystemVirtualwanlinkHealthcheckSla
func GetWantempSystemVirtualwanlinkHealthcheckSla(ctx *Context, name string, id IDInput, state *WantempSystemVirtualwanlinkHealthcheckSlaState, opts ...ResourceOption) (*WantempSystemVirtualwanlinkHealthcheckSla, error)
public static WantempSystemVirtualwanlinkHealthcheckSla Get(string name, Input<string> id, WantempSystemVirtualwanlinkHealthcheckSlaState? state, CustomResourceOptions? opts = null)
public static WantempSystemVirtualwanlinkHealthcheckSla get(String name, Output<String> id, WantempSystemVirtualwanlinkHealthcheckSlaState state, CustomResourceOptions options)
resources:  _:    type: fortimanager:WantempSystemVirtualwanlinkHealthcheckSla    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
resource_name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
The following state arguments are supported:
Adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
Fosid double
SLA ID.
HealthCheck string
Health Check.
JitterThreshold double
Jitter for SLA to make decision in milliseconds. (0 - 10000000, default = 5).
LatencyThreshold double
Latency for SLA to make decision in milliseconds. (0 - 10000000, default = 5).
LinkCostFactors List<string>
Criteria on which to base link selection. Valid values: latency, jitter, packet-loss.
PacketlossThreshold double
Packet loss for SLA to make decision in percentage. (0 - 100, default = 0).
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.
Wanprof string
Wanprof.
WantempSystemVirtualwanlinkHealthcheckSlaId string
an identifier for the resource with format {{fosid}}.
Adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
Fosid float64
SLA ID.
HealthCheck string
Health Check.
JitterThreshold float64
Jitter for SLA to make decision in milliseconds. (0 - 10000000, default = 5).
LatencyThreshold float64
Latency for SLA to make decision in milliseconds. (0 - 10000000, default = 5).
LinkCostFactors []string
Criteria on which to base link selection. Valid values: latency, jitter, packet-loss.
PacketlossThreshold float64
Packet loss for SLA to make decision in percentage. (0 - 100, default = 0).
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.
Wanprof string
Wanprof.
WantempSystemVirtualwanlinkHealthcheckSlaId string
an identifier for the resource with format {{fosid}}.
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
fosid Double
SLA ID.
healthCheck String
Health Check.
jitterThreshold Double
Jitter for SLA to make decision in milliseconds. (0 - 10000000, default = 5).
latencyThreshold Double
Latency for SLA to make decision in milliseconds. (0 - 10000000, default = 5).
linkCostFactors List<String>
Criteria on which to base link selection. Valid values: latency, jitter, packet-loss.
packetlossThreshold Double
Packet loss for SLA to make decision in percentage. (0 - 100, default = 0).
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.
wanprof String
Wanprof.
wantempSystemVirtualwanlinkHealthcheckSlaId String
an identifier for the resource with format {{fosid}}.
adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
fosid number
SLA ID.
healthCheck string
Health Check.
jitterThreshold number
Jitter for SLA to make decision in milliseconds. (0 - 10000000, default = 5).
latencyThreshold number
Latency for SLA to make decision in milliseconds. (0 - 10000000, default = 5).
linkCostFactors string[]
Criteria on which to base link selection. Valid values: latency, jitter, packet-loss.
packetlossThreshold number
Packet loss for SLA to make decision in percentage. (0 - 100, default = 0).
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.
wanprof string
Wanprof.
wantempSystemVirtualwanlinkHealthcheckSlaId string
an identifier for the resource with format {{fosid}}.
adom str
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
fosid float
SLA ID.
health_check str
Health Check.
jitter_threshold float
Jitter for SLA to make decision in milliseconds. (0 - 10000000, default = 5).
latency_threshold float
Latency for SLA to make decision in milliseconds. (0 - 10000000, default = 5).
link_cost_factors Sequence[str]
Criteria on which to base link selection. Valid values: latency, jitter, packet-loss.
packetloss_threshold float
Packet loss for SLA to make decision in percentage. (0 - 100, default = 0).
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.
wanprof str
Wanprof.
wantemp_system_virtualwanlink_healthcheck_sla_id str
an identifier for the resource with format {{fosid}}.
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
fosid Number
SLA ID.
healthCheck String
Health Check.
jitterThreshold Number
Jitter for SLA to make decision in milliseconds. (0 - 10000000, default = 5).
latencyThreshold Number
Latency for SLA to make decision in milliseconds. (0 - 10000000, default = 5).
linkCostFactors List<String>
Criteria on which to base link selection. Valid values: latency, jitter, packet-loss.
packetlossThreshold Number
Packet loss for SLA to make decision in percentage. (0 - 100, default = 0).
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.
wanprof String
Wanprof.
wantempSystemVirtualwanlinkHealthcheckSlaId String
an identifier for the resource with format {{fosid}}.

Import

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

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

$ export “FORTIMANAGER_IMPORT_TABLE”=“true”

$ pulumi import fortimanager:index/wantempSystemVirtualwanlinkHealthcheckSla:WantempSystemVirtualwanlinkHealthcheckSla labelname {{fosid}}
Copy

$ unset “FORTIMANAGER_IMPORT_TABLE”

-> Hint: The scopetype and adom for import will directly inherit the scopetype and adom configuration of the provider.

To learn more about importing existing cloud resources, see Importing resources.

Package Details

Repository
fortimanager fortinetdev/terraform-provider-fortimanager
License
Notes
This Pulumi package is based on the fortimanager Terraform Provider.