fortimanager.WantempSystemSdwanService
Explore with Pulumi AI
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 resourcefortimanager.WantempSystemSdwan
. 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.WantempSystemSdwanServiceSla
Create WantempSystemSdwanService Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new WantempSystemSdwanService(name: string, args: WantempSystemSdwanServiceArgs, opts?: CustomResourceOptions);
@overload
def WantempSystemSdwanService(resource_name: str,
args: WantempSystemSdwanServiceInitArgs,
opts: Optional[ResourceOptions] = None)
@overload
def WantempSystemSdwanService(resource_name: str,
opts: Optional[ResourceOptions] = None,
wanprof: Optional[str] = None,
addr_mode: Optional[str] = None,
adom: Optional[str] = None,
agent_exclusive: Optional[str] = None,
bandwidth_weight: Optional[float] = None,
comment: Optional[str] = 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,
end_src_port: Optional[float] = None,
fosid: Optional[float] = None,
gateway: Optional[str] = None,
groups: Optional[str] = None,
hash_mode: 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,
input_zones: Optional[Sequence[str]] = None,
internet_service: Optional[str] = None,
internet_service_app_ctrl_categories: Optional[Sequence[float]] = None,
internet_service_app_ctrl_group: Optional[str] = None,
internet_service_app_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_name: 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,
load_balance: Optional[str] = None,
minimum_sla_meet_members: Optional[float] = None,
mode: Optional[str] = None,
name: Optional[str] = None,
packet_loss_weight: Optional[float] = None,
passive_measurement: Optional[str] = None,
priority_members: Optional[str] = None,
priority_zone: 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,
shortcut: Optional[str] = None,
shortcut_priority: Optional[str] = None,
shortcut_stickiness: Optional[str] = None,
sla_compare_method: Optional[str] = None,
sla_stickiness: Optional[str] = None,
slas: Optional[Sequence[WantempSystemSdwanServiceSlaArgs]] = None,
src: Optional[str] = None,
src6: Optional[str] = None,
src_negate: Optional[str] = None,
standalone_action: Optional[str] = None,
start_port: Optional[float] = None,
start_src_port: Optional[float] = None,
status: Optional[str] = None,
tie_break: Optional[str] = None,
tos: Optional[str] = None,
tos_mask: Optional[str] = None,
use_shortcut_sla: Optional[str] = None,
users: Optional[str] = None,
wantemp_system_sdwan_service_id: Optional[str] = None,
zone_mode: Optional[str] = None)
func NewWantempSystemSdwanService(ctx *Context, name string, args WantempSystemSdwanServiceArgs, opts ...ResourceOption) (*WantempSystemSdwanService, error)
public WantempSystemSdwanService(string name, WantempSystemSdwanServiceArgs args, CustomResourceOptions? opts = null)
public WantempSystemSdwanService(String name, WantempSystemSdwanServiceArgs args)
public WantempSystemSdwanService(String name, WantempSystemSdwanServiceArgs args, CustomResourceOptions options)
type: fortimanager:WantempSystemSdwanService
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 WantempSystemSdwanServiceArgs
- 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 WantempSystemSdwanServiceInitArgs
- 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 WantempSystemSdwanServiceArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args WantempSystemSdwanServiceArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args WantempSystemSdwanServiceArgs
- 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 wantempSystemSdwanServiceResource = new Fortimanager.WantempSystemSdwanService("wantempSystemSdwanServiceResource", new()
{
Wanprof = "string",
AddrMode = "string",
Adom = "string",
AgentExclusive = "string",
BandwidthWeight = 0,
Comment = "string",
Default = "string",
DscpForward = "string",
DscpForwardTag = "string",
DscpReverse = "string",
DscpReverseTag = "string",
Dst = "string",
Dst6 = "string",
DstNegate = "string",
DynamicSortSubtable = "string",
EndPort = 0,
EndSrcPort = 0,
Fosid = 0,
Gateway = "string",
Groups = "string",
HashMode = "string",
HealthCheck = "string",
HoldDownTime = 0,
InputDevice = "string",
InputDeviceNegate = "string",
InputZones = new[]
{
"string",
},
InternetService = "string",
InternetServiceAppCtrlCategories = new[]
{
0,
},
InternetServiceAppCtrlGroup = "string",
InternetServiceAppCtrls = new[]
{
0,
},
InternetServiceCustom = "string",
InternetServiceCustomGroup = "string",
InternetServiceGroup = "string",
InternetServiceName = "string",
JitterWeight = 0,
LatencyWeight = 0,
LinkCostFactor = "string",
LinkCostThreshold = 0,
LoadBalance = "string",
MinimumSlaMeetMembers = 0,
Mode = "string",
Name = "string",
PacketLossWeight = 0,
PassiveMeasurement = "string",
PriorityMembers = "string",
PriorityZone = "string",
Protocol = 0,
QualityLink = 0,
Role = "string",
RouteTag = 0,
Scopetype = "string",
Shortcut = "string",
ShortcutPriority = "string",
ShortcutStickiness = "string",
SlaCompareMethod = "string",
SlaStickiness = "string",
Slas = new[]
{
new Fortimanager.Inputs.WantempSystemSdwanServiceSlaArgs
{
HealthCheck = "string",
Id = 0,
},
},
Src = "string",
Src6 = "string",
SrcNegate = "string",
StandaloneAction = "string",
StartPort = 0,
StartSrcPort = 0,
Status = "string",
TieBreak = "string",
Tos = "string",
TosMask = "string",
UseShortcutSla = "string",
Users = "string",
WantempSystemSdwanServiceId = "string",
ZoneMode = "string",
});
example, err := fortimanager.NewWantempSystemSdwanService(ctx, "wantempSystemSdwanServiceResource", &fortimanager.WantempSystemSdwanServiceArgs{
Wanprof: pulumi.String("string"),
AddrMode: pulumi.String("string"),
Adom: pulumi.String("string"),
AgentExclusive: pulumi.String("string"),
BandwidthWeight: pulumi.Float64(0),
Comment: pulumi.String("string"),
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),
EndSrcPort: pulumi.Float64(0),
Fosid: pulumi.Float64(0),
Gateway: pulumi.String("string"),
Groups: pulumi.String("string"),
HashMode: pulumi.String("string"),
HealthCheck: pulumi.String("string"),
HoldDownTime: pulumi.Float64(0),
InputDevice: pulumi.String("string"),
InputDeviceNegate: pulumi.String("string"),
InputZones: pulumi.StringArray{
pulumi.String("string"),
},
InternetService: pulumi.String("string"),
InternetServiceAppCtrlCategories: pulumi.Float64Array{
pulumi.Float64(0),
},
InternetServiceAppCtrlGroup: pulumi.String("string"),
InternetServiceAppCtrls: pulumi.Float64Array{
pulumi.Float64(0),
},
InternetServiceCustom: pulumi.String("string"),
InternetServiceCustomGroup: pulumi.String("string"),
InternetServiceGroup: pulumi.String("string"),
InternetServiceName: pulumi.String("string"),
JitterWeight: pulumi.Float64(0),
LatencyWeight: pulumi.Float64(0),
LinkCostFactor: pulumi.String("string"),
LinkCostThreshold: pulumi.Float64(0),
LoadBalance: pulumi.String("string"),
MinimumSlaMeetMembers: pulumi.Float64(0),
Mode: pulumi.String("string"),
Name: pulumi.String("string"),
PacketLossWeight: pulumi.Float64(0),
PassiveMeasurement: pulumi.String("string"),
PriorityMembers: pulumi.String("string"),
PriorityZone: pulumi.String("string"),
Protocol: pulumi.Float64(0),
QualityLink: pulumi.Float64(0),
Role: pulumi.String("string"),
RouteTag: pulumi.Float64(0),
Scopetype: pulumi.String("string"),
Shortcut: pulumi.String("string"),
ShortcutPriority: pulumi.String("string"),
ShortcutStickiness: pulumi.String("string"),
SlaCompareMethod: pulumi.String("string"),
SlaStickiness: pulumi.String("string"),
Slas: .WantempSystemSdwanServiceSlaTypeArray{
&.WantempSystemSdwanServiceSlaTypeArgs{
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),
StartSrcPort: pulumi.Float64(0),
Status: pulumi.String("string"),
TieBreak: pulumi.String("string"),
Tos: pulumi.String("string"),
TosMask: pulumi.String("string"),
UseShortcutSla: pulumi.String("string"),
Users: pulumi.String("string"),
WantempSystemSdwanServiceId: pulumi.String("string"),
ZoneMode: pulumi.String("string"),
})
var wantempSystemSdwanServiceResource = new WantempSystemSdwanService("wantempSystemSdwanServiceResource", WantempSystemSdwanServiceArgs.builder()
.wanprof("string")
.addrMode("string")
.adom("string")
.agentExclusive("string")
.bandwidthWeight(0)
.comment("string")
.default_("string")
.dscpForward("string")
.dscpForwardTag("string")
.dscpReverse("string")
.dscpReverseTag("string")
.dst("string")
.dst6("string")
.dstNegate("string")
.dynamicSortSubtable("string")
.endPort(0)
.endSrcPort(0)
.fosid(0)
.gateway("string")
.groups("string")
.hashMode("string")
.healthCheck("string")
.holdDownTime(0)
.inputDevice("string")
.inputDeviceNegate("string")
.inputZones("string")
.internetService("string")
.internetServiceAppCtrlCategories(0)
.internetServiceAppCtrlGroup("string")
.internetServiceAppCtrls(0)
.internetServiceCustom("string")
.internetServiceCustomGroup("string")
.internetServiceGroup("string")
.internetServiceName("string")
.jitterWeight(0)
.latencyWeight(0)
.linkCostFactor("string")
.linkCostThreshold(0)
.loadBalance("string")
.minimumSlaMeetMembers(0)
.mode("string")
.name("string")
.packetLossWeight(0)
.passiveMeasurement("string")
.priorityMembers("string")
.priorityZone("string")
.protocol(0)
.qualityLink(0)
.role("string")
.routeTag(0)
.scopetype("string")
.shortcut("string")
.shortcutPriority("string")
.shortcutStickiness("string")
.slaCompareMethod("string")
.slaStickiness("string")
.slas(WantempSystemSdwanServiceSlaArgs.builder()
.healthCheck("string")
.id(0)
.build())
.src("string")
.src6("string")
.srcNegate("string")
.standaloneAction("string")
.startPort(0)
.startSrcPort(0)
.status("string")
.tieBreak("string")
.tos("string")
.tosMask("string")
.useShortcutSla("string")
.users("string")
.wantempSystemSdwanServiceId("string")
.zoneMode("string")
.build());
wantemp_system_sdwan_service_resource = fortimanager.WantempSystemSdwanService("wantempSystemSdwanServiceResource",
wanprof="string",
addr_mode="string",
adom="string",
agent_exclusive="string",
bandwidth_weight=0,
comment="string",
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,
end_src_port=0,
fosid=0,
gateway="string",
groups="string",
hash_mode="string",
health_check="string",
hold_down_time=0,
input_device="string",
input_device_negate="string",
input_zones=["string"],
internet_service="string",
internet_service_app_ctrl_categories=[0],
internet_service_app_ctrl_group="string",
internet_service_app_ctrls=[0],
internet_service_custom="string",
internet_service_custom_group="string",
internet_service_group="string",
internet_service_name="string",
jitter_weight=0,
latency_weight=0,
link_cost_factor="string",
link_cost_threshold=0,
load_balance="string",
minimum_sla_meet_members=0,
mode="string",
name="string",
packet_loss_weight=0,
passive_measurement="string",
priority_members="string",
priority_zone="string",
protocol=0,
quality_link=0,
role="string",
route_tag=0,
scopetype="string",
shortcut="string",
shortcut_priority="string",
shortcut_stickiness="string",
sla_compare_method="string",
sla_stickiness="string",
slas=[{
"health_check": "string",
"id": 0,
}],
src="string",
src6="string",
src_negate="string",
standalone_action="string",
start_port=0,
start_src_port=0,
status="string",
tie_break="string",
tos="string",
tos_mask="string",
use_shortcut_sla="string",
users="string",
wantemp_system_sdwan_service_id="string",
zone_mode="string")
const wantempSystemSdwanServiceResource = new fortimanager.WantempSystemSdwanService("wantempSystemSdwanServiceResource", {
wanprof: "string",
addrMode: "string",
adom: "string",
agentExclusive: "string",
bandwidthWeight: 0,
comment: "string",
"default": "string",
dscpForward: "string",
dscpForwardTag: "string",
dscpReverse: "string",
dscpReverseTag: "string",
dst: "string",
dst6: "string",
dstNegate: "string",
dynamicSortSubtable: "string",
endPort: 0,
endSrcPort: 0,
fosid: 0,
gateway: "string",
groups: "string",
hashMode: "string",
healthCheck: "string",
holdDownTime: 0,
inputDevice: "string",
inputDeviceNegate: "string",
inputZones: ["string"],
internetService: "string",
internetServiceAppCtrlCategories: [0],
internetServiceAppCtrlGroup: "string",
internetServiceAppCtrls: [0],
internetServiceCustom: "string",
internetServiceCustomGroup: "string",
internetServiceGroup: "string",
internetServiceName: "string",
jitterWeight: 0,
latencyWeight: 0,
linkCostFactor: "string",
linkCostThreshold: 0,
loadBalance: "string",
minimumSlaMeetMembers: 0,
mode: "string",
name: "string",
packetLossWeight: 0,
passiveMeasurement: "string",
priorityMembers: "string",
priorityZone: "string",
protocol: 0,
qualityLink: 0,
role: "string",
routeTag: 0,
scopetype: "string",
shortcut: "string",
shortcutPriority: "string",
shortcutStickiness: "string",
slaCompareMethod: "string",
slaStickiness: "string",
slas: [{
healthCheck: "string",
id: 0,
}],
src: "string",
src6: "string",
srcNegate: "string",
standaloneAction: "string",
startPort: 0,
startSrcPort: 0,
status: "string",
tieBreak: "string",
tos: "string",
tosMask: "string",
useShortcutSla: "string",
users: "string",
wantempSystemSdwanServiceId: "string",
zoneMode: "string",
});
type: fortimanager:WantempSystemSdwanService
properties:
addrMode: string
adom: string
agentExclusive: string
bandwidthWeight: 0
comment: string
default: string
dscpForward: string
dscpForwardTag: string
dscpReverse: string
dscpReverseTag: string
dst: string
dst6: string
dstNegate: string
dynamicSortSubtable: string
endPort: 0
endSrcPort: 0
fosid: 0
gateway: string
groups: string
hashMode: string
healthCheck: string
holdDownTime: 0
inputDevice: string
inputDeviceNegate: string
inputZones:
- string
internetService: string
internetServiceAppCtrlCategories:
- 0
internetServiceAppCtrlGroup: string
internetServiceAppCtrls:
- 0
internetServiceCustom: string
internetServiceCustomGroup: string
internetServiceGroup: string
internetServiceName: string
jitterWeight: 0
latencyWeight: 0
linkCostFactor: string
linkCostThreshold: 0
loadBalance: string
minimumSlaMeetMembers: 0
mode: string
name: string
packetLossWeight: 0
passiveMeasurement: string
priorityMembers: string
priorityZone: string
protocol: 0
qualityLink: 0
role: string
routeTag: 0
scopetype: string
shortcut: string
shortcutPriority: string
shortcutStickiness: string
slaCompareMethod: string
slaStickiness: string
slas:
- healthCheck: string
id: 0
src: string
src6: string
srcNegate: string
standaloneAction: string
startPort: 0
startSrcPort: 0
status: string
tieBreak: string
tos: string
tosMask: string
useShortcutSla: string
users: string
wanprof: string
wantempSystemSdwanServiceId: string
zoneMode: string
WantempSystemSdwanService 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 WantempSystemSdwanService resource accepts the following input properties:
- Wanprof string
- Wanprof.
- Addr
Mode string - Address mode (IPv4 or IPv6). Valid values:
ipv4
,ipv6
. - Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Agent
Exclusive string - Set/unset the service as agent use exclusively. Valid values:
disable
,enable
. - Bandwidth
Weight double - Coefficient of reciprocal of available bidirectional bandwidth in the formula of custom-profile-1.
- Comment string
- Comments.
- Default string
- Enable/disable use of SD-WAN as default service. Valid values:
disable
,enable
. - Dscp
Forward string - Enable/disable forward traffic DSCP tag. Valid values:
disable
,enable
. - Dscp
Forward stringTag - Forward traffic DSCP tag.
- Dscp
Reverse string - Enable/disable reverse traffic DSCP tag. Valid values:
disable
,enable
. - Dscp
Reverse stringTag - Reverse traffic DSCP tag.
- Dst string
- Destination address name.
- Dst6 string
- Destination address6 name.
- Dst
Negate string - Enable/disable negation of destination address match. Valid values:
disable
,enable
. - Dynamic
Sort stringSubtable - 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 double - End destination port number.
- End
Src doublePort - End source port number.
- Fosid double
- SD-WAN rule ID (1 - 4000).
- Gateway string
- Enable/disable SD-WAN service gateway. Valid values:
disable
,enable
. - Groups string
- User groups.
- Hash
Mode string - Hash algorithm for selected priority members for load balance mode. Valid values:
round-robin
,source-ip-based
,source-dest-ip-based
,inbandwidth
,outbandwidth
,bibandwidth
. - Health
Check string - Health check list.
- Hold
Down doubleTime - Waiting period in seconds when switching from the back-up member to the primary member (0 - 10000000, default = 0).
- Input
Device string - Source interface name.
- Input
Device stringNegate - Enable/disable negation of input device match. Valid values:
disable
,enable
. - Input
Zones List<string> - Source input-zone name.
- Internet
Service string - Enable/disable use of Internet service for application-based load balancing. Valid values:
disable
,enable
. - Internet
Service List<double>App Ctrl Categories - IDs of one or more application control categories.
- Internet
Service stringApp Ctrl Group - Application control based Internet Service group list.
- Internet
Service List<double>App Ctrls - Application control based Internet Service ID list.
- Internet
Service stringCustom - Custom Internet service name list.
- Internet
Service stringCustom Group - Custom Internet Service group list.
- Internet
Service stringGroup - Internet Service group list.
- Internet
Service stringName - Internet service name list.
- Jitter
Weight double - Coefficient of jitter in the formula of custom-profile-1.
- Latency
Weight double - Coefficient of latency in the formula of custom-profile-1.
- Link
Cost stringFactor - Link cost factor. Valid values:
latency
,jitter
,packet-loss
,inbandwidth
,outbandwidth
,bibandwidth
,custom-profile-1
. - Link
Cost doubleThreshold - Percentage threshold change of link cost values that will result in policy route regeneration (0 - 10000000, default = 10).
- Load
Balance string - Enable/disable load-balance. Valid values:
disable
,enable
. - Minimum
Sla doubleMeet Members - Minimum number of members which meet SLA.
- Mode string
- Control how the SD-WAN rule sets the priority of interfaces in the SD-WAN. Valid values:
auto
,manual
,priority
,sla
,load-balance
. - Name string
- SD-WAN rule name.
- Packet
Loss doubleWeight - Coefficient of packet-loss in the formula of custom-profile-1.
- Passive
Measurement string - Enable/disable passive measurement based on the service criteria. Valid values:
disable
,enable
. - Priority
Members string - Member sequence number list.
- Priority
Zone string - Priority zone name list.
- Protocol double
- Protocol number.
- Quality
Link double - Quality grade.
- Role string
- Service role to work with neighbor. Valid values:
primary
,secondary
,standalone
. - Route
Tag double - IPv4 route map route-tag.
- 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
. - Shortcut string
- Enable/disable shortcut for this service. Valid values:
disable
,enable
. - Shortcut
Priority string - High priority of ADVPN shortcut for this service. Valid values:
disable
,enable
,auto
. - Shortcut
Stickiness string - Enable/disable shortcut-stickiness of ADVPN. Valid values:
disable
,enable
. - Sla
Compare stringMethod - Method to compare SLA value for SLA mode. Valid values:
order
,number
. - Sla
Stickiness string - Enable/disable SLA stickiness (default = disable). Valid values:
disable
,enable
. - Slas
List<Wantemp
System Sdwan Service Sla> - Sla. The structure of
sla
block is documented below. - Src string
- Source address name.
- Src6 string
- Source address6 name.
- Src
Negate string - Enable/disable negation of source address match. Valid values:
disable
,enable
. - Standalone
Action string - Enable/disable service when selected neighbor role is standalone while service role is not standalone. Valid values:
disable
,enable
. - Start
Port double - Start destination port number.
- Start
Src doublePort - Start source port number.
- Status string
- Enable/disable SD-WAN service. Valid values:
disable
,enable
. - Tie
Break string - Method of selecting member if more than one meets the SLA. Valid values:
zone
,cfg-order
,fib-best-match
. - Tos string
- Type of service bit pattern.
- Tos
Mask string - Type of service evaluated bits.
- Use
Shortcut stringSla - Enable/disable use of ADVPN shortcut for quality comparison. Valid values:
disable
,enable
. - Users string
- User name.
- Wantemp
System stringSdwan Service Id - an identifier for the resource with format {{fosid}}.
- Zone
Mode string - Enable/disable zone mode. Valid values:
disable
,enable
.
- Wanprof string
- Wanprof.
- Addr
Mode string - Address mode (IPv4 or IPv6). Valid values:
ipv4
,ipv6
. - Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Agent
Exclusive string - Set/unset the service as agent use exclusively. Valid values:
disable
,enable
. - Bandwidth
Weight float64 - Coefficient of reciprocal of available bidirectional bandwidth in the formula of custom-profile-1.
- Comment string
- Comments.
- Default string
- Enable/disable use of SD-WAN as default service. Valid values:
disable
,enable
. - Dscp
Forward string - Enable/disable forward traffic DSCP tag. Valid values:
disable
,enable
. - Dscp
Forward stringTag - Forward traffic DSCP tag.
- Dscp
Reverse string - Enable/disable reverse traffic DSCP tag. Valid values:
disable
,enable
. - Dscp
Reverse stringTag - Reverse traffic DSCP tag.
- Dst string
- Destination address name.
- Dst6 string
- Destination address6 name.
- Dst
Negate string - Enable/disable negation of destination address match. Valid values:
disable
,enable
. - Dynamic
Sort stringSubtable - 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 float64 - End destination port number.
- End
Src float64Port - End source port number.
- Fosid float64
- SD-WAN rule ID (1 - 4000).
- Gateway string
- Enable/disable SD-WAN service gateway. Valid values:
disable
,enable
. - Groups string
- User groups.
- Hash
Mode string - Hash algorithm for selected priority members for load balance mode. Valid values:
round-robin
,source-ip-based
,source-dest-ip-based
,inbandwidth
,outbandwidth
,bibandwidth
. - Health
Check string - Health check list.
- Hold
Down float64Time - Waiting period in seconds when switching from the back-up member to the primary member (0 - 10000000, default = 0).
- Input
Device string - Source interface name.
- Input
Device stringNegate - Enable/disable negation of input device match. Valid values:
disable
,enable
. - Input
Zones []string - Source input-zone name.
- Internet
Service string - Enable/disable use of Internet service for application-based load balancing. Valid values:
disable
,enable
. - Internet
Service []float64App Ctrl Categories - IDs of one or more application control categories.
- Internet
Service stringApp Ctrl Group - Application control based Internet Service group list.
- Internet
Service []float64App Ctrls - Application control based Internet Service ID list.
- Internet
Service stringCustom - Custom Internet service name list.
- Internet
Service stringCustom Group - Custom Internet Service group list.
- Internet
Service stringGroup - Internet Service group list.
- Internet
Service stringName - Internet service name list.
- Jitter
Weight float64 - Coefficient of jitter in the formula of custom-profile-1.
- Latency
Weight float64 - Coefficient of latency in the formula of custom-profile-1.
- Link
Cost stringFactor - Link cost factor. Valid values:
latency
,jitter
,packet-loss
,inbandwidth
,outbandwidth
,bibandwidth
,custom-profile-1
. - Link
Cost float64Threshold - Percentage threshold change of link cost values that will result in policy route regeneration (0 - 10000000, default = 10).
- Load
Balance string - Enable/disable load-balance. Valid values:
disable
,enable
. - Minimum
Sla float64Meet Members - Minimum number of members which meet SLA.
- Mode string
- Control how the SD-WAN rule sets the priority of interfaces in the SD-WAN. Valid values:
auto
,manual
,priority
,sla
,load-balance
. - Name string
- SD-WAN rule name.
- Packet
Loss float64Weight - Coefficient of packet-loss in the formula of custom-profile-1.
- Passive
Measurement string - Enable/disable passive measurement based on the service criteria. Valid values:
disable
,enable
. - Priority
Members string - Member sequence number list.
- Priority
Zone string - Priority zone name list.
- Protocol float64
- Protocol number.
- Quality
Link float64 - Quality grade.
- Role string
- Service role to work with neighbor. Valid values:
primary
,secondary
,standalone
. - Route
Tag float64 - IPv4 route map route-tag.
- 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
. - Shortcut string
- Enable/disable shortcut for this service. Valid values:
disable
,enable
. - Shortcut
Priority string - High priority of ADVPN shortcut for this service. Valid values:
disable
,enable
,auto
. - Shortcut
Stickiness string - Enable/disable shortcut-stickiness of ADVPN. Valid values:
disable
,enable
. - Sla
Compare stringMethod - Method to compare SLA value for SLA mode. Valid values:
order
,number
. - Sla
Stickiness string - Enable/disable SLA stickiness (default = disable). Valid values:
disable
,enable
. - Slas
[]Wantemp
System Sdwan Service Sla Type Args - Sla. The structure of
sla
block is documented below. - Src string
- Source address name.
- Src6 string
- Source address6 name.
- Src
Negate string - Enable/disable negation of source address match. Valid values:
disable
,enable
. - Standalone
Action string - Enable/disable service when selected neighbor role is standalone while service role is not standalone. Valid values:
disable
,enable
. - Start
Port float64 - Start destination port number.
- Start
Src float64Port - Start source port number.
- Status string
- Enable/disable SD-WAN service. Valid values:
disable
,enable
. - Tie
Break string - Method of selecting member if more than one meets the SLA. Valid values:
zone
,cfg-order
,fib-best-match
. - Tos string
- Type of service bit pattern.
- Tos
Mask string - Type of service evaluated bits.
- Use
Shortcut stringSla - Enable/disable use of ADVPN shortcut for quality comparison. Valid values:
disable
,enable
. - Users string
- User name.
- Wantemp
System stringSdwan Service Id - an identifier for the resource with format {{fosid}}.
- Zone
Mode string - Enable/disable zone mode. Valid values:
disable
,enable
.
- wanprof String
- Wanprof.
- addr
Mode String - Address mode (IPv4 or IPv6). Valid values:
ipv4
,ipv6
. - adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - agent
Exclusive String - Set/unset the service as agent use exclusively. Valid values:
disable
,enable
. - bandwidth
Weight Double - Coefficient of reciprocal of available bidirectional bandwidth in the formula of custom-profile-1.
- comment String
- Comments.
- default_ String
- Enable/disable use of SD-WAN as default service. Valid values:
disable
,enable
. - dscp
Forward String - Enable/disable forward traffic DSCP tag. Valid values:
disable
,enable
. - dscp
Forward StringTag - Forward traffic DSCP tag.
- dscp
Reverse String - Enable/disable reverse traffic DSCP tag. Valid values:
disable
,enable
. - dscp
Reverse StringTag - Reverse traffic DSCP tag.
- dst String
- Destination address name.
- dst6 String
- Destination address6 name.
- dst
Negate String - Enable/disable negation of destination address match. Valid values:
disable
,enable
. - dynamic
Sort StringSubtable - 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 Double - End destination port number.
- end
Src DoublePort - End source port number.
- fosid Double
- SD-WAN rule ID (1 - 4000).
- gateway String
- Enable/disable SD-WAN service gateway. Valid values:
disable
,enable
. - groups String
- User groups.
- hash
Mode String - Hash algorithm for selected priority members for load balance mode. Valid values:
round-robin
,source-ip-based
,source-dest-ip-based
,inbandwidth
,outbandwidth
,bibandwidth
. - health
Check String - Health check list.
- hold
Down DoubleTime - Waiting period in seconds when switching from the back-up member to the primary member (0 - 10000000, default = 0).
- input
Device String - Source interface name.
- input
Device StringNegate - Enable/disable negation of input device match. Valid values:
disable
,enable
. - input
Zones List<String> - Source input-zone name.
- internet
Service String - Enable/disable use of Internet service for application-based load balancing. Valid values:
disable
,enable
. - internet
Service List<Double>App Ctrl Categories - IDs of one or more application control categories.
- internet
Service StringApp Ctrl Group - Application control based Internet Service group list.
- internet
Service List<Double>App Ctrls - Application control based Internet Service ID list.
- internet
Service StringCustom - Custom Internet service name list.
- internet
Service StringCustom Group - Custom Internet Service group list.
- internet
Service StringGroup - Internet Service group list.
- internet
Service StringName - Internet service name list.
- jitter
Weight Double - Coefficient of jitter in the formula of custom-profile-1.
- latency
Weight Double - Coefficient of latency in the formula of custom-profile-1.
- link
Cost StringFactor - Link cost factor. Valid values:
latency
,jitter
,packet-loss
,inbandwidth
,outbandwidth
,bibandwidth
,custom-profile-1
. - link
Cost DoubleThreshold - Percentage threshold change of link cost values that will result in policy route regeneration (0 - 10000000, default = 10).
- load
Balance String - Enable/disable load-balance. Valid values:
disable
,enable
. - minimum
Sla DoubleMeet Members - Minimum number of members which meet SLA.
- mode String
- Control how the SD-WAN rule sets the priority of interfaces in the SD-WAN. Valid values:
auto
,manual
,priority
,sla
,load-balance
. - name String
- SD-WAN rule name.
- packet
Loss DoubleWeight - Coefficient of packet-loss in the formula of custom-profile-1.
- passive
Measurement String - Enable/disable passive measurement based on the service criteria. Valid values:
disable
,enable
. - priority
Members String - Member sequence number list.
- priority
Zone String - Priority zone name list.
- protocol Double
- Protocol number.
- quality
Link Double - Quality grade.
- role String
- Service role to work with neighbor. Valid values:
primary
,secondary
,standalone
. - route
Tag Double - IPv4 route map route-tag.
- 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
. - shortcut String
- Enable/disable shortcut for this service. Valid values:
disable
,enable
. - shortcut
Priority String - High priority of ADVPN shortcut for this service. Valid values:
disable
,enable
,auto
. - shortcut
Stickiness String - Enable/disable shortcut-stickiness of ADVPN. Valid values:
disable
,enable
. - sla
Compare StringMethod - Method to compare SLA value for SLA mode. Valid values:
order
,number
. - sla
Stickiness String - Enable/disable SLA stickiness (default = disable). Valid values:
disable
,enable
. - slas
List<Wantemp
System Sdwan Service Sla> - Sla. The structure of
sla
block is documented below. - src String
- Source address name.
- src6 String
- Source address6 name.
- src
Negate String - Enable/disable negation of source address match. Valid values:
disable
,enable
. - standalone
Action String - Enable/disable service when selected neighbor role is standalone while service role is not standalone. Valid values:
disable
,enable
. - start
Port Double - Start destination port number.
- start
Src DoublePort - Start source port number.
- status String
- Enable/disable SD-WAN service. Valid values:
disable
,enable
. - tie
Break String - Method of selecting member if more than one meets the SLA. Valid values:
zone
,cfg-order
,fib-best-match
. - tos String
- Type of service bit pattern.
- tos
Mask String - Type of service evaluated bits.
- use
Shortcut StringSla - Enable/disable use of ADVPN shortcut for quality comparison. Valid values:
disable
,enable
. - users String
- User name.
- wantemp
System StringSdwan Service Id - an identifier for the resource with format {{fosid}}.
- zone
Mode String - Enable/disable zone mode. Valid values:
disable
,enable
.
- wanprof string
- Wanprof.
- addr
Mode string - Address mode (IPv4 or IPv6). Valid values:
ipv4
,ipv6
. - adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - agent
Exclusive string - Set/unset the service as agent use exclusively. Valid values:
disable
,enable
. - bandwidth
Weight number - Coefficient of reciprocal of available bidirectional bandwidth in the formula of custom-profile-1.
- comment string
- Comments.
- default string
- Enable/disable use of SD-WAN as default service. Valid values:
disable
,enable
. - dscp
Forward string - Enable/disable forward traffic DSCP tag. Valid values:
disable
,enable
. - dscp
Forward stringTag - Forward traffic DSCP tag.
- dscp
Reverse string - Enable/disable reverse traffic DSCP tag. Valid values:
disable
,enable
. - dscp
Reverse stringTag - Reverse traffic DSCP tag.
- dst string
- Destination address name.
- dst6 string
- Destination address6 name.
- dst
Negate string - Enable/disable negation of destination address match. Valid values:
disable
,enable
. - dynamic
Sort stringSubtable - 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 number - End destination port number.
- end
Src numberPort - End source port number.
- fosid number
- SD-WAN rule ID (1 - 4000).
- gateway string
- Enable/disable SD-WAN service gateway. Valid values:
disable
,enable
. - groups string
- User groups.
- hash
Mode string - Hash algorithm for selected priority members for load balance mode. Valid values:
round-robin
,source-ip-based
,source-dest-ip-based
,inbandwidth
,outbandwidth
,bibandwidth
. - health
Check string - Health check list.
- hold
Down numberTime - Waiting period in seconds when switching from the back-up member to the primary member (0 - 10000000, default = 0).
- input
Device string - Source interface name.
- input
Device stringNegate - Enable/disable negation of input device match. Valid values:
disable
,enable
. - input
Zones string[] - Source input-zone name.
- internet
Service string - Enable/disable use of Internet service for application-based load balancing. Valid values:
disable
,enable
. - internet
Service number[]App Ctrl Categories - IDs of one or more application control categories.
- internet
Service stringApp Ctrl Group - Application control based Internet Service group list.
- internet
Service number[]App Ctrls - Application control based Internet Service ID list.
- internet
Service stringCustom - Custom Internet service name list.
- internet
Service stringCustom Group - Custom Internet Service group list.
- internet
Service stringGroup - Internet Service group list.
- internet
Service stringName - Internet service name list.
- jitter
Weight number - Coefficient of jitter in the formula of custom-profile-1.
- latency
Weight number - Coefficient of latency in the formula of custom-profile-1.
- link
Cost stringFactor - Link cost factor. Valid values:
latency
,jitter
,packet-loss
,inbandwidth
,outbandwidth
,bibandwidth
,custom-profile-1
. - link
Cost numberThreshold - Percentage threshold change of link cost values that will result in policy route regeneration (0 - 10000000, default = 10).
- load
Balance string - Enable/disable load-balance. Valid values:
disable
,enable
. - minimum
Sla numberMeet Members - Minimum number of members which meet SLA.
- mode string
- Control how the SD-WAN rule sets the priority of interfaces in the SD-WAN. Valid values:
auto
,manual
,priority
,sla
,load-balance
. - name string
- SD-WAN rule name.
- packet
Loss numberWeight - Coefficient of packet-loss in the formula of custom-profile-1.
- passive
Measurement string - Enable/disable passive measurement based on the service criteria. Valid values:
disable
,enable
. - priority
Members string - Member sequence number list.
- priority
Zone string - Priority zone name list.
- protocol number
- Protocol number.
- quality
Link number - Quality grade.
- role string
- Service role to work with neighbor. Valid values:
primary
,secondary
,standalone
. - route
Tag number - IPv4 route map route-tag.
- 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
. - shortcut string
- Enable/disable shortcut for this service. Valid values:
disable
,enable
. - shortcut
Priority string - High priority of ADVPN shortcut for this service. Valid values:
disable
,enable
,auto
. - shortcut
Stickiness string - Enable/disable shortcut-stickiness of ADVPN. Valid values:
disable
,enable
. - sla
Compare stringMethod - Method to compare SLA value for SLA mode. Valid values:
order
,number
. - sla
Stickiness string - Enable/disable SLA stickiness (default = disable). Valid values:
disable
,enable
. - slas
Wantemp
System Sdwan Service Sla[] - Sla. The structure of
sla
block is documented below. - src string
- Source address name.
- src6 string
- Source address6 name.
- src
Negate string - Enable/disable negation of source address match. Valid values:
disable
,enable
. - standalone
Action string - Enable/disable service when selected neighbor role is standalone while service role is not standalone. Valid values:
disable
,enable
. - start
Port number - Start destination port number.
- start
Src numberPort - Start source port number.
- status string
- Enable/disable SD-WAN service. Valid values:
disable
,enable
. - tie
Break string - Method of selecting member if more than one meets the SLA. Valid values:
zone
,cfg-order
,fib-best-match
. - tos string
- Type of service bit pattern.
- tos
Mask string - Type of service evaluated bits.
- use
Shortcut stringSla - Enable/disable use of ADVPN shortcut for quality comparison. Valid values:
disable
,enable
. - users string
- User name.
- wantemp
System stringSdwan Service Id - an identifier for the resource with format {{fosid}}.
- zone
Mode string - Enable/disable zone mode. Valid values:
disable
,enable
.
- 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
isadom
, otherwise the value of adom in the provider will be inherited. - agent_
exclusive str - Set/unset the service as agent use exclusively. Valid values:
disable
,enable
. - bandwidth_
weight float - Coefficient of reciprocal of available bidirectional bandwidth in the formula of custom-profile-1.
- comment str
- Comments.
- 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_ strtag - Forward traffic DSCP tag.
- dscp_
reverse str - Enable/disable reverse traffic DSCP tag. Valid values:
disable
,enable
. - dscp_
reverse_ strtag - 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_ strsubtable - 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.
- end_
src_ floatport - End source port number.
- fosid float
- SD-WAN rule ID (1 - 4000).
- gateway str
- Enable/disable SD-WAN service gateway. Valid values:
disable
,enable
. - groups str
- User groups.
- hash_
mode str - Hash algorithm for selected priority members for load balance mode. Valid values:
round-robin
,source-ip-based
,source-dest-ip-based
,inbandwidth
,outbandwidth
,bibandwidth
. - health_
check str - Health check list.
- hold_
down_ floattime - 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_ strnegate - Enable/disable negation of input device match. Valid values:
disable
,enable
. - input_
zones Sequence[str] - Source input-zone name.
- internet_
service str - Enable/disable use of Internet service for application-based load balancing. Valid values:
disable
,enable
. - internet_
service_ Sequence[float]app_ ctrl_ categories - IDs of one or more application control categories.
- internet_
service_ strapp_ ctrl_ group - Application control based Internet Service group list.
- internet_
service_ Sequence[float]app_ ctrls - Application control based Internet Service ID list.
- internet_
service_ strcustom - Custom Internet service name list.
- internet_
service_ strcustom_ group - Custom Internet Service group list.
- internet_
service_ strgroup - Internet Service group list.
- internet_
service_ strname - Internet service name 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_ strfactor - Link cost factor. Valid values:
latency
,jitter
,packet-loss
,inbandwidth
,outbandwidth
,bibandwidth
,custom-profile-1
. - link_
cost_ floatthreshold - Percentage threshold change of link cost values that will result in policy route regeneration (0 - 10000000, default = 10).
- load_
balance str - Enable/disable load-balance. Valid values:
disable
,enable
. - minimum_
sla_ floatmeet_ members - Minimum number of members which meet SLA.
- mode str
- Control how the SD-WAN rule sets the priority of interfaces in the SD-WAN. Valid values:
auto
,manual
,priority
,sla
,load-balance
. - name str
- SD-WAN rule name.
- packet_
loss_ floatweight - Coefficient of packet-loss in the formula of custom-profile-1.
- passive_
measurement str - Enable/disable passive measurement based on the service criteria. Valid values:
disable
,enable
. - priority_
members str - Member sequence number list.
- priority_
zone str - Priority zone name 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - shortcut str
- Enable/disable shortcut for this service. Valid values:
disable
,enable
. - shortcut_
priority str - High priority of ADVPN shortcut for this service. Valid values:
disable
,enable
,auto
. - shortcut_
stickiness str - Enable/disable shortcut-stickiness of ADVPN. Valid values:
disable
,enable
. - sla_
compare_ strmethod - Method to compare SLA value for SLA mode. Valid values:
order
,number
. - sla_
stickiness str - Enable/disable SLA stickiness (default = disable). Valid values:
disable
,enable
. - slas
Sequence[Wantemp
System Sdwan Service Sla Args] - 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.
- start_
src_ floatport - Start source port number.
- status str
- Enable/disable SD-WAN service. Valid values:
disable
,enable
. - tie_
break str - Method of selecting member if more than one meets the SLA. Valid values:
zone
,cfg-order
,fib-best-match
. - tos str
- Type of service bit pattern.
- tos_
mask str - Type of service evaluated bits.
- use_
shortcut_ strsla - Enable/disable use of ADVPN shortcut for quality comparison. Valid values:
disable
,enable
. - users str
- User name.
- wantemp_
system_ strsdwan_ service_ id - an identifier for the resource with format {{fosid}}.
- zone_
mode str - Enable/disable zone mode. Valid values:
disable
,enable
.
- wanprof String
- Wanprof.
- addr
Mode String - Address mode (IPv4 or IPv6). Valid values:
ipv4
,ipv6
. - adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - agent
Exclusive String - Set/unset the service as agent use exclusively. Valid values:
disable
,enable
. - bandwidth
Weight Number - Coefficient of reciprocal of available bidirectional bandwidth in the formula of custom-profile-1.
- comment String
- Comments.
- default String
- Enable/disable use of SD-WAN as default service. Valid values:
disable
,enable
. - dscp
Forward String - Enable/disable forward traffic DSCP tag. Valid values:
disable
,enable
. - dscp
Forward StringTag - Forward traffic DSCP tag.
- dscp
Reverse String - Enable/disable reverse traffic DSCP tag. Valid values:
disable
,enable
. - dscp
Reverse StringTag - Reverse traffic DSCP tag.
- dst String
- Destination address name.
- dst6 String
- Destination address6 name.
- dst
Negate String - Enable/disable negation of destination address match. Valid values:
disable
,enable
. - dynamic
Sort StringSubtable - 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 Number - End destination port number.
- end
Src NumberPort - End source port number.
- fosid Number
- SD-WAN rule ID (1 - 4000).
- gateway String
- Enable/disable SD-WAN service gateway. Valid values:
disable
,enable
. - groups String
- User groups.
- hash
Mode String - Hash algorithm for selected priority members for load balance mode. Valid values:
round-robin
,source-ip-based
,source-dest-ip-based
,inbandwidth
,outbandwidth
,bibandwidth
. - health
Check String - Health check list.
- hold
Down NumberTime - Waiting period in seconds when switching from the back-up member to the primary member (0 - 10000000, default = 0).
- input
Device String - Source interface name.
- input
Device StringNegate - Enable/disable negation of input device match. Valid values:
disable
,enable
. - input
Zones List<String> - Source input-zone name.
- internet
Service String - Enable/disable use of Internet service for application-based load balancing. Valid values:
disable
,enable
. - internet
Service List<Number>App Ctrl Categories - IDs of one or more application control categories.
- internet
Service StringApp Ctrl Group - Application control based Internet Service group list.
- internet
Service List<Number>App Ctrls - Application control based Internet Service ID list.
- internet
Service StringCustom - Custom Internet service name list.
- internet
Service StringCustom Group - Custom Internet Service group list.
- internet
Service StringGroup - Internet Service group list.
- internet
Service StringName - Internet service name list.
- jitter
Weight Number - Coefficient of jitter in the formula of custom-profile-1.
- latency
Weight Number - Coefficient of latency in the formula of custom-profile-1.
- link
Cost StringFactor - Link cost factor. Valid values:
latency
,jitter
,packet-loss
,inbandwidth
,outbandwidth
,bibandwidth
,custom-profile-1
. - link
Cost NumberThreshold - Percentage threshold change of link cost values that will result in policy route regeneration (0 - 10000000, default = 10).
- load
Balance String - Enable/disable load-balance. Valid values:
disable
,enable
. - minimum
Sla NumberMeet Members - Minimum number of members which meet SLA.
- mode String
- Control how the SD-WAN rule sets the priority of interfaces in the SD-WAN. Valid values:
auto
,manual
,priority
,sla
,load-balance
. - name String
- SD-WAN rule name.
- packet
Loss NumberWeight - Coefficient of packet-loss in the formula of custom-profile-1.
- passive
Measurement String - Enable/disable passive measurement based on the service criteria. Valid values:
disable
,enable
. - priority
Members String - Member sequence number list.
- priority
Zone String - Priority zone name list.
- protocol Number
- Protocol number.
- quality
Link Number - Quality grade.
- role String
- Service role to work with neighbor. Valid values:
primary
,secondary
,standalone
. - route
Tag Number - IPv4 route map route-tag.
- 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
. - shortcut String
- Enable/disable shortcut for this service. Valid values:
disable
,enable
. - shortcut
Priority String - High priority of ADVPN shortcut for this service. Valid values:
disable
,enable
,auto
. - shortcut
Stickiness String - Enable/disable shortcut-stickiness of ADVPN. Valid values:
disable
,enable
. - sla
Compare StringMethod - Method to compare SLA value for SLA mode. Valid values:
order
,number
. - sla
Stickiness String - Enable/disable SLA stickiness (default = disable). Valid values:
disable
,enable
. - slas List<Property Map>
- Sla. The structure of
sla
block is documented below. - src String
- Source address name.
- src6 String
- Source address6 name.
- src
Negate String - Enable/disable negation of source address match. Valid values:
disable
,enable
. - standalone
Action String - Enable/disable service when selected neighbor role is standalone while service role is not standalone. Valid values:
disable
,enable
. - start
Port Number - Start destination port number.
- start
Src NumberPort - Start source port number.
- status String
- Enable/disable SD-WAN service. Valid values:
disable
,enable
. - tie
Break String - Method of selecting member if more than one meets the SLA. Valid values:
zone
,cfg-order
,fib-best-match
. - tos String
- Type of service bit pattern.
- tos
Mask String - Type of service evaluated bits.
- use
Shortcut StringSla - Enable/disable use of ADVPN shortcut for quality comparison. Valid values:
disable
,enable
. - users String
- User name.
- wantemp
System StringSdwan Service Id - an identifier for the resource with format {{fosid}}.
- zone
Mode String - Enable/disable zone mode. Valid values:
disable
,enable
.
Outputs
All input properties are implicitly available as output properties. Additionally, the WantempSystemSdwanService 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 WantempSystemSdwanService Resource
Get an existing WantempSystemSdwanService 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?: WantempSystemSdwanServiceState, opts?: CustomResourceOptions): WantempSystemSdwanService
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
addr_mode: Optional[str] = None,
adom: Optional[str] = None,
agent_exclusive: Optional[str] = None,
bandwidth_weight: Optional[float] = None,
comment: Optional[str] = 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,
end_src_port: Optional[float] = None,
fosid: Optional[float] = None,
gateway: Optional[str] = None,
groups: Optional[str] = None,
hash_mode: 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,
input_zones: Optional[Sequence[str]] = None,
internet_service: Optional[str] = None,
internet_service_app_ctrl_categories: Optional[Sequence[float]] = None,
internet_service_app_ctrl_group: Optional[str] = None,
internet_service_app_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_name: 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,
load_balance: Optional[str] = None,
minimum_sla_meet_members: Optional[float] = None,
mode: Optional[str] = None,
name: Optional[str] = None,
packet_loss_weight: Optional[float] = None,
passive_measurement: Optional[str] = None,
priority_members: Optional[str] = None,
priority_zone: 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,
shortcut: Optional[str] = None,
shortcut_priority: Optional[str] = None,
shortcut_stickiness: Optional[str] = None,
sla_compare_method: Optional[str] = None,
sla_stickiness: Optional[str] = None,
slas: Optional[Sequence[WantempSystemSdwanServiceSlaArgs]] = None,
src: Optional[str] = None,
src6: Optional[str] = None,
src_negate: Optional[str] = None,
standalone_action: Optional[str] = None,
start_port: Optional[float] = None,
start_src_port: Optional[float] = None,
status: Optional[str] = None,
tie_break: Optional[str] = None,
tos: Optional[str] = None,
tos_mask: Optional[str] = None,
use_shortcut_sla: Optional[str] = None,
users: Optional[str] = None,
wanprof: Optional[str] = None,
wantemp_system_sdwan_service_id: Optional[str] = None,
zone_mode: Optional[str] = None) -> WantempSystemSdwanService
func GetWantempSystemSdwanService(ctx *Context, name string, id IDInput, state *WantempSystemSdwanServiceState, opts ...ResourceOption) (*WantempSystemSdwanService, error)
public static WantempSystemSdwanService Get(string name, Input<string> id, WantempSystemSdwanServiceState? state, CustomResourceOptions? opts = null)
public static WantempSystemSdwanService get(String name, Output<String> id, WantempSystemSdwanServiceState state, CustomResourceOptions options)
resources: _: type: fortimanager:WantempSystemSdwanService 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.
- Addr
Mode string - Address mode (IPv4 or IPv6). Valid values:
ipv4
,ipv6
. - Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Agent
Exclusive string - Set/unset the service as agent use exclusively. Valid values:
disable
,enable
. - Bandwidth
Weight double - Coefficient of reciprocal of available bidirectional bandwidth in the formula of custom-profile-1.
- Comment string
- Comments.
- Default string
- Enable/disable use of SD-WAN as default service. Valid values:
disable
,enable
. - Dscp
Forward string - Enable/disable forward traffic DSCP tag. Valid values:
disable
,enable
. - Dscp
Forward stringTag - Forward traffic DSCP tag.
- Dscp
Reverse string - Enable/disable reverse traffic DSCP tag. Valid values:
disable
,enable
. - Dscp
Reverse stringTag - Reverse traffic DSCP tag.
- Dst string
- Destination address name.
- Dst6 string
- Destination address6 name.
- Dst
Negate string - Enable/disable negation of destination address match. Valid values:
disable
,enable
. - Dynamic
Sort stringSubtable - 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 double - End destination port number.
- End
Src doublePort - End source port number.
- Fosid double
- SD-WAN rule ID (1 - 4000).
- Gateway string
- Enable/disable SD-WAN service gateway. Valid values:
disable
,enable
. - Groups string
- User groups.
- Hash
Mode string - Hash algorithm for selected priority members for load balance mode. Valid values:
round-robin
,source-ip-based
,source-dest-ip-based
,inbandwidth
,outbandwidth
,bibandwidth
. - Health
Check string - Health check list.
- Hold
Down doubleTime - Waiting period in seconds when switching from the back-up member to the primary member (0 - 10000000, default = 0).
- Input
Device string - Source interface name.
- Input
Device stringNegate - Enable/disable negation of input device match. Valid values:
disable
,enable
. - Input
Zones List<string> - Source input-zone name.
- Internet
Service string - Enable/disable use of Internet service for application-based load balancing. Valid values:
disable
,enable
. - Internet
Service List<double>App Ctrl Categories - IDs of one or more application control categories.
- Internet
Service stringApp Ctrl Group - Application control based Internet Service group list.
- Internet
Service List<double>App Ctrls - Application control based Internet Service ID list.
- Internet
Service stringCustom - Custom Internet service name list.
- Internet
Service stringCustom Group - Custom Internet Service group list.
- Internet
Service stringGroup - Internet Service group list.
- Internet
Service stringName - Internet service name list.
- Jitter
Weight double - Coefficient of jitter in the formula of custom-profile-1.
- Latency
Weight double - Coefficient of latency in the formula of custom-profile-1.
- Link
Cost stringFactor - Link cost factor. Valid values:
latency
,jitter
,packet-loss
,inbandwidth
,outbandwidth
,bibandwidth
,custom-profile-1
. - Link
Cost doubleThreshold - Percentage threshold change of link cost values that will result in policy route regeneration (0 - 10000000, default = 10).
- Load
Balance string - Enable/disable load-balance. Valid values:
disable
,enable
. - Minimum
Sla doubleMeet Members - Minimum number of members which meet SLA.
- Mode string
- Control how the SD-WAN rule sets the priority of interfaces in the SD-WAN. Valid values:
auto
,manual
,priority
,sla
,load-balance
. - Name string
- SD-WAN rule name.
- Packet
Loss doubleWeight - Coefficient of packet-loss in the formula of custom-profile-1.
- Passive
Measurement string - Enable/disable passive measurement based on the service criteria. Valid values:
disable
,enable
. - Priority
Members string - Member sequence number list.
- Priority
Zone string - Priority zone name list.
- Protocol double
- Protocol number.
- Quality
Link double - Quality grade.
- Role string
- Service role to work with neighbor. Valid values:
primary
,secondary
,standalone
. - Route
Tag double - IPv4 route map route-tag.
- 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
. - Shortcut string
- Enable/disable shortcut for this service. Valid values:
disable
,enable
. - Shortcut
Priority string - High priority of ADVPN shortcut for this service. Valid values:
disable
,enable
,auto
. - Shortcut
Stickiness string - Enable/disable shortcut-stickiness of ADVPN. Valid values:
disable
,enable
. - Sla
Compare stringMethod - Method to compare SLA value for SLA mode. Valid values:
order
,number
. - Sla
Stickiness string - Enable/disable SLA stickiness (default = disable). Valid values:
disable
,enable
. - Slas
List<Wantemp
System Sdwan Service Sla> - Sla. The structure of
sla
block is documented below. - Src string
- Source address name.
- Src6 string
- Source address6 name.
- Src
Negate string - Enable/disable negation of source address match. Valid values:
disable
,enable
. - Standalone
Action string - Enable/disable service when selected neighbor role is standalone while service role is not standalone. Valid values:
disable
,enable
. - Start
Port double - Start destination port number.
- Start
Src doublePort - Start source port number.
- Status string
- Enable/disable SD-WAN service. Valid values:
disable
,enable
. - Tie
Break string - Method of selecting member if more than one meets the SLA. Valid values:
zone
,cfg-order
,fib-best-match
. - Tos string
- Type of service bit pattern.
- Tos
Mask string - Type of service evaluated bits.
- Use
Shortcut stringSla - Enable/disable use of ADVPN shortcut for quality comparison. Valid values:
disable
,enable
. - Users string
- User name.
- Wanprof string
- Wanprof.
- Wantemp
System stringSdwan Service Id - an identifier for the resource with format {{fosid}}.
- Zone
Mode string - Enable/disable zone mode. Valid values:
disable
,enable
.
- Addr
Mode string - Address mode (IPv4 or IPv6). Valid values:
ipv4
,ipv6
. - Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Agent
Exclusive string - Set/unset the service as agent use exclusively. Valid values:
disable
,enable
. - Bandwidth
Weight float64 - Coefficient of reciprocal of available bidirectional bandwidth in the formula of custom-profile-1.
- Comment string
- Comments.
- Default string
- Enable/disable use of SD-WAN as default service. Valid values:
disable
,enable
. - Dscp
Forward string - Enable/disable forward traffic DSCP tag. Valid values:
disable
,enable
. - Dscp
Forward stringTag - Forward traffic DSCP tag.
- Dscp
Reverse string - Enable/disable reverse traffic DSCP tag. Valid values:
disable
,enable
. - Dscp
Reverse stringTag - Reverse traffic DSCP tag.
- Dst string
- Destination address name.
- Dst6 string
- Destination address6 name.
- Dst
Negate string - Enable/disable negation of destination address match. Valid values:
disable
,enable
. - Dynamic
Sort stringSubtable - 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 float64 - End destination port number.
- End
Src float64Port - End source port number.
- Fosid float64
- SD-WAN rule ID (1 - 4000).
- Gateway string
- Enable/disable SD-WAN service gateway. Valid values:
disable
,enable
. - Groups string
- User groups.
- Hash
Mode string - Hash algorithm for selected priority members for load balance mode. Valid values:
round-robin
,source-ip-based
,source-dest-ip-based
,inbandwidth
,outbandwidth
,bibandwidth
. - Health
Check string - Health check list.
- Hold
Down float64Time - Waiting period in seconds when switching from the back-up member to the primary member (0 - 10000000, default = 0).
- Input
Device string - Source interface name.
- Input
Device stringNegate - Enable/disable negation of input device match. Valid values:
disable
,enable
. - Input
Zones []string - Source input-zone name.
- Internet
Service string - Enable/disable use of Internet service for application-based load balancing. Valid values:
disable
,enable
. - Internet
Service []float64App Ctrl Categories - IDs of one or more application control categories.
- Internet
Service stringApp Ctrl Group - Application control based Internet Service group list.
- Internet
Service []float64App Ctrls - Application control based Internet Service ID list.
- Internet
Service stringCustom - Custom Internet service name list.
- Internet
Service stringCustom Group - Custom Internet Service group list.
- Internet
Service stringGroup - Internet Service group list.
- Internet
Service stringName - Internet service name list.
- Jitter
Weight float64 - Coefficient of jitter in the formula of custom-profile-1.
- Latency
Weight float64 - Coefficient of latency in the formula of custom-profile-1.
- Link
Cost stringFactor - Link cost factor. Valid values:
latency
,jitter
,packet-loss
,inbandwidth
,outbandwidth
,bibandwidth
,custom-profile-1
. - Link
Cost float64Threshold - Percentage threshold change of link cost values that will result in policy route regeneration (0 - 10000000, default = 10).
- Load
Balance string - Enable/disable load-balance. Valid values:
disable
,enable
. - Minimum
Sla float64Meet Members - Minimum number of members which meet SLA.
- Mode string
- Control how the SD-WAN rule sets the priority of interfaces in the SD-WAN. Valid values:
auto
,manual
,priority
,sla
,load-balance
. - Name string
- SD-WAN rule name.
- Packet
Loss float64Weight - Coefficient of packet-loss in the formula of custom-profile-1.
- Passive
Measurement string - Enable/disable passive measurement based on the service criteria. Valid values:
disable
,enable
. - Priority
Members string - Member sequence number list.
- Priority
Zone string - Priority zone name list.
- Protocol float64
- Protocol number.
- Quality
Link float64 - Quality grade.
- Role string
- Service role to work with neighbor. Valid values:
primary
,secondary
,standalone
. - Route
Tag float64 - IPv4 route map route-tag.
- 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
. - Shortcut string
- Enable/disable shortcut for this service. Valid values:
disable
,enable
. - Shortcut
Priority string - High priority of ADVPN shortcut for this service. Valid values:
disable
,enable
,auto
. - Shortcut
Stickiness string - Enable/disable shortcut-stickiness of ADVPN. Valid values:
disable
,enable
. - Sla
Compare stringMethod - Method to compare SLA value for SLA mode. Valid values:
order
,number
. - Sla
Stickiness string - Enable/disable SLA stickiness (default = disable). Valid values:
disable
,enable
. - Slas
[]Wantemp
System Sdwan Service Sla Type Args - Sla. The structure of
sla
block is documented below. - Src string
- Source address name.
- Src6 string
- Source address6 name.
- Src
Negate string - Enable/disable negation of source address match. Valid values:
disable
,enable
. - Standalone
Action string - Enable/disable service when selected neighbor role is standalone while service role is not standalone. Valid values:
disable
,enable
. - Start
Port float64 - Start destination port number.
- Start
Src float64Port - Start source port number.
- Status string
- Enable/disable SD-WAN service. Valid values:
disable
,enable
. - Tie
Break string - Method of selecting member if more than one meets the SLA. Valid values:
zone
,cfg-order
,fib-best-match
. - Tos string
- Type of service bit pattern.
- Tos
Mask string - Type of service evaluated bits.
- Use
Shortcut stringSla - Enable/disable use of ADVPN shortcut for quality comparison. Valid values:
disable
,enable
. - Users string
- User name.
- Wanprof string
- Wanprof.
- Wantemp
System stringSdwan Service Id - an identifier for the resource with format {{fosid}}.
- Zone
Mode string - Enable/disable zone mode. Valid values:
disable
,enable
.
- addr
Mode String - Address mode (IPv4 or IPv6). Valid values:
ipv4
,ipv6
. - adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - agent
Exclusive String - Set/unset the service as agent use exclusively. Valid values:
disable
,enable
. - bandwidth
Weight Double - Coefficient of reciprocal of available bidirectional bandwidth in the formula of custom-profile-1.
- comment String
- Comments.
- default_ String
- Enable/disable use of SD-WAN as default service. Valid values:
disable
,enable
. - dscp
Forward String - Enable/disable forward traffic DSCP tag. Valid values:
disable
,enable
. - dscp
Forward StringTag - Forward traffic DSCP tag.
- dscp
Reverse String - Enable/disable reverse traffic DSCP tag. Valid values:
disable
,enable
. - dscp
Reverse StringTag - Reverse traffic DSCP tag.
- dst String
- Destination address name.
- dst6 String
- Destination address6 name.
- dst
Negate String - Enable/disable negation of destination address match. Valid values:
disable
,enable
. - dynamic
Sort StringSubtable - 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 Double - End destination port number.
- end
Src DoublePort - End source port number.
- fosid Double
- SD-WAN rule ID (1 - 4000).
- gateway String
- Enable/disable SD-WAN service gateway. Valid values:
disable
,enable
. - groups String
- User groups.
- hash
Mode String - Hash algorithm for selected priority members for load balance mode. Valid values:
round-robin
,source-ip-based
,source-dest-ip-based
,inbandwidth
,outbandwidth
,bibandwidth
. - health
Check String - Health check list.
- hold
Down DoubleTime - Waiting period in seconds when switching from the back-up member to the primary member (0 - 10000000, default = 0).
- input
Device String - Source interface name.
- input
Device StringNegate - Enable/disable negation of input device match. Valid values:
disable
,enable
. - input
Zones List<String> - Source input-zone name.
- internet
Service String - Enable/disable use of Internet service for application-based load balancing. Valid values:
disable
,enable
. - internet
Service List<Double>App Ctrl Categories - IDs of one or more application control categories.
- internet
Service StringApp Ctrl Group - Application control based Internet Service group list.
- internet
Service List<Double>App Ctrls - Application control based Internet Service ID list.
- internet
Service StringCustom - Custom Internet service name list.
- internet
Service StringCustom Group - Custom Internet Service group list.
- internet
Service StringGroup - Internet Service group list.
- internet
Service StringName - Internet service name list.
- jitter
Weight Double - Coefficient of jitter in the formula of custom-profile-1.
- latency
Weight Double - Coefficient of latency in the formula of custom-profile-1.
- link
Cost StringFactor - Link cost factor. Valid values:
latency
,jitter
,packet-loss
,inbandwidth
,outbandwidth
,bibandwidth
,custom-profile-1
. - link
Cost DoubleThreshold - Percentage threshold change of link cost values that will result in policy route regeneration (0 - 10000000, default = 10).
- load
Balance String - Enable/disable load-balance. Valid values:
disable
,enable
. - minimum
Sla DoubleMeet Members - Minimum number of members which meet SLA.
- mode String
- Control how the SD-WAN rule sets the priority of interfaces in the SD-WAN. Valid values:
auto
,manual
,priority
,sla
,load-balance
. - name String
- SD-WAN rule name.
- packet
Loss DoubleWeight - Coefficient of packet-loss in the formula of custom-profile-1.
- passive
Measurement String - Enable/disable passive measurement based on the service criteria. Valid values:
disable
,enable
. - priority
Members String - Member sequence number list.
- priority
Zone String - Priority zone name list.
- protocol Double
- Protocol number.
- quality
Link Double - Quality grade.
- role String
- Service role to work with neighbor. Valid values:
primary
,secondary
,standalone
. - route
Tag Double - IPv4 route map route-tag.
- 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
. - shortcut String
- Enable/disable shortcut for this service. Valid values:
disable
,enable
. - shortcut
Priority String - High priority of ADVPN shortcut for this service. Valid values:
disable
,enable
,auto
. - shortcut
Stickiness String - Enable/disable shortcut-stickiness of ADVPN. Valid values:
disable
,enable
. - sla
Compare StringMethod - Method to compare SLA value for SLA mode. Valid values:
order
,number
. - sla
Stickiness String - Enable/disable SLA stickiness (default = disable). Valid values:
disable
,enable
. - slas
List<Wantemp
System Sdwan Service Sla> - Sla. The structure of
sla
block is documented below. - src String
- Source address name.
- src6 String
- Source address6 name.
- src
Negate String - Enable/disable negation of source address match. Valid values:
disable
,enable
. - standalone
Action String - Enable/disable service when selected neighbor role is standalone while service role is not standalone. Valid values:
disable
,enable
. - start
Port Double - Start destination port number.
- start
Src DoublePort - Start source port number.
- status String
- Enable/disable SD-WAN service. Valid values:
disable
,enable
. - tie
Break String - Method of selecting member if more than one meets the SLA. Valid values:
zone
,cfg-order
,fib-best-match
. - tos String
- Type of service bit pattern.
- tos
Mask String - Type of service evaluated bits.
- use
Shortcut StringSla - Enable/disable use of ADVPN shortcut for quality comparison. Valid values:
disable
,enable
. - users String
- User name.
- wanprof String
- Wanprof.
- wantemp
System StringSdwan Service Id - an identifier for the resource with format {{fosid}}.
- zone
Mode String - Enable/disable zone mode. Valid values:
disable
,enable
.
- addr
Mode string - Address mode (IPv4 or IPv6). Valid values:
ipv4
,ipv6
. - adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - agent
Exclusive string - Set/unset the service as agent use exclusively. Valid values:
disable
,enable
. - bandwidth
Weight number - Coefficient of reciprocal of available bidirectional bandwidth in the formula of custom-profile-1.
- comment string
- Comments.
- default string
- Enable/disable use of SD-WAN as default service. Valid values:
disable
,enable
. - dscp
Forward string - Enable/disable forward traffic DSCP tag. Valid values:
disable
,enable
. - dscp
Forward stringTag - Forward traffic DSCP tag.
- dscp
Reverse string - Enable/disable reverse traffic DSCP tag. Valid values:
disable
,enable
. - dscp
Reverse stringTag - Reverse traffic DSCP tag.
- dst string
- Destination address name.
- dst6 string
- Destination address6 name.
- dst
Negate string - Enable/disable negation of destination address match. Valid values:
disable
,enable
. - dynamic
Sort stringSubtable - 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 number - End destination port number.
- end
Src numberPort - End source port number.
- fosid number
- SD-WAN rule ID (1 - 4000).
- gateway string
- Enable/disable SD-WAN service gateway. Valid values:
disable
,enable
. - groups string
- User groups.
- hash
Mode string - Hash algorithm for selected priority members for load balance mode. Valid values:
round-robin
,source-ip-based
,source-dest-ip-based
,inbandwidth
,outbandwidth
,bibandwidth
. - health
Check string - Health check list.
- hold
Down numberTime - Waiting period in seconds when switching from the back-up member to the primary member (0 - 10000000, default = 0).
- input
Device string - Source interface name.
- input
Device stringNegate - Enable/disable negation of input device match. Valid values:
disable
,enable
. - input
Zones string[] - Source input-zone name.
- internet
Service string - Enable/disable use of Internet service for application-based load balancing. Valid values:
disable
,enable
. - internet
Service number[]App Ctrl Categories - IDs of one or more application control categories.
- internet
Service stringApp Ctrl Group - Application control based Internet Service group list.
- internet
Service number[]App Ctrls - Application control based Internet Service ID list.
- internet
Service stringCustom - Custom Internet service name list.
- internet
Service stringCustom Group - Custom Internet Service group list.
- internet
Service stringGroup - Internet Service group list.
- internet
Service stringName - Internet service name list.
- jitter
Weight number - Coefficient of jitter in the formula of custom-profile-1.
- latency
Weight number - Coefficient of latency in the formula of custom-profile-1.
- link
Cost stringFactor - Link cost factor. Valid values:
latency
,jitter
,packet-loss
,inbandwidth
,outbandwidth
,bibandwidth
,custom-profile-1
. - link
Cost numberThreshold - Percentage threshold change of link cost values that will result in policy route regeneration (0 - 10000000, default = 10).
- load
Balance string - Enable/disable load-balance. Valid values:
disable
,enable
. - minimum
Sla numberMeet Members - Minimum number of members which meet SLA.
- mode string
- Control how the SD-WAN rule sets the priority of interfaces in the SD-WAN. Valid values:
auto
,manual
,priority
,sla
,load-balance
. - name string
- SD-WAN rule name.
- packet
Loss numberWeight - Coefficient of packet-loss in the formula of custom-profile-1.
- passive
Measurement string - Enable/disable passive measurement based on the service criteria. Valid values:
disable
,enable
. - priority
Members string - Member sequence number list.
- priority
Zone string - Priority zone name list.
- protocol number
- Protocol number.
- quality
Link number - Quality grade.
- role string
- Service role to work with neighbor. Valid values:
primary
,secondary
,standalone
. - route
Tag number - IPv4 route map route-tag.
- 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
. - shortcut string
- Enable/disable shortcut for this service. Valid values:
disable
,enable
. - shortcut
Priority string - High priority of ADVPN shortcut for this service. Valid values:
disable
,enable
,auto
. - shortcut
Stickiness string - Enable/disable shortcut-stickiness of ADVPN. Valid values:
disable
,enable
. - sla
Compare stringMethod - Method to compare SLA value for SLA mode. Valid values:
order
,number
. - sla
Stickiness string - Enable/disable SLA stickiness (default = disable). Valid values:
disable
,enable
. - slas
Wantemp
System Sdwan Service Sla[] - Sla. The structure of
sla
block is documented below. - src string
- Source address name.
- src6 string
- Source address6 name.
- src
Negate string - Enable/disable negation of source address match. Valid values:
disable
,enable
. - standalone
Action string - Enable/disable service when selected neighbor role is standalone while service role is not standalone. Valid values:
disable
,enable
. - start
Port number - Start destination port number.
- start
Src numberPort - Start source port number.
- status string
- Enable/disable SD-WAN service. Valid values:
disable
,enable
. - tie
Break string - Method of selecting member if more than one meets the SLA. Valid values:
zone
,cfg-order
,fib-best-match
. - tos string
- Type of service bit pattern.
- tos
Mask string - Type of service evaluated bits.
- use
Shortcut stringSla - Enable/disable use of ADVPN shortcut for quality comparison. Valid values:
disable
,enable
. - users string
- User name.
- wanprof string
- Wanprof.
- wantemp
System stringSdwan Service Id - an identifier for the resource with format {{fosid}}.
- zone
Mode string - Enable/disable zone mode. Valid values:
disable
,enable
.
- addr_
mode str - Address mode (IPv4 or IPv6). Valid values:
ipv4
,ipv6
. - adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - agent_
exclusive str - Set/unset the service as agent use exclusively. Valid values:
disable
,enable
. - bandwidth_
weight float - Coefficient of reciprocal of available bidirectional bandwidth in the formula of custom-profile-1.
- comment str
- Comments.
- 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_ strtag - Forward traffic DSCP tag.
- dscp_
reverse str - Enable/disable reverse traffic DSCP tag. Valid values:
disable
,enable
. - dscp_
reverse_ strtag - 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_ strsubtable - 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.
- end_
src_ floatport - End source port number.
- fosid float
- SD-WAN rule ID (1 - 4000).
- gateway str
- Enable/disable SD-WAN service gateway. Valid values:
disable
,enable
. - groups str
- User groups.
- hash_
mode str - Hash algorithm for selected priority members for load balance mode. Valid values:
round-robin
,source-ip-based
,source-dest-ip-based
,inbandwidth
,outbandwidth
,bibandwidth
. - health_
check str - Health check list.
- hold_
down_ floattime - 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_ strnegate - Enable/disable negation of input device match. Valid values:
disable
,enable
. - input_
zones Sequence[str] - Source input-zone name.
- internet_
service str - Enable/disable use of Internet service for application-based load balancing. Valid values:
disable
,enable
. - internet_
service_ Sequence[float]app_ ctrl_ categories - IDs of one or more application control categories.
- internet_
service_ strapp_ ctrl_ group - Application control based Internet Service group list.
- internet_
service_ Sequence[float]app_ ctrls - Application control based Internet Service ID list.
- internet_
service_ strcustom - Custom Internet service name list.
- internet_
service_ strcustom_ group - Custom Internet Service group list.
- internet_
service_ strgroup - Internet Service group list.
- internet_
service_ strname - Internet service name 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_ strfactor - Link cost factor. Valid values:
latency
,jitter
,packet-loss
,inbandwidth
,outbandwidth
,bibandwidth
,custom-profile-1
. - link_
cost_ floatthreshold - Percentage threshold change of link cost values that will result in policy route regeneration (0 - 10000000, default = 10).
- load_
balance str - Enable/disable load-balance. Valid values:
disable
,enable
. - minimum_
sla_ floatmeet_ members - Minimum number of members which meet SLA.
- mode str
- Control how the SD-WAN rule sets the priority of interfaces in the SD-WAN. Valid values:
auto
,manual
,priority
,sla
,load-balance
. - name str
- SD-WAN rule name.
- packet_
loss_ floatweight - Coefficient of packet-loss in the formula of custom-profile-1.
- passive_
measurement str - Enable/disable passive measurement based on the service criteria. Valid values:
disable
,enable
. - priority_
members str - Member sequence number list.
- priority_
zone str - Priority zone name 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - shortcut str
- Enable/disable shortcut for this service. Valid values:
disable
,enable
. - shortcut_
priority str - High priority of ADVPN shortcut for this service. Valid values:
disable
,enable
,auto
. - shortcut_
stickiness str - Enable/disable shortcut-stickiness of ADVPN. Valid values:
disable
,enable
. - sla_
compare_ strmethod - Method to compare SLA value for SLA mode. Valid values:
order
,number
. - sla_
stickiness str - Enable/disable SLA stickiness (default = disable). Valid values:
disable
,enable
. - slas
Sequence[Wantemp
System Sdwan Service Sla Args] - 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.
- start_
src_ floatport - Start source port number.
- status str
- Enable/disable SD-WAN service. Valid values:
disable
,enable
. - tie_
break str - Method of selecting member if more than one meets the SLA. Valid values:
zone
,cfg-order
,fib-best-match
. - tos str
- Type of service bit pattern.
- tos_
mask str - Type of service evaluated bits.
- use_
shortcut_ strsla - Enable/disable use of ADVPN shortcut for quality comparison. Valid values:
disable
,enable
. - users str
- User name.
- wanprof str
- Wanprof.
- wantemp_
system_ strsdwan_ service_ id - an identifier for the resource with format {{fosid}}.
- zone_
mode str - Enable/disable zone mode. Valid values:
disable
,enable
.
- addr
Mode String - Address mode (IPv4 or IPv6). Valid values:
ipv4
,ipv6
. - adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - agent
Exclusive String - Set/unset the service as agent use exclusively. Valid values:
disable
,enable
. - bandwidth
Weight Number - Coefficient of reciprocal of available bidirectional bandwidth in the formula of custom-profile-1.
- comment String
- Comments.
- default String
- Enable/disable use of SD-WAN as default service. Valid values:
disable
,enable
. - dscp
Forward String - Enable/disable forward traffic DSCP tag. Valid values:
disable
,enable
. - dscp
Forward StringTag - Forward traffic DSCP tag.
- dscp
Reverse String - Enable/disable reverse traffic DSCP tag. Valid values:
disable
,enable
. - dscp
Reverse StringTag - Reverse traffic DSCP tag.
- dst String
- Destination address name.
- dst6 String
- Destination address6 name.
- dst
Negate String - Enable/disable negation of destination address match. Valid values:
disable
,enable
. - dynamic
Sort StringSubtable - 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 Number - End destination port number.
- end
Src NumberPort - End source port number.
- fosid Number
- SD-WAN rule ID (1 - 4000).
- gateway String
- Enable/disable SD-WAN service gateway. Valid values:
disable
,enable
. - groups String
- User groups.
- hash
Mode String - Hash algorithm for selected priority members for load balance mode. Valid values:
round-robin
,source-ip-based
,source-dest-ip-based
,inbandwidth
,outbandwidth
,bibandwidth
. - health
Check String - Health check list.
- hold
Down NumberTime - Waiting period in seconds when switching from the back-up member to the primary member (0 - 10000000, default = 0).
- input
Device String - Source interface name.
- input
Device StringNegate - Enable/disable negation of input device match. Valid values:
disable
,enable
. - input
Zones List<String> - Source input-zone name.
- internet
Service String - Enable/disable use of Internet service for application-based load balancing. Valid values:
disable
,enable
. - internet
Service List<Number>App Ctrl Categories - IDs of one or more application control categories.
- internet
Service StringApp Ctrl Group - Application control based Internet Service group list.
- internet
Service List<Number>App Ctrls - Application control based Internet Service ID list.
- internet
Service StringCustom - Custom Internet service name list.
- internet
Service StringCustom Group - Custom Internet Service group list.
- internet
Service StringGroup - Internet Service group list.
- internet
Service StringName - Internet service name list.
- jitter
Weight Number - Coefficient of jitter in the formula of custom-profile-1.
- latency
Weight Number - Coefficient of latency in the formula of custom-profile-1.
- link
Cost StringFactor - Link cost factor. Valid values:
latency
,jitter
,packet-loss
,inbandwidth
,outbandwidth
,bibandwidth
,custom-profile-1
. - link
Cost NumberThreshold - Percentage threshold change of link cost values that will result in policy route regeneration (0 - 10000000, default = 10).
- load
Balance String - Enable/disable load-balance. Valid values:
disable
,enable
. - minimum
Sla NumberMeet Members - Minimum number of members which meet SLA.
- mode String
- Control how the SD-WAN rule sets the priority of interfaces in the SD-WAN. Valid values:
auto
,manual
,priority
,sla
,load-balance
. - name String
- SD-WAN rule name.
- packet
Loss NumberWeight - Coefficient of packet-loss in the formula of custom-profile-1.
- passive
Measurement String - Enable/disable passive measurement based on the service criteria. Valid values:
disable
,enable
. - priority
Members String - Member sequence number list.
- priority
Zone String - Priority zone name list.
- protocol Number
- Protocol number.
- quality
Link Number - Quality grade.
- role String
- Service role to work with neighbor. Valid values:
primary
,secondary
,standalone
. - route
Tag Number - IPv4 route map route-tag.
- 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
. - shortcut String
- Enable/disable shortcut for this service. Valid values:
disable
,enable
. - shortcut
Priority String - High priority of ADVPN shortcut for this service. Valid values:
disable
,enable
,auto
. - shortcut
Stickiness String - Enable/disable shortcut-stickiness of ADVPN. Valid values:
disable
,enable
. - sla
Compare StringMethod - Method to compare SLA value for SLA mode. Valid values:
order
,number
. - sla
Stickiness String - Enable/disable SLA stickiness (default = disable). Valid values:
disable
,enable
. - slas List<Property Map>
- Sla. The structure of
sla
block is documented below. - src String
- Source address name.
- src6 String
- Source address6 name.
- src
Negate String - Enable/disable negation of source address match. Valid values:
disable
,enable
. - standalone
Action String - Enable/disable service when selected neighbor role is standalone while service role is not standalone. Valid values:
disable
,enable
. - start
Port Number - Start destination port number.
- start
Src NumberPort - Start source port number.
- status String
- Enable/disable SD-WAN service. Valid values:
disable
,enable
. - tie
Break String - Method of selecting member if more than one meets the SLA. Valid values:
zone
,cfg-order
,fib-best-match
. - tos String
- Type of service bit pattern.
- tos
Mask String - Type of service evaluated bits.
- use
Shortcut StringSla - Enable/disable use of ADVPN shortcut for quality comparison. Valid values:
disable
,enable
. - users String
- User name.
- wanprof String
- Wanprof.
- wantemp
System StringSdwan Service Id - an identifier for the resource with format {{fosid}}.
- zone
Mode String - Enable/disable zone mode. Valid values:
disable
,enable
.
Supporting Types
WantempSystemSdwanServiceSla, WantempSystemSdwanServiceSlaArgs
- Health
Check string - SD-WAN health-check.
- Id double
- SLA ID.
- Health
Check string - SD-WAN health-check.
- Id float64
- SLA ID.
- health
Check String - SD-WAN health-check.
- id Double
- SLA ID.
- health
Check string - SD-WAN health-check.
- id number
- SLA ID.
- health_
check str - SD-WAN health-check.
- id float
- SLA ID.
- health
Check String - SD-WAN health-check.
- id Number
- SLA ID.
Import
Wantemp SystemSdwanService 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/wantempSystemSdwanService:WantempSystemSdwanService 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.