1. Packages
  2. Fortimanager Provider
  3. API Docs
  4. ObjectFspVlanDynamicMappingDhcpserverOptions
fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev

fortimanager.ObjectFspVlanDynamicMappingDhcpserverOptions

Explore with Pulumi AI

fortimanager logo
fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev

    DHCP options.

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

    Create ObjectFspVlanDynamicMappingDhcpserverOptions Resource

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

    Constructor syntax

    new ObjectFspVlanDynamicMappingDhcpserverOptions(name: string, args: ObjectFspVlanDynamicMappingDhcpserverOptionsArgs, opts?: CustomResourceOptions);
    @overload
    def ObjectFspVlanDynamicMappingDhcpserverOptions(resource_name: str,
                                                     args: ObjectFspVlanDynamicMappingDhcpserverOptionsArgs,
                                                     opts: Optional[ResourceOptions] = None)
    
    @overload
    def ObjectFspVlanDynamicMappingDhcpserverOptions(resource_name: str,
                                                     opts: Optional[ResourceOptions] = None,
                                                     dynamic_mapping_vdom: Optional[str] = None,
                                                     vlan: Optional[str] = None,
                                                     dynamic_mapping_name: Optional[str] = None,
                                                     object_fsp_vlan_dynamic_mapping_dhcpserver_options_id: Optional[str] = None,
                                                     fosid: Optional[float] = None,
                                                     ips: Optional[Sequence[str]] = None,
                                                     adom: Optional[str] = None,
                                                     scopetype: Optional[str] = None,
                                                     type: Optional[str] = None,
                                                     uci_match: Optional[str] = None,
                                                     uci_strings: Optional[Sequence[str]] = None,
                                                     value: Optional[str] = None,
                                                     vci_match: Optional[str] = None,
                                                     vci_strings: Optional[Sequence[str]] = None,
                                                     code: Optional[float] = None)
    func NewObjectFspVlanDynamicMappingDhcpserverOptions(ctx *Context, name string, args ObjectFspVlanDynamicMappingDhcpserverOptionsArgs, opts ...ResourceOption) (*ObjectFspVlanDynamicMappingDhcpserverOptions, error)
    public ObjectFspVlanDynamicMappingDhcpserverOptions(string name, ObjectFspVlanDynamicMappingDhcpserverOptionsArgs args, CustomResourceOptions? opts = null)
    public ObjectFspVlanDynamicMappingDhcpserverOptions(String name, ObjectFspVlanDynamicMappingDhcpserverOptionsArgs args)
    public ObjectFspVlanDynamicMappingDhcpserverOptions(String name, ObjectFspVlanDynamicMappingDhcpserverOptionsArgs args, CustomResourceOptions options)
    
    type: fortimanager:ObjectFspVlanDynamicMappingDhcpserverOptions
    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 ObjectFspVlanDynamicMappingDhcpserverOptionsArgs
    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 ObjectFspVlanDynamicMappingDhcpserverOptionsArgs
    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 ObjectFspVlanDynamicMappingDhcpserverOptionsArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ObjectFspVlanDynamicMappingDhcpserverOptionsArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ObjectFspVlanDynamicMappingDhcpserverOptionsArgs
    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 objectFspVlanDynamicMappingDhcpserverOptionsResource = new Fortimanager.ObjectFspVlanDynamicMappingDhcpserverOptions("objectFspVlanDynamicMappingDhcpserverOptionsResource", new()
    {
        DynamicMappingVdom = "string",
        Vlan = "string",
        DynamicMappingName = "string",
        ObjectFspVlanDynamicMappingDhcpserverOptionsId = "string",
        Fosid = 0,
        Ips = new[]
        {
            "string",
        },
        Adom = "string",
        Scopetype = "string",
        Type = "string",
        UciMatch = "string",
        UciStrings = new[]
        {
            "string",
        },
        Value = "string",
        VciMatch = "string",
        VciStrings = new[]
        {
            "string",
        },
        Code = 0,
    });
    
    example, err := fortimanager.NewObjectFspVlanDynamicMappingDhcpserverOptions(ctx, "objectFspVlanDynamicMappingDhcpserverOptionsResource", &fortimanager.ObjectFspVlanDynamicMappingDhcpserverOptionsArgs{
    DynamicMappingVdom: pulumi.String("string"),
    Vlan: pulumi.String("string"),
    DynamicMappingName: pulumi.String("string"),
    ObjectFspVlanDynamicMappingDhcpserverOptionsId: pulumi.String("string"),
    Fosid: pulumi.Float64(0),
    Ips: pulumi.StringArray{
    pulumi.String("string"),
    },
    Adom: pulumi.String("string"),
    Scopetype: pulumi.String("string"),
    Type: pulumi.String("string"),
    UciMatch: pulumi.String("string"),
    UciStrings: pulumi.StringArray{
    pulumi.String("string"),
    },
    Value: pulumi.String("string"),
    VciMatch: pulumi.String("string"),
    VciStrings: pulumi.StringArray{
    pulumi.String("string"),
    },
    Code: pulumi.Float64(0),
    })
    
    var objectFspVlanDynamicMappingDhcpserverOptionsResource = new ObjectFspVlanDynamicMappingDhcpserverOptions("objectFspVlanDynamicMappingDhcpserverOptionsResource", ObjectFspVlanDynamicMappingDhcpserverOptionsArgs.builder()
        .dynamicMappingVdom("string")
        .vlan("string")
        .dynamicMappingName("string")
        .objectFspVlanDynamicMappingDhcpserverOptionsId("string")
        .fosid(0)
        .ips("string")
        .adom("string")
        .scopetype("string")
        .type("string")
        .uciMatch("string")
        .uciStrings("string")
        .value("string")
        .vciMatch("string")
        .vciStrings("string")
        .code(0)
        .build());
    
    object_fsp_vlan_dynamic_mapping_dhcpserver_options_resource = fortimanager.ObjectFspVlanDynamicMappingDhcpserverOptions("objectFspVlanDynamicMappingDhcpserverOptionsResource",
        dynamic_mapping_vdom="string",
        vlan="string",
        dynamic_mapping_name="string",
        object_fsp_vlan_dynamic_mapping_dhcpserver_options_id="string",
        fosid=0,
        ips=["string"],
        adom="string",
        scopetype="string",
        type="string",
        uci_match="string",
        uci_strings=["string"],
        value="string",
        vci_match="string",
        vci_strings=["string"],
        code=0)
    
    const objectFspVlanDynamicMappingDhcpserverOptionsResource = new fortimanager.ObjectFspVlanDynamicMappingDhcpserverOptions("objectFspVlanDynamicMappingDhcpserverOptionsResource", {
        dynamicMappingVdom: "string",
        vlan: "string",
        dynamicMappingName: "string",
        objectFspVlanDynamicMappingDhcpserverOptionsId: "string",
        fosid: 0,
        ips: ["string"],
        adom: "string",
        scopetype: "string",
        type: "string",
        uciMatch: "string",
        uciStrings: ["string"],
        value: "string",
        vciMatch: "string",
        vciStrings: ["string"],
        code: 0,
    });
    
    type: fortimanager:ObjectFspVlanDynamicMappingDhcpserverOptions
    properties:
        adom: string
        code: 0
        dynamicMappingName: string
        dynamicMappingVdom: string
        fosid: 0
        ips:
            - string
        objectFspVlanDynamicMappingDhcpserverOptionsId: string
        scopetype: string
        type: string
        uciMatch: string
        uciStrings:
            - string
        value: string
        vciMatch: string
        vciStrings:
            - string
        vlan: string
    

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

    DynamicMappingName string
    Dynamic Mapping Name.
    DynamicMappingVdom string
    Dynamic Mapping Vdom.
    Vlan string
    Vlan.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Code double
    DHCP option code.
    Fosid double
    ID.
    Ips List<string>
    DHCP option IPs.
    ObjectFspVlanDynamicMappingDhcpserverOptionsId string
    an identifier for the resource with format {{fosid}}.
    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
    DHCP option type. Valid values: hex, string, ip, fqdn.
    UciMatch string
    Enable/disable user class identifier (UCI) matching. When enabled only DHCP requests with a matching UCI are served with this option. Valid values: disable, enable.
    UciStrings List<string>
    One or more UCI strings in quotes separated by spaces.
    Value string
    DHCP option value.
    VciMatch string
    Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served with this option. Valid values: disable, enable.
    VciStrings List<string>
    One or more VCI strings in quotes separated by spaces.
    DynamicMappingName string
    Dynamic Mapping Name.
    DynamicMappingVdom string
    Dynamic Mapping Vdom.
    Vlan string
    Vlan.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Code float64
    DHCP option code.
    Fosid float64
    ID.
    Ips []string
    DHCP option IPs.
    ObjectFspVlanDynamicMappingDhcpserverOptionsId string
    an identifier for the resource with format {{fosid}}.
    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
    DHCP option type. Valid values: hex, string, ip, fqdn.
    UciMatch string
    Enable/disable user class identifier (UCI) matching. When enabled only DHCP requests with a matching UCI are served with this option. Valid values: disable, enable.
    UciStrings []string
    One or more UCI strings in quotes separated by spaces.
    Value string
    DHCP option value.
    VciMatch string
    Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served with this option. Valid values: disable, enable.
    VciStrings []string
    One or more VCI strings in quotes separated by spaces.
    dynamicMappingName String
    Dynamic Mapping Name.
    dynamicMappingVdom String
    Dynamic Mapping Vdom.
    vlan String
    Vlan.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    code Double
    DHCP option code.
    fosid Double
    ID.
    ips List<String>
    DHCP option IPs.
    objectFspVlanDynamicMappingDhcpserverOptionsId String
    an identifier for the resource with format {{fosid}}.
    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
    DHCP option type. Valid values: hex, string, ip, fqdn.
    uciMatch String
    Enable/disable user class identifier (UCI) matching. When enabled only DHCP requests with a matching UCI are served with this option. Valid values: disable, enable.
    uciStrings List<String>
    One or more UCI strings in quotes separated by spaces.
    value String
    DHCP option value.
    vciMatch String
    Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served with this option. Valid values: disable, enable.
    vciStrings List<String>
    One or more VCI strings in quotes separated by spaces.
    dynamicMappingName string
    Dynamic Mapping Name.
    dynamicMappingVdom string
    Dynamic Mapping Vdom.
    vlan string
    Vlan.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    code number
    DHCP option code.
    fosid number
    ID.
    ips string[]
    DHCP option IPs.
    objectFspVlanDynamicMappingDhcpserverOptionsId string
    an identifier for the resource with format {{fosid}}.
    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
    DHCP option type. Valid values: hex, string, ip, fqdn.
    uciMatch string
    Enable/disable user class identifier (UCI) matching. When enabled only DHCP requests with a matching UCI are served with this option. Valid values: disable, enable.
    uciStrings string[]
    One or more UCI strings in quotes separated by spaces.
    value string
    DHCP option value.
    vciMatch string
    Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served with this option. Valid values: disable, enable.
    vciStrings string[]
    One or more VCI strings in quotes separated by spaces.
    dynamic_mapping_name str
    Dynamic Mapping Name.
    dynamic_mapping_vdom str
    Dynamic Mapping Vdom.
    vlan str
    Vlan.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    code float
    DHCP option code.
    fosid float
    ID.
    ips Sequence[str]
    DHCP option IPs.
    object_fsp_vlan_dynamic_mapping_dhcpserver_options_id str
    an identifier for the resource with format {{fosid}}.
    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
    DHCP option type. Valid values: hex, string, ip, fqdn.
    uci_match str
    Enable/disable user class identifier (UCI) matching. When enabled only DHCP requests with a matching UCI are served with this option. Valid values: disable, enable.
    uci_strings Sequence[str]
    One or more UCI strings in quotes separated by spaces.
    value str
    DHCP option value.
    vci_match str
    Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served with this option. Valid values: disable, enable.
    vci_strings Sequence[str]
    One or more VCI strings in quotes separated by spaces.
    dynamicMappingName String
    Dynamic Mapping Name.
    dynamicMappingVdom String
    Dynamic Mapping Vdom.
    vlan String
    Vlan.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    code Number
    DHCP option code.
    fosid Number
    ID.
    ips List<String>
    DHCP option IPs.
    objectFspVlanDynamicMappingDhcpserverOptionsId String
    an identifier for the resource with format {{fosid}}.
    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
    DHCP option type. Valid values: hex, string, ip, fqdn.
    uciMatch String
    Enable/disable user class identifier (UCI) matching. When enabled only DHCP requests with a matching UCI are served with this option. Valid values: disable, enable.
    uciStrings List<String>
    One or more UCI strings in quotes separated by spaces.
    value String
    DHCP option value.
    vciMatch String
    Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served with this option. Valid values: disable, enable.
    vciStrings List<String>
    One or more VCI strings in quotes separated by spaces.

    Outputs

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

    Get an existing ObjectFspVlanDynamicMappingDhcpserverOptions 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?: ObjectFspVlanDynamicMappingDhcpserverOptionsState, opts?: CustomResourceOptions): ObjectFspVlanDynamicMappingDhcpserverOptions
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            adom: Optional[str] = None,
            code: Optional[float] = None,
            dynamic_mapping_name: Optional[str] = None,
            dynamic_mapping_vdom: Optional[str] = None,
            fosid: Optional[float] = None,
            ips: Optional[Sequence[str]] = None,
            object_fsp_vlan_dynamic_mapping_dhcpserver_options_id: Optional[str] = None,
            scopetype: Optional[str] = None,
            type: Optional[str] = None,
            uci_match: Optional[str] = None,
            uci_strings: Optional[Sequence[str]] = None,
            value: Optional[str] = None,
            vci_match: Optional[str] = None,
            vci_strings: Optional[Sequence[str]] = None,
            vlan: Optional[str] = None) -> ObjectFspVlanDynamicMappingDhcpserverOptions
    func GetObjectFspVlanDynamicMappingDhcpserverOptions(ctx *Context, name string, id IDInput, state *ObjectFspVlanDynamicMappingDhcpserverOptionsState, opts ...ResourceOption) (*ObjectFspVlanDynamicMappingDhcpserverOptions, error)
    public static ObjectFspVlanDynamicMappingDhcpserverOptions Get(string name, Input<string> id, ObjectFspVlanDynamicMappingDhcpserverOptionsState? state, CustomResourceOptions? opts = null)
    public static ObjectFspVlanDynamicMappingDhcpserverOptions get(String name, Output<String> id, ObjectFspVlanDynamicMappingDhcpserverOptionsState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:ObjectFspVlanDynamicMappingDhcpserverOptions    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:
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Code double
    DHCP option code.
    DynamicMappingName string
    Dynamic Mapping Name.
    DynamicMappingVdom string
    Dynamic Mapping Vdom.
    Fosid double
    ID.
    Ips List<string>
    DHCP option IPs.
    ObjectFspVlanDynamicMappingDhcpserverOptionsId string
    an identifier for the resource with format {{fosid}}.
    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
    DHCP option type. Valid values: hex, string, ip, fqdn.
    UciMatch string
    Enable/disable user class identifier (UCI) matching. When enabled only DHCP requests with a matching UCI are served with this option. Valid values: disable, enable.
    UciStrings List<string>
    One or more UCI strings in quotes separated by spaces.
    Value string
    DHCP option value.
    VciMatch string
    Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served with this option. Valid values: disable, enable.
    VciStrings List<string>
    One or more VCI strings in quotes separated by spaces.
    Vlan string
    Vlan.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Code float64
    DHCP option code.
    DynamicMappingName string
    Dynamic Mapping Name.
    DynamicMappingVdom string
    Dynamic Mapping Vdom.
    Fosid float64
    ID.
    Ips []string
    DHCP option IPs.
    ObjectFspVlanDynamicMappingDhcpserverOptionsId string
    an identifier for the resource with format {{fosid}}.
    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
    DHCP option type. Valid values: hex, string, ip, fqdn.
    UciMatch string
    Enable/disable user class identifier (UCI) matching. When enabled only DHCP requests with a matching UCI are served with this option. Valid values: disable, enable.
    UciStrings []string
    One or more UCI strings in quotes separated by spaces.
    Value string
    DHCP option value.
    VciMatch string
    Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served with this option. Valid values: disable, enable.
    VciStrings []string
    One or more VCI strings in quotes separated by spaces.
    Vlan string
    Vlan.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    code Double
    DHCP option code.
    dynamicMappingName String
    Dynamic Mapping Name.
    dynamicMappingVdom String
    Dynamic Mapping Vdom.
    fosid Double
    ID.
    ips List<String>
    DHCP option IPs.
    objectFspVlanDynamicMappingDhcpserverOptionsId String
    an identifier for the resource with format {{fosid}}.
    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
    DHCP option type. Valid values: hex, string, ip, fqdn.
    uciMatch String
    Enable/disable user class identifier (UCI) matching. When enabled only DHCP requests with a matching UCI are served with this option. Valid values: disable, enable.
    uciStrings List<String>
    One or more UCI strings in quotes separated by spaces.
    value String
    DHCP option value.
    vciMatch String
    Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served with this option. Valid values: disable, enable.
    vciStrings List<String>
    One or more VCI strings in quotes separated by spaces.
    vlan String
    Vlan.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    code number
    DHCP option code.
    dynamicMappingName string
    Dynamic Mapping Name.
    dynamicMappingVdom string
    Dynamic Mapping Vdom.
    fosid number
    ID.
    ips string[]
    DHCP option IPs.
    objectFspVlanDynamicMappingDhcpserverOptionsId string
    an identifier for the resource with format {{fosid}}.
    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
    DHCP option type. Valid values: hex, string, ip, fqdn.
    uciMatch string
    Enable/disable user class identifier (UCI) matching. When enabled only DHCP requests with a matching UCI are served with this option. Valid values: disable, enable.
    uciStrings string[]
    One or more UCI strings in quotes separated by spaces.
    value string
    DHCP option value.
    vciMatch string
    Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served with this option. Valid values: disable, enable.
    vciStrings string[]
    One or more VCI strings in quotes separated by spaces.
    vlan string
    Vlan.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    code float
    DHCP option code.
    dynamic_mapping_name str
    Dynamic Mapping Name.
    dynamic_mapping_vdom str
    Dynamic Mapping Vdom.
    fosid float
    ID.
    ips Sequence[str]
    DHCP option IPs.
    object_fsp_vlan_dynamic_mapping_dhcpserver_options_id str
    an identifier for the resource with format {{fosid}}.
    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
    DHCP option type. Valid values: hex, string, ip, fqdn.
    uci_match str
    Enable/disable user class identifier (UCI) matching. When enabled only DHCP requests with a matching UCI are served with this option. Valid values: disable, enable.
    uci_strings Sequence[str]
    One or more UCI strings in quotes separated by spaces.
    value str
    DHCP option value.
    vci_match str
    Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served with this option. Valid values: disable, enable.
    vci_strings Sequence[str]
    One or more VCI strings in quotes separated by spaces.
    vlan str
    Vlan.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    code Number
    DHCP option code.
    dynamicMappingName String
    Dynamic Mapping Name.
    dynamicMappingVdom String
    Dynamic Mapping Vdom.
    fosid Number
    ID.
    ips List<String>
    DHCP option IPs.
    objectFspVlanDynamicMappingDhcpserverOptionsId String
    an identifier for the resource with format {{fosid}}.
    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
    DHCP option type. Valid values: hex, string, ip, fqdn.
    uciMatch String
    Enable/disable user class identifier (UCI) matching. When enabled only DHCP requests with a matching UCI are served with this option. Valid values: disable, enable.
    uciStrings List<String>
    One or more UCI strings in quotes separated by spaces.
    value String
    DHCP option value.
    vciMatch String
    Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served with this option. Valid values: disable, enable.
    vciStrings List<String>
    One or more VCI strings in quotes separated by spaces.
    vlan String
    Vlan.

    Import

    ObjectFsp VlanDynamicMappingDhcpServerOptions can be imported using any of these accepted formats:

    Set import_options = [“vlan=YOUR_VALUE”, “dynamic_mapping_name=YOUR_VALUE”, “dynamic_mapping_vdom=YOUR_VALUE”] in the provider section.

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/objectFspVlanDynamicMappingDhcpserverOptions:ObjectFspVlanDynamicMappingDhcpserverOptions labelname {{fosid}}
    

    $ 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.13.0 published on Thursday, Mar 13, 2025 by fortinetdev