fortimanager.WantempSystemVirtualwanlinkNeighbor
Explore with Pulumi AI
Create SD-WAN neighbor from BGP neighbor table to control route advertisements according to SLA status.
This resource is a sub resource for variable
neighbor
of resourcefortimanager.WantempSystemVirtualwanlink
. Conflict and overwrite may occur if use both of them.
Create WantempSystemVirtualwanlinkNeighbor Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new WantempSystemVirtualwanlinkNeighbor(name: string, args: WantempSystemVirtualwanlinkNeighborArgs, opts?: CustomResourceOptions);
@overload
def WantempSystemVirtualwanlinkNeighbor(resource_name: str,
args: WantempSystemVirtualwanlinkNeighborInitArgs,
opts: Optional[ResourceOptions] = None)
@overload
def WantempSystemVirtualwanlinkNeighbor(resource_name: str,
opts: Optional[ResourceOptions] = None,
wanprof: Optional[str] = None,
adom: Optional[str] = None,
health_check: Optional[str] = None,
ip: Optional[str] = None,
member: Optional[str] = None,
role: Optional[str] = None,
scopetype: Optional[str] = None,
sla_id: Optional[float] = None,
wantemp_system_virtualwanlink_neighbor_id: Optional[str] = None)
func NewWantempSystemVirtualwanlinkNeighbor(ctx *Context, name string, args WantempSystemVirtualwanlinkNeighborArgs, opts ...ResourceOption) (*WantempSystemVirtualwanlinkNeighbor, error)
public WantempSystemVirtualwanlinkNeighbor(string name, WantempSystemVirtualwanlinkNeighborArgs args, CustomResourceOptions? opts = null)
public WantempSystemVirtualwanlinkNeighbor(String name, WantempSystemVirtualwanlinkNeighborArgs args)
public WantempSystemVirtualwanlinkNeighbor(String name, WantempSystemVirtualwanlinkNeighborArgs args, CustomResourceOptions options)
type: fortimanager:WantempSystemVirtualwanlinkNeighbor
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 WantempSystemVirtualwanlinkNeighborArgs
- 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 WantempSystemVirtualwanlinkNeighborInitArgs
- 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 WantempSystemVirtualwanlinkNeighborArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args WantempSystemVirtualwanlinkNeighborArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args WantempSystemVirtualwanlinkNeighborArgs
- 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 wantempSystemVirtualwanlinkNeighborResource = new Fortimanager.WantempSystemVirtualwanlinkNeighbor("wantempSystemVirtualwanlinkNeighborResource", new()
{
Wanprof = "string",
Adom = "string",
HealthCheck = "string",
Ip = "string",
Member = "string",
Role = "string",
Scopetype = "string",
SlaId = 0,
WantempSystemVirtualwanlinkNeighborId = "string",
});
example, err := fortimanager.NewWantempSystemVirtualwanlinkNeighbor(ctx, "wantempSystemVirtualwanlinkNeighborResource", &fortimanager.WantempSystemVirtualwanlinkNeighborArgs{
Wanprof: pulumi.String("string"),
Adom: pulumi.String("string"),
HealthCheck: pulumi.String("string"),
Ip: pulumi.String("string"),
Member: pulumi.String("string"),
Role: pulumi.String("string"),
Scopetype: pulumi.String("string"),
SlaId: pulumi.Float64(0),
WantempSystemVirtualwanlinkNeighborId: pulumi.String("string"),
})
var wantempSystemVirtualwanlinkNeighborResource = new WantempSystemVirtualwanlinkNeighbor("wantempSystemVirtualwanlinkNeighborResource", WantempSystemVirtualwanlinkNeighborArgs.builder()
.wanprof("string")
.adom("string")
.healthCheck("string")
.ip("string")
.member("string")
.role("string")
.scopetype("string")
.slaId(0)
.wantempSystemVirtualwanlinkNeighborId("string")
.build());
wantemp_system_virtualwanlink_neighbor_resource = fortimanager.WantempSystemVirtualwanlinkNeighbor("wantempSystemVirtualwanlinkNeighborResource",
wanprof="string",
adom="string",
health_check="string",
ip="string",
member="string",
role="string",
scopetype="string",
sla_id=0,
wantemp_system_virtualwanlink_neighbor_id="string")
const wantempSystemVirtualwanlinkNeighborResource = new fortimanager.WantempSystemVirtualwanlinkNeighbor("wantempSystemVirtualwanlinkNeighborResource", {
wanprof: "string",
adom: "string",
healthCheck: "string",
ip: "string",
member: "string",
role: "string",
scopetype: "string",
slaId: 0,
wantempSystemVirtualwanlinkNeighborId: "string",
});
type: fortimanager:WantempSystemVirtualwanlinkNeighbor
properties:
adom: string
healthCheck: string
ip: string
member: string
role: string
scopetype: string
slaId: 0
wanprof: string
wantempSystemVirtualwanlinkNeighborId: string
WantempSystemVirtualwanlinkNeighbor 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 WantempSystemVirtualwanlinkNeighbor 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. - Health
Check string - SD-WAN health-check name.
- Ip string
- IP address of neighbor.
- Member string
- Member sequence number.
- Role string
- Role of neighbor. Valid values:
primary
,secondary
,standalone
. - 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
. - Sla
Id double - SLA ID.
- Wantemp
System stringVirtualwanlink Neighbor Id - an identifier for the resource with format {{sla_id}}.
- 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. - Health
Check string - SD-WAN health-check name.
- Ip string
- IP address of neighbor.
- Member string
- Member sequence number.
- Role string
- Role of neighbor. Valid values:
primary
,secondary
,standalone
. - 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
. - Sla
Id float64 - SLA ID.
- Wantemp
System stringVirtualwanlink Neighbor Id - an identifier for the resource with format {{sla_id}}.
- 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. - health
Check String - SD-WAN health-check name.
- ip String
- IP address of neighbor.
- member String
- Member sequence number.
- role String
- Role of neighbor. Valid values:
primary
,secondary
,standalone
. - 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
. - sla
Id Double - SLA ID.
- wantemp
System StringVirtualwanlink Neighbor Id - an identifier for the resource with format {{sla_id}}.
- 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. - health
Check string - SD-WAN health-check name.
- ip string
- IP address of neighbor.
- member string
- Member sequence number.
- role string
- Role of neighbor. Valid values:
primary
,secondary
,standalone
. - 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
. - sla
Id number - SLA ID.
- wantemp
System stringVirtualwanlink Neighbor Id - an identifier for the resource with format {{sla_id}}.
- 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. - health_
check str - SD-WAN health-check name.
- ip str
- IP address of neighbor.
- member str
- Member sequence number.
- role str
- Role of neighbor. Valid values:
primary
,secondary
,standalone
. - 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
. - sla_
id float - SLA ID.
- wantemp_
system_ strvirtualwanlink_ neighbor_ id - an identifier for the resource with format {{sla_id}}.
- 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. - health
Check String - SD-WAN health-check name.
- ip String
- IP address of neighbor.
- member String
- Member sequence number.
- role String
- Role of neighbor. Valid values:
primary
,secondary
,standalone
. - 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
. - sla
Id Number - SLA ID.
- wantemp
System StringVirtualwanlink Neighbor Id - an identifier for the resource with format {{sla_id}}.
Outputs
All input properties are implicitly available as output properties. Additionally, the WantempSystemVirtualwanlinkNeighbor 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 WantempSystemVirtualwanlinkNeighbor Resource
Get an existing WantempSystemVirtualwanlinkNeighbor 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?: WantempSystemVirtualwanlinkNeighborState, opts?: CustomResourceOptions): WantempSystemVirtualwanlinkNeighbor
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
health_check: Optional[str] = None,
ip: Optional[str] = None,
member: Optional[str] = None,
role: Optional[str] = None,
scopetype: Optional[str] = None,
sla_id: Optional[float] = None,
wanprof: Optional[str] = None,
wantemp_system_virtualwanlink_neighbor_id: Optional[str] = None) -> WantempSystemVirtualwanlinkNeighbor
func GetWantempSystemVirtualwanlinkNeighbor(ctx *Context, name string, id IDInput, state *WantempSystemVirtualwanlinkNeighborState, opts ...ResourceOption) (*WantempSystemVirtualwanlinkNeighbor, error)
public static WantempSystemVirtualwanlinkNeighbor Get(string name, Input<string> id, WantempSystemVirtualwanlinkNeighborState? state, CustomResourceOptions? opts = null)
public static WantempSystemVirtualwanlinkNeighbor get(String name, Output<String> id, WantempSystemVirtualwanlinkNeighborState state, CustomResourceOptions options)
resources: _: type: fortimanager:WantempSystemVirtualwanlinkNeighbor 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. - Health
Check string - SD-WAN health-check name.
- Ip string
- IP address of neighbor.
- Member string
- Member sequence number.
- Role string
- Role of neighbor. Valid values:
primary
,secondary
,standalone
. - 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
. - Sla
Id double - SLA ID.
- Wanprof string
- Wanprof.
- Wantemp
System stringVirtualwanlink Neighbor Id - an identifier for the resource with format {{sla_id}}.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Health
Check string - SD-WAN health-check name.
- Ip string
- IP address of neighbor.
- Member string
- Member sequence number.
- Role string
- Role of neighbor. Valid values:
primary
,secondary
,standalone
. - 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
. - Sla
Id float64 - SLA ID.
- Wanprof string
- Wanprof.
- Wantemp
System stringVirtualwanlink Neighbor Id - an identifier for the resource with format {{sla_id}}.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - health
Check String - SD-WAN health-check name.
- ip String
- IP address of neighbor.
- member String
- Member sequence number.
- role String
- Role of neighbor. Valid values:
primary
,secondary
,standalone
. - 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
. - sla
Id Double - SLA ID.
- wanprof String
- Wanprof.
- wantemp
System StringVirtualwanlink Neighbor Id - an identifier for the resource with format {{sla_id}}.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - health
Check string - SD-WAN health-check name.
- ip string
- IP address of neighbor.
- member string
- Member sequence number.
- role string
- Role of neighbor. Valid values:
primary
,secondary
,standalone
. - 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
. - sla
Id number - SLA ID.
- wanprof string
- Wanprof.
- wantemp
System stringVirtualwanlink Neighbor Id - an identifier for the resource with format {{sla_id}}.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - health_
check str - SD-WAN health-check name.
- ip str
- IP address of neighbor.
- member str
- Member sequence number.
- role str
- Role of neighbor. Valid values:
primary
,secondary
,standalone
. - 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
. - sla_
id float - SLA ID.
- wanprof str
- Wanprof.
- wantemp_
system_ strvirtualwanlink_ neighbor_ id - an identifier for the resource with format {{sla_id}}.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - health
Check String - SD-WAN health-check name.
- ip String
- IP address of neighbor.
- member String
- Member sequence number.
- role String
- Role of neighbor. Valid values:
primary
,secondary
,standalone
. - 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
. - sla
Id Number - SLA ID.
- wanprof String
- Wanprof.
- wantemp
System StringVirtualwanlink Neighbor Id - an identifier for the resource with format {{sla_id}}.
Import
Wantemp SystemVirtualWanLinkNeighbor 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/wantempSystemVirtualwanlinkNeighbor:WantempSystemVirtualwanlinkNeighbor labelname {{sla_id}}
$ 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.