fortimanager.ObjectSwitchcontrollerFortilinksettings
Explore with Pulumi AI
Configure integrated FortiLink settings for FortiSwitch.
The following variables have sub resource. Avoid using them together, otherwise conflicts and overwrites may occur.
nac_ports
:fortimanager.ObjectSwitchcontrollerFortilinksettingsNacports
Create ObjectSwitchcontrollerFortilinksettings Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectSwitchcontrollerFortilinksettings(name: string, args?: ObjectSwitchcontrollerFortilinksettingsArgs, opts?: CustomResourceOptions);
@overload
def ObjectSwitchcontrollerFortilinksettings(resource_name: str,
args: Optional[ObjectSwitchcontrollerFortilinksettingsArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectSwitchcontrollerFortilinksettings(resource_name: str,
opts: Optional[ResourceOptions] = None,
access_vlan_mode: Optional[str] = None,
adom: Optional[str] = None,
fortilink: Optional[str] = None,
inactive_timer: Optional[float] = None,
link_down_flush: Optional[str] = None,
nac_ports: Optional[ObjectSwitchcontrollerFortilinksettingsNacPortsArgs] = None,
name: Optional[str] = None,
object_switchcontroller_fortilinksettings_id: Optional[str] = None,
scopetype: Optional[str] = None)
func NewObjectSwitchcontrollerFortilinksettings(ctx *Context, name string, args *ObjectSwitchcontrollerFortilinksettingsArgs, opts ...ResourceOption) (*ObjectSwitchcontrollerFortilinksettings, error)
public ObjectSwitchcontrollerFortilinksettings(string name, ObjectSwitchcontrollerFortilinksettingsArgs? args = null, CustomResourceOptions? opts = null)
public ObjectSwitchcontrollerFortilinksettings(String name, ObjectSwitchcontrollerFortilinksettingsArgs args)
public ObjectSwitchcontrollerFortilinksettings(String name, ObjectSwitchcontrollerFortilinksettingsArgs args, CustomResourceOptions options)
type: fortimanager:ObjectSwitchcontrollerFortilinksettings
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 ObjectSwitchcontrollerFortilinksettingsArgs
- 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 ObjectSwitchcontrollerFortilinksettingsArgs
- 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 ObjectSwitchcontrollerFortilinksettingsArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectSwitchcontrollerFortilinksettingsArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectSwitchcontrollerFortilinksettingsArgs
- 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 objectSwitchcontrollerFortilinksettingsResource = new Fortimanager.ObjectSwitchcontrollerFortilinksettings("objectSwitchcontrollerFortilinksettingsResource", new()
{
AccessVlanMode = "string",
Adom = "string",
Fortilink = "string",
InactiveTimer = 0,
LinkDownFlush = "string",
NacPorts = new Fortimanager.Inputs.ObjectSwitchcontrollerFortilinksettingsNacPortsArgs
{
BounceNacPort = "string",
LanSegment = "string",
MemberChange = 0,
NacLanInterface = "string",
NacSegmentVlans = new[]
{
"string",
},
OnboardingVlan = "string",
ParentKey = "string",
},
Name = "string",
ObjectSwitchcontrollerFortilinksettingsId = "string",
Scopetype = "string",
});
example, err := fortimanager.NewObjectSwitchcontrollerFortilinksettings(ctx, "objectSwitchcontrollerFortilinksettingsResource", &fortimanager.ObjectSwitchcontrollerFortilinksettingsArgs{
AccessVlanMode: pulumi.String("string"),
Adom: pulumi.String("string"),
Fortilink: pulumi.String("string"),
InactiveTimer: pulumi.Float64(0),
LinkDownFlush: pulumi.String("string"),
NacPorts: &.ObjectSwitchcontrollerFortilinksettingsNacPortsTypeArgs{
BounceNacPort: pulumi.String("string"),
LanSegment: pulumi.String("string"),
MemberChange: pulumi.Float64(0),
NacLanInterface: pulumi.String("string"),
NacSegmentVlans: pulumi.StringArray{
pulumi.String("string"),
},
OnboardingVlan: pulumi.String("string"),
ParentKey: pulumi.String("string"),
},
Name: pulumi.String("string"),
ObjectSwitchcontrollerFortilinksettingsId: pulumi.String("string"),
Scopetype: pulumi.String("string"),
})
var objectSwitchcontrollerFortilinksettingsResource = new ObjectSwitchcontrollerFortilinksettings("objectSwitchcontrollerFortilinksettingsResource", ObjectSwitchcontrollerFortilinksettingsArgs.builder()
.accessVlanMode("string")
.adom("string")
.fortilink("string")
.inactiveTimer(0)
.linkDownFlush("string")
.nacPorts(ObjectSwitchcontrollerFortilinksettingsNacPortsArgs.builder()
.bounceNacPort("string")
.lanSegment("string")
.memberChange(0)
.nacLanInterface("string")
.nacSegmentVlans("string")
.onboardingVlan("string")
.parentKey("string")
.build())
.name("string")
.objectSwitchcontrollerFortilinksettingsId("string")
.scopetype("string")
.build());
object_switchcontroller_fortilinksettings_resource = fortimanager.ObjectSwitchcontrollerFortilinksettings("objectSwitchcontrollerFortilinksettingsResource",
access_vlan_mode="string",
adom="string",
fortilink="string",
inactive_timer=0,
link_down_flush="string",
nac_ports={
"bounce_nac_port": "string",
"lan_segment": "string",
"member_change": 0,
"nac_lan_interface": "string",
"nac_segment_vlans": ["string"],
"onboarding_vlan": "string",
"parent_key": "string",
},
name="string",
object_switchcontroller_fortilinksettings_id="string",
scopetype="string")
const objectSwitchcontrollerFortilinksettingsResource = new fortimanager.ObjectSwitchcontrollerFortilinksettings("objectSwitchcontrollerFortilinksettingsResource", {
accessVlanMode: "string",
adom: "string",
fortilink: "string",
inactiveTimer: 0,
linkDownFlush: "string",
nacPorts: {
bounceNacPort: "string",
lanSegment: "string",
memberChange: 0,
nacLanInterface: "string",
nacSegmentVlans: ["string"],
onboardingVlan: "string",
parentKey: "string",
},
name: "string",
objectSwitchcontrollerFortilinksettingsId: "string",
scopetype: "string",
});
type: fortimanager:ObjectSwitchcontrollerFortilinksettings
properties:
accessVlanMode: string
adom: string
fortilink: string
inactiveTimer: 0
linkDownFlush: string
nacPorts:
bounceNacPort: string
lanSegment: string
memberChange: 0
nacLanInterface: string
nacSegmentVlans:
- string
onboardingVlan: string
parentKey: string
name: string
objectSwitchcontrollerFortilinksettingsId: string
scopetype: string
ObjectSwitchcontrollerFortilinksettings 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 ObjectSwitchcontrollerFortilinksettings resource accepts the following input properties:
- Access
Vlan stringMode - Intra VLAN traffic behavior with loss of connection to the FortiGate. Valid values:
legacy
,fail-open
,fail-close
. - Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Fortilink string
- FortiLink interface to which this fortilink-setting belongs.
- Inactive
Timer double - Time interval(minutes) to be included in the inactive devices expiry calculation (mac age-out + inactive-time + periodic scan interval).
- Link
Down stringFlush - Clear NAC and dynamic devices on switch ports on link down event. Valid values:
disable
,enable
. - Nac
Ports ObjectSwitchcontroller Fortilinksettings Nac Ports - Nac-Ports. The structure of
nac_ports
block is documented below. - Name string
- FortiLink settings name.
- Object
Switchcontroller stringFortilinksettings Id - an identifier for the resource with format {{name}}.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- Access
Vlan stringMode - Intra VLAN traffic behavior with loss of connection to the FortiGate. Valid values:
legacy
,fail-open
,fail-close
. - Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Fortilink string
- FortiLink interface to which this fortilink-setting belongs.
- Inactive
Timer float64 - Time interval(minutes) to be included in the inactive devices expiry calculation (mac age-out + inactive-time + periodic scan interval).
- Link
Down stringFlush - Clear NAC and dynamic devices on switch ports on link down event. Valid values:
disable
,enable
. - Nac
Ports ObjectSwitchcontroller Fortilinksettings Nac Ports Type Args - Nac-Ports. The structure of
nac_ports
block is documented below. - Name string
- FortiLink settings name.
- Object
Switchcontroller stringFortilinksettings Id - an identifier for the resource with format {{name}}.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- access
Vlan StringMode - Intra VLAN traffic behavior with loss of connection to the FortiGate. Valid values:
legacy
,fail-open
,fail-close
. - adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - fortilink String
- FortiLink interface to which this fortilink-setting belongs.
- inactive
Timer Double - Time interval(minutes) to be included in the inactive devices expiry calculation (mac age-out + inactive-time + periodic scan interval).
- link
Down StringFlush - Clear NAC and dynamic devices on switch ports on link down event. Valid values:
disable
,enable
. - nac
Ports ObjectSwitchcontroller Fortilinksettings Nac Ports - Nac-Ports. The structure of
nac_ports
block is documented below. - name String
- FortiLink settings name.
- object
Switchcontroller StringFortilinksettings Id - an identifier for the resource with format {{name}}.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- access
Vlan stringMode - Intra VLAN traffic behavior with loss of connection to the FortiGate. Valid values:
legacy
,fail-open
,fail-close
. - adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - fortilink string
- FortiLink interface to which this fortilink-setting belongs.
- inactive
Timer number - Time interval(minutes) to be included in the inactive devices expiry calculation (mac age-out + inactive-time + periodic scan interval).
- link
Down stringFlush - Clear NAC and dynamic devices on switch ports on link down event. Valid values:
disable
,enable
. - nac
Ports ObjectSwitchcontroller Fortilinksettings Nac Ports - Nac-Ports. The structure of
nac_ports
block is documented below. - name string
- FortiLink settings name.
- object
Switchcontroller stringFortilinksettings Id - an identifier for the resource with format {{name}}.
- scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- access_
vlan_ strmode - Intra VLAN traffic behavior with loss of connection to the FortiGate. Valid values:
legacy
,fail-open
,fail-close
. - adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - fortilink str
- FortiLink interface to which this fortilink-setting belongs.
- inactive_
timer float - Time interval(minutes) to be included in the inactive devices expiry calculation (mac age-out + inactive-time + periodic scan interval).
- link_
down_ strflush - Clear NAC and dynamic devices on switch ports on link down event. Valid values:
disable
,enable
. - nac_
ports ObjectSwitchcontroller Fortilinksettings Nac Ports Args - Nac-Ports. The structure of
nac_ports
block is documented below. - name str
- FortiLink settings name.
- object_
switchcontroller_ strfortilinksettings_ id - an identifier for the resource with format {{name}}.
- scopetype str
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- access
Vlan StringMode - Intra VLAN traffic behavior with loss of connection to the FortiGate. Valid values:
legacy
,fail-open
,fail-close
. - adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - fortilink String
- FortiLink interface to which this fortilink-setting belongs.
- inactive
Timer Number - Time interval(minutes) to be included in the inactive devices expiry calculation (mac age-out + inactive-time + periodic scan interval).
- link
Down StringFlush - Clear NAC and dynamic devices on switch ports on link down event. Valid values:
disable
,enable
. - nac
Ports Property Map - Nac-Ports. The structure of
nac_ports
block is documented below. - name String
- FortiLink settings name.
- object
Switchcontroller StringFortilinksettings Id - an identifier for the resource with format {{name}}.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
Outputs
All input properties are implicitly available as output properties. Additionally, the ObjectSwitchcontrollerFortilinksettings 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 ObjectSwitchcontrollerFortilinksettings Resource
Get an existing ObjectSwitchcontrollerFortilinksettings 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?: ObjectSwitchcontrollerFortilinksettingsState, opts?: CustomResourceOptions): ObjectSwitchcontrollerFortilinksettings
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
access_vlan_mode: Optional[str] = None,
adom: Optional[str] = None,
fortilink: Optional[str] = None,
inactive_timer: Optional[float] = None,
link_down_flush: Optional[str] = None,
nac_ports: Optional[ObjectSwitchcontrollerFortilinksettingsNacPortsArgs] = None,
name: Optional[str] = None,
object_switchcontroller_fortilinksettings_id: Optional[str] = None,
scopetype: Optional[str] = None) -> ObjectSwitchcontrollerFortilinksettings
func GetObjectSwitchcontrollerFortilinksettings(ctx *Context, name string, id IDInput, state *ObjectSwitchcontrollerFortilinksettingsState, opts ...ResourceOption) (*ObjectSwitchcontrollerFortilinksettings, error)
public static ObjectSwitchcontrollerFortilinksettings Get(string name, Input<string> id, ObjectSwitchcontrollerFortilinksettingsState? state, CustomResourceOptions? opts = null)
public static ObjectSwitchcontrollerFortilinksettings get(String name, Output<String> id, ObjectSwitchcontrollerFortilinksettingsState state, CustomResourceOptions options)
resources: _: type: fortimanager:ObjectSwitchcontrollerFortilinksettings 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.
- Access
Vlan stringMode - Intra VLAN traffic behavior with loss of connection to the FortiGate. Valid values:
legacy
,fail-open
,fail-close
. - Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Fortilink string
- FortiLink interface to which this fortilink-setting belongs.
- Inactive
Timer double - Time interval(minutes) to be included in the inactive devices expiry calculation (mac age-out + inactive-time + periodic scan interval).
- Link
Down stringFlush - Clear NAC and dynamic devices on switch ports on link down event. Valid values:
disable
,enable
. - Nac
Ports ObjectSwitchcontroller Fortilinksettings Nac Ports - Nac-Ports. The structure of
nac_ports
block is documented below. - Name string
- FortiLink settings name.
- Object
Switchcontroller stringFortilinksettings Id - an identifier for the resource with format {{name}}.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- Access
Vlan stringMode - Intra VLAN traffic behavior with loss of connection to the FortiGate. Valid values:
legacy
,fail-open
,fail-close
. - Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Fortilink string
- FortiLink interface to which this fortilink-setting belongs.
- Inactive
Timer float64 - Time interval(minutes) to be included in the inactive devices expiry calculation (mac age-out + inactive-time + periodic scan interval).
- Link
Down stringFlush - Clear NAC and dynamic devices on switch ports on link down event. Valid values:
disable
,enable
. - Nac
Ports ObjectSwitchcontroller Fortilinksettings Nac Ports Type Args - Nac-Ports. The structure of
nac_ports
block is documented below. - Name string
- FortiLink settings name.
- Object
Switchcontroller stringFortilinksettings Id - an identifier for the resource with format {{name}}.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- access
Vlan StringMode - Intra VLAN traffic behavior with loss of connection to the FortiGate. Valid values:
legacy
,fail-open
,fail-close
. - adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - fortilink String
- FortiLink interface to which this fortilink-setting belongs.
- inactive
Timer Double - Time interval(minutes) to be included in the inactive devices expiry calculation (mac age-out + inactive-time + periodic scan interval).
- link
Down StringFlush - Clear NAC and dynamic devices on switch ports on link down event. Valid values:
disable
,enable
. - nac
Ports ObjectSwitchcontroller Fortilinksettings Nac Ports - Nac-Ports. The structure of
nac_ports
block is documented below. - name String
- FortiLink settings name.
- object
Switchcontroller StringFortilinksettings Id - an identifier for the resource with format {{name}}.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- access
Vlan stringMode - Intra VLAN traffic behavior with loss of connection to the FortiGate. Valid values:
legacy
,fail-open
,fail-close
. - adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - fortilink string
- FortiLink interface to which this fortilink-setting belongs.
- inactive
Timer number - Time interval(minutes) to be included in the inactive devices expiry calculation (mac age-out + inactive-time + periodic scan interval).
- link
Down stringFlush - Clear NAC and dynamic devices on switch ports on link down event. Valid values:
disable
,enable
. - nac
Ports ObjectSwitchcontroller Fortilinksettings Nac Ports - Nac-Ports. The structure of
nac_ports
block is documented below. - name string
- FortiLink settings name.
- object
Switchcontroller stringFortilinksettings Id - an identifier for the resource with format {{name}}.
- scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- access_
vlan_ strmode - Intra VLAN traffic behavior with loss of connection to the FortiGate. Valid values:
legacy
,fail-open
,fail-close
. - adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - fortilink str
- FortiLink interface to which this fortilink-setting belongs.
- inactive_
timer float - Time interval(minutes) to be included in the inactive devices expiry calculation (mac age-out + inactive-time + periodic scan interval).
- link_
down_ strflush - Clear NAC and dynamic devices on switch ports on link down event. Valid values:
disable
,enable
. - nac_
ports ObjectSwitchcontroller Fortilinksettings Nac Ports Args - Nac-Ports. The structure of
nac_ports
block is documented below. - name str
- FortiLink settings name.
- object_
switchcontroller_ strfortilinksettings_ id - an identifier for the resource with format {{name}}.
- scopetype str
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- access
Vlan StringMode - Intra VLAN traffic behavior with loss of connection to the FortiGate. Valid values:
legacy
,fail-open
,fail-close
. - adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - fortilink String
- FortiLink interface to which this fortilink-setting belongs.
- inactive
Timer Number - Time interval(minutes) to be included in the inactive devices expiry calculation (mac age-out + inactive-time + periodic scan interval).
- link
Down StringFlush - Clear NAC and dynamic devices on switch ports on link down event. Valid values:
disable
,enable
. - nac
Ports Property Map - Nac-Ports. The structure of
nac_ports
block is documented below. - name String
- FortiLink settings name.
- object
Switchcontroller StringFortilinksettings Id - an identifier for the resource with format {{name}}.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
Supporting Types
ObjectSwitchcontrollerFortilinksettingsNacPorts, ObjectSwitchcontrollerFortilinksettingsNacPortsArgs
- Bounce
Nac stringPort - Enable/disable bouncing (administratively bring the link down, up) of a switch port when NAC mode is configured on the port. Helps to re-initiate the DHCP process for a device. Valid values:
disable
,enable
. - Lan
Segment string - Enable/disable LAN segment feature on the FortiLink interface. Valid values:
disabled
,enabled
. - Member
Change double - Member-Change.
- Nac
Lan stringInterface - Configure NAC LAN interface.
- Nac
Segment List<string>Vlans - Configure NAC segment VLANs.
- Onboarding
Vlan string - Default NAC Onboarding VLAN when NAC devices are discovered.
- Parent
Key string - Parent-Key.
- Bounce
Nac stringPort - Enable/disable bouncing (administratively bring the link down, up) of a switch port when NAC mode is configured on the port. Helps to re-initiate the DHCP process for a device. Valid values:
disable
,enable
. - Lan
Segment string - Enable/disable LAN segment feature on the FortiLink interface. Valid values:
disabled
,enabled
. - Member
Change float64 - Member-Change.
- Nac
Lan stringInterface - Configure NAC LAN interface.
- Nac
Segment []stringVlans - Configure NAC segment VLANs.
- Onboarding
Vlan string - Default NAC Onboarding VLAN when NAC devices are discovered.
- Parent
Key string - Parent-Key.
- bounce
Nac StringPort - Enable/disable bouncing (administratively bring the link down, up) of a switch port when NAC mode is configured on the port. Helps to re-initiate the DHCP process for a device. Valid values:
disable
,enable
. - lan
Segment String - Enable/disable LAN segment feature on the FortiLink interface. Valid values:
disabled
,enabled
. - member
Change Double - Member-Change.
- nac
Lan StringInterface - Configure NAC LAN interface.
- nac
Segment List<String>Vlans - Configure NAC segment VLANs.
- onboarding
Vlan String - Default NAC Onboarding VLAN when NAC devices are discovered.
- parent
Key String - Parent-Key.
- bounce
Nac stringPort - Enable/disable bouncing (administratively bring the link down, up) of a switch port when NAC mode is configured on the port. Helps to re-initiate the DHCP process for a device. Valid values:
disable
,enable
. - lan
Segment string - Enable/disable LAN segment feature on the FortiLink interface. Valid values:
disabled
,enabled
. - member
Change number - Member-Change.
- nac
Lan stringInterface - Configure NAC LAN interface.
- nac
Segment string[]Vlans - Configure NAC segment VLANs.
- onboarding
Vlan string - Default NAC Onboarding VLAN when NAC devices are discovered.
- parent
Key string - Parent-Key.
- bounce_
nac_ strport - Enable/disable bouncing (administratively bring the link down, up) of a switch port when NAC mode is configured on the port. Helps to re-initiate the DHCP process for a device. Valid values:
disable
,enable
. - lan_
segment str - Enable/disable LAN segment feature on the FortiLink interface. Valid values:
disabled
,enabled
. - member_
change float - Member-Change.
- nac_
lan_ strinterface - Configure NAC LAN interface.
- nac_
segment_ Sequence[str]vlans - Configure NAC segment VLANs.
- onboarding_
vlan str - Default NAC Onboarding VLAN when NAC devices are discovered.
- parent_
key str - Parent-Key.
- bounce
Nac StringPort - Enable/disable bouncing (administratively bring the link down, up) of a switch port when NAC mode is configured on the port. Helps to re-initiate the DHCP process for a device. Valid values:
disable
,enable
. - lan
Segment String - Enable/disable LAN segment feature on the FortiLink interface. Valid values:
disabled
,enabled
. - member
Change Number - Member-Change.
- nac
Lan StringInterface - Configure NAC LAN interface.
- nac
Segment List<String>Vlans - Configure NAC segment VLANs.
- onboarding
Vlan String - Default NAC Onboarding VLAN when NAC devices are discovered.
- parent
Key String - Parent-Key.
Import
ObjectSwitchController FortilinkSettings can be imported using any of these accepted formats:
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectSwitchcontrollerFortilinksettings:ObjectSwitchcontrollerFortilinksettings labelname {{name}}
$ 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.