fortimanager.WantempSystemSdwan
Explore with Pulumi AI
Configure redundant Internet connections with multiple outbound links and health-check profiles.
The following variables have sub resource. Avoid using them together, otherwise conflicts and overwrites may occur.
duplication
:fortimanager.WantempSystemSdwanDuplication
health_check
:fortimanager.WantempSystemSdwanHealthcheck
health_check_fortiguard
:fortimanager_wantemp_system_sdwan_healthcheckfortiguard
members
:fortimanager.WantempSystemSdwanMembers
neighbor
:fortimanager.WantempSystemSdwanNeighbor
service
:fortimanager.WantempSystemSdwanService
zone
:fortimanager.WantempSystemSdwanZone
Create WantempSystemSdwan Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new WantempSystemSdwan(name: string, args: WantempSystemSdwanArgs, opts?: CustomResourceOptions);
@overload
def WantempSystemSdwan(resource_name: str,
args: WantempSystemSdwanArgs,
opts: Optional[ResourceOptions] = None)
@overload
def WantempSystemSdwan(resource_name: str,
opts: Optional[ResourceOptions] = None,
wanprof: Optional[str] = None,
members: Optional[Sequence[WantempSystemSdwanMemberArgs]] = None,
duplications: Optional[Sequence[WantempSystemSdwanDuplicationArgs]] = None,
neighbor_hold_down: Optional[str] = None,
dynamic_sort_subtable: Optional[str] = None,
fail_alert_interfaces: Optional[Sequence[str]] = None,
fail_detect: Optional[str] = None,
health_check_fortiguards: Optional[Sequence[WantempSystemSdwanHealthCheckFortiguardArgs]] = None,
health_checks: Optional[Sequence[WantempSystemSdwanHealthCheckArgs]] = None,
neighbor_hold_down_time: Optional[float] = None,
adom: Optional[str] = None,
zones: Optional[Sequence[WantempSystemSdwanZoneArgs]] = None,
duplication_max_num: Optional[float] = None,
load_balance_mode: Optional[str] = None,
neighbors: Optional[Sequence[WantempSystemSdwanNeighborArgs]] = None,
options: Optional[Sequence[str]] = None,
scopetype: Optional[str] = None,
services: Optional[Sequence[WantempSystemSdwanServiceArgs]] = None,
speedtest_bypass_routing: Optional[str] = None,
status: Optional[str] = None,
app_perf_log_period: Optional[float] = None,
wantemp_system_sdwan_id: Optional[str] = None,
neighbor_hold_boot_time: Optional[float] = None)
func NewWantempSystemSdwan(ctx *Context, name string, args WantempSystemSdwanArgs, opts ...ResourceOption) (*WantempSystemSdwan, error)
public WantempSystemSdwan(string name, WantempSystemSdwanArgs args, CustomResourceOptions? opts = null)
public WantempSystemSdwan(String name, WantempSystemSdwanArgs args)
public WantempSystemSdwan(String name, WantempSystemSdwanArgs args, CustomResourceOptions options)
type: fortimanager:WantempSystemSdwan
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 WantempSystemSdwanArgs
- 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 WantempSystemSdwanArgs
- 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 WantempSystemSdwanArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args WantempSystemSdwanArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args WantempSystemSdwanArgs
- 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 wantempSystemSdwanResource = new Fortimanager.WantempSystemSdwan("wantempSystemSdwanResource", new()
{
Wanprof = "string",
Members = new[]
{
new Fortimanager.Inputs.WantempSystemSdwanMemberArgs
{
_dynamicMember = "string",
Comment = "string",
Cost = "string",
Gateway = "string",
Gateway6 = "string",
IngressSpilloverThreshold = 0,
Interface = "string",
PreferredSource = "string",
Priority = 0,
Priority6 = 0,
PriorityInSla = 0,
PriorityOutSla = 0,
SeqNum = 0,
Source = "string",
Source6 = "string",
SpilloverThreshold = 0,
Status = "string",
TransportGroup = 0,
VolumeRatio = 0,
Weight = 0,
Zone = "string",
},
},
Duplications = new[]
{
new Fortimanager.Inputs.WantempSystemSdwanDuplicationArgs
{
Dstaddr = "string",
Dstaddr6 = "string",
Dstintf = "string",
Id = 0,
PacketDeDuplication = "string",
PacketDuplication = "string",
Service = "string",
ServiceId = "string",
SlaMatchService = "string",
Srcaddr = "string",
Srcaddr6 = "string",
Srcintf = "string",
},
},
NeighborHoldDown = "string",
DynamicSortSubtable = "string",
FailAlertInterfaces = new[]
{
"string",
},
FailDetect = "string",
HealthCheckFortiguards = new[]
{
new Fortimanager.Inputs.WantempSystemSdwanHealthCheckFortiguardArgs
{
AddrMode = "string",
ClassIds = new[]
{
"string",
},
DetectMode = "string",
Diffservcode = "string",
DnsMatchIp = "string",
DnsRequestDomain = "string",
EmbedMeasuredHealth = "string",
Failtime = 0,
FtpFile = "string",
FtpMode = "string",
HaPriority = 0,
HttpAgent = "string",
HttpGet = "string",
HttpMatch = "string",
Interval = 0,
Members = new[]
{
"string",
},
MosCodec = "string",
PacketSize = 0,
Passwords = new[]
{
"string",
},
Port = 0,
ProbeCount = 0,
ProbePackets = "string",
ProbeTimeout = 0,
Protocol = "string",
QualityMeasuredMethod = "string",
Recoverytime = 0,
SecurityMode = "string",
Servers = new[]
{
"string",
},
SlaFailLogPeriod = 0,
SlaIdRedistribute = 0,
SlaPassLogPeriod = 0,
Slas = new[]
{
new Fortimanager.Inputs.WantempSystemSdwanHealthCheckFortiguardSlaArgs
{
Id = 0,
JitterThreshold = 0,
LatencyThreshold = 0,
LinkCostFactors = new[]
{
"string",
},
MosThreshold = "string",
PacketlossThreshold = 0,
PriorityInSla = 0,
PriorityOutSla = 0,
},
},
Source = "string",
Source6 = "string",
SystemDns = "string",
TargetName = "string",
ThresholdAlertJitter = 0,
ThresholdAlertLatency = 0,
ThresholdAlertPacketloss = 0,
ThresholdWarningJitter = 0,
ThresholdWarningLatency = 0,
ThresholdWarningPacketloss = 0,
UpdateCascadeInterface = "string",
UpdateStaticRoute = "string",
User = "string",
Vrf = 0,
},
},
HealthChecks = new[]
{
new Fortimanager.Inputs.WantempSystemSdwanHealthCheckArgs
{
_dynamicServer = "string",
AddrMode = "string",
ClassId = "string",
DetectMode = "string",
Diffservcode = "string",
DnsMatchIp = "string",
DnsRequestDomain = "string",
EmbedMeasuredHealth = "string",
Failtime = 0,
FtpFile = "string",
FtpMode = "string",
HaPriority = 0,
HttpAgent = "string",
HttpGet = "string",
HttpMatch = "string",
Interval = 0,
Members = new[]
{
"string",
},
MosCodec = "string",
Name = "string",
PacketSize = 0,
Passwords = new[]
{
"string",
},
Port = 0,
ProbeCount = 0,
ProbePackets = "string",
ProbeTimeout = 0,
Protocol = "string",
QualityMeasuredMethod = "string",
Recoverytime = 0,
SecurityMode = "string",
Servers = new[]
{
"string",
},
SlaFailLogPeriod = 0,
SlaIdRedistribute = 0,
SlaPassLogPeriod = 0,
Slas = new[]
{
new Fortimanager.Inputs.WantempSystemSdwanHealthCheckSlaArgs
{
Id = 0,
JitterThreshold = 0,
LatencyThreshold = 0,
LinkCostFactors = new[]
{
"string",
},
MosThreshold = "string",
PacketlossThreshold = 0,
PriorityInSla = 0,
PriorityOutSla = 0,
},
},
Source = "string",
Source6 = "string",
SystemDns = "string",
ThresholdAlertJitter = 0,
ThresholdAlertLatency = 0,
ThresholdAlertPacketloss = 0,
ThresholdWarningJitter = 0,
ThresholdWarningLatency = 0,
ThresholdWarningPacketloss = 0,
UpdateCascadeInterface = "string",
UpdateStaticRoute = "string",
User = "string",
Vrf = 0,
},
},
NeighborHoldDownTime = 0,
Adom = "string",
Zones = new[]
{
new Fortimanager.Inputs.WantempSystemSdwanZoneArgs
{
AdvpnHealthCheck = "string",
AdvpnSelect = "string",
MinimumSlaMeetMembers = 0,
Name = "string",
ServiceSlaTieBreak = "string",
},
},
DuplicationMaxNum = 0,
LoadBalanceMode = "string",
Neighbors = new[]
{
new Fortimanager.Inputs.WantempSystemSdwanNeighborArgs
{
HealthCheck = "string",
Ip = "string",
Member = "string",
MinimumSlaMeetMembers = 0,
Mode = "string",
Role = "string",
ServiceId = "string",
SlaId = 0,
},
},
Options = new[]
{
"string",
},
Scopetype = "string",
Services = new[]
{
new Fortimanager.Inputs.WantempSystemSdwanServiceArgs
{
AddrMode = "string",
AgentExclusive = "string",
BandwidthWeight = 0,
Comment = "string",
Default = "string",
DscpForward = "string",
DscpForwardTag = "string",
DscpReverse = "string",
DscpReverseTag = "string",
Dst = "string",
Dst6 = "string",
DstNegate = "string",
EndPort = 0,
EndSrcPort = 0,
Gateway = "string",
Groups = "string",
HashMode = "string",
HealthCheck = "string",
HoldDownTime = 0,
Id = 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,
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",
ZoneMode = "string",
},
},
SpeedtestBypassRouting = "string",
Status = "string",
AppPerfLogPeriod = 0,
WantempSystemSdwanId = "string",
NeighborHoldBootTime = 0,
});
example, err := fortimanager.NewWantempSystemSdwan(ctx, "wantempSystemSdwanResource", &fortimanager.WantempSystemSdwanArgs{
Wanprof: pulumi.String("string"),
Members: .WantempSystemSdwanMemberArray{
&.WantempSystemSdwanMemberArgs{
_dynamicMember: pulumi.String("string"),
Comment: pulumi.String("string"),
Cost: pulumi.String("string"),
Gateway: pulumi.String("string"),
Gateway6: pulumi.String("string"),
IngressSpilloverThreshold: pulumi.Float64(0),
Interface: pulumi.String("string"),
PreferredSource: pulumi.String("string"),
Priority: pulumi.Float64(0),
Priority6: pulumi.Float64(0),
PriorityInSla: pulumi.Float64(0),
PriorityOutSla: pulumi.Float64(0),
SeqNum: pulumi.Float64(0),
Source: pulumi.String("string"),
Source6: pulumi.String("string"),
SpilloverThreshold: pulumi.Float64(0),
Status: pulumi.String("string"),
TransportGroup: pulumi.Float64(0),
VolumeRatio: pulumi.Float64(0),
Weight: pulumi.Float64(0),
Zone: pulumi.String("string"),
},
},
Duplications: .WantempSystemSdwanDuplicationTypeArray{
&.WantempSystemSdwanDuplicationTypeArgs{
Dstaddr: pulumi.String("string"),
Dstaddr6: pulumi.String("string"),
Dstintf: pulumi.String("string"),
Id: pulumi.Float64(0),
PacketDeDuplication: pulumi.String("string"),
PacketDuplication: pulumi.String("string"),
Service: pulumi.String("string"),
ServiceId: pulumi.String("string"),
SlaMatchService: pulumi.String("string"),
Srcaddr: pulumi.String("string"),
Srcaddr6: pulumi.String("string"),
Srcintf: pulumi.String("string"),
},
},
NeighborHoldDown: pulumi.String("string"),
DynamicSortSubtable: pulumi.String("string"),
FailAlertInterfaces: pulumi.StringArray{
pulumi.String("string"),
},
FailDetect: pulumi.String("string"),
HealthCheckFortiguards: .WantempSystemSdwanHealthCheckFortiguardArray{
&.WantempSystemSdwanHealthCheckFortiguardArgs{
AddrMode: pulumi.String("string"),
ClassIds: pulumi.StringArray{
pulumi.String("string"),
},
DetectMode: pulumi.String("string"),
Diffservcode: pulumi.String("string"),
DnsMatchIp: pulumi.String("string"),
DnsRequestDomain: pulumi.String("string"),
EmbedMeasuredHealth: pulumi.String("string"),
Failtime: pulumi.Float64(0),
FtpFile: pulumi.String("string"),
FtpMode: pulumi.String("string"),
HaPriority: pulumi.Float64(0),
HttpAgent: pulumi.String("string"),
HttpGet: pulumi.String("string"),
HttpMatch: pulumi.String("string"),
Interval: pulumi.Float64(0),
Members: pulumi.StringArray{
pulumi.String("string"),
},
MosCodec: pulumi.String("string"),
PacketSize: pulumi.Float64(0),
Passwords: pulumi.StringArray{
pulumi.String("string"),
},
Port: pulumi.Float64(0),
ProbeCount: pulumi.Float64(0),
ProbePackets: pulumi.String("string"),
ProbeTimeout: pulumi.Float64(0),
Protocol: pulumi.String("string"),
QualityMeasuredMethod: pulumi.String("string"),
Recoverytime: pulumi.Float64(0),
SecurityMode: pulumi.String("string"),
Servers: pulumi.StringArray{
pulumi.String("string"),
},
SlaFailLogPeriod: pulumi.Float64(0),
SlaIdRedistribute: pulumi.Float64(0),
SlaPassLogPeriod: pulumi.Float64(0),
Slas: .WantempSystemSdwanHealthCheckFortiguardSlaArray{
&.WantempSystemSdwanHealthCheckFortiguardSlaArgs{
Id: pulumi.Float64(0),
JitterThreshold: pulumi.Float64(0),
LatencyThreshold: pulumi.Float64(0),
LinkCostFactors: pulumi.StringArray{
pulumi.String("string"),
},
MosThreshold: pulumi.String("string"),
PacketlossThreshold: pulumi.Float64(0),
PriorityInSla: pulumi.Float64(0),
PriorityOutSla: pulumi.Float64(0),
},
},
Source: pulumi.String("string"),
Source6: pulumi.String("string"),
SystemDns: pulumi.String("string"),
TargetName: pulumi.String("string"),
ThresholdAlertJitter: pulumi.Float64(0),
ThresholdAlertLatency: pulumi.Float64(0),
ThresholdAlertPacketloss: pulumi.Float64(0),
ThresholdWarningJitter: pulumi.Float64(0),
ThresholdWarningLatency: pulumi.Float64(0),
ThresholdWarningPacketloss: pulumi.Float64(0),
UpdateCascadeInterface: pulumi.String("string"),
UpdateStaticRoute: pulumi.String("string"),
User: pulumi.String("string"),
Vrf: pulumi.Float64(0),
},
},
HealthChecks: .WantempSystemSdwanHealthCheckTypeArray{
&.WantempSystemSdwanHealthCheckTypeArgs{
_dynamicServer: pulumi.String("string"),
AddrMode: pulumi.String("string"),
ClassId: pulumi.String("string"),
DetectMode: pulumi.String("string"),
Diffservcode: pulumi.String("string"),
DnsMatchIp: pulumi.String("string"),
DnsRequestDomain: pulumi.String("string"),
EmbedMeasuredHealth: pulumi.String("string"),
Failtime: pulumi.Float64(0),
FtpFile: pulumi.String("string"),
FtpMode: pulumi.String("string"),
HaPriority: pulumi.Float64(0),
HttpAgent: pulumi.String("string"),
HttpGet: pulumi.String("string"),
HttpMatch: pulumi.String("string"),
Interval: pulumi.Float64(0),
Members: pulumi.StringArray{
pulumi.String("string"),
},
MosCodec: pulumi.String("string"),
Name: pulumi.String("string"),
PacketSize: pulumi.Float64(0),
Passwords: pulumi.StringArray{
pulumi.String("string"),
},
Port: pulumi.Float64(0),
ProbeCount: pulumi.Float64(0),
ProbePackets: pulumi.String("string"),
ProbeTimeout: pulumi.Float64(0),
Protocol: pulumi.String("string"),
QualityMeasuredMethod: pulumi.String("string"),
Recoverytime: pulumi.Float64(0),
SecurityMode: pulumi.String("string"),
Servers: pulumi.StringArray{
pulumi.String("string"),
},
SlaFailLogPeriod: pulumi.Float64(0),
SlaIdRedistribute: pulumi.Float64(0),
SlaPassLogPeriod: pulumi.Float64(0),
Slas: .WantempSystemSdwanHealthCheckSlaTypeArray{
&.WantempSystemSdwanHealthCheckSlaTypeArgs{
Id: pulumi.Float64(0),
JitterThreshold: pulumi.Float64(0),
LatencyThreshold: pulumi.Float64(0),
LinkCostFactors: pulumi.StringArray{
pulumi.String("string"),
},
MosThreshold: pulumi.String("string"),
PacketlossThreshold: pulumi.Float64(0),
PriorityInSla: pulumi.Float64(0),
PriorityOutSla: pulumi.Float64(0),
},
},
Source: pulumi.String("string"),
Source6: pulumi.String("string"),
SystemDns: pulumi.String("string"),
ThresholdAlertJitter: pulumi.Float64(0),
ThresholdAlertLatency: pulumi.Float64(0),
ThresholdAlertPacketloss: pulumi.Float64(0),
ThresholdWarningJitter: pulumi.Float64(0),
ThresholdWarningLatency: pulumi.Float64(0),
ThresholdWarningPacketloss: pulumi.Float64(0),
UpdateCascadeInterface: pulumi.String("string"),
UpdateStaticRoute: pulumi.String("string"),
User: pulumi.String("string"),
Vrf: pulumi.Float64(0),
},
},
NeighborHoldDownTime: pulumi.Float64(0),
Adom: pulumi.String("string"),
Zones: .WantempSystemSdwanZoneTypeArray{
&.WantempSystemSdwanZoneTypeArgs{
AdvpnHealthCheck: pulumi.String("string"),
AdvpnSelect: pulumi.String("string"),
MinimumSlaMeetMembers: pulumi.Float64(0),
Name: pulumi.String("string"),
ServiceSlaTieBreak: pulumi.String("string"),
},
},
DuplicationMaxNum: pulumi.Float64(0),
LoadBalanceMode: pulumi.String("string"),
Neighbors: .WantempSystemSdwanNeighborTypeArray{
&.WantempSystemSdwanNeighborTypeArgs{
HealthCheck: pulumi.String("string"),
Ip: pulumi.String("string"),
Member: pulumi.String("string"),
MinimumSlaMeetMembers: pulumi.Float64(0),
Mode: pulumi.String("string"),
Role: pulumi.String("string"),
ServiceId: pulumi.String("string"),
SlaId: pulumi.Float64(0),
},
},
Options: pulumi.StringArray{
pulumi.String("string"),
},
Scopetype: pulumi.String("string"),
Services: .WantempSystemSdwanServiceTypeArray{
&.WantempSystemSdwanServiceTypeArgs{
AddrMode: 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"),
EndPort: pulumi.Float64(0),
EndSrcPort: pulumi.Float64(0),
Gateway: pulumi.String("string"),
Groups: pulumi.String("string"),
HashMode: pulumi.String("string"),
HealthCheck: pulumi.String("string"),
HoldDownTime: pulumi.Float64(0),
Id: 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),
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"),
ZoneMode: pulumi.String("string"),
},
},
SpeedtestBypassRouting: pulumi.String("string"),
Status: pulumi.String("string"),
AppPerfLogPeriod: pulumi.Float64(0),
WantempSystemSdwanId: pulumi.String("string"),
NeighborHoldBootTime: pulumi.Float64(0),
})
var wantempSystemSdwanResource = new WantempSystemSdwan("wantempSystemSdwanResource", WantempSystemSdwanArgs.builder()
.wanprof("string")
.members(WantempSystemSdwanMemberArgs.builder()
._dynamicMember("string")
.comment("string")
.cost("string")
.gateway("string")
.gateway6("string")
.ingressSpilloverThreshold(0)
.interface_("string")
.preferredSource("string")
.priority(0)
.priority6(0)
.priorityInSla(0)
.priorityOutSla(0)
.seqNum(0)
.source("string")
.source6("string")
.spilloverThreshold(0)
.status("string")
.transportGroup(0)
.volumeRatio(0)
.weight(0)
.zone("string")
.build())
.duplications(WantempSystemSdwanDuplicationArgs.builder()
.dstaddr("string")
.dstaddr6("string")
.dstintf("string")
.id(0)
.packetDeDuplication("string")
.packetDuplication("string")
.service("string")
.serviceId("string")
.slaMatchService("string")
.srcaddr("string")
.srcaddr6("string")
.srcintf("string")
.build())
.neighborHoldDown("string")
.dynamicSortSubtable("string")
.failAlertInterfaces("string")
.failDetect("string")
.healthCheckFortiguards(WantempSystemSdwanHealthCheckFortiguardArgs.builder()
.addrMode("string")
.classIds("string")
.detectMode("string")
.diffservcode("string")
.dnsMatchIp("string")
.dnsRequestDomain("string")
.embedMeasuredHealth("string")
.failtime(0)
.ftpFile("string")
.ftpMode("string")
.haPriority(0)
.httpAgent("string")
.httpGet("string")
.httpMatch("string")
.interval(0)
.members("string")
.mosCodec("string")
.packetSize(0)
.passwords("string")
.port(0)
.probeCount(0)
.probePackets("string")
.probeTimeout(0)
.protocol("string")
.qualityMeasuredMethod("string")
.recoverytime(0)
.securityMode("string")
.servers("string")
.slaFailLogPeriod(0)
.slaIdRedistribute(0)
.slaPassLogPeriod(0)
.slas(WantempSystemSdwanHealthCheckFortiguardSlaArgs.builder()
.id(0)
.jitterThreshold(0)
.latencyThreshold(0)
.linkCostFactors("string")
.mosThreshold("string")
.packetlossThreshold(0)
.priorityInSla(0)
.priorityOutSla(0)
.build())
.source("string")
.source6("string")
.systemDns("string")
.targetName("string")
.thresholdAlertJitter(0)
.thresholdAlertLatency(0)
.thresholdAlertPacketloss(0)
.thresholdWarningJitter(0)
.thresholdWarningLatency(0)
.thresholdWarningPacketloss(0)
.updateCascadeInterface("string")
.updateStaticRoute("string")
.user("string")
.vrf(0)
.build())
.healthChecks(WantempSystemSdwanHealthCheckArgs.builder()
._dynamicServer("string")
.addrMode("string")
.classId("string")
.detectMode("string")
.diffservcode("string")
.dnsMatchIp("string")
.dnsRequestDomain("string")
.embedMeasuredHealth("string")
.failtime(0)
.ftpFile("string")
.ftpMode("string")
.haPriority(0)
.httpAgent("string")
.httpGet("string")
.httpMatch("string")
.interval(0)
.members("string")
.mosCodec("string")
.name("string")
.packetSize(0)
.passwords("string")
.port(0)
.probeCount(0)
.probePackets("string")
.probeTimeout(0)
.protocol("string")
.qualityMeasuredMethod("string")
.recoverytime(0)
.securityMode("string")
.servers("string")
.slaFailLogPeriod(0)
.slaIdRedistribute(0)
.slaPassLogPeriod(0)
.slas(WantempSystemSdwanHealthCheckSlaArgs.builder()
.id(0)
.jitterThreshold(0)
.latencyThreshold(0)
.linkCostFactors("string")
.mosThreshold("string")
.packetlossThreshold(0)
.priorityInSla(0)
.priorityOutSla(0)
.build())
.source("string")
.source6("string")
.systemDns("string")
.thresholdAlertJitter(0)
.thresholdAlertLatency(0)
.thresholdAlertPacketloss(0)
.thresholdWarningJitter(0)
.thresholdWarningLatency(0)
.thresholdWarningPacketloss(0)
.updateCascadeInterface("string")
.updateStaticRoute("string")
.user("string")
.vrf(0)
.build())
.neighborHoldDownTime(0)
.adom("string")
.zones(WantempSystemSdwanZoneArgs.builder()
.advpnHealthCheck("string")
.advpnSelect("string")
.minimumSlaMeetMembers(0)
.name("string")
.serviceSlaTieBreak("string")
.build())
.duplicationMaxNum(0)
.loadBalanceMode("string")
.neighbors(WantempSystemSdwanNeighborArgs.builder()
.healthCheck("string")
.ip("string")
.member("string")
.minimumSlaMeetMembers(0)
.mode("string")
.role("string")
.serviceId("string")
.slaId(0)
.build())
.options("string")
.scopetype("string")
.services(WantempSystemSdwanServiceArgs.builder()
.addrMode("string")
.agentExclusive("string")
.bandwidthWeight(0)
.comment("string")
.default_("string")
.dscpForward("string")
.dscpForwardTag("string")
.dscpReverse("string")
.dscpReverseTag("string")
.dst("string")
.dst6("string")
.dstNegate("string")
.endPort(0)
.endSrcPort(0)
.gateway("string")
.groups("string")
.hashMode("string")
.healthCheck("string")
.holdDownTime(0)
.id(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)
.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")
.zoneMode("string")
.build())
.speedtestBypassRouting("string")
.status("string")
.appPerfLogPeriod(0)
.wantempSystemSdwanId("string")
.neighborHoldBootTime(0)
.build());
wantemp_system_sdwan_resource = fortimanager.WantempSystemSdwan("wantempSystemSdwanResource",
wanprof="string",
members=[{
"_dynamic_member": "string",
"comment": "string",
"cost": "string",
"gateway": "string",
"gateway6": "string",
"ingress_spillover_threshold": 0,
"interface": "string",
"preferred_source": "string",
"priority": 0,
"priority6": 0,
"priority_in_sla": 0,
"priority_out_sla": 0,
"seq_num": 0,
"source": "string",
"source6": "string",
"spillover_threshold": 0,
"status": "string",
"transport_group": 0,
"volume_ratio": 0,
"weight": 0,
"zone": "string",
}],
duplications=[{
"dstaddr": "string",
"dstaddr6": "string",
"dstintf": "string",
"id": 0,
"packet_de_duplication": "string",
"packet_duplication": "string",
"service": "string",
"service_id": "string",
"sla_match_service": "string",
"srcaddr": "string",
"srcaddr6": "string",
"srcintf": "string",
}],
neighbor_hold_down="string",
dynamic_sort_subtable="string",
fail_alert_interfaces=["string"],
fail_detect="string",
health_check_fortiguards=[{
"addr_mode": "string",
"class_ids": ["string"],
"detect_mode": "string",
"diffservcode": "string",
"dns_match_ip": "string",
"dns_request_domain": "string",
"embed_measured_health": "string",
"failtime": 0,
"ftp_file": "string",
"ftp_mode": "string",
"ha_priority": 0,
"http_agent": "string",
"http_get": "string",
"http_match": "string",
"interval": 0,
"members": ["string"],
"mos_codec": "string",
"packet_size": 0,
"passwords": ["string"],
"port": 0,
"probe_count": 0,
"probe_packets": "string",
"probe_timeout": 0,
"protocol": "string",
"quality_measured_method": "string",
"recoverytime": 0,
"security_mode": "string",
"servers": ["string"],
"sla_fail_log_period": 0,
"sla_id_redistribute": 0,
"sla_pass_log_period": 0,
"slas": [{
"id": 0,
"jitter_threshold": 0,
"latency_threshold": 0,
"link_cost_factors": ["string"],
"mos_threshold": "string",
"packetloss_threshold": 0,
"priority_in_sla": 0,
"priority_out_sla": 0,
}],
"source": "string",
"source6": "string",
"system_dns": "string",
"target_name": "string",
"threshold_alert_jitter": 0,
"threshold_alert_latency": 0,
"threshold_alert_packetloss": 0,
"threshold_warning_jitter": 0,
"threshold_warning_latency": 0,
"threshold_warning_packetloss": 0,
"update_cascade_interface": "string",
"update_static_route": "string",
"user": "string",
"vrf": 0,
}],
health_checks=[{
"_dynamic_server": "string",
"addr_mode": "string",
"class_id": "string",
"detect_mode": "string",
"diffservcode": "string",
"dns_match_ip": "string",
"dns_request_domain": "string",
"embed_measured_health": "string",
"failtime": 0,
"ftp_file": "string",
"ftp_mode": "string",
"ha_priority": 0,
"http_agent": "string",
"http_get": "string",
"http_match": "string",
"interval": 0,
"members": ["string"],
"mos_codec": "string",
"name": "string",
"packet_size": 0,
"passwords": ["string"],
"port": 0,
"probe_count": 0,
"probe_packets": "string",
"probe_timeout": 0,
"protocol": "string",
"quality_measured_method": "string",
"recoverytime": 0,
"security_mode": "string",
"servers": ["string"],
"sla_fail_log_period": 0,
"sla_id_redistribute": 0,
"sla_pass_log_period": 0,
"slas": [{
"id": 0,
"jitter_threshold": 0,
"latency_threshold": 0,
"link_cost_factors": ["string"],
"mos_threshold": "string",
"packetloss_threshold": 0,
"priority_in_sla": 0,
"priority_out_sla": 0,
}],
"source": "string",
"source6": "string",
"system_dns": "string",
"threshold_alert_jitter": 0,
"threshold_alert_latency": 0,
"threshold_alert_packetloss": 0,
"threshold_warning_jitter": 0,
"threshold_warning_latency": 0,
"threshold_warning_packetloss": 0,
"update_cascade_interface": "string",
"update_static_route": "string",
"user": "string",
"vrf": 0,
}],
neighbor_hold_down_time=0,
adom="string",
zones=[{
"advpn_health_check": "string",
"advpn_select": "string",
"minimum_sla_meet_members": 0,
"name": "string",
"service_sla_tie_break": "string",
}],
duplication_max_num=0,
load_balance_mode="string",
neighbors=[{
"health_check": "string",
"ip": "string",
"member": "string",
"minimum_sla_meet_members": 0,
"mode": "string",
"role": "string",
"service_id": "string",
"sla_id": 0,
}],
options=["string"],
scopetype="string",
services=[{
"addr_mode": "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",
"end_port": 0,
"end_src_port": 0,
"gateway": "string",
"groups": "string",
"hash_mode": "string",
"health_check": "string",
"hold_down_time": 0,
"id": 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,
"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",
"zone_mode": "string",
}],
speedtest_bypass_routing="string",
status="string",
app_perf_log_period=0,
wantemp_system_sdwan_id="string",
neighbor_hold_boot_time=0)
const wantempSystemSdwanResource = new fortimanager.WantempSystemSdwan("wantempSystemSdwanResource", {
wanprof: "string",
members: [{
_dynamicMember: "string",
comment: "string",
cost: "string",
gateway: "string",
gateway6: "string",
ingressSpilloverThreshold: 0,
"interface": "string",
preferredSource: "string",
priority: 0,
priority6: 0,
priorityInSla: 0,
priorityOutSla: 0,
seqNum: 0,
source: "string",
source6: "string",
spilloverThreshold: 0,
status: "string",
transportGroup: 0,
volumeRatio: 0,
weight: 0,
zone: "string",
}],
duplications: [{
dstaddr: "string",
dstaddr6: "string",
dstintf: "string",
id: 0,
packetDeDuplication: "string",
packetDuplication: "string",
service: "string",
serviceId: "string",
slaMatchService: "string",
srcaddr: "string",
srcaddr6: "string",
srcintf: "string",
}],
neighborHoldDown: "string",
dynamicSortSubtable: "string",
failAlertInterfaces: ["string"],
failDetect: "string",
healthCheckFortiguards: [{
addrMode: "string",
classIds: ["string"],
detectMode: "string",
diffservcode: "string",
dnsMatchIp: "string",
dnsRequestDomain: "string",
embedMeasuredHealth: "string",
failtime: 0,
ftpFile: "string",
ftpMode: "string",
haPriority: 0,
httpAgent: "string",
httpGet: "string",
httpMatch: "string",
interval: 0,
members: ["string"],
mosCodec: "string",
packetSize: 0,
passwords: ["string"],
port: 0,
probeCount: 0,
probePackets: "string",
probeTimeout: 0,
protocol: "string",
qualityMeasuredMethod: "string",
recoverytime: 0,
securityMode: "string",
servers: ["string"],
slaFailLogPeriod: 0,
slaIdRedistribute: 0,
slaPassLogPeriod: 0,
slas: [{
id: 0,
jitterThreshold: 0,
latencyThreshold: 0,
linkCostFactors: ["string"],
mosThreshold: "string",
packetlossThreshold: 0,
priorityInSla: 0,
priorityOutSla: 0,
}],
source: "string",
source6: "string",
systemDns: "string",
targetName: "string",
thresholdAlertJitter: 0,
thresholdAlertLatency: 0,
thresholdAlertPacketloss: 0,
thresholdWarningJitter: 0,
thresholdWarningLatency: 0,
thresholdWarningPacketloss: 0,
updateCascadeInterface: "string",
updateStaticRoute: "string",
user: "string",
vrf: 0,
}],
healthChecks: [{
_dynamicServer: "string",
addrMode: "string",
classId: "string",
detectMode: "string",
diffservcode: "string",
dnsMatchIp: "string",
dnsRequestDomain: "string",
embedMeasuredHealth: "string",
failtime: 0,
ftpFile: "string",
ftpMode: "string",
haPriority: 0,
httpAgent: "string",
httpGet: "string",
httpMatch: "string",
interval: 0,
members: ["string"],
mosCodec: "string",
name: "string",
packetSize: 0,
passwords: ["string"],
port: 0,
probeCount: 0,
probePackets: "string",
probeTimeout: 0,
protocol: "string",
qualityMeasuredMethod: "string",
recoverytime: 0,
securityMode: "string",
servers: ["string"],
slaFailLogPeriod: 0,
slaIdRedistribute: 0,
slaPassLogPeriod: 0,
slas: [{
id: 0,
jitterThreshold: 0,
latencyThreshold: 0,
linkCostFactors: ["string"],
mosThreshold: "string",
packetlossThreshold: 0,
priorityInSla: 0,
priorityOutSla: 0,
}],
source: "string",
source6: "string",
systemDns: "string",
thresholdAlertJitter: 0,
thresholdAlertLatency: 0,
thresholdAlertPacketloss: 0,
thresholdWarningJitter: 0,
thresholdWarningLatency: 0,
thresholdWarningPacketloss: 0,
updateCascadeInterface: "string",
updateStaticRoute: "string",
user: "string",
vrf: 0,
}],
neighborHoldDownTime: 0,
adom: "string",
zones: [{
advpnHealthCheck: "string",
advpnSelect: "string",
minimumSlaMeetMembers: 0,
name: "string",
serviceSlaTieBreak: "string",
}],
duplicationMaxNum: 0,
loadBalanceMode: "string",
neighbors: [{
healthCheck: "string",
ip: "string",
member: "string",
minimumSlaMeetMembers: 0,
mode: "string",
role: "string",
serviceId: "string",
slaId: 0,
}],
options: ["string"],
scopetype: "string",
services: [{
addrMode: "string",
agentExclusive: "string",
bandwidthWeight: 0,
comment: "string",
"default": "string",
dscpForward: "string",
dscpForwardTag: "string",
dscpReverse: "string",
dscpReverseTag: "string",
dst: "string",
dst6: "string",
dstNegate: "string",
endPort: 0,
endSrcPort: 0,
gateway: "string",
groups: "string",
hashMode: "string",
healthCheck: "string",
holdDownTime: 0,
id: 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,
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",
zoneMode: "string",
}],
speedtestBypassRouting: "string",
status: "string",
appPerfLogPeriod: 0,
wantempSystemSdwanId: "string",
neighborHoldBootTime: 0,
});
type: fortimanager:WantempSystemSdwan
properties:
adom: string
appPerfLogPeriod: 0
duplicationMaxNum: 0
duplications:
- dstaddr: string
dstaddr6: string
dstintf: string
id: 0
packetDeDuplication: string
packetDuplication: string
service: string
serviceId: string
slaMatchService: string
srcaddr: string
srcaddr6: string
srcintf: string
dynamicSortSubtable: string
failAlertInterfaces:
- string
failDetect: string
healthCheckFortiguards:
- addrMode: string
classIds:
- string
detectMode: string
diffservcode: string
dnsMatchIp: string
dnsRequestDomain: string
embedMeasuredHealth: string
failtime: 0
ftpFile: string
ftpMode: string
haPriority: 0
httpAgent: string
httpGet: string
httpMatch: string
interval: 0
members:
- string
mosCodec: string
packetSize: 0
passwords:
- string
port: 0
probeCount: 0
probePackets: string
probeTimeout: 0
protocol: string
qualityMeasuredMethod: string
recoverytime: 0
securityMode: string
servers:
- string
slaFailLogPeriod: 0
slaIdRedistribute: 0
slaPassLogPeriod: 0
slas:
- id: 0
jitterThreshold: 0
latencyThreshold: 0
linkCostFactors:
- string
mosThreshold: string
packetlossThreshold: 0
priorityInSla: 0
priorityOutSla: 0
source: string
source6: string
systemDns: string
targetName: string
thresholdAlertJitter: 0
thresholdAlertLatency: 0
thresholdAlertPacketloss: 0
thresholdWarningJitter: 0
thresholdWarningLatency: 0
thresholdWarningPacketloss: 0
updateCascadeInterface: string
updateStaticRoute: string
user: string
vrf: 0
healthChecks:
- _dynamicServer: string
addrMode: string
classId: string
detectMode: string
diffservcode: string
dnsMatchIp: string
dnsRequestDomain: string
embedMeasuredHealth: string
failtime: 0
ftpFile: string
ftpMode: string
haPriority: 0
httpAgent: string
httpGet: string
httpMatch: string
interval: 0
members:
- string
mosCodec: string
name: string
packetSize: 0
passwords:
- string
port: 0
probeCount: 0
probePackets: string
probeTimeout: 0
protocol: string
qualityMeasuredMethod: string
recoverytime: 0
securityMode: string
servers:
- string
slaFailLogPeriod: 0
slaIdRedistribute: 0
slaPassLogPeriod: 0
slas:
- id: 0
jitterThreshold: 0
latencyThreshold: 0
linkCostFactors:
- string
mosThreshold: string
packetlossThreshold: 0
priorityInSla: 0
priorityOutSla: 0
source: string
source6: string
systemDns: string
thresholdAlertJitter: 0
thresholdAlertLatency: 0
thresholdAlertPacketloss: 0
thresholdWarningJitter: 0
thresholdWarningLatency: 0
thresholdWarningPacketloss: 0
updateCascadeInterface: string
updateStaticRoute: string
user: string
vrf: 0
loadBalanceMode: string
members:
- _dynamicMember: string
comment: string
cost: string
gateway: string
gateway6: string
ingressSpilloverThreshold: 0
interface: string
preferredSource: string
priority: 0
priority6: 0
priorityInSla: 0
priorityOutSla: 0
seqNum: 0
source: string
source6: string
spilloverThreshold: 0
status: string
transportGroup: 0
volumeRatio: 0
weight: 0
zone: string
neighborHoldBootTime: 0
neighborHoldDown: string
neighborHoldDownTime: 0
neighbors:
- healthCheck: string
ip: string
member: string
minimumSlaMeetMembers: 0
mode: string
role: string
serviceId: string
slaId: 0
options:
- string
scopetype: string
services:
- addrMode: string
agentExclusive: string
bandwidthWeight: 0
comment: string
default: string
dscpForward: string
dscpForwardTag: string
dscpReverse: string
dscpReverseTag: string
dst: string
dst6: string
dstNegate: string
endPort: 0
endSrcPort: 0
gateway: string
groups: string
hashMode: string
healthCheck: string
holdDownTime: 0
id: 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
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
zoneMode: string
speedtestBypassRouting: string
status: string
wanprof: string
wantempSystemSdwanId: string
zones:
- advpnHealthCheck: string
advpnSelect: string
minimumSlaMeetMembers: 0
name: string
serviceSlaTieBreak: string
WantempSystemSdwan 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 WantempSystemSdwan resource accepts the following input properties:
- Wanprof string
- Wanprof.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - App
Perf doubleLog Period - Time interval in seconds that applicationperformance logs are generated (0 - 3600, default = 0).
- Duplication
Max doubleNum - Maximum number of interface members a packet is duplicated in the SD-WAN zone (2 - 4, default = 2; if set to 3, the original packet plus 2 more copies are created).
- Duplications
List<Wantemp
System Sdwan Duplication> - Duplication. The structure of
duplication
block is documented below. - 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.
- Fail
Alert List<string>Interfaces - Physical interfaces that will be alerted.
- Fail
Detect string - Enable/disable SD-WAN Internet connection status checking (failure detection). Valid values:
disable
,enable
. - Health
Check List<WantempFortiguards System Sdwan Health Check Fortiguard> - Health-Check-Fortiguard. The structure of
health_check_fortiguard
block is documented below. - Health
Checks List<WantempSystem Sdwan Health Check> - Health-Check. The structure of
health_check
block is documented below. - Load
Balance stringMode - Algorithm or mode to use for load balancing Internet traffic to SD-WAN members. Valid values:
source-ip-based
,weight-based
,usage-based
,source-dest-ip-based
,measured-volume-based
. - Members
List<Wantemp
System Sdwan Member> - Members. The structure of
members
block is documented below. - Neighbor
Hold doubleBoot Time - Waiting period in seconds when switching from the primary neighbor to the secondary neighbor from the neighbor start. (0 - 10000000, default = 0).
- Neighbor
Hold stringDown - Enable/disable hold switching from the secondary neighbor to the primary neighbor. Valid values:
disable
,enable
. - Neighbor
Hold doubleDown Time - Waiting period in seconds when switching from the secondary neighbor to the primary neighbor when hold-down is disabled. (0 - 10000000, default = 0).
- Neighbors
List<Wantemp
System Sdwan Neighbor> - Neighbor. The structure of
neighbor
block is documented below. - Options List<string>
- Option. Valid values:
sdwan-overlay
,sdwan-manager
. - 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
. - Services
List<Wantemp
System Sdwan Service> - Service. The structure of
service
block is documented below. - Speedtest
Bypass stringRouting - Enable/disable bypass routing when speedtest on a SD-WAN member. Valid values:
disable
,enable
. - Status string
- Enable/disable SD-WAN. Valid values:
disable
,enable
. - Wantemp
System stringSdwan Id - an identifier for the resource.
- Zones
List<Wantemp
System Sdwan Zone> - Zone. The structure of
zone
block is documented below.
- Wanprof string
- Wanprof.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - App
Perf float64Log Period - Time interval in seconds that applicationperformance logs are generated (0 - 3600, default = 0).
- Duplication
Max float64Num - Maximum number of interface members a packet is duplicated in the SD-WAN zone (2 - 4, default = 2; if set to 3, the original packet plus 2 more copies are created).
- Duplications
[]Wantemp
System Sdwan Duplication Type Args - Duplication. The structure of
duplication
block is documented below. - 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.
- Fail
Alert []stringInterfaces - Physical interfaces that will be alerted.
- Fail
Detect string - Enable/disable SD-WAN Internet connection status checking (failure detection). Valid values:
disable
,enable
. - Health
Check []WantempFortiguards System Sdwan Health Check Fortiguard Args - Health-Check-Fortiguard. The structure of
health_check_fortiguard
block is documented below. - Health
Checks []WantempSystem Sdwan Health Check Type Args - Health-Check. The structure of
health_check
block is documented below. - Load
Balance stringMode - Algorithm or mode to use for load balancing Internet traffic to SD-WAN members. Valid values:
source-ip-based
,weight-based
,usage-based
,source-dest-ip-based
,measured-volume-based
. - Members
[]Wantemp
System Sdwan Member Args - Members. The structure of
members
block is documented below. - Neighbor
Hold float64Boot Time - Waiting period in seconds when switching from the primary neighbor to the secondary neighbor from the neighbor start. (0 - 10000000, default = 0).
- Neighbor
Hold stringDown - Enable/disable hold switching from the secondary neighbor to the primary neighbor. Valid values:
disable
,enable
. - Neighbor
Hold float64Down Time - Waiting period in seconds when switching from the secondary neighbor to the primary neighbor when hold-down is disabled. (0 - 10000000, default = 0).
- Neighbors
[]Wantemp
System Sdwan Neighbor Type Args - Neighbor. The structure of
neighbor
block is documented below. - Options []string
- Option. Valid values:
sdwan-overlay
,sdwan-manager
. - 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
. - Services
[]Wantemp
System Sdwan Service Type Args - Service. The structure of
service
block is documented below. - Speedtest
Bypass stringRouting - Enable/disable bypass routing when speedtest on a SD-WAN member. Valid values:
disable
,enable
. - Status string
- Enable/disable SD-WAN. Valid values:
disable
,enable
. - Wantemp
System stringSdwan Id - an identifier for the resource.
- Zones
[]Wantemp
System Sdwan Zone Type Args - Zone. The structure of
zone
block is documented below.
- wanprof String
- Wanprof.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - app
Perf DoubleLog Period - Time interval in seconds that applicationperformance logs are generated (0 - 3600, default = 0).
- duplication
Max DoubleNum - Maximum number of interface members a packet is duplicated in the SD-WAN zone (2 - 4, default = 2; if set to 3, the original packet plus 2 more copies are created).
- duplications
List<Wantemp
System Sdwan Duplication> - Duplication. The structure of
duplication
block is documented below. - 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.
- fail
Alert List<String>Interfaces - Physical interfaces that will be alerted.
- fail
Detect String - Enable/disable SD-WAN Internet connection status checking (failure detection). Valid values:
disable
,enable
. - health
Check List<WantempFortiguards System Sdwan Health Check Fortiguard> - Health-Check-Fortiguard. The structure of
health_check_fortiguard
block is documented below. - health
Checks List<WantempSystem Sdwan Health Check> - Health-Check. The structure of
health_check
block is documented below. - load
Balance StringMode - Algorithm or mode to use for load balancing Internet traffic to SD-WAN members. Valid values:
source-ip-based
,weight-based
,usage-based
,source-dest-ip-based
,measured-volume-based
. - members
List<Wantemp
System Sdwan Member> - Members. The structure of
members
block is documented below. - neighbor
Hold DoubleBoot Time - Waiting period in seconds when switching from the primary neighbor to the secondary neighbor from the neighbor start. (0 - 10000000, default = 0).
- neighbor
Hold StringDown - Enable/disable hold switching from the secondary neighbor to the primary neighbor. Valid values:
disable
,enable
. - neighbor
Hold DoubleDown Time - Waiting period in seconds when switching from the secondary neighbor to the primary neighbor when hold-down is disabled. (0 - 10000000, default = 0).
- neighbors
List<Wantemp
System Sdwan Neighbor> - Neighbor. The structure of
neighbor
block is documented below. - options List<String>
- Option. Valid values:
sdwan-overlay
,sdwan-manager
. - 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
. - services
List<Wantemp
System Sdwan Service> - Service. The structure of
service
block is documented below. - speedtest
Bypass StringRouting - Enable/disable bypass routing when speedtest on a SD-WAN member. Valid values:
disable
,enable
. - status String
- Enable/disable SD-WAN. Valid values:
disable
,enable
. - wantemp
System StringSdwan Id - an identifier for the resource.
- zones
List<Wantemp
System Sdwan Zone> - Zone. The structure of
zone
block is documented below.
- wanprof string
- Wanprof.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - app
Perf numberLog Period - Time interval in seconds that applicationperformance logs are generated (0 - 3600, default = 0).
- duplication
Max numberNum - Maximum number of interface members a packet is duplicated in the SD-WAN zone (2 - 4, default = 2; if set to 3, the original packet plus 2 more copies are created).
- duplications
Wantemp
System Sdwan Duplication[] - Duplication. The structure of
duplication
block is documented below. - 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.
- fail
Alert string[]Interfaces - Physical interfaces that will be alerted.
- fail
Detect string - Enable/disable SD-WAN Internet connection status checking (failure detection). Valid values:
disable
,enable
. - health
Check WantempFortiguards System Sdwan Health Check Fortiguard[] - Health-Check-Fortiguard. The structure of
health_check_fortiguard
block is documented below. - health
Checks WantempSystem Sdwan Health Check[] - Health-Check. The structure of
health_check
block is documented below. - load
Balance stringMode - Algorithm or mode to use for load balancing Internet traffic to SD-WAN members. Valid values:
source-ip-based
,weight-based
,usage-based
,source-dest-ip-based
,measured-volume-based
. - members
Wantemp
System Sdwan Member[] - Members. The structure of
members
block is documented below. - neighbor
Hold numberBoot Time - Waiting period in seconds when switching from the primary neighbor to the secondary neighbor from the neighbor start. (0 - 10000000, default = 0).
- neighbor
Hold stringDown - Enable/disable hold switching from the secondary neighbor to the primary neighbor. Valid values:
disable
,enable
. - neighbor
Hold numberDown Time - Waiting period in seconds when switching from the secondary neighbor to the primary neighbor when hold-down is disabled. (0 - 10000000, default = 0).
- neighbors
Wantemp
System Sdwan Neighbor[] - Neighbor. The structure of
neighbor
block is documented below. - options string[]
- Option. Valid values:
sdwan-overlay
,sdwan-manager
. - 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
. - services
Wantemp
System Sdwan Service[] - Service. The structure of
service
block is documented below. - speedtest
Bypass stringRouting - Enable/disable bypass routing when speedtest on a SD-WAN member. Valid values:
disable
,enable
. - status string
- Enable/disable SD-WAN. Valid values:
disable
,enable
. - wantemp
System stringSdwan Id - an identifier for the resource.
- zones
Wantemp
System Sdwan Zone[] - Zone. The structure of
zone
block is documented below.
- wanprof str
- Wanprof.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - app_
perf_ floatlog_ period - Time interval in seconds that applicationperformance logs are generated (0 - 3600, default = 0).
- duplication_
max_ floatnum - Maximum number of interface members a packet is duplicated in the SD-WAN zone (2 - 4, default = 2; if set to 3, the original packet plus 2 more copies are created).
- duplications
Sequence[Wantemp
System Sdwan Duplication Args] - Duplication. The structure of
duplication
block is documented below. - 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.
- fail_
alert_ Sequence[str]interfaces - Physical interfaces that will be alerted.
- fail_
detect str - Enable/disable SD-WAN Internet connection status checking (failure detection). Valid values:
disable
,enable
. - health_
check_ Sequence[Wantempfortiguards System Sdwan Health Check Fortiguard Args] - Health-Check-Fortiguard. The structure of
health_check_fortiguard
block is documented below. - health_
checks Sequence[WantempSystem Sdwan Health Check Args] - Health-Check. The structure of
health_check
block is documented below. - load_
balance_ strmode - Algorithm or mode to use for load balancing Internet traffic to SD-WAN members. Valid values:
source-ip-based
,weight-based
,usage-based
,source-dest-ip-based
,measured-volume-based
. - members
Sequence[Wantemp
System Sdwan Member Args] - Members. The structure of
members
block is documented below. - neighbor_
hold_ floatboot_ time - Waiting period in seconds when switching from the primary neighbor to the secondary neighbor from the neighbor start. (0 - 10000000, default = 0).
- neighbor_
hold_ strdown - Enable/disable hold switching from the secondary neighbor to the primary neighbor. Valid values:
disable
,enable
. - neighbor_
hold_ floatdown_ time - Waiting period in seconds when switching from the secondary neighbor to the primary neighbor when hold-down is disabled. (0 - 10000000, default = 0).
- neighbors
Sequence[Wantemp
System Sdwan Neighbor Args] - Neighbor. The structure of
neighbor
block is documented below. - options Sequence[str]
- Option. Valid values:
sdwan-overlay
,sdwan-manager
. - 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
. - services
Sequence[Wantemp
System Sdwan Service Args] - Service. The structure of
service
block is documented below. - speedtest_
bypass_ strrouting - Enable/disable bypass routing when speedtest on a SD-WAN member. Valid values:
disable
,enable
. - status str
- Enable/disable SD-WAN. Valid values:
disable
,enable
. - wantemp_
system_ strsdwan_ id - an identifier for the resource.
- zones
Sequence[Wantemp
System Sdwan Zone Args] - Zone. The structure of
zone
block is documented below.
- wanprof String
- Wanprof.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - app
Perf NumberLog Period - Time interval in seconds that applicationperformance logs are generated (0 - 3600, default = 0).
- duplication
Max NumberNum - Maximum number of interface members a packet is duplicated in the SD-WAN zone (2 - 4, default = 2; if set to 3, the original packet plus 2 more copies are created).
- duplications List<Property Map>
- Duplication. The structure of
duplication
block is documented below. - 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.
- fail
Alert List<String>Interfaces - Physical interfaces that will be alerted.
- fail
Detect String - Enable/disable SD-WAN Internet connection status checking (failure detection). Valid values:
disable
,enable
. - health
Check List<Property Map>Fortiguards - Health-Check-Fortiguard. The structure of
health_check_fortiguard
block is documented below. - health
Checks List<Property Map> - Health-Check. The structure of
health_check
block is documented below. - load
Balance StringMode - Algorithm or mode to use for load balancing Internet traffic to SD-WAN members. Valid values:
source-ip-based
,weight-based
,usage-based
,source-dest-ip-based
,measured-volume-based
. - members List<Property Map>
- Members. The structure of
members
block is documented below. - neighbor
Hold NumberBoot Time - Waiting period in seconds when switching from the primary neighbor to the secondary neighbor from the neighbor start. (0 - 10000000, default = 0).
- neighbor
Hold StringDown - Enable/disable hold switching from the secondary neighbor to the primary neighbor. Valid values:
disable
,enable
. - neighbor
Hold NumberDown Time - Waiting period in seconds when switching from the secondary neighbor to the primary neighbor when hold-down is disabled. (0 - 10000000, default = 0).
- neighbors List<Property Map>
- Neighbor. The structure of
neighbor
block is documented below. - options List<String>
- Option. Valid values:
sdwan-overlay
,sdwan-manager
. - 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
. - services List<Property Map>
- Service. The structure of
service
block is documented below. - speedtest
Bypass StringRouting - Enable/disable bypass routing when speedtest on a SD-WAN member. Valid values:
disable
,enable
. - status String
- Enable/disable SD-WAN. Valid values:
disable
,enable
. - wantemp
System StringSdwan Id - an identifier for the resource.
- zones List<Property Map>
- Zone. The structure of
zone
block is documented below.
Outputs
All input properties are implicitly available as output properties. Additionally, the WantempSystemSdwan 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 WantempSystemSdwan Resource
Get an existing WantempSystemSdwan 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?: WantempSystemSdwanState, opts?: CustomResourceOptions): WantempSystemSdwan
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
app_perf_log_period: Optional[float] = None,
duplication_max_num: Optional[float] = None,
duplications: Optional[Sequence[WantempSystemSdwanDuplicationArgs]] = None,
dynamic_sort_subtable: Optional[str] = None,
fail_alert_interfaces: Optional[Sequence[str]] = None,
fail_detect: Optional[str] = None,
health_check_fortiguards: Optional[Sequence[WantempSystemSdwanHealthCheckFortiguardArgs]] = None,
health_checks: Optional[Sequence[WantempSystemSdwanHealthCheckArgs]] = None,
load_balance_mode: Optional[str] = None,
members: Optional[Sequence[WantempSystemSdwanMemberArgs]] = None,
neighbor_hold_boot_time: Optional[float] = None,
neighbor_hold_down: Optional[str] = None,
neighbor_hold_down_time: Optional[float] = None,
neighbors: Optional[Sequence[WantempSystemSdwanNeighborArgs]] = None,
options: Optional[Sequence[str]] = None,
scopetype: Optional[str] = None,
services: Optional[Sequence[WantempSystemSdwanServiceArgs]] = None,
speedtest_bypass_routing: Optional[str] = None,
status: Optional[str] = None,
wanprof: Optional[str] = None,
wantemp_system_sdwan_id: Optional[str] = None,
zones: Optional[Sequence[WantempSystemSdwanZoneArgs]] = None) -> WantempSystemSdwan
func GetWantempSystemSdwan(ctx *Context, name string, id IDInput, state *WantempSystemSdwanState, opts ...ResourceOption) (*WantempSystemSdwan, error)
public static WantempSystemSdwan Get(string name, Input<string> id, WantempSystemSdwanState? state, CustomResourceOptions? opts = null)
public static WantempSystemSdwan get(String name, Output<String> id, WantempSystemSdwanState state, CustomResourceOptions options)
resources: _: type: fortimanager:WantempSystemSdwan get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - App
Perf doubleLog Period - Time interval in seconds that applicationperformance logs are generated (0 - 3600, default = 0).
- Duplication
Max doubleNum - Maximum number of interface members a packet is duplicated in the SD-WAN zone (2 - 4, default = 2; if set to 3, the original packet plus 2 more copies are created).
- Duplications
List<Wantemp
System Sdwan Duplication> - Duplication. The structure of
duplication
block is documented below. - 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.
- Fail
Alert List<string>Interfaces - Physical interfaces that will be alerted.
- Fail
Detect string - Enable/disable SD-WAN Internet connection status checking (failure detection). Valid values:
disable
,enable
. - Health
Check List<WantempFortiguards System Sdwan Health Check Fortiguard> - Health-Check-Fortiguard. The structure of
health_check_fortiguard
block is documented below. - Health
Checks List<WantempSystem Sdwan Health Check> - Health-Check. The structure of
health_check
block is documented below. - Load
Balance stringMode - Algorithm or mode to use for load balancing Internet traffic to SD-WAN members. Valid values:
source-ip-based
,weight-based
,usage-based
,source-dest-ip-based
,measured-volume-based
. - Members
List<Wantemp
System Sdwan Member> - Members. The structure of
members
block is documented below. - Neighbor
Hold doubleBoot Time - Waiting period in seconds when switching from the primary neighbor to the secondary neighbor from the neighbor start. (0 - 10000000, default = 0).
- Neighbor
Hold stringDown - Enable/disable hold switching from the secondary neighbor to the primary neighbor. Valid values:
disable
,enable
. - Neighbor
Hold doubleDown Time - Waiting period in seconds when switching from the secondary neighbor to the primary neighbor when hold-down is disabled. (0 - 10000000, default = 0).
- Neighbors
List<Wantemp
System Sdwan Neighbor> - Neighbor. The structure of
neighbor
block is documented below. - Options List<string>
- Option. Valid values:
sdwan-overlay
,sdwan-manager
. - 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
. - Services
List<Wantemp
System Sdwan Service> - Service. The structure of
service
block is documented below. - Speedtest
Bypass stringRouting - Enable/disable bypass routing when speedtest on a SD-WAN member. Valid values:
disable
,enable
. - Status string
- Enable/disable SD-WAN. Valid values:
disable
,enable
. - Wanprof string
- Wanprof.
- Wantemp
System stringSdwan Id - an identifier for the resource.
- Zones
List<Wantemp
System Sdwan Zone> - Zone. The structure of
zone
block is documented below.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - App
Perf float64Log Period - Time interval in seconds that applicationperformance logs are generated (0 - 3600, default = 0).
- Duplication
Max float64Num - Maximum number of interface members a packet is duplicated in the SD-WAN zone (2 - 4, default = 2; if set to 3, the original packet plus 2 more copies are created).
- Duplications
[]Wantemp
System Sdwan Duplication Type Args - Duplication. The structure of
duplication
block is documented below. - 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.
- Fail
Alert []stringInterfaces - Physical interfaces that will be alerted.
- Fail
Detect string - Enable/disable SD-WAN Internet connection status checking (failure detection). Valid values:
disable
,enable
. - Health
Check []WantempFortiguards System Sdwan Health Check Fortiguard Args - Health-Check-Fortiguard. The structure of
health_check_fortiguard
block is documented below. - Health
Checks []WantempSystem Sdwan Health Check Type Args - Health-Check. The structure of
health_check
block is documented below. - Load
Balance stringMode - Algorithm or mode to use for load balancing Internet traffic to SD-WAN members. Valid values:
source-ip-based
,weight-based
,usage-based
,source-dest-ip-based
,measured-volume-based
. - Members
[]Wantemp
System Sdwan Member Args - Members. The structure of
members
block is documented below. - Neighbor
Hold float64Boot Time - Waiting period in seconds when switching from the primary neighbor to the secondary neighbor from the neighbor start. (0 - 10000000, default = 0).
- Neighbor
Hold stringDown - Enable/disable hold switching from the secondary neighbor to the primary neighbor. Valid values:
disable
,enable
. - Neighbor
Hold float64Down Time - Waiting period in seconds when switching from the secondary neighbor to the primary neighbor when hold-down is disabled. (0 - 10000000, default = 0).
- Neighbors
[]Wantemp
System Sdwan Neighbor Type Args - Neighbor. The structure of
neighbor
block is documented below. - Options []string
- Option. Valid values:
sdwan-overlay
,sdwan-manager
. - 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
. - Services
[]Wantemp
System Sdwan Service Type Args - Service. The structure of
service
block is documented below. - Speedtest
Bypass stringRouting - Enable/disable bypass routing when speedtest on a SD-WAN member. Valid values:
disable
,enable
. - Status string
- Enable/disable SD-WAN. Valid values:
disable
,enable
. - Wanprof string
- Wanprof.
- Wantemp
System stringSdwan Id - an identifier for the resource.
- Zones
[]Wantemp
System Sdwan Zone Type Args - Zone. The structure of
zone
block is documented below.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - app
Perf DoubleLog Period - Time interval in seconds that applicationperformance logs are generated (0 - 3600, default = 0).
- duplication
Max DoubleNum - Maximum number of interface members a packet is duplicated in the SD-WAN zone (2 - 4, default = 2; if set to 3, the original packet plus 2 more copies are created).
- duplications
List<Wantemp
System Sdwan Duplication> - Duplication. The structure of
duplication
block is documented below. - 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.
- fail
Alert List<String>Interfaces - Physical interfaces that will be alerted.
- fail
Detect String - Enable/disable SD-WAN Internet connection status checking (failure detection). Valid values:
disable
,enable
. - health
Check List<WantempFortiguards System Sdwan Health Check Fortiguard> - Health-Check-Fortiguard. The structure of
health_check_fortiguard
block is documented below. - health
Checks List<WantempSystem Sdwan Health Check> - Health-Check. The structure of
health_check
block is documented below. - load
Balance StringMode - Algorithm or mode to use for load balancing Internet traffic to SD-WAN members. Valid values:
source-ip-based
,weight-based
,usage-based
,source-dest-ip-based
,measured-volume-based
. - members
List<Wantemp
System Sdwan Member> - Members. The structure of
members
block is documented below. - neighbor
Hold DoubleBoot Time - Waiting period in seconds when switching from the primary neighbor to the secondary neighbor from the neighbor start. (0 - 10000000, default = 0).
- neighbor
Hold StringDown - Enable/disable hold switching from the secondary neighbor to the primary neighbor. Valid values:
disable
,enable
. - neighbor
Hold DoubleDown Time - Waiting period in seconds when switching from the secondary neighbor to the primary neighbor when hold-down is disabled. (0 - 10000000, default = 0).
- neighbors
List<Wantemp
System Sdwan Neighbor> - Neighbor. The structure of
neighbor
block is documented below. - options List<String>
- Option. Valid values:
sdwan-overlay
,sdwan-manager
. - 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
. - services
List<Wantemp
System Sdwan Service> - Service. The structure of
service
block is documented below. - speedtest
Bypass StringRouting - Enable/disable bypass routing when speedtest on a SD-WAN member. Valid values:
disable
,enable
. - status String
- Enable/disable SD-WAN. Valid values:
disable
,enable
. - wanprof String
- Wanprof.
- wantemp
System StringSdwan Id - an identifier for the resource.
- zones
List<Wantemp
System Sdwan Zone> - Zone. The structure of
zone
block is documented below.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - app
Perf numberLog Period - Time interval in seconds that applicationperformance logs are generated (0 - 3600, default = 0).
- duplication
Max numberNum - Maximum number of interface members a packet is duplicated in the SD-WAN zone (2 - 4, default = 2; if set to 3, the original packet plus 2 more copies are created).
- duplications
Wantemp
System Sdwan Duplication[] - Duplication. The structure of
duplication
block is documented below. - 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.
- fail
Alert string[]Interfaces - Physical interfaces that will be alerted.
- fail
Detect string - Enable/disable SD-WAN Internet connection status checking (failure detection). Valid values:
disable
,enable
. - health
Check WantempFortiguards System Sdwan Health Check Fortiguard[] - Health-Check-Fortiguard. The structure of
health_check_fortiguard
block is documented below. - health
Checks WantempSystem Sdwan Health Check[] - Health-Check. The structure of
health_check
block is documented below. - load
Balance stringMode - Algorithm or mode to use for load balancing Internet traffic to SD-WAN members. Valid values:
source-ip-based
,weight-based
,usage-based
,source-dest-ip-based
,measured-volume-based
. - members
Wantemp
System Sdwan Member[] - Members. The structure of
members
block is documented below. - neighbor
Hold numberBoot Time - Waiting period in seconds when switching from the primary neighbor to the secondary neighbor from the neighbor start. (0 - 10000000, default = 0).
- neighbor
Hold stringDown - Enable/disable hold switching from the secondary neighbor to the primary neighbor. Valid values:
disable
,enable
. - neighbor
Hold numberDown Time - Waiting period in seconds when switching from the secondary neighbor to the primary neighbor when hold-down is disabled. (0 - 10000000, default = 0).
- neighbors
Wantemp
System Sdwan Neighbor[] - Neighbor. The structure of
neighbor
block is documented below. - options string[]
- Option. Valid values:
sdwan-overlay
,sdwan-manager
. - 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
. - services
Wantemp
System Sdwan Service[] - Service. The structure of
service
block is documented below. - speedtest
Bypass stringRouting - Enable/disable bypass routing when speedtest on a SD-WAN member. Valid values:
disable
,enable
. - status string
- Enable/disable SD-WAN. Valid values:
disable
,enable
. - wanprof string
- Wanprof.
- wantemp
System stringSdwan Id - an identifier for the resource.
- zones
Wantemp
System Sdwan Zone[] - Zone. The structure of
zone
block is documented below.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - app_
perf_ floatlog_ period - Time interval in seconds that applicationperformance logs are generated (0 - 3600, default = 0).
- duplication_
max_ floatnum - Maximum number of interface members a packet is duplicated in the SD-WAN zone (2 - 4, default = 2; if set to 3, the original packet plus 2 more copies are created).
- duplications
Sequence[Wantemp
System Sdwan Duplication Args] - Duplication. The structure of
duplication
block is documented below. - 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.
- fail_
alert_ Sequence[str]interfaces - Physical interfaces that will be alerted.
- fail_
detect str - Enable/disable SD-WAN Internet connection status checking (failure detection). Valid values:
disable
,enable
. - health_
check_ Sequence[Wantempfortiguards System Sdwan Health Check Fortiguard Args] - Health-Check-Fortiguard. The structure of
health_check_fortiguard
block is documented below. - health_
checks Sequence[WantempSystem Sdwan Health Check Args] - Health-Check. The structure of
health_check
block is documented below. - load_
balance_ strmode - Algorithm or mode to use for load balancing Internet traffic to SD-WAN members. Valid values:
source-ip-based
,weight-based
,usage-based
,source-dest-ip-based
,measured-volume-based
. - members
Sequence[Wantemp
System Sdwan Member Args] - Members. The structure of
members
block is documented below. - neighbor_
hold_ floatboot_ time - Waiting period in seconds when switching from the primary neighbor to the secondary neighbor from the neighbor start. (0 - 10000000, default = 0).
- neighbor_
hold_ strdown - Enable/disable hold switching from the secondary neighbor to the primary neighbor. Valid values:
disable
,enable
. - neighbor_
hold_ floatdown_ time - Waiting period in seconds when switching from the secondary neighbor to the primary neighbor when hold-down is disabled. (0 - 10000000, default = 0).
- neighbors
Sequence[Wantemp
System Sdwan Neighbor Args] - Neighbor. The structure of
neighbor
block is documented below. - options Sequence[str]
- Option. Valid values:
sdwan-overlay
,sdwan-manager
. - 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
. - services
Sequence[Wantemp
System Sdwan Service Args] - Service. The structure of
service
block is documented below. - speedtest_
bypass_ strrouting - Enable/disable bypass routing when speedtest on a SD-WAN member. Valid values:
disable
,enable
. - status str
- Enable/disable SD-WAN. Valid values:
disable
,enable
. - wanprof str
- Wanprof.
- wantemp_
system_ strsdwan_ id - an identifier for the resource.
- zones
Sequence[Wantemp
System Sdwan Zone Args] - Zone. The structure of
zone
block is documented below.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - app
Perf NumberLog Period - Time interval in seconds that applicationperformance logs are generated (0 - 3600, default = 0).
- duplication
Max NumberNum - Maximum number of interface members a packet is duplicated in the SD-WAN zone (2 - 4, default = 2; if set to 3, the original packet plus 2 more copies are created).
- duplications List<Property Map>
- Duplication. The structure of
duplication
block is documented below. - 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.
- fail
Alert List<String>Interfaces - Physical interfaces that will be alerted.
- fail
Detect String - Enable/disable SD-WAN Internet connection status checking (failure detection). Valid values:
disable
,enable
. - health
Check List<Property Map>Fortiguards - Health-Check-Fortiguard. The structure of
health_check_fortiguard
block is documented below. - health
Checks List<Property Map> - Health-Check. The structure of
health_check
block is documented below. - load
Balance StringMode - Algorithm or mode to use for load balancing Internet traffic to SD-WAN members. Valid values:
source-ip-based
,weight-based
,usage-based
,source-dest-ip-based
,measured-volume-based
. - members List<Property Map>
- Members. The structure of
members
block is documented below. - neighbor
Hold NumberBoot Time - Waiting period in seconds when switching from the primary neighbor to the secondary neighbor from the neighbor start. (0 - 10000000, default = 0).
- neighbor
Hold StringDown - Enable/disable hold switching from the secondary neighbor to the primary neighbor. Valid values:
disable
,enable
. - neighbor
Hold NumberDown Time - Waiting period in seconds when switching from the secondary neighbor to the primary neighbor when hold-down is disabled. (0 - 10000000, default = 0).
- neighbors List<Property Map>
- Neighbor. The structure of
neighbor
block is documented below. - options List<String>
- Option. Valid values:
sdwan-overlay
,sdwan-manager
. - 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
. - services List<Property Map>
- Service. The structure of
service
block is documented below. - speedtest
Bypass StringRouting - Enable/disable bypass routing when speedtest on a SD-WAN member. Valid values:
disable
,enable
. - status String
- Enable/disable SD-WAN. Valid values:
disable
,enable
. - wanprof String
- Wanprof.
- wantemp
System StringSdwan Id - an identifier for the resource.
- zones List<Property Map>
- Zone. The structure of
zone
block is documented below.
Supporting Types
WantempSystemSdwanDuplication, WantempSystemSdwanDuplicationArgs
- Dstaddr string
- Destination address or address group names.
- Dstaddr6 string
- Destination address6 or address6 group names.
- Dstintf string
- Outgoing (egress) interfaces or zones.
- Id double
- Duplication rule ID (1 - 255).
- Packet
De stringDuplication - Enable/disable discarding of packets that have been duplicated. Valid values:
disable
,enable
. - Packet
Duplication string - Configure packet duplication method. Valid values:
disable
,force
,on-demand
. - Service string
- Service and service group name.
- Service
Id string - SD-WAN service rule ID list.
- Sla
Match stringService - Enable/disable packet duplication matching health-check SLAs in service rule. Valid values:
disable
,enable
. - Srcaddr string
- Source address or address group names.
- Srcaddr6 string
- Source address6 or address6 group names.
- Srcintf string
- Incoming (ingress) interfaces or zones.
- Dstaddr string
- Destination address or address group names.
- Dstaddr6 string
- Destination address6 or address6 group names.
- Dstintf string
- Outgoing (egress) interfaces or zones.
- Id float64
- Duplication rule ID (1 - 255).
- Packet
De stringDuplication - Enable/disable discarding of packets that have been duplicated. Valid values:
disable
,enable
. - Packet
Duplication string - Configure packet duplication method. Valid values:
disable
,force
,on-demand
. - Service string
- Service and service group name.
- Service
Id string - SD-WAN service rule ID list.
- Sla
Match stringService - Enable/disable packet duplication matching health-check SLAs in service rule. Valid values:
disable
,enable
. - Srcaddr string
- Source address or address group names.
- Srcaddr6 string
- Source address6 or address6 group names.
- Srcintf string
- Incoming (ingress) interfaces or zones.
- dstaddr String
- Destination address or address group names.
- dstaddr6 String
- Destination address6 or address6 group names.
- dstintf String
- Outgoing (egress) interfaces or zones.
- id Double
- Duplication rule ID (1 - 255).
- packet
De StringDuplication - Enable/disable discarding of packets that have been duplicated. Valid values:
disable
,enable
. - packet
Duplication String - Configure packet duplication method. Valid values:
disable
,force
,on-demand
. - service String
- Service and service group name.
- service
Id String - SD-WAN service rule ID list.
- sla
Match StringService - Enable/disable packet duplication matching health-check SLAs in service rule. Valid values:
disable
,enable
. - srcaddr String
- Source address or address group names.
- srcaddr6 String
- Source address6 or address6 group names.
- srcintf String
- Incoming (ingress) interfaces or zones.
- dstaddr string
- Destination address or address group names.
- dstaddr6 string
- Destination address6 or address6 group names.
- dstintf string
- Outgoing (egress) interfaces or zones.
- id number
- Duplication rule ID (1 - 255).
- packet
De stringDuplication - Enable/disable discarding of packets that have been duplicated. Valid values:
disable
,enable
. - packet
Duplication string - Configure packet duplication method. Valid values:
disable
,force
,on-demand
. - service string
- Service and service group name.
- service
Id string - SD-WAN service rule ID list.
- sla
Match stringService - Enable/disable packet duplication matching health-check SLAs in service rule. Valid values:
disable
,enable
. - srcaddr string
- Source address or address group names.
- srcaddr6 string
- Source address6 or address6 group names.
- srcintf string
- Incoming (ingress) interfaces or zones.
- dstaddr str
- Destination address or address group names.
- dstaddr6 str
- Destination address6 or address6 group names.
- dstintf str
- Outgoing (egress) interfaces or zones.
- id float
- Duplication rule ID (1 - 255).
- packet_
de_ strduplication - Enable/disable discarding of packets that have been duplicated. Valid values:
disable
,enable
. - packet_
duplication str - Configure packet duplication method. Valid values:
disable
,force
,on-demand
. - service str
- Service and service group name.
- service_
id str - SD-WAN service rule ID list.
- sla_
match_ strservice - Enable/disable packet duplication matching health-check SLAs in service rule. Valid values:
disable
,enable
. - srcaddr str
- Source address or address group names.
- srcaddr6 str
- Source address6 or address6 group names.
- srcintf str
- Incoming (ingress) interfaces or zones.
- dstaddr String
- Destination address or address group names.
- dstaddr6 String
- Destination address6 or address6 group names.
- dstintf String
- Outgoing (egress) interfaces or zones.
- id Number
- Duplication rule ID (1 - 255).
- packet
De StringDuplication - Enable/disable discarding of packets that have been duplicated. Valid values:
disable
,enable
. - packet
Duplication String - Configure packet duplication method. Valid values:
disable
,force
,on-demand
. - service String
- Service and service group name.
- service
Id String - SD-WAN service rule ID list.
- sla
Match StringService - Enable/disable packet duplication matching health-check SLAs in service rule. Valid values:
disable
,enable
. - srcaddr String
- Source address or address group names.
- srcaddr6 String
- Source address6 or address6 group names.
- srcintf String
- Incoming (ingress) interfaces or zones.
WantempSystemSdwanHealthCheck, WantempSystemSdwanHealthCheckArgs
- Addr
Mode string - Address mode (IPv4 or IPv6). Valid values:
ipv4
,ipv6
. - Class
Id string - Traffic class ID.
- Detect
Mode string - The mode determining how to detect the server. Valid values:
active
,passive
,prefer-passive
. - Diffservcode string
- Differentiated services code point (DSCP) in the IP header of the probe packet.
- Dns
Match stringIp - Response IP expected from DNS server if the protocol is DNS.
- Dns
Request stringDomain - Fully qualified domain name to resolve for the DNS probe.
- Embed
Measured stringHealth - Enable/disable embedding measured health information. Valid values:
disable
,enable
. - Failtime double
- Number of failures before server is considered lost (1 - 3600, default = 5).
- Ftp
File string - Full path and file name on the FTP server to download for FTP health-check to probe.
- Ftp
Mode string - FTP mode. Valid values:
passive
,port
. - Ha
Priority double - HA election priority (1 - 50).
- Http
Agent string - String in the http-agent field in the HTTP header.
- Http
Get string - URL used to communicate with the server if the protocol if the protocol is HTTP.
- Http
Match string - Response string expected from the server if the protocol is HTTP.
- Interval double
- Status check interval in milliseconds, or the time between attempting to connect to the server (500 - 3600*1000 msec, default = 500).
- Members List<string>
- Member sequence number list.
- Mos
Codec string - Codec to use for MOS calculation (default = g711). Valid values:
g711
,g722
,g729
. - Name string
- Status check or health check name.
- Packet
Size double - Packet size of a twamp test session,
- Passwords List<string>
- Twamp controller password in authentication mode
- Port double
- Port number used to communicate with the server over the selected protocol (0-65535, default = 0, auto select. http, twamp: 80, udp-echo, tcp-echo: 7, dns: 53, ftp: 21).
- Probe
Count double - Number of most recent probes that should be used to calculate latency and jitter (5 - 30, default = 30).
- Probe
Packets string - Enable/disable transmission of probe packets. Valid values:
disable
,enable
. - Probe
Timeout double - Time to wait before a probe packet is considered lost (500 - 3600*1000 msec, default = 500).
- Protocol string
- Protocol used to determine if the FortiGate can communicate with the server. Valid values:
ping
,tcp-echo
,udp-echo
,http
,twamp
,ping6
,dns
,tcp-connect
,ftp
. - Quality
Measured stringMethod - Method to measure the quality of tcp-connect. Valid values:
half-close
,half-open
. - Recoverytime double
- Number of successful responses received before server is considered recovered (1 - 3600, default = 5).
- Security
Mode string - Twamp controller security mode. Valid values:
none
,authentication
. - Servers List<string>
- IP address or FQDN name of the server.
- Sla
Fail doubleLog Period - Time interval in seconds that SLA fail log messages will be generated (0 - 3600, default = 0).
- Sla
Id doubleRedistribute - Select the ID from the SLA sub-table. The selected SLA's priority value will be distributed into the routing table (0 - 32, default = 0).
- Sla
Pass doubleLog Period - Time interval in seconds that SLA pass log messages will be generated (0 - 3600, default = 0).
- Slas
List<Wantemp
System Sdwan Health Check Sla> - Sla. The structure of
sla
block is documented below. - Source string
- Source IP address used in the health-check packet to the server.
- Source6 string
- Source IPv6 addressused in the health-check packet to server.
- System
Dns string - Enable/disable system DNS as the probe server. Valid values:
disable
,enable
. - Threshold
Alert doubleJitter - Alert threshold for jitter (ms, default = 0).
- Threshold
Alert doubleLatency - Alert threshold for latency (ms, default = 0).
- Threshold
Alert doublePacketloss - Alert threshold for packet loss (percentage, default = 0).
- Threshold
Warning doubleJitter - Warning threshold for jitter (ms, default = 0).
- Threshold
Warning doubleLatency - Warning threshold for latency (ms, default = 0).
- Threshold
Warning doublePacketloss - Warning threshold for packet loss (percentage, default = 0).
- Update
Cascade stringInterface - Enable/disable update cascade interface. Valid values:
disable
,enable
. - Update
Static stringRoute - Enable/disable updating the static route. Valid values:
disable
,enable
. - User string
- The user name to access probe server.
- Vrf double
- Virtual Routing Forwarding ID.
- _
dynamic stringServer - _Dynamic-Server.
- Addr
Mode string - Address mode (IPv4 or IPv6). Valid values:
ipv4
,ipv6
. - Class
Id string - Traffic class ID.
- Detect
Mode string - The mode determining how to detect the server. Valid values:
active
,passive
,prefer-passive
. - Diffservcode string
- Differentiated services code point (DSCP) in the IP header of the probe packet.
- Dns
Match stringIp - Response IP expected from DNS server if the protocol is DNS.
- Dns
Request stringDomain - Fully qualified domain name to resolve for the DNS probe.
- Embed
Measured stringHealth - Enable/disable embedding measured health information. Valid values:
disable
,enable
. - Failtime float64
- Number of failures before server is considered lost (1 - 3600, default = 5).
- Ftp
File string - Full path and file name on the FTP server to download for FTP health-check to probe.
- Ftp
Mode string - FTP mode. Valid values:
passive
,port
. - Ha
Priority float64 - HA election priority (1 - 50).
- Http
Agent string - String in the http-agent field in the HTTP header.
- Http
Get string - URL used to communicate with the server if the protocol if the protocol is HTTP.
- Http
Match string - Response string expected from the server if the protocol is HTTP.
- Interval float64
- Status check interval in milliseconds, or the time between attempting to connect to the server (500 - 3600*1000 msec, default = 500).
- Members []string
- Member sequence number list.
- Mos
Codec string - Codec to use for MOS calculation (default = g711). Valid values:
g711
,g722
,g729
. - Name string
- Status check or health check name.
- Packet
Size float64 - Packet size of a twamp test session,
- Passwords []string
- Twamp controller password in authentication mode
- Port float64
- Port number used to communicate with the server over the selected protocol (0-65535, default = 0, auto select. http, twamp: 80, udp-echo, tcp-echo: 7, dns: 53, ftp: 21).
- Probe
Count float64 - Number of most recent probes that should be used to calculate latency and jitter (5 - 30, default = 30).
- Probe
Packets string - Enable/disable transmission of probe packets. Valid values:
disable
,enable
. - Probe
Timeout float64 - Time to wait before a probe packet is considered lost (500 - 3600*1000 msec, default = 500).
- Protocol string
- Protocol used to determine if the FortiGate can communicate with the server. Valid values:
ping
,tcp-echo
,udp-echo
,http
,twamp
,ping6
,dns
,tcp-connect
,ftp
. - Quality
Measured stringMethod - Method to measure the quality of tcp-connect. Valid values:
half-close
,half-open
. - Recoverytime float64
- Number of successful responses received before server is considered recovered (1 - 3600, default = 5).
- Security
Mode string - Twamp controller security mode. Valid values:
none
,authentication
. - Servers []string
- IP address or FQDN name of the server.
- Sla
Fail float64Log Period - Time interval in seconds that SLA fail log messages will be generated (0 - 3600, default = 0).
- Sla
Id float64Redistribute - Select the ID from the SLA sub-table. The selected SLA's priority value will be distributed into the routing table (0 - 32, default = 0).
- Sla
Pass float64Log Period - Time interval in seconds that SLA pass log messages will be generated (0 - 3600, default = 0).
- Slas
[]Wantemp
System Sdwan Health Check Sla Type - Sla. The structure of
sla
block is documented below. - Source string
- Source IP address used in the health-check packet to the server.
- Source6 string
- Source IPv6 addressused in the health-check packet to server.
- System
Dns string - Enable/disable system DNS as the probe server. Valid values:
disable
,enable
. - Threshold
Alert float64Jitter - Alert threshold for jitter (ms, default = 0).
- Threshold
Alert float64Latency - Alert threshold for latency (ms, default = 0).
- Threshold
Alert float64Packetloss - Alert threshold for packet loss (percentage, default = 0).
- Threshold
Warning float64Jitter - Warning threshold for jitter (ms, default = 0).
- Threshold
Warning float64Latency - Warning threshold for latency (ms, default = 0).
- Threshold
Warning float64Packetloss - Warning threshold for packet loss (percentage, default = 0).
- Update
Cascade stringInterface - Enable/disable update cascade interface. Valid values:
disable
,enable
. - Update
Static stringRoute - Enable/disable updating the static route. Valid values:
disable
,enable
. - User string
- The user name to access probe server.
- Vrf float64
- Virtual Routing Forwarding ID.
- _
dynamic stringServer - _Dynamic-Server.
- _
dynamic StringServer - _Dynamic-Server.
- addr
Mode String - Address mode (IPv4 or IPv6). Valid values:
ipv4
,ipv6
. - class
Id String - Traffic class ID.
- detect
Mode String - The mode determining how to detect the server. Valid values:
active
,passive
,prefer-passive
. - diffservcode String
- Differentiated services code point (DSCP) in the IP header of the probe packet.
- dns
Match StringIp - Response IP expected from DNS server if the protocol is DNS.
- dns
Request StringDomain - Fully qualified domain name to resolve for the DNS probe.
- embed
Measured StringHealth - Enable/disable embedding measured health information. Valid values:
disable
,enable
. - failtime Double
- Number of failures before server is considered lost (1 - 3600, default = 5).
- ftp
File String - Full path and file name on the FTP server to download for FTP health-check to probe.
- ftp
Mode String - FTP mode. Valid values:
passive
,port
. - ha
Priority Double - HA election priority (1 - 50).
- http
Agent String - String in the http-agent field in the HTTP header.
- http
Get String - URL used to communicate with the server if the protocol if the protocol is HTTP.
- http
Match String - Response string expected from the server if the protocol is HTTP.
- interval Double
- Status check interval in milliseconds, or the time between attempting to connect to the server (500 - 3600*1000 msec, default = 500).
- members List<String>
- Member sequence number list.
- mos
Codec String - Codec to use for MOS calculation (default = g711). Valid values:
g711
,g722
,g729
. - name String
- Status check or health check name.
- packet
Size Double - Packet size of a twamp test session,
- passwords List<String>
- Twamp controller password in authentication mode
- port Double
- Port number used to communicate with the server over the selected protocol (0-65535, default = 0, auto select. http, twamp: 80, udp-echo, tcp-echo: 7, dns: 53, ftp: 21).
- probe
Count Double - Number of most recent probes that should be used to calculate latency and jitter (5 - 30, default = 30).
- probe
Packets String - Enable/disable transmission of probe packets. Valid values:
disable
,enable
. - probe
Timeout Double - Time to wait before a probe packet is considered lost (500 - 3600*1000 msec, default = 500).
- protocol String
- Protocol used to determine if the FortiGate can communicate with the server. Valid values:
ping
,tcp-echo
,udp-echo
,http
,twamp
,ping6
,dns
,tcp-connect
,ftp
. - quality
Measured StringMethod - Method to measure the quality of tcp-connect. Valid values:
half-close
,half-open
. - recoverytime Double
- Number of successful responses received before server is considered recovered (1 - 3600, default = 5).
- security
Mode String - Twamp controller security mode. Valid values:
none
,authentication
. - servers List<String>
- IP address or FQDN name of the server.
- sla
Fail DoubleLog Period - Time interval in seconds that SLA fail log messages will be generated (0 - 3600, default = 0).
- sla
Id DoubleRedistribute - Select the ID from the SLA sub-table. The selected SLA's priority value will be distributed into the routing table (0 - 32, default = 0).
- sla
Pass DoubleLog Period - Time interval in seconds that SLA pass log messages will be generated (0 - 3600, default = 0).
- slas
List<Wantemp
System Sdwan Health Check Sla> - Sla. The structure of
sla
block is documented below. - source String
- Source IP address used in the health-check packet to the server.
- source6 String
- Source IPv6 addressused in the health-check packet to server.
- system
Dns String - Enable/disable system DNS as the probe server. Valid values:
disable
,enable
. - threshold
Alert DoubleJitter - Alert threshold for jitter (ms, default = 0).
- threshold
Alert DoubleLatency - Alert threshold for latency (ms, default = 0).
- threshold
Alert DoublePacketloss - Alert threshold for packet loss (percentage, default = 0).
- threshold
Warning DoubleJitter - Warning threshold for jitter (ms, default = 0).
- threshold
Warning DoubleLatency - Warning threshold for latency (ms, default = 0).
- threshold
Warning DoublePacketloss - Warning threshold for packet loss (percentage, default = 0).
- update
Cascade StringInterface - Enable/disable update cascade interface. Valid values:
disable
,enable
. - update
Static StringRoute - Enable/disable updating the static route. Valid values:
disable
,enable
. - user String
- The user name to access probe server.
- vrf Double
- Virtual Routing Forwarding ID.
- _
dynamic stringServer - _Dynamic-Server.
- addr
Mode string - Address mode (IPv4 or IPv6). Valid values:
ipv4
,ipv6
. - class
Id string - Traffic class ID.
- detect
Mode string - The mode determining how to detect the server. Valid values:
active
,passive
,prefer-passive
. - diffservcode string
- Differentiated services code point (DSCP) in the IP header of the probe packet.
- dns
Match stringIp - Response IP expected from DNS server if the protocol is DNS.
- dns
Request stringDomain - Fully qualified domain name to resolve for the DNS probe.
- embed
Measured stringHealth - Enable/disable embedding measured health information. Valid values:
disable
,enable
. - failtime number
- Number of failures before server is considered lost (1 - 3600, default = 5).
- ftp
File string - Full path and file name on the FTP server to download for FTP health-check to probe.
- ftp
Mode string - FTP mode. Valid values:
passive
,port
. - ha
Priority number - HA election priority (1 - 50).
- http
Agent string - String in the http-agent field in the HTTP header.
- http
Get string - URL used to communicate with the server if the protocol if the protocol is HTTP.
- http
Match string - Response string expected from the server if the protocol is HTTP.
- interval number
- Status check interval in milliseconds, or the time between attempting to connect to the server (500 - 3600*1000 msec, default = 500).
- members string[]
- Member sequence number list.
- mos
Codec string - Codec to use for MOS calculation (default = g711). Valid values:
g711
,g722
,g729
. - name string
- Status check or health check name.
- packet
Size number - Packet size of a twamp test session,
- passwords string[]
- Twamp controller password in authentication mode
- port number
- Port number used to communicate with the server over the selected protocol (0-65535, default = 0, auto select. http, twamp: 80, udp-echo, tcp-echo: 7, dns: 53, ftp: 21).
- probe
Count number - Number of most recent probes that should be used to calculate latency and jitter (5 - 30, default = 30).
- probe
Packets string - Enable/disable transmission of probe packets. Valid values:
disable
,enable
. - probe
Timeout number - Time to wait before a probe packet is considered lost (500 - 3600*1000 msec, default = 500).
- protocol string
- Protocol used to determine if the FortiGate can communicate with the server. Valid values:
ping
,tcp-echo
,udp-echo
,http
,twamp
,ping6
,dns
,tcp-connect
,ftp
. - quality
Measured stringMethod - Method to measure the quality of tcp-connect. Valid values:
half-close
,half-open
. - recoverytime number
- Number of successful responses received before server is considered recovered (1 - 3600, default = 5).
- security
Mode string - Twamp controller security mode. Valid values:
none
,authentication
. - servers string[]
- IP address or FQDN name of the server.
- sla
Fail numberLog Period - Time interval in seconds that SLA fail log messages will be generated (0 - 3600, default = 0).
- sla
Id numberRedistribute - Select the ID from the SLA sub-table. The selected SLA's priority value will be distributed into the routing table (0 - 32, default = 0).
- sla
Pass numberLog Period - Time interval in seconds that SLA pass log messages will be generated (0 - 3600, default = 0).
- slas
Wantemp
System Sdwan Health Check Sla[] - Sla. The structure of
sla
block is documented below. - source string
- Source IP address used in the health-check packet to the server.
- source6 string
- Source IPv6 addressused in the health-check packet to server.
- system
Dns string - Enable/disable system DNS as the probe server. Valid values:
disable
,enable
. - threshold
Alert numberJitter - Alert threshold for jitter (ms, default = 0).
- threshold
Alert numberLatency - Alert threshold for latency (ms, default = 0).
- threshold
Alert numberPacketloss - Alert threshold for packet loss (percentage, default = 0).
- threshold
Warning numberJitter - Warning threshold for jitter (ms, default = 0).
- threshold
Warning numberLatency - Warning threshold for latency (ms, default = 0).
- threshold
Warning numberPacketloss - Warning threshold for packet loss (percentage, default = 0).
- update
Cascade stringInterface - Enable/disable update cascade interface. Valid values:
disable
,enable
. - update
Static stringRoute - Enable/disable updating the static route. Valid values:
disable
,enable
. - user string
- The user name to access probe server.
- vrf number
- Virtual Routing Forwarding ID.
- _
dynamic_ strserver - _Dynamic-Server.
- addr_
mode str - Address mode (IPv4 or IPv6). Valid values:
ipv4
,ipv6
. - class_
id str - Traffic class ID.
- detect_
mode str - The mode determining how to detect the server. Valid values:
active
,passive
,prefer-passive
. - diffservcode str
- Differentiated services code point (DSCP) in the IP header of the probe packet.
- dns_
match_ strip - Response IP expected from DNS server if the protocol is DNS.
- dns_
request_ strdomain - Fully qualified domain name to resolve for the DNS probe.
- embed_
measured_ strhealth - Enable/disable embedding measured health information. Valid values:
disable
,enable
. - failtime float
- Number of failures before server is considered lost (1 - 3600, default = 5).
- ftp_
file str - Full path and file name on the FTP server to download for FTP health-check to probe.
- ftp_
mode str - FTP mode. Valid values:
passive
,port
. - ha_
priority float - HA election priority (1 - 50).
- http_
agent str - String in the http-agent field in the HTTP header.
- http_
get str - URL used to communicate with the server if the protocol if the protocol is HTTP.
- http_
match str - Response string expected from the server if the protocol is HTTP.
- interval float
- Status check interval in milliseconds, or the time between attempting to connect to the server (500 - 3600*1000 msec, default = 500).
- members Sequence[str]
- Member sequence number list.
- mos_
codec str - Codec to use for MOS calculation (default = g711). Valid values:
g711
,g722
,g729
. - name str
- Status check or health check name.
- packet_
size float - Packet size of a twamp test session,
- passwords Sequence[str]
- Twamp controller password in authentication mode
- port float
- Port number used to communicate with the server over the selected protocol (0-65535, default = 0, auto select. http, twamp: 80, udp-echo, tcp-echo: 7, dns: 53, ftp: 21).
- probe_
count float - Number of most recent probes that should be used to calculate latency and jitter (5 - 30, default = 30).
- probe_
packets str - Enable/disable transmission of probe packets. Valid values:
disable
,enable
. - probe_
timeout float - Time to wait before a probe packet is considered lost (500 - 3600*1000 msec, default = 500).
- protocol str
- Protocol used to determine if the FortiGate can communicate with the server. Valid values:
ping
,tcp-echo
,udp-echo
,http
,twamp
,ping6
,dns
,tcp-connect
,ftp
. - quality_
measured_ strmethod - Method to measure the quality of tcp-connect. Valid values:
half-close
,half-open
. - recoverytime float
- Number of successful responses received before server is considered recovered (1 - 3600, default = 5).
- security_
mode str - Twamp controller security mode. Valid values:
none
,authentication
. - servers Sequence[str]
- IP address or FQDN name of the server.
- sla_
fail_ floatlog_ period - Time interval in seconds that SLA fail log messages will be generated (0 - 3600, default = 0).
- sla_
id_ floatredistribute - Select the ID from the SLA sub-table. The selected SLA's priority value will be distributed into the routing table (0 - 32, default = 0).
- sla_
pass_ floatlog_ period - Time interval in seconds that SLA pass log messages will be generated (0 - 3600, default = 0).
- slas
Sequence[Wantemp
System Sdwan Health Check Sla] - Sla. The structure of
sla
block is documented below. - source str
- Source IP address used in the health-check packet to the server.
- source6 str
- Source IPv6 addressused in the health-check packet to server.
- system_
dns str - Enable/disable system DNS as the probe server. Valid values:
disable
,enable
. - threshold_
alert_ floatjitter - Alert threshold for jitter (ms, default = 0).
- threshold_
alert_ floatlatency - Alert threshold for latency (ms, default = 0).
- threshold_
alert_ floatpacketloss - Alert threshold for packet loss (percentage, default = 0).
- threshold_
warning_ floatjitter - Warning threshold for jitter (ms, default = 0).
- threshold_
warning_ floatlatency - Warning threshold for latency (ms, default = 0).
- threshold_
warning_ floatpacketloss - Warning threshold for packet loss (percentage, default = 0).
- update_
cascade_ strinterface - Enable/disable update cascade interface. Valid values:
disable
,enable
. - update_
static_ strroute - Enable/disable updating the static route. Valid values:
disable
,enable
. - user str
- The user name to access probe server.
- vrf float
- Virtual Routing Forwarding ID.
- _
dynamic StringServer - _Dynamic-Server.
- addr
Mode String - Address mode (IPv4 or IPv6). Valid values:
ipv4
,ipv6
. - class
Id String - Traffic class ID.
- detect
Mode String - The mode determining how to detect the server. Valid values:
active
,passive
,prefer-passive
. - diffservcode String
- Differentiated services code point (DSCP) in the IP header of the probe packet.
- dns
Match StringIp - Response IP expected from DNS server if the protocol is DNS.
- dns
Request StringDomain - Fully qualified domain name to resolve for the DNS probe.
- embed
Measured StringHealth - Enable/disable embedding measured health information. Valid values:
disable
,enable
. - failtime Number
- Number of failures before server is considered lost (1 - 3600, default = 5).
- ftp
File String - Full path and file name on the FTP server to download for FTP health-check to probe.
- ftp
Mode String - FTP mode. Valid values:
passive
,port
. - ha
Priority Number - HA election priority (1 - 50).
- http
Agent String - String in the http-agent field in the HTTP header.
- http
Get String - URL used to communicate with the server if the protocol if the protocol is HTTP.
- http
Match String - Response string expected from the server if the protocol is HTTP.
- interval Number
- Status check interval in milliseconds, or the time between attempting to connect to the server (500 - 3600*1000 msec, default = 500).
- members List<String>
- Member sequence number list.
- mos
Codec String - Codec to use for MOS calculation (default = g711). Valid values:
g711
,g722
,g729
. - name String
- Status check or health check name.
- packet
Size Number - Packet size of a twamp test session,
- passwords List<String>
- Twamp controller password in authentication mode
- port Number
- Port number used to communicate with the server over the selected protocol (0-65535, default = 0, auto select. http, twamp: 80, udp-echo, tcp-echo: 7, dns: 53, ftp: 21).
- probe
Count Number - Number of most recent probes that should be used to calculate latency and jitter (5 - 30, default = 30).
- probe
Packets String - Enable/disable transmission of probe packets. Valid values:
disable
,enable
. - probe
Timeout Number - Time to wait before a probe packet is considered lost (500 - 3600*1000 msec, default = 500).
- protocol String
- Protocol used to determine if the FortiGate can communicate with the server. Valid values:
ping
,tcp-echo
,udp-echo
,http
,twamp
,ping6
,dns
,tcp-connect
,ftp
. - quality
Measured StringMethod - Method to measure the quality of tcp-connect. Valid values:
half-close
,half-open
. - recoverytime Number
- Number of successful responses received before server is considered recovered (1 - 3600, default = 5).
- security
Mode String - Twamp controller security mode. Valid values:
none
,authentication
. - servers List<String>
- IP address or FQDN name of the server.
- sla
Fail NumberLog Period - Time interval in seconds that SLA fail log messages will be generated (0 - 3600, default = 0).
- sla
Id NumberRedistribute - Select the ID from the SLA sub-table. The selected SLA's priority value will be distributed into the routing table (0 - 32, default = 0).
- sla
Pass NumberLog Period - Time interval in seconds that SLA pass log messages will be generated (0 - 3600, default = 0).
- slas List<Property Map>
- Sla. The structure of
sla
block is documented below. - source String
- Source IP address used in the health-check packet to the server.
- source6 String
- Source IPv6 addressused in the health-check packet to server.
- system
Dns String - Enable/disable system DNS as the probe server. Valid values:
disable
,enable
. - threshold
Alert NumberJitter - Alert threshold for jitter (ms, default = 0).
- threshold
Alert NumberLatency - Alert threshold for latency (ms, default = 0).
- threshold
Alert NumberPacketloss - Alert threshold for packet loss (percentage, default = 0).
- threshold
Warning NumberJitter - Warning threshold for jitter (ms, default = 0).
- threshold
Warning NumberLatency - Warning threshold for latency (ms, default = 0).
- threshold
Warning NumberPacketloss - Warning threshold for packet loss (percentage, default = 0).
- update
Cascade StringInterface - Enable/disable update cascade interface. Valid values:
disable
,enable
. - update
Static StringRoute - Enable/disable updating the static route. Valid values:
disable
,enable
. - user String
- The user name to access probe server.
- vrf Number
- Virtual Routing Forwarding ID.
WantempSystemSdwanHealthCheckFortiguard, WantempSystemSdwanHealthCheckFortiguardArgs
- Addr
Mode string - Address mode (IPv4 or IPv6). Valid values:
ipv4
,ipv6
. - Class
Ids List<string> - Traffic class ID.
- Detect
Mode string - The mode determining how to detect the server. Valid values:
active
,passive
,prefer-passive
,remote
,agent-based
. - Diffservcode string
- Differentiated services code point (DSCP) in the IP header of the probe packet.
- Dns
Match stringIp - Response IP expected from DNS server if the protocol is DNS.
- Dns
Request stringDomain - Fully qualified domain name to resolve for the DNS probe.
- Embed
Measured stringHealth - Enable/disable embedding measured health information. Valid values:
disable
,enable
. - Failtime double
- Number of failures before server is considered lost (1 - 3600, default = 5).
- Ftp
File string - Full path and file name on the FTP server to download for FTP health-check to probe.
- Ftp
Mode string - FTP mode. Valid values:
passive
,port
. - Ha
Priority double - HA election priority (1 - 50).
- Http
Agent string - String in the http-agent field in the HTTP header.
- Http
Get string - URL used to communicate with the server if the protocol if the protocol is HTTP.
- Http
Match string - Response string expected from the server if the protocol is HTTP.
- Interval double
- Status check interval in milliseconds, or the time between attempting to connect to the server (20 - 3600*1000 msec, default = 500).
- Members List<string>
- Member sequence number list.
- Mos
Codec string - Codec to use for MOS calculation (default = g711). Valid values:
g711
,g722
,g729
. - Packet
Size double - Packet size of a TWAMP test session. (124/158 - 1024)
- Passwords List<string>
- TWAMP controller password in authentication mode.
- Port double
- Port number used to communicate with the server over the selected protocol (0 - 65535, default = 0, auto select. http, tcp-connect: 80, udp-echo, tcp-echo: 7, dns: 53, ftp: 21, twamp: 862).
- Probe
Count double - Number of most recent probes that should be used to calculate latency and jitter (5 - 30, default = 30).
- Probe
Packets string - Enable/disable transmission of probe packets. Valid values:
disable
,enable
. - Probe
Timeout double - Time to wait before a probe packet is considered lost (20 - 3600*1000 msec, default = 500).
- Protocol string
- Protocol used to determine if the FortiGate can communicate with the server. Valid values:
ping
,tcp-echo
,udp-echo
,http
,twamp
,dns
,tcp-connect
,ftp
,https
. - Quality
Measured stringMethod - Method to measure the quality of tcp-connect. Valid values:
half-close
,half-open
. - Recoverytime double
- Number of successful responses received before server is considered recovered (1 - 3600, default = 5).
- Security
Mode string - Twamp controller security mode. Valid values:
none
,authentication
. - Servers List<string>
- Predefined IP address or FQDN name from FortiGuard.
- Sla
Fail doubleLog Period - Time interval in seconds that SLA fail log messages will be generated (0 - 3600, default = 0).
- Sla
Id doubleRedistribute - Select the ID from the SLA sub-table. The selected SLA's priority value will be distributed into the routing table (0 - 32, default = 0).
- Sla
Pass doubleLog Period - Time interval in seconds that SLA pass log messages will be generated (0 - 3600, default = 0).
- Slas
List<Wantemp
System Sdwan Health Check Fortiguard Sla> - Sla. The structure of
sla
block is documented below. - Source string
- Source IP address used in the health-check packet to the server.
- Source6 string
- Source IPv6 address used in the health-check packet to server.
- System
Dns string - Enable/disable system DNS as the probe server. Valid values:
disable
,enable
. - Target
Name string - Status check or predefined health-check targets name.
- Threshold
Alert doubleJitter - Alert threshold for jitter (ms, default = 0).
- Threshold
Alert doubleLatency - Alert threshold for latency (ms, default = 0).
- Threshold
Alert doublePacketloss - Alert threshold for packet loss (percentage, default = 0).
- Threshold
Warning doubleJitter - Warning threshold for jitter (ms, default = 0).
- Threshold
Warning doubleLatency - Warning threshold for latency (ms, default = 0).
- Threshold
Warning doublePacketloss - Warning threshold for packet loss (percentage, default = 0).
- Update
Cascade stringInterface - Enable/disable update cascade interface. Valid values:
disable
,enable
. - Update
Static stringRoute - Enable/disable updating the static route. Valid values:
disable
,enable
. - User string
- The user name to access probe server.
- Vrf double
- Virtual Routing Forwarding ID.
- Addr
Mode string - Address mode (IPv4 or IPv6). Valid values:
ipv4
,ipv6
. - Class
Ids []string - Traffic class ID.
- Detect
Mode string - The mode determining how to detect the server. Valid values:
active
,passive
,prefer-passive
,remote
,agent-based
. - Diffservcode string
- Differentiated services code point (DSCP) in the IP header of the probe packet.
- Dns
Match stringIp - Response IP expected from DNS server if the protocol is DNS.
- Dns
Request stringDomain - Fully qualified domain name to resolve for the DNS probe.
- Embed
Measured stringHealth - Enable/disable embedding measured health information. Valid values:
disable
,enable
. - Failtime float64
- Number of failures before server is considered lost (1 - 3600, default = 5).
- Ftp
File string - Full path and file name on the FTP server to download for FTP health-check to probe.
- Ftp
Mode string - FTP mode. Valid values:
passive
,port
. - Ha
Priority float64 - HA election priority (1 - 50).
- Http
Agent string - String in the http-agent field in the HTTP header.
- Http
Get string - URL used to communicate with the server if the protocol if the protocol is HTTP.
- Http
Match string - Response string expected from the server if the protocol is HTTP.
- Interval float64
- Status check interval in milliseconds, or the time between attempting to connect to the server (20 - 3600*1000 msec, default = 500).
- Members []string
- Member sequence number list.
- Mos
Codec string - Codec to use for MOS calculation (default = g711). Valid values:
g711
,g722
,g729
. - Packet
Size float64 - Packet size of a TWAMP test session. (124/158 - 1024)
- Passwords []string
- TWAMP controller password in authentication mode.
- Port float64
- Port number used to communicate with the server over the selected protocol (0 - 65535, default = 0, auto select. http, tcp-connect: 80, udp-echo, tcp-echo: 7, dns: 53, ftp: 21, twamp: 862).
- Probe
Count float64 - Number of most recent probes that should be used to calculate latency and jitter (5 - 30, default = 30).
- Probe
Packets string - Enable/disable transmission of probe packets. Valid values:
disable
,enable
. - Probe
Timeout float64 - Time to wait before a probe packet is considered lost (20 - 3600*1000 msec, default = 500).
- Protocol string
- Protocol used to determine if the FortiGate can communicate with the server. Valid values:
ping
,tcp-echo
,udp-echo
,http
,twamp
,dns
,tcp-connect
,ftp
,https
. - Quality
Measured stringMethod - Method to measure the quality of tcp-connect. Valid values:
half-close
,half-open
. - Recoverytime float64
- Number of successful responses received before server is considered recovered (1 - 3600, default = 5).
- Security
Mode string - Twamp controller security mode. Valid values:
none
,authentication
. - Servers []string
- Predefined IP address or FQDN name from FortiGuard.
- Sla
Fail float64Log Period - Time interval in seconds that SLA fail log messages will be generated (0 - 3600, default = 0).
- Sla
Id float64Redistribute - Select the ID from the SLA sub-table. The selected SLA's priority value will be distributed into the routing table (0 - 32, default = 0).
- Sla
Pass float64Log Period - Time interval in seconds that SLA pass log messages will be generated (0 - 3600, default = 0).
- Slas
[]Wantemp
System Sdwan Health Check Fortiguard Sla - Sla. The structure of
sla
block is documented below. - Source string
- Source IP address used in the health-check packet to the server.
- Source6 string
- Source IPv6 address used in the health-check packet to server.
- System
Dns string - Enable/disable system DNS as the probe server. Valid values:
disable
,enable
. - Target
Name string - Status check or predefined health-check targets name.
- Threshold
Alert float64Jitter - Alert threshold for jitter (ms, default = 0).
- Threshold
Alert float64Latency - Alert threshold for latency (ms, default = 0).
- Threshold
Alert float64Packetloss - Alert threshold for packet loss (percentage, default = 0).
- Threshold
Warning float64Jitter - Warning threshold for jitter (ms, default = 0).
- Threshold
Warning float64Latency - Warning threshold for latency (ms, default = 0).
- Threshold
Warning float64Packetloss - Warning threshold for packet loss (percentage, default = 0).
- Update
Cascade stringInterface - Enable/disable update cascade interface. Valid values:
disable
,enable
. - Update
Static stringRoute - Enable/disable updating the static route. Valid values:
disable
,enable
. - User string
- The user name to access probe server.
- Vrf float64
- Virtual Routing Forwarding ID.
- addr
Mode String - Address mode (IPv4 or IPv6). Valid values:
ipv4
,ipv6
. - class
Ids List<String> - Traffic class ID.
- detect
Mode String - The mode determining how to detect the server. Valid values:
active
,passive
,prefer-passive
,remote
,agent-based
. - diffservcode String
- Differentiated services code point (DSCP) in the IP header of the probe packet.
- dns
Match StringIp - Response IP expected from DNS server if the protocol is DNS.
- dns
Request StringDomain - Fully qualified domain name to resolve for the DNS probe.
- embed
Measured StringHealth - Enable/disable embedding measured health information. Valid values:
disable
,enable
. - failtime Double
- Number of failures before server is considered lost (1 - 3600, default = 5).
- ftp
File String - Full path and file name on the FTP server to download for FTP health-check to probe.
- ftp
Mode String - FTP mode. Valid values:
passive
,port
. - ha
Priority Double - HA election priority (1 - 50).
- http
Agent String - String in the http-agent field in the HTTP header.
- http
Get String - URL used to communicate with the server if the protocol if the protocol is HTTP.
- http
Match String - Response string expected from the server if the protocol is HTTP.
- interval Double
- Status check interval in milliseconds, or the time between attempting to connect to the server (20 - 3600*1000 msec, default = 500).
- members List<String>
- Member sequence number list.
- mos
Codec String - Codec to use for MOS calculation (default = g711). Valid values:
g711
,g722
,g729
. - packet
Size Double - Packet size of a TWAMP test session. (124/158 - 1024)
- passwords List<String>
- TWAMP controller password in authentication mode.
- port Double
- Port number used to communicate with the server over the selected protocol (0 - 65535, default = 0, auto select. http, tcp-connect: 80, udp-echo, tcp-echo: 7, dns: 53, ftp: 21, twamp: 862).
- probe
Count Double - Number of most recent probes that should be used to calculate latency and jitter (5 - 30, default = 30).
- probe
Packets String - Enable/disable transmission of probe packets. Valid values:
disable
,enable
. - probe
Timeout Double - Time to wait before a probe packet is considered lost (20 - 3600*1000 msec, default = 500).
- protocol String
- Protocol used to determine if the FortiGate can communicate with the server. Valid values:
ping
,tcp-echo
,udp-echo
,http
,twamp
,dns
,tcp-connect
,ftp
,https
. - quality
Measured StringMethod - Method to measure the quality of tcp-connect. Valid values:
half-close
,half-open
. - recoverytime Double
- Number of successful responses received before server is considered recovered (1 - 3600, default = 5).
- security
Mode String - Twamp controller security mode. Valid values:
none
,authentication
. - servers List<String>
- Predefined IP address or FQDN name from FortiGuard.
- sla
Fail DoubleLog Period - Time interval in seconds that SLA fail log messages will be generated (0 - 3600, default = 0).
- sla
Id DoubleRedistribute - Select the ID from the SLA sub-table. The selected SLA's priority value will be distributed into the routing table (0 - 32, default = 0).
- sla
Pass DoubleLog Period - Time interval in seconds that SLA pass log messages will be generated (0 - 3600, default = 0).
- slas
List<Wantemp
System Sdwan Health Check Fortiguard Sla> - Sla. The structure of
sla
block is documented below. - source String
- Source IP address used in the health-check packet to the server.
- source6 String
- Source IPv6 address used in the health-check packet to server.
- system
Dns String - Enable/disable system DNS as the probe server. Valid values:
disable
,enable
. - target
Name String - Status check or predefined health-check targets name.
- threshold
Alert DoubleJitter - Alert threshold for jitter (ms, default = 0).
- threshold
Alert DoubleLatency - Alert threshold for latency (ms, default = 0).
- threshold
Alert DoublePacketloss - Alert threshold for packet loss (percentage, default = 0).
- threshold
Warning DoubleJitter - Warning threshold for jitter (ms, default = 0).
- threshold
Warning DoubleLatency - Warning threshold for latency (ms, default = 0).
- threshold
Warning DoublePacketloss - Warning threshold for packet loss (percentage, default = 0).
- update
Cascade StringInterface - Enable/disable update cascade interface. Valid values:
disable
,enable
. - update
Static StringRoute - Enable/disable updating the static route. Valid values:
disable
,enable
. - user String
- The user name to access probe server.
- vrf Double
- Virtual Routing Forwarding ID.
- addr
Mode string - Address mode (IPv4 or IPv6). Valid values:
ipv4
,ipv6
. - class
Ids string[] - Traffic class ID.
- detect
Mode string - The mode determining how to detect the server. Valid values:
active
,passive
,prefer-passive
,remote
,agent-based
. - diffservcode string
- Differentiated services code point (DSCP) in the IP header of the probe packet.
- dns
Match stringIp - Response IP expected from DNS server if the protocol is DNS.
- dns
Request stringDomain - Fully qualified domain name to resolve for the DNS probe.
- embed
Measured stringHealth - Enable/disable embedding measured health information. Valid values:
disable
,enable
. - failtime number
- Number of failures before server is considered lost (1 - 3600, default = 5).
- ftp
File string - Full path and file name on the FTP server to download for FTP health-check to probe.
- ftp
Mode string - FTP mode. Valid values:
passive
,port
. - ha
Priority number - HA election priority (1 - 50).
- http
Agent string - String in the http-agent field in the HTTP header.
- http
Get string - URL used to communicate with the server if the protocol if the protocol is HTTP.
- http
Match string - Response string expected from the server if the protocol is HTTP.
- interval number
- Status check interval in milliseconds, or the time between attempting to connect to the server (20 - 3600*1000 msec, default = 500).
- members string[]
- Member sequence number list.
- mos
Codec string - Codec to use for MOS calculation (default = g711). Valid values:
g711
,g722
,g729
. - packet
Size number - Packet size of a TWAMP test session. (124/158 - 1024)
- passwords string[]
- TWAMP controller password in authentication mode.
- port number
- Port number used to communicate with the server over the selected protocol (0 - 65535, default = 0, auto select. http, tcp-connect: 80, udp-echo, tcp-echo: 7, dns: 53, ftp: 21, twamp: 862).
- probe
Count number - Number of most recent probes that should be used to calculate latency and jitter (5 - 30, default = 30).
- probe
Packets string - Enable/disable transmission of probe packets. Valid values:
disable
,enable
. - probe
Timeout number - Time to wait before a probe packet is considered lost (20 - 3600*1000 msec, default = 500).
- protocol string
- Protocol used to determine if the FortiGate can communicate with the server. Valid values:
ping
,tcp-echo
,udp-echo
,http
,twamp
,dns
,tcp-connect
,ftp
,https
. - quality
Measured stringMethod - Method to measure the quality of tcp-connect. Valid values:
half-close
,half-open
. - recoverytime number
- Number of successful responses received before server is considered recovered (1 - 3600, default = 5).
- security
Mode string - Twamp controller security mode. Valid values:
none
,authentication
. - servers string[]
- Predefined IP address or FQDN name from FortiGuard.
- sla
Fail numberLog Period - Time interval in seconds that SLA fail log messages will be generated (0 - 3600, default = 0).
- sla
Id numberRedistribute - Select the ID from the SLA sub-table. The selected SLA's priority value will be distributed into the routing table (0 - 32, default = 0).
- sla
Pass numberLog Period - Time interval in seconds that SLA pass log messages will be generated (0 - 3600, default = 0).
- slas
Wantemp
System Sdwan Health Check Fortiguard Sla[] - Sla. The structure of
sla
block is documented below. - source string
- Source IP address used in the health-check packet to the server.
- source6 string
- Source IPv6 address used in the health-check packet to server.
- system
Dns string - Enable/disable system DNS as the probe server. Valid values:
disable
,enable
. - target
Name string - Status check or predefined health-check targets name.
- threshold
Alert numberJitter - Alert threshold for jitter (ms, default = 0).
- threshold
Alert numberLatency - Alert threshold for latency (ms, default = 0).
- threshold
Alert numberPacketloss - Alert threshold for packet loss (percentage, default = 0).
- threshold
Warning numberJitter - Warning threshold for jitter (ms, default = 0).
- threshold
Warning numberLatency - Warning threshold for latency (ms, default = 0).
- threshold
Warning numberPacketloss - Warning threshold for packet loss (percentage, default = 0).
- update
Cascade stringInterface - Enable/disable update cascade interface. Valid values:
disable
,enable
. - update
Static stringRoute - Enable/disable updating the static route. Valid values:
disable
,enable
. - user string
- The user name to access probe server.
- vrf number
- Virtual Routing Forwarding ID.
- addr_
mode str - Address mode (IPv4 or IPv6). Valid values:
ipv4
,ipv6
. - class_
ids Sequence[str] - Traffic class ID.
- detect_
mode str - The mode determining how to detect the server. Valid values:
active
,passive
,prefer-passive
,remote
,agent-based
. - diffservcode str
- Differentiated services code point (DSCP) in the IP header of the probe packet.
- dns_
match_ strip - Response IP expected from DNS server if the protocol is DNS.
- dns_
request_ strdomain - Fully qualified domain name to resolve for the DNS probe.
- embed_
measured_ strhealth - Enable/disable embedding measured health information. Valid values:
disable
,enable
. - failtime float
- Number of failures before server is considered lost (1 - 3600, default = 5).
- ftp_
file str - Full path and file name on the FTP server to download for FTP health-check to probe.
- ftp_
mode str - FTP mode. Valid values:
passive
,port
. - ha_
priority float - HA election priority (1 - 50).
- http_
agent str - String in the http-agent field in the HTTP header.
- http_
get str - URL used to communicate with the server if the protocol if the protocol is HTTP.
- http_
match str - Response string expected from the server if the protocol is HTTP.
- interval float
- Status check interval in milliseconds, or the time between attempting to connect to the server (20 - 3600*1000 msec, default = 500).
- members Sequence[str]
- Member sequence number list.
- mos_
codec str - Codec to use for MOS calculation (default = g711). Valid values:
g711
,g722
,g729
. - packet_
size float - Packet size of a TWAMP test session. (124/158 - 1024)
- passwords Sequence[str]
- TWAMP controller password in authentication mode.
- port float
- Port number used to communicate with the server over the selected protocol (0 - 65535, default = 0, auto select. http, tcp-connect: 80, udp-echo, tcp-echo: 7, dns: 53, ftp: 21, twamp: 862).
- probe_
count float - Number of most recent probes that should be used to calculate latency and jitter (5 - 30, default = 30).
- probe_
packets str - Enable/disable transmission of probe packets. Valid values:
disable
,enable
. - probe_
timeout float - Time to wait before a probe packet is considered lost (20 - 3600*1000 msec, default = 500).
- protocol str
- Protocol used to determine if the FortiGate can communicate with the server. Valid values:
ping
,tcp-echo
,udp-echo
,http
,twamp
,dns
,tcp-connect
,ftp
,https
. - quality_
measured_ strmethod - Method to measure the quality of tcp-connect. Valid values:
half-close
,half-open
. - recoverytime float
- Number of successful responses received before server is considered recovered (1 - 3600, default = 5).
- security_
mode str - Twamp controller security mode. Valid values:
none
,authentication
. - servers Sequence[str]
- Predefined IP address or FQDN name from FortiGuard.
- sla_
fail_ floatlog_ period - Time interval in seconds that SLA fail log messages will be generated (0 - 3600, default = 0).
- sla_
id_ floatredistribute - Select the ID from the SLA sub-table. The selected SLA's priority value will be distributed into the routing table (0 - 32, default = 0).
- sla_
pass_ floatlog_ period - Time interval in seconds that SLA pass log messages will be generated (0 - 3600, default = 0).
- slas
Sequence[Wantemp
System Sdwan Health Check Fortiguard Sla] - Sla. The structure of
sla
block is documented below. - source str
- Source IP address used in the health-check packet to the server.
- source6 str
- Source IPv6 address used in the health-check packet to server.
- system_
dns str - Enable/disable system DNS as the probe server. Valid values:
disable
,enable
. - target_
name str - Status check or predefined health-check targets name.
- threshold_
alert_ floatjitter - Alert threshold for jitter (ms, default = 0).
- threshold_
alert_ floatlatency - Alert threshold for latency (ms, default = 0).
- threshold_
alert_ floatpacketloss - Alert threshold for packet loss (percentage, default = 0).
- threshold_
warning_ floatjitter - Warning threshold for jitter (ms, default = 0).
- threshold_
warning_ floatlatency - Warning threshold for latency (ms, default = 0).
- threshold_
warning_ floatpacketloss - Warning threshold for packet loss (percentage, default = 0).
- update_
cascade_ strinterface - Enable/disable update cascade interface. Valid values:
disable
,enable
. - update_
static_ strroute - Enable/disable updating the static route. Valid values:
disable
,enable
. - user str
- The user name to access probe server.
- vrf float
- Virtual Routing Forwarding ID.
- addr
Mode String - Address mode (IPv4 or IPv6). Valid values:
ipv4
,ipv6
. - class
Ids List<String> - Traffic class ID.
- detect
Mode String - The mode determining how to detect the server. Valid values:
active
,passive
,prefer-passive
,remote
,agent-based
. - diffservcode String
- Differentiated services code point (DSCP) in the IP header of the probe packet.
- dns
Match StringIp - Response IP expected from DNS server if the protocol is DNS.
- dns
Request StringDomain - Fully qualified domain name to resolve for the DNS probe.
- embed
Measured StringHealth - Enable/disable embedding measured health information. Valid values:
disable
,enable
. - failtime Number
- Number of failures before server is considered lost (1 - 3600, default = 5).
- ftp
File String - Full path and file name on the FTP server to download for FTP health-check to probe.
- ftp
Mode String - FTP mode. Valid values:
passive
,port
. - ha
Priority Number - HA election priority (1 - 50).
- http
Agent String - String in the http-agent field in the HTTP header.
- http
Get String - URL used to communicate with the server if the protocol if the protocol is HTTP.
- http
Match String - Response string expected from the server if the protocol is HTTP.
- interval Number
- Status check interval in milliseconds, or the time between attempting to connect to the server (20 - 3600*1000 msec, default = 500).
- members List<String>
- Member sequence number list.
- mos
Codec String - Codec to use for MOS calculation (default = g711). Valid values:
g711
,g722
,g729
. - packet
Size Number - Packet size of a TWAMP test session. (124/158 - 1024)
- passwords List<String>
- TWAMP controller password in authentication mode.
- port Number
- Port number used to communicate with the server over the selected protocol (0 - 65535, default = 0, auto select. http, tcp-connect: 80, udp-echo, tcp-echo: 7, dns: 53, ftp: 21, twamp: 862).
- probe
Count Number - Number of most recent probes that should be used to calculate latency and jitter (5 - 30, default = 30).
- probe
Packets String - Enable/disable transmission of probe packets. Valid values:
disable
,enable
. - probe
Timeout Number - Time to wait before a probe packet is considered lost (20 - 3600*1000 msec, default = 500).
- protocol String
- Protocol used to determine if the FortiGate can communicate with the server. Valid values:
ping
,tcp-echo
,udp-echo
,http
,twamp
,dns
,tcp-connect
,ftp
,https
. - quality
Measured StringMethod - Method to measure the quality of tcp-connect. Valid values:
half-close
,half-open
. - recoverytime Number
- Number of successful responses received before server is considered recovered (1 - 3600, default = 5).
- security
Mode String - Twamp controller security mode. Valid values:
none
,authentication
. - servers List<String>
- Predefined IP address or FQDN name from FortiGuard.
- sla
Fail NumberLog Period - Time interval in seconds that SLA fail log messages will be generated (0 - 3600, default = 0).
- sla
Id NumberRedistribute - Select the ID from the SLA sub-table. The selected SLA's priority value will be distributed into the routing table (0 - 32, default = 0).
- sla
Pass NumberLog Period - Time interval in seconds that SLA pass log messages will be generated (0 - 3600, default = 0).
- slas List<Property Map>
- Sla. The structure of
sla
block is documented below. - source String
- Source IP address used in the health-check packet to the server.
- source6 String
- Source IPv6 address used in the health-check packet to server.
- system
Dns String - Enable/disable system DNS as the probe server. Valid values:
disable
,enable
. - target
Name String - Status check or predefined health-check targets name.
- threshold
Alert NumberJitter - Alert threshold for jitter (ms, default = 0).
- threshold
Alert NumberLatency - Alert threshold for latency (ms, default = 0).
- threshold
Alert NumberPacketloss - Alert threshold for packet loss (percentage, default = 0).
- threshold
Warning NumberJitter - Warning threshold for jitter (ms, default = 0).
- threshold
Warning NumberLatency - Warning threshold for latency (ms, default = 0).
- threshold
Warning NumberPacketloss - Warning threshold for packet loss (percentage, default = 0).
- update
Cascade StringInterface - Enable/disable update cascade interface. Valid values:
disable
,enable
. - update
Static StringRoute - Enable/disable updating the static route. Valid values:
disable
,enable
. - user String
- The user name to access probe server.
- vrf Number
- Virtual Routing Forwarding ID.
WantempSystemSdwanHealthCheckFortiguardSla, WantempSystemSdwanHealthCheckFortiguardSlaArgs
- Id double
- SLA ID.
- Jitter
Threshold double - Jitter for SLA to make decision in milliseconds. (0 - 10000000, default = 5).
- Latency
Threshold double - Latency for SLA to make decision in milliseconds. (0 - 10000000, default = 5).
- Link
Cost List<string>Factors - Criteria on which to base link selection. Valid values:
latency
,jitter
,packet-loss
,mos
,remote
. - Mos
Threshold string - Minimum Mean Opinion Score for SLA to be marked as pass. (1.0 - 5.0, default = 3.6).
- Packetloss
Threshold double - Packet loss for SLA to make decision in percentage. (0 - 100, default = 0).
- Priority
In doubleSla - Value to be distributed into routing table when in-sla (0 - 65535, default = 0).
- Priority
Out doubleSla - Value to be distributed into routing table when out-sla (0 - 65535, default = 0).
- Id float64
- SLA ID.
- Jitter
Threshold float64 - Jitter for SLA to make decision in milliseconds. (0 - 10000000, default = 5).
- Latency
Threshold float64 - Latency for SLA to make decision in milliseconds. (0 - 10000000, default = 5).
- Link
Cost []stringFactors - Criteria on which to base link selection. Valid values:
latency
,jitter
,packet-loss
,mos
,remote
. - Mos
Threshold string - Minimum Mean Opinion Score for SLA to be marked as pass. (1.0 - 5.0, default = 3.6).
- Packetloss
Threshold float64 - Packet loss for SLA to make decision in percentage. (0 - 100, default = 0).
- Priority
In float64Sla - Value to be distributed into routing table when in-sla (0 - 65535, default = 0).
- Priority
Out float64Sla - Value to be distributed into routing table when out-sla (0 - 65535, default = 0).
- id Double
- SLA ID.
- jitter
Threshold Double - Jitter for SLA to make decision in milliseconds. (0 - 10000000, default = 5).
- latency
Threshold Double - Latency for SLA to make decision in milliseconds. (0 - 10000000, default = 5).
- link
Cost List<String>Factors - Criteria on which to base link selection. Valid values:
latency
,jitter
,packet-loss
,mos
,remote
. - mos
Threshold String - Minimum Mean Opinion Score for SLA to be marked as pass. (1.0 - 5.0, default = 3.6).
- packetloss
Threshold Double - Packet loss for SLA to make decision in percentage. (0 - 100, default = 0).
- priority
In DoubleSla - Value to be distributed into routing table when in-sla (0 - 65535, default = 0).
- priority
Out DoubleSla - Value to be distributed into routing table when out-sla (0 - 65535, default = 0).
- id number
- SLA ID.
- jitter
Threshold number - Jitter for SLA to make decision in milliseconds. (0 - 10000000, default = 5).
- latency
Threshold number - Latency for SLA to make decision in milliseconds. (0 - 10000000, default = 5).
- link
Cost string[]Factors - Criteria on which to base link selection. Valid values:
latency
,jitter
,packet-loss
,mos
,remote
. - mos
Threshold string - Minimum Mean Opinion Score for SLA to be marked as pass. (1.0 - 5.0, default = 3.6).
- packetloss
Threshold number - Packet loss for SLA to make decision in percentage. (0 - 100, default = 0).
- priority
In numberSla - Value to be distributed into routing table when in-sla (0 - 65535, default = 0).
- priority
Out numberSla - Value to be distributed into routing table when out-sla (0 - 65535, default = 0).
- id float
- SLA ID.
- jitter_
threshold float - Jitter for SLA to make decision in milliseconds. (0 - 10000000, default = 5).
- latency_
threshold float - Latency for SLA to make decision in milliseconds. (0 - 10000000, default = 5).
- link_
cost_ Sequence[str]factors - Criteria on which to base link selection. Valid values:
latency
,jitter
,packet-loss
,mos
,remote
. - mos_
threshold str - Minimum Mean Opinion Score for SLA to be marked as pass. (1.0 - 5.0, default = 3.6).
- packetloss_
threshold float - Packet loss for SLA to make decision in percentage. (0 - 100, default = 0).
- priority_
in_ floatsla - Value to be distributed into routing table when in-sla (0 - 65535, default = 0).
- priority_
out_ floatsla - Value to be distributed into routing table when out-sla (0 - 65535, default = 0).
- id Number
- SLA ID.
- jitter
Threshold Number - Jitter for SLA to make decision in milliseconds. (0 - 10000000, default = 5).
- latency
Threshold Number - Latency for SLA to make decision in milliseconds. (0 - 10000000, default = 5).
- link
Cost List<String>Factors - Criteria on which to base link selection. Valid values:
latency
,jitter
,packet-loss
,mos
,remote
. - mos
Threshold String - Minimum Mean Opinion Score for SLA to be marked as pass. (1.0 - 5.0, default = 3.6).
- packetloss
Threshold Number - Packet loss for SLA to make decision in percentage. (0 - 100, default = 0).
- priority
In NumberSla - Value to be distributed into routing table when in-sla (0 - 65535, default = 0).
- priority
Out NumberSla - Value to be distributed into routing table when out-sla (0 - 65535, default = 0).
WantempSystemSdwanHealthCheckSla, WantempSystemSdwanHealthCheckSlaArgs
- Id double
- SLA ID.
- Jitter
Threshold double - Jitter for SLA to make decision in milliseconds. (0 - 10000000, default = 5).
- Latency
Threshold double - Latency for SLA to make decision in milliseconds. (0 - 10000000, default = 5).
- Link
Cost List<string>Factors - Criteria on which to base link selection. Valid values:
latency
,jitter
,packet-loss
,mos
,remote
. - Mos
Threshold string - Minimum Mean Opinion Score for SLA to be marked as pass. (1.0 - 5.0, default = 3.6).
- Packetloss
Threshold double - Packet loss for SLA to make decision in percentage. (0 - 100, default = 0).
- Priority
In doubleSla - Value to be distributed into routing table when in-sla (0 - 65535, default = 0).
- Priority
Out doubleSla - Value to be distributed into routing table when out-sla (0 - 65535, default = 0).
- Id float64
- SLA ID.
- Jitter
Threshold float64 - Jitter for SLA to make decision in milliseconds. (0 - 10000000, default = 5).
- Latency
Threshold float64 - Latency for SLA to make decision in milliseconds. (0 - 10000000, default = 5).
- Link
Cost []stringFactors - Criteria on which to base link selection. Valid values:
latency
,jitter
,packet-loss
,mos
,remote
. - Mos
Threshold string - Minimum Mean Opinion Score for SLA to be marked as pass. (1.0 - 5.0, default = 3.6).
- Packetloss
Threshold float64 - Packet loss for SLA to make decision in percentage. (0 - 100, default = 0).
- Priority
In float64Sla - Value to be distributed into routing table when in-sla (0 - 65535, default = 0).
- Priority
Out float64Sla - Value to be distributed into routing table when out-sla (0 - 65535, default = 0).
- id Double
- SLA ID.
- jitter
Threshold Double - Jitter for SLA to make decision in milliseconds. (0 - 10000000, default = 5).
- latency
Threshold Double - Latency for SLA to make decision in milliseconds. (0 - 10000000, default = 5).
- link
Cost List<String>Factors - Criteria on which to base link selection. Valid values:
latency
,jitter
,packet-loss
,mos
,remote
. - mos
Threshold String - Minimum Mean Opinion Score for SLA to be marked as pass. (1.0 - 5.0, default = 3.6).
- packetloss
Threshold Double - Packet loss for SLA to make decision in percentage. (0 - 100, default = 0).
- priority
In DoubleSla - Value to be distributed into routing table when in-sla (0 - 65535, default = 0).
- priority
Out DoubleSla - Value to be distributed into routing table when out-sla (0 - 65535, default = 0).
- id number
- SLA ID.
- jitter
Threshold number - Jitter for SLA to make decision in milliseconds. (0 - 10000000, default = 5).
- latency
Threshold number - Latency for SLA to make decision in milliseconds. (0 - 10000000, default = 5).
- link
Cost string[]Factors - Criteria on which to base link selection. Valid values:
latency
,jitter
,packet-loss
,mos
,remote
. - mos
Threshold string - Minimum Mean Opinion Score for SLA to be marked as pass. (1.0 - 5.0, default = 3.6).
- packetloss
Threshold number - Packet loss for SLA to make decision in percentage. (0 - 100, default = 0).
- priority
In numberSla - Value to be distributed into routing table when in-sla (0 - 65535, default = 0).
- priority
Out numberSla - Value to be distributed into routing table when out-sla (0 - 65535, default = 0).
- id float
- SLA ID.
- jitter_
threshold float - Jitter for SLA to make decision in milliseconds. (0 - 10000000, default = 5).
- latency_
threshold float - Latency for SLA to make decision in milliseconds. (0 - 10000000, default = 5).
- link_
cost_ Sequence[str]factors - Criteria on which to base link selection. Valid values:
latency
,jitter
,packet-loss
,mos
,remote
. - mos_
threshold str - Minimum Mean Opinion Score for SLA to be marked as pass. (1.0 - 5.0, default = 3.6).
- packetloss_
threshold float - Packet loss for SLA to make decision in percentage. (0 - 100, default = 0).
- priority_
in_ floatsla - Value to be distributed into routing table when in-sla (0 - 65535, default = 0).
- priority_
out_ floatsla - Value to be distributed into routing table when out-sla (0 - 65535, default = 0).
- id Number
- SLA ID.
- jitter
Threshold Number - Jitter for SLA to make decision in milliseconds. (0 - 10000000, default = 5).
- latency
Threshold Number - Latency for SLA to make decision in milliseconds. (0 - 10000000, default = 5).
- link
Cost List<String>Factors - Criteria on which to base link selection. Valid values:
latency
,jitter
,packet-loss
,mos
,remote
. - mos
Threshold String - Minimum Mean Opinion Score for SLA to be marked as pass. (1.0 - 5.0, default = 3.6).
- packetloss
Threshold Number - Packet loss for SLA to make decision in percentage. (0 - 100, default = 0).
- priority
In NumberSla - Value to be distributed into routing table when in-sla (0 - 65535, default = 0).
- priority
Out NumberSla - Value to be distributed into routing table when out-sla (0 - 65535, default = 0).
WantempSystemSdwanMember, WantempSystemSdwanMemberArgs
- Comment string
- Comments.
- Cost string
- Cost of this interface for services in SLA mode (0 - 4294967295, default = 0).
- Gateway string
- The default gateway for this interface. Usually the default gateway of the Internet service provider that this interface is connected to.
- Gateway6 string
- IPv6 gateway.
- Ingress
Spillover doubleThreshold - Ingress spillover threshold for this interface (0 - 16776000 kbit/s). When this traffic volume threshold is reached, new sessions spill over to other interfaces in the SD-WAN.
- Interface string
- Interface name.
- Preferred
Source string - Preferred source of route for this member.
- Priority double
- Priority of the interface (0 - 65535). Used for SD-WAN rules or priority rules.
- Priority6 double
- Priority of the interface for IPv6 (1 - 65535, default = 1024). Used for SD-WAN rules or priority rules.
- Priority
In doubleSla - Preferred priority of routes to this member when this member is in-sla (0 - 65535, default = 0).
- Priority
Out doubleSla - Preferred priority of routes to this member when this member is out-of-sla (0 - 65535, default = 0).
- Seq
Num double - Sequence number(1-512).
- Source string
- Source IP address used in the health-check packet to the server.
- Source6 string
- Source IPv6 address used in the health-check packet to the server.
- Spillover
Threshold double - Egress spillover threshold for this interface (0 - 16776000 kbit/s). When this traffic volume threshold is reached, new sessions spill over to other interfaces in the SD-WAN.
- Status string
- Enable/disable this interface in the SD-WAN. Valid values:
disable
,enable
. - Transport
Group double - Measured transport group (0 - 255).
- Volume
Ratio double - Measured volume ratio (this value / sum of all values = percentage of link volume, 1 - 255).
- Weight double
- Weight of this interface for weighted load balancing. (1 - 255) More traffic is directed to interfaces with higher weights.
- Zone string
- Zone name.
- _
dynamic stringMember - _Dynamic-Member.
- Comment string
- Comments.
- Cost string
- Cost of this interface for services in SLA mode (0 - 4294967295, default = 0).
- Gateway string
- The default gateway for this interface. Usually the default gateway of the Internet service provider that this interface is connected to.
- Gateway6 string
- IPv6 gateway.
- Ingress
Spillover float64Threshold - Ingress spillover threshold for this interface (0 - 16776000 kbit/s). When this traffic volume threshold is reached, new sessions spill over to other interfaces in the SD-WAN.
- Interface string
- Interface name.
- Preferred
Source string - Preferred source of route for this member.
- Priority float64
- Priority of the interface (0 - 65535). Used for SD-WAN rules or priority rules.
- Priority6 float64
- Priority of the interface for IPv6 (1 - 65535, default = 1024). Used for SD-WAN rules or priority rules.
- Priority
In float64Sla - Preferred priority of routes to this member when this member is in-sla (0 - 65535, default = 0).
- Priority
Out float64Sla - Preferred priority of routes to this member when this member is out-of-sla (0 - 65535, default = 0).
- Seq
Num float64 - Sequence number(1-512).
- Source string
- Source IP address used in the health-check packet to the server.
- Source6 string
- Source IPv6 address used in the health-check packet to the server.
- Spillover
Threshold float64 - Egress spillover threshold for this interface (0 - 16776000 kbit/s). When this traffic volume threshold is reached, new sessions spill over to other interfaces in the SD-WAN.
- Status string
- Enable/disable this interface in the SD-WAN. Valid values:
disable
,enable
. - Transport
Group float64 - Measured transport group (0 - 255).
- Volume
Ratio float64 - Measured volume ratio (this value / sum of all values = percentage of link volume, 1 - 255).
- Weight float64
- Weight of this interface for weighted load balancing. (1 - 255) More traffic is directed to interfaces with higher weights.
- Zone string
- Zone name.
- _
dynamic stringMember - _Dynamic-Member.
- _
dynamic StringMember - _Dynamic-Member.
- comment String
- Comments.
- cost String
- Cost of this interface for services in SLA mode (0 - 4294967295, default = 0).
- gateway String
- The default gateway for this interface. Usually the default gateway of the Internet service provider that this interface is connected to.
- gateway6 String
- IPv6 gateway.
- ingress
Spillover DoubleThreshold - Ingress spillover threshold for this interface (0 - 16776000 kbit/s). When this traffic volume threshold is reached, new sessions spill over to other interfaces in the SD-WAN.
- interface_ String
- Interface name.
- preferred
Source String - Preferred source of route for this member.
- priority Double
- Priority of the interface (0 - 65535). Used for SD-WAN rules or priority rules.
- priority6 Double
- Priority of the interface for IPv6 (1 - 65535, default = 1024). Used for SD-WAN rules or priority rules.
- priority
In DoubleSla - Preferred priority of routes to this member when this member is in-sla (0 - 65535, default = 0).
- priority
Out DoubleSla - Preferred priority of routes to this member when this member is out-of-sla (0 - 65535, default = 0).
- seq
Num Double - Sequence number(1-512).
- source String
- Source IP address used in the health-check packet to the server.
- source6 String
- Source IPv6 address used in the health-check packet to the server.
- spillover
Threshold Double - Egress spillover threshold for this interface (0 - 16776000 kbit/s). When this traffic volume threshold is reached, new sessions spill over to other interfaces in the SD-WAN.
- status String
- Enable/disable this interface in the SD-WAN. Valid values:
disable
,enable
. - transport
Group Double - Measured transport group (0 - 255).
- volume
Ratio Double - Measured volume ratio (this value / sum of all values = percentage of link volume, 1 - 255).
- weight Double
- Weight of this interface for weighted load balancing. (1 - 255) More traffic is directed to interfaces with higher weights.
- zone String
- Zone name.
- _
dynamic stringMember - _Dynamic-Member.
- comment string
- Comments.
- cost string
- Cost of this interface for services in SLA mode (0 - 4294967295, default = 0).
- gateway string
- The default gateway for this interface. Usually the default gateway of the Internet service provider that this interface is connected to.
- gateway6 string
- IPv6 gateway.
- ingress
Spillover numberThreshold - Ingress spillover threshold for this interface (0 - 16776000 kbit/s). When this traffic volume threshold is reached, new sessions spill over to other interfaces in the SD-WAN.
- interface string
- Interface name.
- preferred
Source string - Preferred source of route for this member.
- priority number
- Priority of the interface (0 - 65535). Used for SD-WAN rules or priority rules.
- priority6 number
- Priority of the interface for IPv6 (1 - 65535, default = 1024). Used for SD-WAN rules or priority rules.
- priority
In numberSla - Preferred priority of routes to this member when this member is in-sla (0 - 65535, default = 0).
- priority
Out numberSla - Preferred priority of routes to this member when this member is out-of-sla (0 - 65535, default = 0).
- seq
Num number - Sequence number(1-512).
- source string
- Source IP address used in the health-check packet to the server.
- source6 string
- Source IPv6 address used in the health-check packet to the server.
- spillover
Threshold number - Egress spillover threshold for this interface (0 - 16776000 kbit/s). When this traffic volume threshold is reached, new sessions spill over to other interfaces in the SD-WAN.
- status string
- Enable/disable this interface in the SD-WAN. Valid values:
disable
,enable
. - transport
Group number - Measured transport group (0 - 255).
- volume
Ratio number - Measured volume ratio (this value / sum of all values = percentage of link volume, 1 - 255).
- weight number
- Weight of this interface for weighted load balancing. (1 - 255) More traffic is directed to interfaces with higher weights.
- zone string
- Zone name.
- _
dynamic_ strmember - _Dynamic-Member.
- comment str
- Comments.
- cost str
- Cost of this interface for services in SLA mode (0 - 4294967295, default = 0).
- gateway str
- The default gateway for this interface. Usually the default gateway of the Internet service provider that this interface is connected to.
- gateway6 str
- IPv6 gateway.
- ingress_
spillover_ floatthreshold - Ingress spillover threshold for this interface (0 - 16776000 kbit/s). When this traffic volume threshold is reached, new sessions spill over to other interfaces in the SD-WAN.
- interface str
- Interface name.
- preferred_
source str - Preferred source of route for this member.
- priority float
- Priority of the interface (0 - 65535). Used for SD-WAN rules or priority rules.
- priority6 float
- Priority of the interface for IPv6 (1 - 65535, default = 1024). Used for SD-WAN rules or priority rules.
- priority_
in_ floatsla - Preferred priority of routes to this member when this member is in-sla (0 - 65535, default = 0).
- priority_
out_ floatsla - Preferred priority of routes to this member when this member is out-of-sla (0 - 65535, default = 0).
- seq_
num float - Sequence number(1-512).
- source str
- Source IP address used in the health-check packet to the server.
- source6 str
- Source IPv6 address used in the health-check packet to the server.
- spillover_
threshold float - Egress spillover threshold for this interface (0 - 16776000 kbit/s). When this traffic volume threshold is reached, new sessions spill over to other interfaces in the SD-WAN.
- status str
- Enable/disable this interface in the SD-WAN. Valid values:
disable
,enable
. - transport_
group float - Measured transport group (0 - 255).
- volume_
ratio float - Measured volume ratio (this value / sum of all values = percentage of link volume, 1 - 255).
- weight float
- Weight of this interface for weighted load balancing. (1 - 255) More traffic is directed to interfaces with higher weights.
- zone str
- Zone name.
- _
dynamic StringMember - _Dynamic-Member.
- comment String
- Comments.
- cost String
- Cost of this interface for services in SLA mode (0 - 4294967295, default = 0).
- gateway String
- The default gateway for this interface. Usually the default gateway of the Internet service provider that this interface is connected to.
- gateway6 String
- IPv6 gateway.
- ingress
Spillover NumberThreshold - Ingress spillover threshold for this interface (0 - 16776000 kbit/s). When this traffic volume threshold is reached, new sessions spill over to other interfaces in the SD-WAN.
- interface String
- Interface name.
- preferred
Source String - Preferred source of route for this member.
- priority Number
- Priority of the interface (0 - 65535). Used for SD-WAN rules or priority rules.
- priority6 Number
- Priority of the interface for IPv6 (1 - 65535, default = 1024). Used for SD-WAN rules or priority rules.
- priority
In NumberSla - Preferred priority of routes to this member when this member is in-sla (0 - 65535, default = 0).
- priority
Out NumberSla - Preferred priority of routes to this member when this member is out-of-sla (0 - 65535, default = 0).
- seq
Num Number - Sequence number(1-512).
- source String
- Source IP address used in the health-check packet to the server.
- source6 String
- Source IPv6 address used in the health-check packet to the server.
- spillover
Threshold Number - Egress spillover threshold for this interface (0 - 16776000 kbit/s). When this traffic volume threshold is reached, new sessions spill over to other interfaces in the SD-WAN.
- status String
- Enable/disable this interface in the SD-WAN. Valid values:
disable
,enable
. - transport
Group Number - Measured transport group (0 - 255).
- volume
Ratio Number - Measured volume ratio (this value / sum of all values = percentage of link volume, 1 - 255).
- weight Number
- Weight of this interface for weighted load balancing. (1 - 255) More traffic is directed to interfaces with higher weights.
- zone String
- Zone name.
WantempSystemSdwanNeighbor, WantempSystemSdwanNeighborArgs
- Health
Check string - SD-WAN health-check name.
- Ip string
- IP/IPv6 address of neighbor.
- Member string
- Member sequence number.
- Minimum
Sla doubleMeet Members - Minimum number of members which meet SLA when the neighbor is preferred.
- Mode string
- What metric to select the neighbor. Valid values:
sla
,speedtest
. - Role string
- Role of neighbor. Valid values:
primary
,secondary
,standalone
. - Service
Id string - SD-WAN service ID to work with the neighbor.
- Sla
Id double - SLA ID.
- Health
Check string - SD-WAN health-check name.
- Ip string
- IP/IPv6 address of neighbor.
- Member string
- Member sequence number.
- Minimum
Sla float64Meet Members - Minimum number of members which meet SLA when the neighbor is preferred.
- Mode string
- What metric to select the neighbor. Valid values:
sla
,speedtest
. - Role string
- Role of neighbor. Valid values:
primary
,secondary
,standalone
. - Service
Id string - SD-WAN service ID to work with the neighbor.
- Sla
Id float64 - SLA ID.
- health
Check String - SD-WAN health-check name.
- ip String
- IP/IPv6 address of neighbor.
- member String
- Member sequence number.
- minimum
Sla DoubleMeet Members - Minimum number of members which meet SLA when the neighbor is preferred.
- mode String
- What metric to select the neighbor. Valid values:
sla
,speedtest
. - role String
- Role of neighbor. Valid values:
primary
,secondary
,standalone
. - service
Id String - SD-WAN service ID to work with the neighbor.
- sla
Id Double - SLA ID.
- health
Check string - SD-WAN health-check name.
- ip string
- IP/IPv6 address of neighbor.
- member string
- Member sequence number.
- minimum
Sla numberMeet Members - Minimum number of members which meet SLA when the neighbor is preferred.
- mode string
- What metric to select the neighbor. Valid values:
sla
,speedtest
. - role string
- Role of neighbor. Valid values:
primary
,secondary
,standalone
. - service
Id string - SD-WAN service ID to work with the neighbor.
- sla
Id number - SLA ID.
- health_
check str - SD-WAN health-check name.
- ip str
- IP/IPv6 address of neighbor.
- member str
- Member sequence number.
- minimum_
sla_ floatmeet_ members - Minimum number of members which meet SLA when the neighbor is preferred.
- mode str
- What metric to select the neighbor. Valid values:
sla
,speedtest
. - role str
- Role of neighbor. Valid values:
primary
,secondary
,standalone
. - service_
id str - SD-WAN service ID to work with the neighbor.
- sla_
id float - SLA ID.
- health
Check String - SD-WAN health-check name.
- ip String
- IP/IPv6 address of neighbor.
- member String
- Member sequence number.
- minimum
Sla NumberMeet Members - Minimum number of members which meet SLA when the neighbor is preferred.
- mode String
- What metric to select the neighbor. Valid values:
sla
,speedtest
. - role String
- Role of neighbor. Valid values:
primary
,secondary
,standalone
. - service
Id String - SD-WAN service ID to work with the neighbor.
- sla
Id Number - SLA ID.
WantempSystemSdwanService, WantempSystemSdwanServiceArgs
- Addr
Mode string - Address mode (IPv4 or IPv6). Valid values:
ipv4
,ipv6
. - 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
. - End
Port double - End destination port number.
- End
Src doublePort - End source port number.
- 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).
- Id double
- SD-WAN rule ID (1 - 4000).
- 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.
- 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.
- Zone
Mode string - Enable/disable zone mode. Valid values:
disable
,enable
.
- Addr
Mode string - Address mode (IPv4 or IPv6). Valid values:
ipv4
,ipv6
. - 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
. - End
Port float64 - End destination port number.
- End
Src float64Port - End source port number.
- 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).
- Id float64
- SD-WAN rule ID (1 - 4000).
- 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.
- 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 - 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.
- Zone
Mode string - Enable/disable zone mode. Valid values:
disable
,enable
.
- addr
Mode String - Address mode (IPv4 or IPv6). Valid values:
ipv4
,ipv6
. - 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
. - end
Port Double - End destination port number.
- end
Src DoublePort - End source port number.
- 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).
- id Double
- SD-WAN rule ID (1 - 4000).
- 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.
- 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.
- zone
Mode String - Enable/disable zone mode. Valid values:
disable
,enable
.
- addr
Mode string - Address mode (IPv4 or IPv6). Valid values:
ipv4
,ipv6
. - 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
. - end
Port number - End destination port number.
- end
Src numberPort - End source port number.
- 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).
- id number
- SD-WAN rule ID (1 - 4000).
- 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.
- 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.
- zone
Mode string - Enable/disable zone mode. Valid values:
disable
,enable
.
- addr_
mode str - Address mode (IPv4 or IPv6). Valid values:
ipv4
,ipv6
. - 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
. - end_
port float - End destination port number.
- end_
src_ floatport - End source port number.
- 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).
- id float
- SD-WAN rule ID (1 - 4000).
- 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.
- 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] - 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.
- zone_
mode str - Enable/disable zone mode. Valid values:
disable
,enable
.
- addr
Mode String - Address mode (IPv4 or IPv6). Valid values:
ipv4
,ipv6
. - 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
. - end
Port Number - End destination port number.
- end
Src NumberPort - End source port number.
- 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).
- id Number
- SD-WAN rule ID (1 - 4000).
- 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.
- 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.
- zone
Mode String - Enable/disable zone mode. Valid values:
disable
,enable
.
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.
WantempSystemSdwanZone, WantempSystemSdwanZoneArgs
- Advpn
Health stringCheck - Health check for ADVPN local overlay link quality.
- Advpn
Select string - Enable/disable selection of ADVPN based on SDWAN information. Valid values:
disable
,enable
. - Minimum
Sla doubleMeet Members - Minimum number of members which meet SLA when the neighbor is preferred.
- Name string
- Zone name.
- Service
Sla stringTie Break - Method of selecting member if more than one meets the SLA. Valid values:
cfg-order
,fib-best-match
.
- Advpn
Health stringCheck - Health check for ADVPN local overlay link quality.
- Advpn
Select string - Enable/disable selection of ADVPN based on SDWAN information. Valid values:
disable
,enable
. - Minimum
Sla float64Meet Members - Minimum number of members which meet SLA when the neighbor is preferred.
- Name string
- Zone name.
- Service
Sla stringTie Break - Method of selecting member if more than one meets the SLA. Valid values:
cfg-order
,fib-best-match
.
- advpn
Health StringCheck - Health check for ADVPN local overlay link quality.
- advpn
Select String - Enable/disable selection of ADVPN based on SDWAN information. Valid values:
disable
,enable
. - minimum
Sla DoubleMeet Members - Minimum number of members which meet SLA when the neighbor is preferred.
- name String
- Zone name.
- service
Sla StringTie Break - Method of selecting member if more than one meets the SLA. Valid values:
cfg-order
,fib-best-match
.
- advpn
Health stringCheck - Health check for ADVPN local overlay link quality.
- advpn
Select string - Enable/disable selection of ADVPN based on SDWAN information. Valid values:
disable
,enable
. - minimum
Sla numberMeet Members - Minimum number of members which meet SLA when the neighbor is preferred.
- name string
- Zone name.
- service
Sla stringTie Break - Method of selecting member if more than one meets the SLA. Valid values:
cfg-order
,fib-best-match
.
- advpn_
health_ strcheck - Health check for ADVPN local overlay link quality.
- advpn_
select str - Enable/disable selection of ADVPN based on SDWAN information. Valid values:
disable
,enable
. - minimum_
sla_ floatmeet_ members - Minimum number of members which meet SLA when the neighbor is preferred.
- name str
- Zone name.
- service_
sla_ strtie_ break - Method of selecting member if more than one meets the SLA. Valid values:
cfg-order
,fib-best-match
.
- advpn
Health StringCheck - Health check for ADVPN local overlay link quality.
- advpn
Select String - Enable/disable selection of ADVPN based on SDWAN information. Valid values:
disable
,enable
. - minimum
Sla NumberMeet Members - Minimum number of members which meet SLA when the neighbor is preferred.
- name String
- Zone name.
- service
Sla StringTie Break - Method of selecting member if more than one meets the SLA. Valid values:
cfg-order
,fib-best-match
.
Import
Wantemp SystemSdwan 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/wantempSystemSdwan:WantempSystemSdwan labelname WantempSystemSdwan
$ 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.