fortios.system.Stp
Explore with Pulumi AI
Configure Spanning Tree Protocol (STP). Applies to FortiOS Version 7.0.4
.
Create Stp Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Stp(name: string, args?: StpArgs, opts?: CustomResourceOptions);
@overload
def Stp(resource_name: str,
args: Optional[StpArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def Stp(resource_name: str,
opts: Optional[ResourceOptions] = None,
forward_delay: Optional[int] = None,
hello_time: Optional[int] = None,
max_age: Optional[int] = None,
max_hops: Optional[int] = None,
switch_priority: Optional[str] = None,
vdomparam: Optional[str] = None)
func NewStp(ctx *Context, name string, args *StpArgs, opts ...ResourceOption) (*Stp, error)
public Stp(string name, StpArgs? args = null, CustomResourceOptions? opts = null)
type: fortios:system:Stp
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 StpArgs
- 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 StpArgs
- 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 StpArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args StpArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args StpArgs
- 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 stpResource = new Fortios.System.Stp("stpResource", new()
{
ForwardDelay = 0,
HelloTime = 0,
MaxAge = 0,
MaxHops = 0,
SwitchPriority = "string",
Vdomparam = "string",
});
example, err := system.NewStp(ctx, "stpResource", &system.StpArgs{
ForwardDelay: pulumi.Int(0),
HelloTime: pulumi.Int(0),
MaxAge: pulumi.Int(0),
MaxHops: pulumi.Int(0),
SwitchPriority: pulumi.String("string"),
Vdomparam: pulumi.String("string"),
})
var stpResource = new Stp("stpResource", StpArgs.builder()
.forwardDelay(0)
.helloTime(0)
.maxAge(0)
.maxHops(0)
.switchPriority("string")
.vdomparam("string")
.build());
stp_resource = fortios.system.Stp("stpResource",
forward_delay=0,
hello_time=0,
max_age=0,
max_hops=0,
switch_priority="string",
vdomparam="string")
const stpResource = new fortios.system.Stp("stpResource", {
forwardDelay: 0,
helloTime: 0,
maxAge: 0,
maxHops: 0,
switchPriority: "string",
vdomparam: "string",
});
type: fortios:system:Stp
properties:
forwardDelay: 0
helloTime: 0
maxAge: 0
maxHops: 0
switchPriority: string
vdomparam: string
Stp Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The Stp resource accepts the following input properties:
- Forward
Delay int - Forward delay (4 - 30 sec, default = 15).
- Hello
Time int - Hello time (1 - 10 sec, default = 2).
- Max
Age int - Maximum packet age (6 - 40 sec, default = 20).
- Max
Hops int - Maximum number of hops (1 - 40, default = 20).
- Switch
Priority string - STP switch priority; the lower the number the higher the priority (select from 0, 4096, 8192, 12288, 16384, 20480, 24576, 28672, 32768, 36864, 40960, 45056, 49152, 53248, and 57344). Valid values:
0
,4096
,8192
,12288
,16384
,20480
,24576
,28672
,32768
,36864
,40960
,45056
,49152
,53248
,57344
. - Vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- Forward
Delay int - Forward delay (4 - 30 sec, default = 15).
- Hello
Time int - Hello time (1 - 10 sec, default = 2).
- Max
Age int - Maximum packet age (6 - 40 sec, default = 20).
- Max
Hops int - Maximum number of hops (1 - 40, default = 20).
- Switch
Priority string - STP switch priority; the lower the number the higher the priority (select from 0, 4096, 8192, 12288, 16384, 20480, 24576, 28672, 32768, 36864, 40960, 45056, 49152, 53248, and 57344). Valid values:
0
,4096
,8192
,12288
,16384
,20480
,24576
,28672
,32768
,36864
,40960
,45056
,49152
,53248
,57344
. - Vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- forward
Delay Integer - Forward delay (4 - 30 sec, default = 15).
- hello
Time Integer - Hello time (1 - 10 sec, default = 2).
- max
Age Integer - Maximum packet age (6 - 40 sec, default = 20).
- max
Hops Integer - Maximum number of hops (1 - 40, default = 20).
- switch
Priority String - STP switch priority; the lower the number the higher the priority (select from 0, 4096, 8192, 12288, 16384, 20480, 24576, 28672, 32768, 36864, 40960, 45056, 49152, 53248, and 57344). Valid values:
0
,4096
,8192
,12288
,16384
,20480
,24576
,28672
,32768
,36864
,40960
,45056
,49152
,53248
,57344
. - vdomparam String
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- forward
Delay number - Forward delay (4 - 30 sec, default = 15).
- hello
Time number - Hello time (1 - 10 sec, default = 2).
- max
Age number - Maximum packet age (6 - 40 sec, default = 20).
- max
Hops number - Maximum number of hops (1 - 40, default = 20).
- switch
Priority string - STP switch priority; the lower the number the higher the priority (select from 0, 4096, 8192, 12288, 16384, 20480, 24576, 28672, 32768, 36864, 40960, 45056, 49152, 53248, and 57344). Valid values:
0
,4096
,8192
,12288
,16384
,20480
,24576
,28672
,32768
,36864
,40960
,45056
,49152
,53248
,57344
. - vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- forward_
delay int - Forward delay (4 - 30 sec, default = 15).
- hello_
time int - Hello time (1 - 10 sec, default = 2).
- max_
age int - Maximum packet age (6 - 40 sec, default = 20).
- max_
hops int - Maximum number of hops (1 - 40, default = 20).
- switch_
priority str - STP switch priority; the lower the number the higher the priority (select from 0, 4096, 8192, 12288, 16384, 20480, 24576, 28672, 32768, 36864, 40960, 45056, 49152, 53248, and 57344). Valid values:
0
,4096
,8192
,12288
,16384
,20480
,24576
,28672
,32768
,36864
,40960
,45056
,49152
,53248
,57344
. - vdomparam str
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- forward
Delay Number - Forward delay (4 - 30 sec, default = 15).
- hello
Time Number - Hello time (1 - 10 sec, default = 2).
- max
Age Number - Maximum packet age (6 - 40 sec, default = 20).
- max
Hops Number - Maximum number of hops (1 - 40, default = 20).
- switch
Priority String - STP switch priority; the lower the number the higher the priority (select from 0, 4096, 8192, 12288, 16384, 20480, 24576, 28672, 32768, 36864, 40960, 45056, 49152, 53248, and 57344). Valid values:
0
,4096
,8192
,12288
,16384
,20480
,24576
,28672
,32768
,36864
,40960
,45056
,49152
,53248
,57344
. - vdomparam String
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
Outputs
All input properties are implicitly available as output properties. Additionally, the Stp 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 Stp Resource
Get an existing Stp 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?: StpState, opts?: CustomResourceOptions): Stp
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
forward_delay: Optional[int] = None,
hello_time: Optional[int] = None,
max_age: Optional[int] = None,
max_hops: Optional[int] = None,
switch_priority: Optional[str] = None,
vdomparam: Optional[str] = None) -> Stp
func GetStp(ctx *Context, name string, id IDInput, state *StpState, opts ...ResourceOption) (*Stp, error)
public static Stp Get(string name, Input<string> id, StpState? state, CustomResourceOptions? opts = null)
public static Stp get(String name, Output<String> id, StpState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- 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.
- Forward
Delay int - Forward delay (4 - 30 sec, default = 15).
- Hello
Time int - Hello time (1 - 10 sec, default = 2).
- Max
Age int - Maximum packet age (6 - 40 sec, default = 20).
- Max
Hops int - Maximum number of hops (1 - 40, default = 20).
- Switch
Priority string - STP switch priority; the lower the number the higher the priority (select from 0, 4096, 8192, 12288, 16384, 20480, 24576, 28672, 32768, 36864, 40960, 45056, 49152, 53248, and 57344). Valid values:
0
,4096
,8192
,12288
,16384
,20480
,24576
,28672
,32768
,36864
,40960
,45056
,49152
,53248
,57344
. - Vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- Forward
Delay int - Forward delay (4 - 30 sec, default = 15).
- Hello
Time int - Hello time (1 - 10 sec, default = 2).
- Max
Age int - Maximum packet age (6 - 40 sec, default = 20).
- Max
Hops int - Maximum number of hops (1 - 40, default = 20).
- Switch
Priority string - STP switch priority; the lower the number the higher the priority (select from 0, 4096, 8192, 12288, 16384, 20480, 24576, 28672, 32768, 36864, 40960, 45056, 49152, 53248, and 57344). Valid values:
0
,4096
,8192
,12288
,16384
,20480
,24576
,28672
,32768
,36864
,40960
,45056
,49152
,53248
,57344
. - Vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- forward
Delay Integer - Forward delay (4 - 30 sec, default = 15).
- hello
Time Integer - Hello time (1 - 10 sec, default = 2).
- max
Age Integer - Maximum packet age (6 - 40 sec, default = 20).
- max
Hops Integer - Maximum number of hops (1 - 40, default = 20).
- switch
Priority String - STP switch priority; the lower the number the higher the priority (select from 0, 4096, 8192, 12288, 16384, 20480, 24576, 28672, 32768, 36864, 40960, 45056, 49152, 53248, and 57344). Valid values:
0
,4096
,8192
,12288
,16384
,20480
,24576
,28672
,32768
,36864
,40960
,45056
,49152
,53248
,57344
. - vdomparam String
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- forward
Delay number - Forward delay (4 - 30 sec, default = 15).
- hello
Time number - Hello time (1 - 10 sec, default = 2).
- max
Age number - Maximum packet age (6 - 40 sec, default = 20).
- max
Hops number - Maximum number of hops (1 - 40, default = 20).
- switch
Priority string - STP switch priority; the lower the number the higher the priority (select from 0, 4096, 8192, 12288, 16384, 20480, 24576, 28672, 32768, 36864, 40960, 45056, 49152, 53248, and 57344). Valid values:
0
,4096
,8192
,12288
,16384
,20480
,24576
,28672
,32768
,36864
,40960
,45056
,49152
,53248
,57344
. - vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- forward_
delay int - Forward delay (4 - 30 sec, default = 15).
- hello_
time int - Hello time (1 - 10 sec, default = 2).
- max_
age int - Maximum packet age (6 - 40 sec, default = 20).
- max_
hops int - Maximum number of hops (1 - 40, default = 20).
- switch_
priority str - STP switch priority; the lower the number the higher the priority (select from 0, 4096, 8192, 12288, 16384, 20480, 24576, 28672, 32768, 36864, 40960, 45056, 49152, 53248, and 57344). Valid values:
0
,4096
,8192
,12288
,16384
,20480
,24576
,28672
,32768
,36864
,40960
,45056
,49152
,53248
,57344
. - vdomparam str
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- forward
Delay Number - Forward delay (4 - 30 sec, default = 15).
- hello
Time Number - Hello time (1 - 10 sec, default = 2).
- max
Age Number - Maximum packet age (6 - 40 sec, default = 20).
- max
Hops Number - Maximum number of hops (1 - 40, default = 20).
- switch
Priority String - STP switch priority; the lower the number the higher the priority (select from 0, 4096, 8192, 12288, 16384, 20480, 24576, 28672, 32768, 36864, 40960, 45056, 49152, 53248, and 57344). Valid values:
0
,4096
,8192
,12288
,16384
,20480
,24576
,28672
,32768
,36864
,40960
,45056
,49152
,53248
,57344
. - vdomparam String
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
Import
System Stp can be imported using any of these accepted formats:
$ pulumi import fortios:system/stp:Stp labelname SystemStp
If you do not want to import arguments of block:
$ export “FORTIOS_IMPORT_TABLE”=“false”
$ pulumi import fortios:system/stp:Stp labelname SystemStp
$ unset “FORTIOS_IMPORT_TABLE”
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- fortios pulumiverse/pulumi-fortios
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
fortios
Terraform Provider.