1. Packages
  2. Fortimanager Provider
  3. API Docs
  4. ObjectExtensioncontrollerExtenderprofileLanextensionDownlinks
fortimanager 1.14.0 published on Tuesday, Apr 15, 2025 by fortinetdev

fortimanager.ObjectExtensioncontrollerExtenderprofileLanextensionDownlinks

Explore with Pulumi AI

Config FortiExtender downlink interface for LAN extension.

This resource is a sub resource for variable downlinks of resource fortimanager.ObjectExtensioncontrollerExtenderprofileLanextension. Conflict and overwrite may occur if use both of them.

Create ObjectExtensioncontrollerExtenderprofileLanextensionDownlinks Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new ObjectExtensioncontrollerExtenderprofileLanextensionDownlinks(name: string, args: ObjectExtensioncontrollerExtenderprofileLanextensionDownlinksArgs, opts?: CustomResourceOptions);
@overload
def ObjectExtensioncontrollerExtenderprofileLanextensionDownlinks(resource_name: str,
                                                                  args: ObjectExtensioncontrollerExtenderprofileLanextensionDownlinksArgs,
                                                                  opts: Optional[ResourceOptions] = None)

@overload
def ObjectExtensioncontrollerExtenderprofileLanextensionDownlinks(resource_name: str,
                                                                  opts: Optional[ResourceOptions] = None,
                                                                  extender_profile: Optional[str] = None,
                                                                  adom: Optional[str] = None,
                                                                  name: Optional[str] = None,
                                                                  object_extensioncontroller_extenderprofile_lanextension_downlinks_id: Optional[str] = None,
                                                                  port: Optional[str] = None,
                                                                  pvid: Optional[float] = None,
                                                                  scopetype: Optional[str] = None,
                                                                  type: Optional[str] = None,
                                                                  vaps: Optional[Sequence[str]] = None)
func NewObjectExtensioncontrollerExtenderprofileLanextensionDownlinks(ctx *Context, name string, args ObjectExtensioncontrollerExtenderprofileLanextensionDownlinksArgs, opts ...ResourceOption) (*ObjectExtensioncontrollerExtenderprofileLanextensionDownlinks, error)
public ObjectExtensioncontrollerExtenderprofileLanextensionDownlinks(string name, ObjectExtensioncontrollerExtenderprofileLanextensionDownlinksArgs args, CustomResourceOptions? opts = null)
public ObjectExtensioncontrollerExtenderprofileLanextensionDownlinks(String name, ObjectExtensioncontrollerExtenderprofileLanextensionDownlinksArgs args)
public ObjectExtensioncontrollerExtenderprofileLanextensionDownlinks(String name, ObjectExtensioncontrollerExtenderprofileLanextensionDownlinksArgs args, CustomResourceOptions options)
type: fortimanager:ObjectExtensioncontrollerExtenderprofileLanextensionDownlinks
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. ObjectExtensioncontrollerExtenderprofileLanextensionDownlinksArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. ObjectExtensioncontrollerExtenderprofileLanextensionDownlinksArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. ObjectExtensioncontrollerExtenderprofileLanextensionDownlinksArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. ObjectExtensioncontrollerExtenderprofileLanextensionDownlinksArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. ObjectExtensioncontrollerExtenderprofileLanextensionDownlinksArgs
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 objectExtensioncontrollerExtenderprofileLanextensionDownlinksResource = new Fortimanager.ObjectExtensioncontrollerExtenderprofileLanextensionDownlinks("objectExtensioncontrollerExtenderprofileLanextensionDownlinksResource", new()
{
    ExtenderProfile = "string",
    Adom = "string",
    Name = "string",
    ObjectExtensioncontrollerExtenderprofileLanextensionDownlinksId = "string",
    Port = "string",
    Pvid = 0,
    Scopetype = "string",
    Type = "string",
    Vaps = new[]
    {
        "string",
    },
});
Copy
example, err := fortimanager.NewObjectExtensioncontrollerExtenderprofileLanextensionDownlinks(ctx, "objectExtensioncontrollerExtenderprofileLanextensionDownlinksResource", &fortimanager.ObjectExtensioncontrollerExtenderprofileLanextensionDownlinksArgs{
	ExtenderProfile: pulumi.String("string"),
	Adom:            pulumi.String("string"),
	Name:            pulumi.String("string"),
	ObjectExtensioncontrollerExtenderprofileLanextensionDownlinksId: pulumi.String("string"),
	Port:      pulumi.String("string"),
	Pvid:      pulumi.Float64(0),
	Scopetype: pulumi.String("string"),
	Type:      pulumi.String("string"),
	Vaps: pulumi.StringArray{
		pulumi.String("string"),
	},
})
Copy
var objectExtensioncontrollerExtenderprofileLanextensionDownlinksResource = new ObjectExtensioncontrollerExtenderprofileLanextensionDownlinks("objectExtensioncontrollerExtenderprofileLanextensionDownlinksResource", ObjectExtensioncontrollerExtenderprofileLanextensionDownlinksArgs.builder()
    .extenderProfile("string")
    .adom("string")
    .name("string")
    .objectExtensioncontrollerExtenderprofileLanextensionDownlinksId("string")
    .port("string")
    .pvid(0)
    .scopetype("string")
    .type("string")
    .vaps("string")
    .build());
Copy
object_extensioncontroller_extenderprofile_lanextension_downlinks_resource = fortimanager.ObjectExtensioncontrollerExtenderprofileLanextensionDownlinks("objectExtensioncontrollerExtenderprofileLanextensionDownlinksResource",
    extender_profile="string",
    adom="string",
    name="string",
    object_extensioncontroller_extenderprofile_lanextension_downlinks_id="string",
    port="string",
    pvid=0,
    scopetype="string",
    type="string",
    vaps=["string"])
Copy
const objectExtensioncontrollerExtenderprofileLanextensionDownlinksResource = new fortimanager.ObjectExtensioncontrollerExtenderprofileLanextensionDownlinks("objectExtensioncontrollerExtenderprofileLanextensionDownlinksResource", {
    extenderProfile: "string",
    adom: "string",
    name: "string",
    objectExtensioncontrollerExtenderprofileLanextensionDownlinksId: "string",
    port: "string",
    pvid: 0,
    scopetype: "string",
    type: "string",
    vaps: ["string"],
});
Copy
type: fortimanager:ObjectExtensioncontrollerExtenderprofileLanextensionDownlinks
properties:
    adom: string
    extenderProfile: string
    name: string
    objectExtensioncontrollerExtenderprofileLanextensionDownlinksId: string
    port: string
    pvid: 0
    scopetype: string
    type: string
    vaps:
        - string
Copy

ObjectExtensioncontrollerExtenderprofileLanextensionDownlinks 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 ObjectExtensioncontrollerExtenderprofileLanextensionDownlinks resource accepts the following input properties:

ExtenderProfile This property is required. string
Extender Profile.
Adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
Name string
FortiExtender LAN extension downlink config entry name.
ObjectExtensioncontrollerExtenderprofileLanextensionDownlinksId string
an identifier for the resource with format {{name}}.
Port string
FortiExtender LAN extension downlink port. Valid values: port1, port2, port3, port4, port5, lan1, lan2.
Pvid double
FortiExtender LAN extension downlink PVID.
Scopetype string
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
Type string
FortiExtender LAN extension downlink type [port/vap]. Valid values: port, vap.
Vaps List<string>
FortiExtender LAN extension downlink vap.
ExtenderProfile This property is required. string
Extender Profile.
Adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
Name string
FortiExtender LAN extension downlink config entry name.
ObjectExtensioncontrollerExtenderprofileLanextensionDownlinksId string
an identifier for the resource with format {{name}}.
Port string
FortiExtender LAN extension downlink port. Valid values: port1, port2, port3, port4, port5, lan1, lan2.
Pvid float64
FortiExtender LAN extension downlink PVID.
Scopetype string
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
Type string
FortiExtender LAN extension downlink type [port/vap]. Valid values: port, vap.
Vaps []string
FortiExtender LAN extension downlink vap.
extenderProfile This property is required. String
Extender Profile.
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
name String
FortiExtender LAN extension downlink config entry name.
objectExtensioncontrollerExtenderprofileLanextensionDownlinksId String
an identifier for the resource with format {{name}}.
port String
FortiExtender LAN extension downlink port. Valid values: port1, port2, port3, port4, port5, lan1, lan2.
pvid Double
FortiExtender LAN extension downlink PVID.
scopetype String
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
type String
FortiExtender LAN extension downlink type [port/vap]. Valid values: port, vap.
vaps List<String>
FortiExtender LAN extension downlink vap.
extenderProfile This property is required. string
Extender Profile.
adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
name string
FortiExtender LAN extension downlink config entry name.
objectExtensioncontrollerExtenderprofileLanextensionDownlinksId string
an identifier for the resource with format {{name}}.
port string
FortiExtender LAN extension downlink port. Valid values: port1, port2, port3, port4, port5, lan1, lan2.
pvid number
FortiExtender LAN extension downlink PVID.
scopetype string
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
type string
FortiExtender LAN extension downlink type [port/vap]. Valid values: port, vap.
vaps string[]
FortiExtender LAN extension downlink vap.
extender_profile This property is required. str
Extender Profile.
adom str
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
name str
FortiExtender LAN extension downlink config entry name.
object_extensioncontroller_extenderprofile_lanextension_downlinks_id str
an identifier for the resource with format {{name}}.
port str
FortiExtender LAN extension downlink port. Valid values: port1, port2, port3, port4, port5, lan1, lan2.
pvid float
FortiExtender LAN extension downlink PVID.
scopetype str
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
type str
FortiExtender LAN extension downlink type [port/vap]. Valid values: port, vap.
vaps Sequence[str]
FortiExtender LAN extension downlink vap.
extenderProfile This property is required. String
Extender Profile.
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
name String
FortiExtender LAN extension downlink config entry name.
objectExtensioncontrollerExtenderprofileLanextensionDownlinksId String
an identifier for the resource with format {{name}}.
port String
FortiExtender LAN extension downlink port. Valid values: port1, port2, port3, port4, port5, lan1, lan2.
pvid Number
FortiExtender LAN extension downlink PVID.
scopetype String
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
type String
FortiExtender LAN extension downlink type [port/vap]. Valid values: port, vap.
vaps List<String>
FortiExtender LAN extension downlink vap.

Outputs

All input properties are implicitly available as output properties. Additionally, the ObjectExtensioncontrollerExtenderprofileLanextensionDownlinks 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 ObjectExtensioncontrollerExtenderprofileLanextensionDownlinks Resource

Get an existing ObjectExtensioncontrollerExtenderprofileLanextensionDownlinks 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?: ObjectExtensioncontrollerExtenderprofileLanextensionDownlinksState, opts?: CustomResourceOptions): ObjectExtensioncontrollerExtenderprofileLanextensionDownlinks
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        adom: Optional[str] = None,
        extender_profile: Optional[str] = None,
        name: Optional[str] = None,
        object_extensioncontroller_extenderprofile_lanextension_downlinks_id: Optional[str] = None,
        port: Optional[str] = None,
        pvid: Optional[float] = None,
        scopetype: Optional[str] = None,
        type: Optional[str] = None,
        vaps: Optional[Sequence[str]] = None) -> ObjectExtensioncontrollerExtenderprofileLanextensionDownlinks
func GetObjectExtensioncontrollerExtenderprofileLanextensionDownlinks(ctx *Context, name string, id IDInput, state *ObjectExtensioncontrollerExtenderprofileLanextensionDownlinksState, opts ...ResourceOption) (*ObjectExtensioncontrollerExtenderprofileLanextensionDownlinks, error)
public static ObjectExtensioncontrollerExtenderprofileLanextensionDownlinks Get(string name, Input<string> id, ObjectExtensioncontrollerExtenderprofileLanextensionDownlinksState? state, CustomResourceOptions? opts = null)
public static ObjectExtensioncontrollerExtenderprofileLanextensionDownlinks get(String name, Output<String> id, ObjectExtensioncontrollerExtenderprofileLanextensionDownlinksState state, CustomResourceOptions options)
resources:  _:    type: fortimanager:ObjectExtensioncontrollerExtenderprofileLanextensionDownlinks    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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.
The following state arguments are supported:
Adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
ExtenderProfile string
Extender Profile.
Name string
FortiExtender LAN extension downlink config entry name.
ObjectExtensioncontrollerExtenderprofileLanextensionDownlinksId string
an identifier for the resource with format {{name}}.
Port string
FortiExtender LAN extension downlink port. Valid values: port1, port2, port3, port4, port5, lan1, lan2.
Pvid double
FortiExtender LAN extension downlink PVID.
Scopetype string
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
Type string
FortiExtender LAN extension downlink type [port/vap]. Valid values: port, vap.
Vaps List<string>
FortiExtender LAN extension downlink vap.
Adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
ExtenderProfile string
Extender Profile.
Name string
FortiExtender LAN extension downlink config entry name.
ObjectExtensioncontrollerExtenderprofileLanextensionDownlinksId string
an identifier for the resource with format {{name}}.
Port string
FortiExtender LAN extension downlink port. Valid values: port1, port2, port3, port4, port5, lan1, lan2.
Pvid float64
FortiExtender LAN extension downlink PVID.
Scopetype string
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
Type string
FortiExtender LAN extension downlink type [port/vap]. Valid values: port, vap.
Vaps []string
FortiExtender LAN extension downlink vap.
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
extenderProfile String
Extender Profile.
name String
FortiExtender LAN extension downlink config entry name.
objectExtensioncontrollerExtenderprofileLanextensionDownlinksId String
an identifier for the resource with format {{name}}.
port String
FortiExtender LAN extension downlink port. Valid values: port1, port2, port3, port4, port5, lan1, lan2.
pvid Double
FortiExtender LAN extension downlink PVID.
scopetype String
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
type String
FortiExtender LAN extension downlink type [port/vap]. Valid values: port, vap.
vaps List<String>
FortiExtender LAN extension downlink vap.
adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
extenderProfile string
Extender Profile.
name string
FortiExtender LAN extension downlink config entry name.
objectExtensioncontrollerExtenderprofileLanextensionDownlinksId string
an identifier for the resource with format {{name}}.
port string
FortiExtender LAN extension downlink port. Valid values: port1, port2, port3, port4, port5, lan1, lan2.
pvid number
FortiExtender LAN extension downlink PVID.
scopetype string
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
type string
FortiExtender LAN extension downlink type [port/vap]. Valid values: port, vap.
vaps string[]
FortiExtender LAN extension downlink vap.
adom str
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
extender_profile str
Extender Profile.
name str
FortiExtender LAN extension downlink config entry name.
object_extensioncontroller_extenderprofile_lanextension_downlinks_id str
an identifier for the resource with format {{name}}.
port str
FortiExtender LAN extension downlink port. Valid values: port1, port2, port3, port4, port5, lan1, lan2.
pvid float
FortiExtender LAN extension downlink PVID.
scopetype str
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
type str
FortiExtender LAN extension downlink type [port/vap]. Valid values: port, vap.
vaps Sequence[str]
FortiExtender LAN extension downlink vap.
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
extenderProfile String
Extender Profile.
name String
FortiExtender LAN extension downlink config entry name.
objectExtensioncontrollerExtenderprofileLanextensionDownlinksId String
an identifier for the resource with format {{name}}.
port String
FortiExtender LAN extension downlink port. Valid values: port1, port2, port3, port4, port5, lan1, lan2.
pvid Number
FortiExtender LAN extension downlink PVID.
scopetype String
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
type String
FortiExtender LAN extension downlink type [port/vap]. Valid values: port, vap.
vaps List<String>
FortiExtender LAN extension downlink vap.

Import

ObjectExtensionController ExtenderProfileLanExtensionDownlinks can be imported using any of these accepted formats:

Set import_options = [“extender_profile=YOUR_VALUE”] in the provider section.

$ export “FORTIMANAGER_IMPORT_TABLE”=“true”

$ pulumi import fortimanager:index/objectExtensioncontrollerExtenderprofileLanextensionDownlinks:ObjectExtensioncontrollerExtenderprofileLanextensionDownlinks labelname {{name}}
Copy

$ 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.