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

fortimanager.ObjectExtensioncontrollerExtenderprofileLanextensionTrafficsplitservices

Explore with Pulumi AI

fortimanager logo
fortimanager 1.14.0 published on Tuesday, Apr 15, 2025 by fortinetdev

    Config FortiExtender traffic split interface for LAN extension.

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

    Create ObjectExtensioncontrollerExtenderprofileLanextensionTrafficsplitservices Resource

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

    Constructor syntax

    new ObjectExtensioncontrollerExtenderprofileLanextensionTrafficsplitservices(name: string, args: ObjectExtensioncontrollerExtenderprofileLanextensionTrafficsplitservicesArgs, opts?: CustomResourceOptions);
    @overload
    def ObjectExtensioncontrollerExtenderprofileLanextensionTrafficsplitservices(resource_name: str,
                                                                                 args: ObjectExtensioncontrollerExtenderprofileLanextensionTrafficsplitservicesArgs,
                                                                                 opts: Optional[ResourceOptions] = None)
    
    @overload
    def ObjectExtensioncontrollerExtenderprofileLanextensionTrafficsplitservices(resource_name: str,
                                                                                 opts: Optional[ResourceOptions] = None,
                                                                                 extender_profile: Optional[str] = None,
                                                                                 addresses: Optional[Sequence[str]] = None,
                                                                                 adom: Optional[str] = None,
                                                                                 name: Optional[str] = None,
                                                                                 object_extensioncontroller_extenderprofile_lanextension_trafficsplitservices_id: Optional[str] = None,
                                                                                 scopetype: Optional[str] = None,
                                                                                 services: Optional[Sequence[str]] = None,
                                                                                 vsdb: Optional[str] = None)
    func NewObjectExtensioncontrollerExtenderprofileLanextensionTrafficsplitservices(ctx *Context, name string, args ObjectExtensioncontrollerExtenderprofileLanextensionTrafficsplitservicesArgs, opts ...ResourceOption) (*ObjectExtensioncontrollerExtenderprofileLanextensionTrafficsplitservices, error)
    public ObjectExtensioncontrollerExtenderprofileLanextensionTrafficsplitservices(string name, ObjectExtensioncontrollerExtenderprofileLanextensionTrafficsplitservicesArgs args, CustomResourceOptions? opts = null)
    public ObjectExtensioncontrollerExtenderprofileLanextensionTrafficsplitservices(String name, ObjectExtensioncontrollerExtenderprofileLanextensionTrafficsplitservicesArgs args)
    public ObjectExtensioncontrollerExtenderprofileLanextensionTrafficsplitservices(String name, ObjectExtensioncontrollerExtenderprofileLanextensionTrafficsplitservicesArgs args, CustomResourceOptions options)
    
    type: fortimanager:ObjectExtensioncontrollerExtenderprofileLanextensionTrafficsplitservices
    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 ObjectExtensioncontrollerExtenderprofileLanextensionTrafficsplitservicesArgs
    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 ObjectExtensioncontrollerExtenderprofileLanextensionTrafficsplitservicesArgs
    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 ObjectExtensioncontrollerExtenderprofileLanextensionTrafficsplitservicesArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ObjectExtensioncontrollerExtenderprofileLanextensionTrafficsplitservicesArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ObjectExtensioncontrollerExtenderprofileLanextensionTrafficsplitservicesArgs
    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 objectExtensioncontrollerExtenderprofileLanextensionTrafficsplitservicesResource = new Fortimanager.ObjectExtensioncontrollerExtenderprofileLanextensionTrafficsplitservices("objectExtensioncontrollerExtenderprofileLanextensionTrafficsplitservicesResource", new()
    {
        ExtenderProfile = "string",
        Addresses = new[]
        {
            "string",
        },
        Adom = "string",
        Name = "string",
        ObjectExtensioncontrollerExtenderprofileLanextensionTrafficsplitservicesId = "string",
        Scopetype = "string",
        Services = new[]
        {
            "string",
        },
        Vsdb = "string",
    });
    
    example, err := fortimanager.NewObjectExtensioncontrollerExtenderprofileLanextensionTrafficsplitservices(ctx, "objectExtensioncontrollerExtenderprofileLanextensionTrafficsplitservicesResource", &fortimanager.ObjectExtensioncontrollerExtenderprofileLanextensionTrafficsplitservicesArgs{
    	ExtenderProfile: pulumi.String("string"),
    	Addresses: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	Adom: pulumi.String("string"),
    	Name: pulumi.String("string"),
    	ObjectExtensioncontrollerExtenderprofileLanextensionTrafficsplitservicesId: pulumi.String("string"),
    	Scopetype: pulumi.String("string"),
    	Services: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	Vsdb: pulumi.String("string"),
    })
    
    var objectExtensioncontrollerExtenderprofileLanextensionTrafficsplitservicesResource = new ObjectExtensioncontrollerExtenderprofileLanextensionTrafficsplitservices("objectExtensioncontrollerExtenderprofileLanextensionTrafficsplitservicesResource", ObjectExtensioncontrollerExtenderprofileLanextensionTrafficsplitservicesArgs.builder()
        .extenderProfile("string")
        .addresses("string")
        .adom("string")
        .name("string")
        .objectExtensioncontrollerExtenderprofileLanextensionTrafficsplitservicesId("string")
        .scopetype("string")
        .services("string")
        .vsdb("string")
        .build());
    
    object_extensioncontroller_extenderprofile_lanextension_trafficsplitservices_resource = fortimanager.ObjectExtensioncontrollerExtenderprofileLanextensionTrafficsplitservices("objectExtensioncontrollerExtenderprofileLanextensionTrafficsplitservicesResource",
        extender_profile="string",
        addresses=["string"],
        adom="string",
        name="string",
        object_extensioncontroller_extenderprofile_lanextension_trafficsplitservices_id="string",
        scopetype="string",
        services=["string"],
        vsdb="string")
    
    const objectExtensioncontrollerExtenderprofileLanextensionTrafficsplitservicesResource = new fortimanager.ObjectExtensioncontrollerExtenderprofileLanextensionTrafficsplitservices("objectExtensioncontrollerExtenderprofileLanextensionTrafficsplitservicesResource", {
        extenderProfile: "string",
        addresses: ["string"],
        adom: "string",
        name: "string",
        objectExtensioncontrollerExtenderprofileLanextensionTrafficsplitservicesId: "string",
        scopetype: "string",
        services: ["string"],
        vsdb: "string",
    });
    
    type: fortimanager:ObjectExtensioncontrollerExtenderprofileLanextensionTrafficsplitservices
    properties:
        addresses:
            - string
        adom: string
        extenderProfile: string
        name: string
        objectExtensioncontrollerExtenderprofileLanextensionTrafficsplitservicesId: string
        scopetype: string
        services:
            - string
        vsdb: string
    

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

    ExtenderProfile string
    Extender Profile.
    Addresses List<string>
    Address selection.
    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 tunnel split entry name.
    ObjectExtensioncontrollerExtenderprofileLanextensionTrafficsplitservicesId string
    an identifier for the resource with format {{name}}.
    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.
    Services List<string>
    Service selection.
    Vsdb string
    Select vsdb [enable/disable]. Valid values: disable, enable.
    ExtenderProfile string
    Extender Profile.
    Addresses []string
    Address selection.
    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 tunnel split entry name.
    ObjectExtensioncontrollerExtenderprofileLanextensionTrafficsplitservicesId string
    an identifier for the resource with format {{name}}.
    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.
    Services []string
    Service selection.
    Vsdb string
    Select vsdb [enable/disable]. Valid values: disable, enable.
    extenderProfile String
    Extender Profile.
    addresses List<String>
    Address selection.
    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 tunnel split entry name.
    objectExtensioncontrollerExtenderprofileLanextensionTrafficsplitservicesId String
    an identifier for the resource with format {{name}}.
    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.
    services List<String>
    Service selection.
    vsdb String
    Select vsdb [enable/disable]. Valid values: disable, enable.
    extenderProfile string
    Extender Profile.
    addresses string[]
    Address selection.
    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 tunnel split entry name.
    objectExtensioncontrollerExtenderprofileLanextensionTrafficsplitservicesId string
    an identifier for the resource with format {{name}}.
    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.
    services string[]
    Service selection.
    vsdb string
    Select vsdb [enable/disable]. Valid values: disable, enable.
    extender_profile str
    Extender Profile.
    addresses Sequence[str]
    Address selection.
    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 tunnel split entry name.
    object_extensioncontroller_extenderprofile_lanextension_trafficsplitservices_id str
    an identifier for the resource with format {{name}}.
    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.
    services Sequence[str]
    Service selection.
    vsdb str
    Select vsdb [enable/disable]. Valid values: disable, enable.
    extenderProfile String
    Extender Profile.
    addresses List<String>
    Address selection.
    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 tunnel split entry name.
    objectExtensioncontrollerExtenderprofileLanextensionTrafficsplitservicesId String
    an identifier for the resource with format {{name}}.
    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.
    services List<String>
    Service selection.
    vsdb String
    Select vsdb [enable/disable]. Valid values: disable, enable.

    Outputs

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

    Get an existing ObjectExtensioncontrollerExtenderprofileLanextensionTrafficsplitservices 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?: ObjectExtensioncontrollerExtenderprofileLanextensionTrafficsplitservicesState, opts?: CustomResourceOptions): ObjectExtensioncontrollerExtenderprofileLanextensionTrafficsplitservices
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            addresses: Optional[Sequence[str]] = None,
            adom: Optional[str] = None,
            extender_profile: Optional[str] = None,
            name: Optional[str] = None,
            object_extensioncontroller_extenderprofile_lanextension_trafficsplitservices_id: Optional[str] = None,
            scopetype: Optional[str] = None,
            services: Optional[Sequence[str]] = None,
            vsdb: Optional[str] = None) -> ObjectExtensioncontrollerExtenderprofileLanextensionTrafficsplitservices
    func GetObjectExtensioncontrollerExtenderprofileLanextensionTrafficsplitservices(ctx *Context, name string, id IDInput, state *ObjectExtensioncontrollerExtenderprofileLanextensionTrafficsplitservicesState, opts ...ResourceOption) (*ObjectExtensioncontrollerExtenderprofileLanextensionTrafficsplitservices, error)
    public static ObjectExtensioncontrollerExtenderprofileLanextensionTrafficsplitservices Get(string name, Input<string> id, ObjectExtensioncontrollerExtenderprofileLanextensionTrafficsplitservicesState? state, CustomResourceOptions? opts = null)
    public static ObjectExtensioncontrollerExtenderprofileLanextensionTrafficsplitservices get(String name, Output<String> id, ObjectExtensioncontrollerExtenderprofileLanextensionTrafficsplitservicesState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:ObjectExtensioncontrollerExtenderprofileLanextensionTrafficsplitservices    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.
    The following state arguments are supported:
    Addresses List<string>
    Address selection.
    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 tunnel split entry name.
    ObjectExtensioncontrollerExtenderprofileLanextensionTrafficsplitservicesId string
    an identifier for the resource with format {{name}}.
    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.
    Services List<string>
    Service selection.
    Vsdb string
    Select vsdb [enable/disable]. Valid values: disable, enable.
    Addresses []string
    Address selection.
    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 tunnel split entry name.
    ObjectExtensioncontrollerExtenderprofileLanextensionTrafficsplitservicesId string
    an identifier for the resource with format {{name}}.
    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.
    Services []string
    Service selection.
    Vsdb string
    Select vsdb [enable/disable]. Valid values: disable, enable.
    addresses List<String>
    Address selection.
    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 tunnel split entry name.
    objectExtensioncontrollerExtenderprofileLanextensionTrafficsplitservicesId String
    an identifier for the resource with format {{name}}.
    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.
    services List<String>
    Service selection.
    vsdb String
    Select vsdb [enable/disable]. Valid values: disable, enable.
    addresses string[]
    Address selection.
    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 tunnel split entry name.
    objectExtensioncontrollerExtenderprofileLanextensionTrafficsplitservicesId string
    an identifier for the resource with format {{name}}.
    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.
    services string[]
    Service selection.
    vsdb string
    Select vsdb [enable/disable]. Valid values: disable, enable.
    addresses Sequence[str]
    Address selection.
    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 tunnel split entry name.
    object_extensioncontroller_extenderprofile_lanextension_trafficsplitservices_id str
    an identifier for the resource with format {{name}}.
    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.
    services Sequence[str]
    Service selection.
    vsdb str
    Select vsdb [enable/disable]. Valid values: disable, enable.
    addresses List<String>
    Address selection.
    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 tunnel split entry name.
    objectExtensioncontrollerExtenderprofileLanextensionTrafficsplitservicesId String
    an identifier for the resource with format {{name}}.
    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.
    services List<String>
    Service selection.
    vsdb String
    Select vsdb [enable/disable]. Valid values: disable, enable.

    Import

    ObjectExtensionController ExtenderProfileLanExtensionTrafficSplitServices 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/objectExtensioncontrollerExtenderprofileLanextensionTrafficsplitservices:ObjectExtensioncontrollerExtenderprofileLanextensionTrafficsplitservices 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.
    fortimanager logo
    fortimanager 1.14.0 published on Tuesday, Apr 15, 2025 by fortinetdev