fortimanager.WantempSystemSdwanServiceSla
Explore with Pulumi AI
Service level agreement (SLA).
This resource is a sub resource for variable
sla
of resourcefortimanager.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 string
- The unique name of the resource.
- args WantempSystemSdwanServiceSlaArgs
- 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 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 string
- The unique name of the resource.
- args WantempSystemSdwanServiceSlaArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args WantempSystemSdwanServiceSlaArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args 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",
});
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"),
})
var wantempSystemSdwanServiceSlaResource = new WantempSystemSdwanServiceSla("wantempSystemSdwanServiceSlaResource", WantempSystemSdwanServiceSlaArgs.builder()
.service("string")
.wanprof("string")
.adom("string")
.fosid(0)
.healthCheck("string")
.scopetype("string")
.wantempSystemSdwanServiceSlaId("string")
.build());
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")
const wantempSystemSdwanServiceSlaResource = new fortimanager.WantempSystemSdwanServiceSla("wantempSystemSdwanServiceSlaResource", {
service: "string",
wanprof: "string",
adom: "string",
fosid: 0,
healthCheck: "string",
scopetype: "string",
wantempSystemSdwanServiceSlaId: "string",
});
type: fortimanager:WantempSystemSdwanServiceSla
properties:
adom: string
fosid: 0
healthCheck: string
scopetype: string
service: string
wanprof: string
wantempSystemSdwanServiceSlaId: string
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 string
- Service.
- Wanprof string
- Wanprof.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Fosid double
- SLA ID.
- Health
Check string - SD-WAN health-check.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Wantemp
System stringSdwan Service Sla Id - an identifier for the resource with format {{fosid}}.
- Service string
- Service.
- Wanprof string
- Wanprof.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Fosid float64
- SLA ID.
- Health
Check string - SD-WAN health-check.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Wantemp
System stringSdwan Service Sla Id - an identifier for the resource with format {{fosid}}.
- service String
- Service.
- wanprof String
- Wanprof.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - fosid Double
- SLA ID.
- health
Check String - SD-WAN health-check.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - wantemp
System StringSdwan Service Sla Id - an identifier for the resource with format {{fosid}}.
- service string
- Service.
- wanprof string
- Wanprof.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - fosid number
- SLA ID.
- health
Check string - SD-WAN health-check.
- scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - wantemp
System stringSdwan Service Sla Id - an identifier for the resource with format {{fosid}}.
- service str
- Service.
- wanprof str
- Wanprof.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - wantemp_
system_ strsdwan_ service_ sla_ id - an identifier for the resource with format {{fosid}}.
- service String
- Service.
- wanprof String
- Wanprof.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - fosid Number
- SLA ID.
- health
Check String - SD-WAN health-check.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - wantemp
System StringSdwan Service Sla Id - 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
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Fosid double
- SLA ID.
- Health
Check string - SD-WAN health-check.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Service string
- Service.
- Wanprof string
- Wanprof.
- Wantemp
System stringSdwan Service Sla Id - an identifier for the resource with format {{fosid}}.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Fosid float64
- SLA ID.
- Health
Check string - SD-WAN health-check.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Service string
- Service.
- Wanprof string
- Wanprof.
- Wantemp
System stringSdwan Service Sla Id - an identifier for the resource with format {{fosid}}.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - fosid Double
- SLA ID.
- health
Check String - SD-WAN health-check.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - service String
- Service.
- wanprof String
- Wanprof.
- wantemp
System StringSdwan Service Sla Id - an identifier for the resource with format {{fosid}}.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - fosid number
- SLA ID.
- health
Check string - SD-WAN health-check.
- scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - service string
- Service.
- wanprof string
- Wanprof.
- wantemp
System stringSdwan Service Sla Id - an identifier for the resource with format {{fosid}}.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - service str
- Service.
- wanprof str
- Wanprof.
- wantemp_
system_ strsdwan_ service_ sla_ id - an identifier for the resource with format {{fosid}}.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - fosid Number
- SLA ID.
- health
Check String - SD-WAN health-check.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - service String
- Service.
- wanprof String
- Wanprof.
- wantemp
System StringSdwan Service Sla Id - 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}}
$ 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.