fortimanager.WantempSystemSdwanNeighbor
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.WantempSystemSdwan
. Conflict and overwrite may occur if use both of them.
Create WantempSystemSdwanNeighbor Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new WantempSystemSdwanNeighbor(name: string, args: WantempSystemSdwanNeighborArgs, opts?: CustomResourceOptions);
@overload
def WantempSystemSdwanNeighbor(resource_name: str,
args: WantempSystemSdwanNeighborInitArgs,
opts: Optional[ResourceOptions] = None)
@overload
def WantempSystemSdwanNeighbor(resource_name: str,
opts: Optional[ResourceOptions] = None,
ip: Optional[str] = None,
wanprof: Optional[str] = None,
adom: Optional[str] = None,
health_check: Optional[str] = None,
member: Optional[str] = None,
minimum_sla_meet_members: Optional[float] = None,
mode: Optional[str] = None,
role: Optional[str] = None,
scopetype: Optional[str] = None,
service_id: Optional[str] = None,
sla_id: Optional[float] = None,
wantemp_system_sdwan_neighbor_id: Optional[str] = None)
func NewWantempSystemSdwanNeighbor(ctx *Context, name string, args WantempSystemSdwanNeighborArgs, opts ...ResourceOption) (*WantempSystemSdwanNeighbor, error)
public WantempSystemSdwanNeighbor(string name, WantempSystemSdwanNeighborArgs args, CustomResourceOptions? opts = null)
public WantempSystemSdwanNeighbor(String name, WantempSystemSdwanNeighborArgs args)
public WantempSystemSdwanNeighbor(String name, WantempSystemSdwanNeighborArgs args, CustomResourceOptions options)
type: fortimanager:WantempSystemSdwanNeighbor
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 WantempSystemSdwanNeighborArgs
- 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 WantempSystemSdwanNeighborInitArgs
- 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 WantempSystemSdwanNeighborArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args WantempSystemSdwanNeighborArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args WantempSystemSdwanNeighborArgs
- 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 wantempSystemSdwanNeighborResource = new Fortimanager.WantempSystemSdwanNeighbor("wantempSystemSdwanNeighborResource", new()
{
Ip = "string",
Wanprof = "string",
Adom = "string",
HealthCheck = "string",
Member = "string",
MinimumSlaMeetMembers = 0,
Mode = "string",
Role = "string",
Scopetype = "string",
ServiceId = "string",
SlaId = 0,
WantempSystemSdwanNeighborId = "string",
});
example, err := fortimanager.NewWantempSystemSdwanNeighbor(ctx, "wantempSystemSdwanNeighborResource", &fortimanager.WantempSystemSdwanNeighborArgs{
Ip: pulumi.String("string"),
Wanprof: pulumi.String("string"),
Adom: pulumi.String("string"),
HealthCheck: pulumi.String("string"),
Member: pulumi.String("string"),
MinimumSlaMeetMembers: pulumi.Float64(0),
Mode: pulumi.String("string"),
Role: pulumi.String("string"),
Scopetype: pulumi.String("string"),
ServiceId: pulumi.String("string"),
SlaId: pulumi.Float64(0),
WantempSystemSdwanNeighborId: pulumi.String("string"),
})
var wantempSystemSdwanNeighborResource = new WantempSystemSdwanNeighbor("wantempSystemSdwanNeighborResource", WantempSystemSdwanNeighborArgs.builder()
.ip("string")
.wanprof("string")
.adom("string")
.healthCheck("string")
.member("string")
.minimumSlaMeetMembers(0)
.mode("string")
.role("string")
.scopetype("string")
.serviceId("string")
.slaId(0)
.wantempSystemSdwanNeighborId("string")
.build());
wantemp_system_sdwan_neighbor_resource = fortimanager.WantempSystemSdwanNeighbor("wantempSystemSdwanNeighborResource",
ip="string",
wanprof="string",
adom="string",
health_check="string",
member="string",
minimum_sla_meet_members=0,
mode="string",
role="string",
scopetype="string",
service_id="string",
sla_id=0,
wantemp_system_sdwan_neighbor_id="string")
const wantempSystemSdwanNeighborResource = new fortimanager.WantempSystemSdwanNeighbor("wantempSystemSdwanNeighborResource", {
ip: "string",
wanprof: "string",
adom: "string",
healthCheck: "string",
member: "string",
minimumSlaMeetMembers: 0,
mode: "string",
role: "string",
scopetype: "string",
serviceId: "string",
slaId: 0,
wantempSystemSdwanNeighborId: "string",
});
type: fortimanager:WantempSystemSdwanNeighbor
properties:
adom: string
healthCheck: string
ip: string
member: string
minimumSlaMeetMembers: 0
mode: string
role: string
scopetype: string
serviceId: string
slaId: 0
wanprof: string
wantempSystemSdwanNeighborId: string
WantempSystemSdwanNeighbor 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 WantempSystemSdwanNeighbor resource accepts the following input properties:
- Ip string
- IP/IPv6 address of neighbor.
- 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.
- 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
. - Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Service
Id string - SD-WAN service ID to work with the neighbor.
- Sla
Id double - SLA ID.
- Wantemp
System stringSdwan Neighbor Id - an identifier for the resource with format {{ip}}.
- Ip string
- IP/IPv6 address of neighbor.
- 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.
- 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
. - Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Service
Id string - SD-WAN service ID to work with the neighbor.
- Sla
Id float64 - SLA ID.
- Wantemp
System stringSdwan Neighbor Id - an identifier for the resource with format {{ip}}.
- ip String
- IP/IPv6 address of neighbor.
- 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.
- 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
. - scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - service
Id String - SD-WAN service ID to work with the neighbor.
- sla
Id Double - SLA ID.
- wantemp
System StringSdwan Neighbor Id - an identifier for the resource with format {{ip}}.
- ip string
- IP/IPv6 address of neighbor.
- 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.
- 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
. - scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - service
Id string - SD-WAN service ID to work with the neighbor.
- sla
Id number - SLA ID.
- wantemp
System stringSdwan Neighbor Id - an identifier for the resource with format {{ip}}.
- ip str
- IP/IPv6 address of neighbor.
- 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.
- 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
. - scopetype str
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - service_
id str - SD-WAN service ID to work with the neighbor.
- sla_
id float - SLA ID.
- wantemp_
system_ strsdwan_ neighbor_ id - an identifier for the resource with format {{ip}}.
- ip String
- IP/IPv6 address of neighbor.
- 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.
- 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
. - scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - service
Id String - SD-WAN service ID to work with the neighbor.
- sla
Id Number - SLA ID.
- wantemp
System StringSdwan Neighbor Id - an identifier for the resource with format {{ip}}.
Outputs
All input properties are implicitly available as output properties. Additionally, the WantempSystemSdwanNeighbor 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 WantempSystemSdwanNeighbor Resource
Get an existing WantempSystemSdwanNeighbor 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?: WantempSystemSdwanNeighborState, opts?: CustomResourceOptions): WantempSystemSdwanNeighbor
@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,
minimum_sla_meet_members: Optional[float] = None,
mode: Optional[str] = None,
role: Optional[str] = None,
scopetype: Optional[str] = None,
service_id: Optional[str] = None,
sla_id: Optional[float] = None,
wanprof: Optional[str] = None,
wantemp_system_sdwan_neighbor_id: Optional[str] = None) -> WantempSystemSdwanNeighbor
func GetWantempSystemSdwanNeighbor(ctx *Context, name string, id IDInput, state *WantempSystemSdwanNeighborState, opts ...ResourceOption) (*WantempSystemSdwanNeighbor, error)
public static WantempSystemSdwanNeighbor Get(string name, Input<string> id, WantempSystemSdwanNeighborState? state, CustomResourceOptions? opts = null)
public static WantempSystemSdwanNeighbor get(String name, Output<String> id, WantempSystemSdwanNeighborState state, CustomResourceOptions options)
resources: _: type: fortimanager:WantempSystemSdwanNeighbor 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/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
. - Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Service
Id string - SD-WAN service ID to work with the neighbor.
- Sla
Id double - SLA ID.
- Wanprof string
- Wanprof.
- Wantemp
System stringSdwan Neighbor Id - an identifier for the resource with format {{ip}}.
- 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/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
. - Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Service
Id string - SD-WAN service ID to work with the neighbor.
- Sla
Id float64 - SLA ID.
- Wanprof string
- Wanprof.
- Wantemp
System stringSdwan Neighbor Id - an identifier for the resource with format {{ip}}.
- 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/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
. - scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - service
Id String - SD-WAN service ID to work with the neighbor.
- sla
Id Double - SLA ID.
- wanprof String
- Wanprof.
- wantemp
System StringSdwan Neighbor Id - an identifier for the resource with format {{ip}}.
- 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/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
. - scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - service
Id string - SD-WAN service ID to work with the neighbor.
- sla
Id number - SLA ID.
- wanprof string
- Wanprof.
- wantemp
System stringSdwan Neighbor Id - an identifier for the resource with format {{ip}}.
- 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/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
. - scopetype str
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - service_
id str - SD-WAN service ID to work with the neighbor.
- sla_
id float - SLA ID.
- wanprof str
- Wanprof.
- wantemp_
system_ strsdwan_ neighbor_ id - an identifier for the resource with format {{ip}}.
- 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/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
. - scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - service
Id String - SD-WAN service ID to work with the neighbor.
- sla
Id Number - SLA ID.
- wanprof String
- Wanprof.
- wantemp
System StringSdwan Neighbor Id - an identifier for the resource with format {{ip}}.
Import
Wantemp SystemSdwanNeighbor 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/wantempSystemSdwanNeighbor:WantempSystemSdwanNeighbor labelname {{ip}}
$ 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.