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

fortimanager.WantempSystemVirtualwanlinkServiceSla

Explore with Pulumi AI

Service level agreement (SLA).

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

Create WantempSystemVirtualwanlinkServiceSla Resource

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

Constructor syntax

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

@overload
def WantempSystemVirtualwanlinkServiceSla(resource_name: str,
                                          opts: Optional[ResourceOptions] = None,
                                          service: Optional[str] = None,
                                          wanprof: Optional[str] = None,
                                          adom: Optional[str] = None,
                                          fosid: Optional[float] = None,
                                          health_check: Optional[str] = None,
                                          scopetype: Optional[str] = None,
                                          wantemp_system_virtualwanlink_service_sla_id: Optional[str] = None)
func NewWantempSystemVirtualwanlinkServiceSla(ctx *Context, name string, args WantempSystemVirtualwanlinkServiceSlaArgs, opts ...ResourceOption) (*WantempSystemVirtualwanlinkServiceSla, error)
public WantempSystemVirtualwanlinkServiceSla(string name, WantempSystemVirtualwanlinkServiceSlaArgs args, CustomResourceOptions? opts = null)
public WantempSystemVirtualwanlinkServiceSla(String name, WantempSystemVirtualwanlinkServiceSlaArgs args)
public WantempSystemVirtualwanlinkServiceSla(String name, WantempSystemVirtualwanlinkServiceSlaArgs args, CustomResourceOptions options)
type: fortimanager:WantempSystemVirtualwanlinkServiceSla
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. WantempSystemVirtualwanlinkServiceSlaArgs
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. WantempSystemVirtualwanlinkServiceSlaInitArgs
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. WantempSystemVirtualwanlinkServiceSlaArgs
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. WantempSystemVirtualwanlinkServiceSlaArgs
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. WantempSystemVirtualwanlinkServiceSlaArgs
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 wantempSystemVirtualwanlinkServiceSlaResource = new Fortimanager.WantempSystemVirtualwanlinkServiceSla("wantempSystemVirtualwanlinkServiceSlaResource", new()
{
    Service = "string",
    Wanprof = "string",
    Adom = "string",
    Fosid = 0,
    HealthCheck = "string",
    Scopetype = "string",
    WantempSystemVirtualwanlinkServiceSlaId = "string",
});
Copy
example, err := fortimanager.NewWantempSystemVirtualwanlinkServiceSla(ctx, "wantempSystemVirtualwanlinkServiceSlaResource", &fortimanager.WantempSystemVirtualwanlinkServiceSlaArgs{
	Service:                                 pulumi.String("string"),
	Wanprof:                                 pulumi.String("string"),
	Adom:                                    pulumi.String("string"),
	Fosid:                                   pulumi.Float64(0),
	HealthCheck:                             pulumi.String("string"),
	Scopetype:                               pulumi.String("string"),
	WantempSystemVirtualwanlinkServiceSlaId: pulumi.String("string"),
})
Copy
var wantempSystemVirtualwanlinkServiceSlaResource = new WantempSystemVirtualwanlinkServiceSla("wantempSystemVirtualwanlinkServiceSlaResource", WantempSystemVirtualwanlinkServiceSlaArgs.builder()
    .service("string")
    .wanprof("string")
    .adom("string")
    .fosid(0)
    .healthCheck("string")
    .scopetype("string")
    .wantempSystemVirtualwanlinkServiceSlaId("string")
    .build());
Copy
wantemp_system_virtualwanlink_service_sla_resource = fortimanager.WantempSystemVirtualwanlinkServiceSla("wantempSystemVirtualwanlinkServiceSlaResource",
    service="string",
    wanprof="string",
    adom="string",
    fosid=0,
    health_check="string",
    scopetype="string",
    wantemp_system_virtualwanlink_service_sla_id="string")
Copy
const wantempSystemVirtualwanlinkServiceSlaResource = new fortimanager.WantempSystemVirtualwanlinkServiceSla("wantempSystemVirtualwanlinkServiceSlaResource", {
    service: "string",
    wanprof: "string",
    adom: "string",
    fosid: 0,
    healthCheck: "string",
    scopetype: "string",
    wantempSystemVirtualwanlinkServiceSlaId: "string",
});
Copy
type: fortimanager:WantempSystemVirtualwanlinkServiceSla
properties:
    adom: string
    fosid: 0
    healthCheck: string
    scopetype: string
    service: string
    wanprof: string
    wantempSystemVirtualwanlinkServiceSlaId: string
Copy

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

Service This property is required. string
Service.
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.
HealthCheck string
Virtual WAN Link health-check.
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.
WantempSystemVirtualwanlinkServiceSlaId string
an identifier for the resource with format {{fosid}}.
Service This property is required. string
Service.
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.
HealthCheck string
Virtual WAN Link health-check.
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.
WantempSystemVirtualwanlinkServiceSlaId string
an identifier for the resource with format {{fosid}}.
service This property is required. String
Service.
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.
healthCheck String
Virtual WAN Link health-check.
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.
wantempSystemVirtualwanlinkServiceSlaId String
an identifier for the resource with format {{fosid}}.
service This property is required. string
Service.
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.
healthCheck string
Virtual WAN Link health-check.
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.
wantempSystemVirtualwanlinkServiceSlaId string
an identifier for the resource with format {{fosid}}.
service This property is required. str
Service.
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.
health_check str
Virtual WAN Link health-check.
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_service_sla_id str
an identifier for the resource with format {{fosid}}.
service This property is required. String
Service.
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.
healthCheck String
Virtual WAN Link health-check.
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.
wantempSystemVirtualwanlinkServiceSlaId String
an identifier for the resource with format {{fosid}}.

Outputs

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

Get an existing WantempSystemVirtualwanlinkServiceSla 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?: WantempSystemVirtualwanlinkServiceSlaState, opts?: CustomResourceOptions): WantempSystemVirtualwanlinkServiceSla
@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,
        scopetype: Optional[str] = None,
        service: Optional[str] = None,
        wanprof: Optional[str] = None,
        wantemp_system_virtualwanlink_service_sla_id: Optional[str] = None) -> WantempSystemVirtualwanlinkServiceSla
func GetWantempSystemVirtualwanlinkServiceSla(ctx *Context, name string, id IDInput, state *WantempSystemVirtualwanlinkServiceSlaState, opts ...ResourceOption) (*WantempSystemVirtualwanlinkServiceSla, error)
public static WantempSystemVirtualwanlinkServiceSla Get(string name, Input<string> id, WantempSystemVirtualwanlinkServiceSlaState? state, CustomResourceOptions? opts = null)
public static WantempSystemVirtualwanlinkServiceSla get(String name, Output<String> id, WantempSystemVirtualwanlinkServiceSlaState state, CustomResourceOptions options)
resources:  _:    type: fortimanager:WantempSystemVirtualwanlinkServiceSla    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
Virtual WAN Link health-check.
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.
Service string
Service.
Wanprof string
Wanprof.
WantempSystemVirtualwanlinkServiceSlaId 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
Virtual WAN Link health-check.
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.
Service string
Service.
Wanprof string
Wanprof.
WantempSystemVirtualwanlinkServiceSlaId 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
Virtual WAN Link health-check.
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.
service String
Service.
wanprof String
Wanprof.
wantempSystemVirtualwanlinkServiceSlaId 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
Virtual WAN Link health-check.
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.
service string
Service.
wanprof string
Wanprof.
wantempSystemVirtualwanlinkServiceSlaId 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
Virtual WAN Link health-check.
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.
service str
Service.
wanprof str
Wanprof.
wantemp_system_virtualwanlink_service_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
Virtual WAN Link health-check.
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.
service String
Service.
wanprof String
Wanprof.
wantempSystemVirtualwanlinkServiceSlaId String
an identifier for the resource with format {{fosid}}.

Import

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

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

$ export “FORTIMANAGER_IMPORT_TABLE”=“true”

$ pulumi import fortimanager:index/wantempSystemVirtualwanlinkServiceSla:WantempSystemVirtualwanlinkServiceSla 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.