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

fortimanager.WantempSystemSdwanServiceSla

Explore with Pulumi AI

Service level agreement (SLA).

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

Create WantempSystemSdwanServiceSla Resource

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

Constructor syntax

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

@overload
def WantempSystemSdwanServiceSla(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_sdwan_service_sla_id: Optional[str] = None)
func NewWantempSystemSdwanServiceSla(ctx *Context, name string, args WantempSystemSdwanServiceSlaArgs, opts ...ResourceOption) (*WantempSystemSdwanServiceSla, error)
public WantempSystemSdwanServiceSla(string name, WantempSystemSdwanServiceSlaArgs args, CustomResourceOptions? opts = null)
public WantempSystemSdwanServiceSla(String name, WantempSystemSdwanServiceSlaArgs args)
public WantempSystemSdwanServiceSla(String name, WantempSystemSdwanServiceSlaArgs args, CustomResourceOptions options)
type: fortimanager:WantempSystemSdwanServiceSla
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. WantempSystemSdwanServiceSlaArgs
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. WantempSystemSdwanServiceSlaInitArgs
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. WantempSystemSdwanServiceSlaArgs
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. WantempSystemSdwanServiceSlaArgs
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. WantempSystemSdwanServiceSlaArgs
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 wantempSystemSdwanServiceSlaResource = new Fortimanager.WantempSystemSdwanServiceSla("wantempSystemSdwanServiceSlaResource", new()
{
    Service = "string",
    Wanprof = "string",
    Adom = "string",
    Fosid = 0,
    HealthCheck = "string",
    Scopetype = "string",
    WantempSystemSdwanServiceSlaId = "string",
});
Copy
example, err := fortimanager.NewWantempSystemSdwanServiceSla(ctx, "wantempSystemSdwanServiceSlaResource", &fortimanager.WantempSystemSdwanServiceSlaArgs{
	Service:                        pulumi.String("string"),
	Wanprof:                        pulumi.String("string"),
	Adom:                           pulumi.String("string"),
	Fosid:                          pulumi.Float64(0),
	HealthCheck:                    pulumi.String("string"),
	Scopetype:                      pulumi.String("string"),
	WantempSystemSdwanServiceSlaId: pulumi.String("string"),
})
Copy
var wantempSystemSdwanServiceSlaResource = new WantempSystemSdwanServiceSla("wantempSystemSdwanServiceSlaResource", WantempSystemSdwanServiceSlaArgs.builder()
    .service("string")
    .wanprof("string")
    .adom("string")
    .fosid(0)
    .healthCheck("string")
    .scopetype("string")
    .wantempSystemSdwanServiceSlaId("string")
    .build());
Copy
wantemp_system_sdwan_service_sla_resource = fortimanager.WantempSystemSdwanServiceSla("wantempSystemSdwanServiceSlaResource",
    service="string",
    wanprof="string",
    adom="string",
    fosid=0,
    health_check="string",
    scopetype="string",
    wantemp_system_sdwan_service_sla_id="string")
Copy
const wantempSystemSdwanServiceSlaResource = new fortimanager.WantempSystemSdwanServiceSla("wantempSystemSdwanServiceSlaResource", {
    service: "string",
    wanprof: "string",
    adom: "string",
    fosid: 0,
    healthCheck: "string",
    scopetype: "string",
    wantempSystemSdwanServiceSlaId: "string",
});
Copy
type: fortimanager:WantempSystemSdwanServiceSla
properties:
    adom: string
    fosid: 0
    healthCheck: string
    scopetype: string
    service: string
    wanprof: string
    wantempSystemSdwanServiceSlaId: string
Copy

WantempSystemSdwanServiceSla 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 WantempSystemSdwanServiceSla 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
SD-WAN 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.
WantempSystemSdwanServiceSlaId 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
SD-WAN 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.
WantempSystemSdwanServiceSlaId 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
SD-WAN 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.
wantempSystemSdwanServiceSlaId 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
SD-WAN 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.
wantempSystemSdwanServiceSlaId 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
SD-WAN 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_sdwan_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
SD-WAN 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.
wantempSystemSdwanServiceSlaId String
an identifier for the resource with format {{fosid}}.

Outputs

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

Get an existing WantempSystemSdwanServiceSla 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?: WantempSystemSdwanServiceSlaState, opts?: CustomResourceOptions): WantempSystemSdwanServiceSla
@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_sdwan_service_sla_id: Optional[str] = None) -> WantempSystemSdwanServiceSla
func GetWantempSystemSdwanServiceSla(ctx *Context, name string, id IDInput, state *WantempSystemSdwanServiceSlaState, opts ...ResourceOption) (*WantempSystemSdwanServiceSla, error)
public static WantempSystemSdwanServiceSla Get(string name, Input<string> id, WantempSystemSdwanServiceSlaState? state, CustomResourceOptions? opts = null)
public static WantempSystemSdwanServiceSla get(String name, Output<String> id, WantempSystemSdwanServiceSlaState state, CustomResourceOptions options)
resources:  _:    type: fortimanager:WantempSystemSdwanServiceSla    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
SD-WAN 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.
WantempSystemSdwanServiceSlaId 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
SD-WAN 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.
WantempSystemSdwanServiceSlaId 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
SD-WAN 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.
wantempSystemSdwanServiceSlaId 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
SD-WAN 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.
wantempSystemSdwanServiceSlaId 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
SD-WAN 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_sdwan_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
SD-WAN 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.
wantempSystemSdwanServiceSlaId String
an identifier for the resource with format {{fosid}}.

Import

Wantemp SystemSdwanServiceSla 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/wantempSystemSdwanServiceSla:WantempSystemSdwanServiceSla 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.