fortimanager.WantempSystemVirtualwanlinkMembers
Explore with Pulumi AI
FortiGate interfaces added to the virtual-wan-link.
This resource is a sub resource for variable
members
of resourcefortimanager.WantempSystemVirtualwanlink
. Conflict and overwrite may occur if use both of them.
Create WantempSystemVirtualwanlinkMembers Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new WantempSystemVirtualwanlinkMembers(name: string, args: WantempSystemVirtualwanlinkMembersArgs, opts?: CustomResourceOptions);
@overload
def WantempSystemVirtualwanlinkMembers(resource_name: str,
args: WantempSystemVirtualwanlinkMembersArgs,
opts: Optional[ResourceOptions] = None)
@overload
def WantempSystemVirtualwanlinkMembers(resource_name: str,
opts: Optional[ResourceOptions] = None,
wanprof: Optional[str] = None,
priority: Optional[float] = None,
cost: Optional[str] = None,
seq_num: Optional[float] = None,
source: Optional[str] = None,
gateway6: Optional[str] = None,
ingress_spillover_threshold: Optional[float] = None,
interface: Optional[str] = None,
_dynamic_member: Optional[str] = None,
weight: Optional[float] = None,
comment: Optional[str] = None,
gateway: Optional[str] = None,
source6: Optional[str] = None,
spillover_threshold: Optional[float] = None,
status: Optional[str] = None,
volume_ratio: Optional[float] = None,
adom: Optional[str] = None,
wantemp_system_virtualwanlink_members_id: Optional[str] = None,
scopetype: Optional[str] = None)
func NewWantempSystemVirtualwanlinkMembers(ctx *Context, name string, args WantempSystemVirtualwanlinkMembersArgs, opts ...ResourceOption) (*WantempSystemVirtualwanlinkMembers, error)
public WantempSystemVirtualwanlinkMembers(string name, WantempSystemVirtualwanlinkMembersArgs args, CustomResourceOptions? opts = null)
public WantempSystemVirtualwanlinkMembers(String name, WantempSystemVirtualwanlinkMembersArgs args)
public WantempSystemVirtualwanlinkMembers(String name, WantempSystemVirtualwanlinkMembersArgs args, CustomResourceOptions options)
type: fortimanager:WantempSystemVirtualwanlinkMembers
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 WantempSystemVirtualwanlinkMembersArgs
- 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 WantempSystemVirtualwanlinkMembersArgs
- 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 WantempSystemVirtualwanlinkMembersArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args WantempSystemVirtualwanlinkMembersArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args WantempSystemVirtualwanlinkMembersArgs
- 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 wantempSystemVirtualwanlinkMembersResource = new Fortimanager.WantempSystemVirtualwanlinkMembers("wantempSystemVirtualwanlinkMembersResource", new()
{
Wanprof = "string",
Priority = 0,
Cost = "string",
SeqNum = 0,
Source = "string",
Gateway6 = "string",
IngressSpilloverThreshold = 0,
Interface = "string",
_dynamicMember = "string",
Weight = 0,
Comment = "string",
Gateway = "string",
Source6 = "string",
SpilloverThreshold = 0,
Status = "string",
VolumeRatio = 0,
Adom = "string",
WantempSystemVirtualwanlinkMembersId = "string",
Scopetype = "string",
});
example, err := fortimanager.NewWantempSystemVirtualwanlinkMembers(ctx, "wantempSystemVirtualwanlinkMembersResource", &fortimanager.WantempSystemVirtualwanlinkMembersArgs{
Wanprof: pulumi.String("string"),
Priority: pulumi.Float64(0),
Cost: pulumi.String("string"),
SeqNum: pulumi.Float64(0),
Source: pulumi.String("string"),
Gateway6: pulumi.String("string"),
IngressSpilloverThreshold: pulumi.Float64(0),
Interface: pulumi.String("string"),
_dynamicMember: pulumi.String("string"),
Weight: pulumi.Float64(0),
Comment: pulumi.String("string"),
Gateway: pulumi.String("string"),
Source6: pulumi.String("string"),
SpilloverThreshold: pulumi.Float64(0),
Status: pulumi.String("string"),
VolumeRatio: pulumi.Float64(0),
Adom: pulumi.String("string"),
WantempSystemVirtualwanlinkMembersId: pulumi.String("string"),
Scopetype: pulumi.String("string"),
})
var wantempSystemVirtualwanlinkMembersResource = new WantempSystemVirtualwanlinkMembers("wantempSystemVirtualwanlinkMembersResource", WantempSystemVirtualwanlinkMembersArgs.builder()
.wanprof("string")
.priority(0)
.cost("string")
.seqNum(0)
.source("string")
.gateway6("string")
.ingressSpilloverThreshold(0)
.interface_("string")
._dynamicMember("string")
.weight(0)
.comment("string")
.gateway("string")
.source6("string")
.spilloverThreshold(0)
.status("string")
.volumeRatio(0)
.adom("string")
.wantempSystemVirtualwanlinkMembersId("string")
.scopetype("string")
.build());
wantemp_system_virtualwanlink_members_resource = fortimanager.WantempSystemVirtualwanlinkMembers("wantempSystemVirtualwanlinkMembersResource",
wanprof="string",
priority=0,
cost="string",
seq_num=0,
source="string",
gateway6="string",
ingress_spillover_threshold=0,
interface="string",
_dynamic_member="string",
weight=0,
comment="string",
gateway="string",
source6="string",
spillover_threshold=0,
status="string",
volume_ratio=0,
adom="string",
wantemp_system_virtualwanlink_members_id="string",
scopetype="string")
const wantempSystemVirtualwanlinkMembersResource = new fortimanager.WantempSystemVirtualwanlinkMembers("wantempSystemVirtualwanlinkMembersResource", {
wanprof: "string",
priority: 0,
cost: "string",
seqNum: 0,
source: "string",
gateway6: "string",
ingressSpilloverThreshold: 0,
"interface": "string",
_dynamicMember: "string",
weight: 0,
comment: "string",
gateway: "string",
source6: "string",
spilloverThreshold: 0,
status: "string",
volumeRatio: 0,
adom: "string",
wantempSystemVirtualwanlinkMembersId: "string",
scopetype: "string",
});
type: fortimanager:WantempSystemVirtualwanlinkMembers
properties:
_dynamicMember: string
adom: string
comment: string
cost: string
gateway: string
gateway6: string
ingressSpilloverThreshold: 0
interface: string
priority: 0
scopetype: string
seqNum: 0
source: string
source6: string
spilloverThreshold: 0
status: string
volumeRatio: 0
wanprof: string
wantempSystemVirtualwanlinkMembersId: string
weight: 0
WantempSystemVirtualwanlinkMembers 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 WantempSystemVirtualwanlinkMembers 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. - 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.
- Priority double
- Priority of the interface (0 - 4294967295). Used for SD-WAN rules or priority rules.
- 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
. - Seq
Num double - Sequence number(1-255).
- 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
. - Volume
Ratio double - Measured volume ratio (this value / sum of all values = percentage of link volume, 1 - 255).
- Wantemp
System stringVirtualwanlink Members Id - an identifier for the resource with format {{seq_num}}.
- Weight double
- Weight of this interface for weighted load balancing. (1 - 255) More traffic is directed to interfaces with higher weights.
- _
dynamic stringMember - _Dynamic-Member.
- 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. - 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.
- Priority float64
- Priority of the interface (0 - 4294967295). Used for SD-WAN rules or priority rules.
- 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
. - Seq
Num float64 - Sequence number(1-255).
- 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
. - Volume
Ratio float64 - Measured volume ratio (this value / sum of all values = percentage of link volume, 1 - 255).
- Wantemp
System stringVirtualwanlink Members Id - an identifier for the resource with format {{seq_num}}.
- Weight float64
- Weight of this interface for weighted load balancing. (1 - 255) More traffic is directed to interfaces with higher weights.
- _
dynamic stringMember - _Dynamic-Member.
- wanprof String
- Wanprof.
- _
dynamic StringMember - _Dynamic-Member.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - 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.
- priority Double
- Priority of the interface (0 - 4294967295). Used for SD-WAN rules or priority rules.
- 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
. - seq
Num Double - Sequence number(1-255).
- 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
. - volume
Ratio Double - Measured volume ratio (this value / sum of all values = percentage of link volume, 1 - 255).
- wantemp
System StringVirtualwanlink Members Id - an identifier for the resource with format {{seq_num}}.
- weight Double
- Weight of this interface for weighted load balancing. (1 - 255) More traffic is directed to interfaces with higher weights.
- wanprof string
- Wanprof.
- _
dynamic stringMember - _Dynamic-Member.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - 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.
- priority number
- Priority of the interface (0 - 4294967295). Used for SD-WAN rules or priority rules.
- 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
. - seq
Num number - Sequence number(1-255).
- 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
. - volume
Ratio number - Measured volume ratio (this value / sum of all values = percentage of link volume, 1 - 255).
- wantemp
System stringVirtualwanlink Members Id - an identifier for the resource with format {{seq_num}}.
- weight number
- Weight of this interface for weighted load balancing. (1 - 255) More traffic is directed to interfaces with higher weights.
- wanprof str
- Wanprof.
- _
dynamic_ strmember - _Dynamic-Member.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - 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.
- priority float
- Priority of the interface (0 - 4294967295). Used for SD-WAN rules or priority rules.
- 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
. - seq_
num float - Sequence number(1-255).
- 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
. - volume_
ratio float - Measured volume ratio (this value / sum of all values = percentage of link volume, 1 - 255).
- wantemp_
system_ strvirtualwanlink_ members_ id - an identifier for the resource with format {{seq_num}}.
- weight float
- Weight of this interface for weighted load balancing. (1 - 255) More traffic is directed to interfaces with higher weights.
- wanprof String
- Wanprof.
- _
dynamic StringMember - _Dynamic-Member.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - 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.
- priority Number
- Priority of the interface (0 - 4294967295). Used for SD-WAN rules or priority rules.
- 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
. - seq
Num Number - Sequence number(1-255).
- 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
. - volume
Ratio Number - Measured volume ratio (this value / sum of all values = percentage of link volume, 1 - 255).
- wantemp
System StringVirtualwanlink Members Id - an identifier for the resource with format {{seq_num}}.
- weight Number
- Weight of this interface for weighted load balancing. (1 - 255) More traffic is directed to interfaces with higher weights.
Outputs
All input properties are implicitly available as output properties. Additionally, the WantempSystemVirtualwanlinkMembers 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 WantempSystemVirtualwanlinkMembers Resource
Get an existing WantempSystemVirtualwanlinkMembers 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?: WantempSystemVirtualwanlinkMembersState, opts?: CustomResourceOptions): WantempSystemVirtualwanlinkMembers
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
_dynamic_member: Optional[str] = None,
adom: Optional[str] = None,
comment: Optional[str] = None,
cost: Optional[str] = None,
gateway: Optional[str] = None,
gateway6: Optional[str] = None,
ingress_spillover_threshold: Optional[float] = None,
interface: Optional[str] = None,
priority: Optional[float] = None,
scopetype: Optional[str] = None,
seq_num: Optional[float] = None,
source: Optional[str] = None,
source6: Optional[str] = None,
spillover_threshold: Optional[float] = None,
status: Optional[str] = None,
volume_ratio: Optional[float] = None,
wanprof: Optional[str] = None,
wantemp_system_virtualwanlink_members_id: Optional[str] = None,
weight: Optional[float] = None) -> WantempSystemVirtualwanlinkMembers
func GetWantempSystemVirtualwanlinkMembers(ctx *Context, name string, id IDInput, state *WantempSystemVirtualwanlinkMembersState, opts ...ResourceOption) (*WantempSystemVirtualwanlinkMembers, error)
public static WantempSystemVirtualwanlinkMembers Get(string name, Input<string> id, WantempSystemVirtualwanlinkMembersState? state, CustomResourceOptions? opts = null)
public static WantempSystemVirtualwanlinkMembers get(String name, Output<String> id, WantempSystemVirtualwanlinkMembersState state, CustomResourceOptions options)
resources: _: type: fortimanager:WantempSystemVirtualwanlinkMembers 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. - 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.
- Priority double
- Priority of the interface (0 - 4294967295). Used for SD-WAN rules or priority rules.
- 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
. - Seq
Num double - Sequence number(1-255).
- 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
. - Volume
Ratio double - Measured volume ratio (this value / sum of all values = percentage of link volume, 1 - 255).
- Wanprof string
- Wanprof.
- Wantemp
System stringVirtualwanlink Members Id - an identifier for the resource with format {{seq_num}}.
- Weight double
- Weight of this interface for weighted load balancing. (1 - 255) More traffic is directed to interfaces with higher weights.
- _
dynamic stringMember - _Dynamic-Member.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - 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.
- Priority float64
- Priority of the interface (0 - 4294967295). Used for SD-WAN rules or priority rules.
- 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
. - Seq
Num float64 - Sequence number(1-255).
- 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
. - Volume
Ratio float64 - Measured volume ratio (this value / sum of all values = percentage of link volume, 1 - 255).
- Wanprof string
- Wanprof.
- Wantemp
System stringVirtualwanlink Members Id - an identifier for the resource with format {{seq_num}}.
- Weight float64
- Weight of this interface for weighted load balancing. (1 - 255) More traffic is directed to interfaces with higher weights.
- _
dynamic stringMember - _Dynamic-Member.
- _
dynamic StringMember - _Dynamic-Member.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - 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.
- priority Double
- Priority of the interface (0 - 4294967295). Used for SD-WAN rules or priority rules.
- 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
. - seq
Num Double - Sequence number(1-255).
- 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
. - volume
Ratio Double - Measured volume ratio (this value / sum of all values = percentage of link volume, 1 - 255).
- wanprof String
- Wanprof.
- wantemp
System StringVirtualwanlink Members Id - an identifier for the resource with format {{seq_num}}.
- weight Double
- Weight of this interface for weighted load balancing. (1 - 255) More traffic is directed to interfaces with higher weights.
- _
dynamic stringMember - _Dynamic-Member.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - 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.
- priority number
- Priority of the interface (0 - 4294967295). Used for SD-WAN rules or priority rules.
- 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
. - seq
Num number - Sequence number(1-255).
- 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
. - volume
Ratio number - Measured volume ratio (this value / sum of all values = percentage of link volume, 1 - 255).
- wanprof string
- Wanprof.
- wantemp
System stringVirtualwanlink Members Id - an identifier for the resource with format {{seq_num}}.
- weight number
- Weight of this interface for weighted load balancing. (1 - 255) More traffic is directed to interfaces with higher weights.
- _
dynamic_ strmember - _Dynamic-Member.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - 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.
- priority float
- Priority of the interface (0 - 4294967295). Used for SD-WAN rules or priority rules.
- 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
. - seq_
num float - Sequence number(1-255).
- 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
. - volume_
ratio float - Measured volume ratio (this value / sum of all values = percentage of link volume, 1 - 255).
- wanprof str
- Wanprof.
- wantemp_
system_ strvirtualwanlink_ members_ id - an identifier for the resource with format {{seq_num}}.
- weight float
- Weight of this interface for weighted load balancing. (1 - 255) More traffic is directed to interfaces with higher weights.
- _
dynamic StringMember - _Dynamic-Member.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - 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.
- priority Number
- Priority of the interface (0 - 4294967295). Used for SD-WAN rules or priority rules.
- 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
. - seq
Num Number - Sequence number(1-255).
- 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
. - volume
Ratio Number - Measured volume ratio (this value / sum of all values = percentage of link volume, 1 - 255).
- wanprof String
- Wanprof.
- wantemp
System StringVirtualwanlink Members Id - an identifier for the resource with format {{seq_num}}.
- weight Number
- Weight of this interface for weighted load balancing. (1 - 255) More traffic is directed to interfaces with higher weights.
Import
Wantemp SystemVirtualWanLinkMembers 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/wantempSystemVirtualwanlinkMembers:WantempSystemVirtualwanlinkMembers labelname {{seq_num}}
$ 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.