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

fortimanager.ObjectFspVlanDynamicMappingDhcpserverReservedaddress

Explore with Pulumi AI

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

    Options for the DHCP server to assign IP settings to specific MAC addresses.

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

    Create ObjectFspVlanDynamicMappingDhcpserverReservedaddress Resource

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

    Constructor syntax

    new ObjectFspVlanDynamicMappingDhcpserverReservedaddress(name: string, args: ObjectFspVlanDynamicMappingDhcpserverReservedaddressArgs, opts?: CustomResourceOptions);
    @overload
    def ObjectFspVlanDynamicMappingDhcpserverReservedaddress(resource_name: str,
                                                             args: ObjectFspVlanDynamicMappingDhcpserverReservedaddressArgs,
                                                             opts: Optional[ResourceOptions] = None)
    
    @overload
    def ObjectFspVlanDynamicMappingDhcpserverReservedaddress(resource_name: str,
                                                             opts: Optional[ResourceOptions] = None,
                                                             dynamic_mapping_name: Optional[str] = None,
                                                             vlan: Optional[str] = None,
                                                             dynamic_mapping_vdom: Optional[str] = None,
                                                             ip: Optional[str] = None,
                                                             description: Optional[str] = None,
                                                             circuit_id_type: Optional[str] = None,
                                                             circuit_id: Optional[str] = None,
                                                             fosid: Optional[float] = None,
                                                             action: Optional[str] = None,
                                                             mac: Optional[str] = None,
                                                             object_fsp_vlan_dynamic_mapping_dhcpserver_reservedaddress_id: Optional[str] = None,
                                                             remote_id: Optional[str] = None,
                                                             remote_id_type: Optional[str] = None,
                                                             scopetype: Optional[str] = None,
                                                             type: Optional[str] = None,
                                                             adom: Optional[str] = None)
    func NewObjectFspVlanDynamicMappingDhcpserverReservedaddress(ctx *Context, name string, args ObjectFspVlanDynamicMappingDhcpserverReservedaddressArgs, opts ...ResourceOption) (*ObjectFspVlanDynamicMappingDhcpserverReservedaddress, error)
    public ObjectFspVlanDynamicMappingDhcpserverReservedaddress(string name, ObjectFspVlanDynamicMappingDhcpserverReservedaddressArgs args, CustomResourceOptions? opts = null)
    public ObjectFspVlanDynamicMappingDhcpserverReservedaddress(String name, ObjectFspVlanDynamicMappingDhcpserverReservedaddressArgs args)
    public ObjectFspVlanDynamicMappingDhcpserverReservedaddress(String name, ObjectFspVlanDynamicMappingDhcpserverReservedaddressArgs args, CustomResourceOptions options)
    
    type: fortimanager:ObjectFspVlanDynamicMappingDhcpserverReservedaddress
    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 ObjectFspVlanDynamicMappingDhcpserverReservedaddressArgs
    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 ObjectFspVlanDynamicMappingDhcpserverReservedaddressArgs
    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 ObjectFspVlanDynamicMappingDhcpserverReservedaddressArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ObjectFspVlanDynamicMappingDhcpserverReservedaddressArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ObjectFspVlanDynamicMappingDhcpserverReservedaddressArgs
    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 objectFspVlanDynamicMappingDhcpserverReservedaddressResource = new Fortimanager.ObjectFspVlanDynamicMappingDhcpserverReservedaddress("objectFspVlanDynamicMappingDhcpserverReservedaddressResource", new()
    {
        DynamicMappingName = "string",
        Vlan = "string",
        DynamicMappingVdom = "string",
        Ip = "string",
        Description = "string",
        CircuitIdType = "string",
        CircuitId = "string",
        Fosid = 0,
        Action = "string",
        Mac = "string",
        ObjectFspVlanDynamicMappingDhcpserverReservedaddressId = "string",
        RemoteId = "string",
        RemoteIdType = "string",
        Scopetype = "string",
        Type = "string",
        Adom = "string",
    });
    
    example, err := fortimanager.NewObjectFspVlanDynamicMappingDhcpserverReservedaddress(ctx, "objectFspVlanDynamicMappingDhcpserverReservedaddressResource", &fortimanager.ObjectFspVlanDynamicMappingDhcpserverReservedaddressArgs{
    DynamicMappingName: pulumi.String("string"),
    Vlan: pulumi.String("string"),
    DynamicMappingVdom: pulumi.String("string"),
    Ip: pulumi.String("string"),
    Description: pulumi.String("string"),
    CircuitIdType: pulumi.String("string"),
    CircuitId: pulumi.String("string"),
    Fosid: pulumi.Float64(0),
    Action: pulumi.String("string"),
    Mac: pulumi.String("string"),
    ObjectFspVlanDynamicMappingDhcpserverReservedaddressId: pulumi.String("string"),
    RemoteId: pulumi.String("string"),
    RemoteIdType: pulumi.String("string"),
    Scopetype: pulumi.String("string"),
    Type: pulumi.String("string"),
    Adom: pulumi.String("string"),
    })
    
    var objectFspVlanDynamicMappingDhcpserverReservedaddressResource = new ObjectFspVlanDynamicMappingDhcpserverReservedaddress("objectFspVlanDynamicMappingDhcpserverReservedaddressResource", ObjectFspVlanDynamicMappingDhcpserverReservedaddressArgs.builder()
        .dynamicMappingName("string")
        .vlan("string")
        .dynamicMappingVdom("string")
        .ip("string")
        .description("string")
        .circuitIdType("string")
        .circuitId("string")
        .fosid(0)
        .action("string")
        .mac("string")
        .objectFspVlanDynamicMappingDhcpserverReservedaddressId("string")
        .remoteId("string")
        .remoteIdType("string")
        .scopetype("string")
        .type("string")
        .adom("string")
        .build());
    
    object_fsp_vlan_dynamic_mapping_dhcpserver_reservedaddress_resource = fortimanager.ObjectFspVlanDynamicMappingDhcpserverReservedaddress("objectFspVlanDynamicMappingDhcpserverReservedaddressResource",
        dynamic_mapping_name="string",
        vlan="string",
        dynamic_mapping_vdom="string",
        ip="string",
        description="string",
        circuit_id_type="string",
        circuit_id="string",
        fosid=0,
        action="string",
        mac="string",
        object_fsp_vlan_dynamic_mapping_dhcpserver_reservedaddress_id="string",
        remote_id="string",
        remote_id_type="string",
        scopetype="string",
        type="string",
        adom="string")
    
    const objectFspVlanDynamicMappingDhcpserverReservedaddressResource = new fortimanager.ObjectFspVlanDynamicMappingDhcpserverReservedaddress("objectFspVlanDynamicMappingDhcpserverReservedaddressResource", {
        dynamicMappingName: "string",
        vlan: "string",
        dynamicMappingVdom: "string",
        ip: "string",
        description: "string",
        circuitIdType: "string",
        circuitId: "string",
        fosid: 0,
        action: "string",
        mac: "string",
        objectFspVlanDynamicMappingDhcpserverReservedaddressId: "string",
        remoteId: "string",
        remoteIdType: "string",
        scopetype: "string",
        type: "string",
        adom: "string",
    });
    
    type: fortimanager:ObjectFspVlanDynamicMappingDhcpserverReservedaddress
    properties:
        action: string
        adom: string
        circuitId: string
        circuitIdType: string
        description: string
        dynamicMappingName: string
        dynamicMappingVdom: string
        fosid: 0
        ip: string
        mac: string
        objectFspVlanDynamicMappingDhcpserverReservedaddressId: string
        remoteId: string
        remoteIdType: string
        scopetype: string
        type: string
        vlan: string
    

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

    DynamicMappingName string
    Dynamic Mapping Name.
    DynamicMappingVdom string
    Dynamic Mapping Vdom.
    Vlan string
    Vlan.
    Action string
    Options for the DHCP server to configure the client with the reserved MAC address. Valid values: assign, block, reserved.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    CircuitId string
    Option 82 circuit-ID of the client that will get the reserved IP address.
    CircuitIdType string
    DHCP option type. Valid values: hex, string.
    Description string
    Description.
    Fosid double
    ID.
    Ip string
    IP address to be reserved for the MAC address.
    Mac string
    MAC address of the client that will get the reserved IP address.
    ObjectFspVlanDynamicMappingDhcpserverReservedaddressId string
    an identifier for the resource with format {{fosid}}.
    RemoteId string
    Option 82 remote-ID of the client that will get the reserved IP address.
    RemoteIdType string
    DHCP option type. Valid values: hex, string.
    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 reserved-address type. Valid values: mac, option82.
    DynamicMappingName string
    Dynamic Mapping Name.
    DynamicMappingVdom string
    Dynamic Mapping Vdom.
    Vlan string
    Vlan.
    Action string
    Options for the DHCP server to configure the client with the reserved MAC address. Valid values: assign, block, reserved.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    CircuitId string
    Option 82 circuit-ID of the client that will get the reserved IP address.
    CircuitIdType string
    DHCP option type. Valid values: hex, string.
    Description string
    Description.
    Fosid float64
    ID.
    Ip string
    IP address to be reserved for the MAC address.
    Mac string
    MAC address of the client that will get the reserved IP address.
    ObjectFspVlanDynamicMappingDhcpserverReservedaddressId string
    an identifier for the resource with format {{fosid}}.
    RemoteId string
    Option 82 remote-ID of the client that will get the reserved IP address.
    RemoteIdType string
    DHCP option type. Valid values: hex, string.
    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 reserved-address type. Valid values: mac, option82.
    dynamicMappingName String
    Dynamic Mapping Name.
    dynamicMappingVdom String
    Dynamic Mapping Vdom.
    vlan String
    Vlan.
    action String
    Options for the DHCP server to configure the client with the reserved MAC address. Valid values: assign, block, reserved.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    circuitId String
    Option 82 circuit-ID of the client that will get the reserved IP address.
    circuitIdType String
    DHCP option type. Valid values: hex, string.
    description String
    Description.
    fosid Double
    ID.
    ip String
    IP address to be reserved for the MAC address.
    mac String
    MAC address of the client that will get the reserved IP address.
    objectFspVlanDynamicMappingDhcpserverReservedaddressId String
    an identifier for the resource with format {{fosid}}.
    remoteId String
    Option 82 remote-ID of the client that will get the reserved IP address.
    remoteIdType String
    DHCP option type. Valid values: hex, string.
    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 reserved-address type. Valid values: mac, option82.
    dynamicMappingName string
    Dynamic Mapping Name.
    dynamicMappingVdom string
    Dynamic Mapping Vdom.
    vlan string
    Vlan.
    action string
    Options for the DHCP server to configure the client with the reserved MAC address. Valid values: assign, block, reserved.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    circuitId string
    Option 82 circuit-ID of the client that will get the reserved IP address.
    circuitIdType string
    DHCP option type. Valid values: hex, string.
    description string
    Description.
    fosid number
    ID.
    ip string
    IP address to be reserved for the MAC address.
    mac string
    MAC address of the client that will get the reserved IP address.
    objectFspVlanDynamicMappingDhcpserverReservedaddressId string
    an identifier for the resource with format {{fosid}}.
    remoteId string
    Option 82 remote-ID of the client that will get the reserved IP address.
    remoteIdType string
    DHCP option type. Valid values: hex, string.
    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 reserved-address type. Valid values: mac, option82.
    dynamic_mapping_name str
    Dynamic Mapping Name.
    dynamic_mapping_vdom str
    Dynamic Mapping Vdom.
    vlan str
    Vlan.
    action str
    Options for the DHCP server to configure the client with the reserved MAC address. Valid values: assign, block, reserved.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    circuit_id str
    Option 82 circuit-ID of the client that will get the reserved IP address.
    circuit_id_type str
    DHCP option type. Valid values: hex, string.
    description str
    Description.
    fosid float
    ID.
    ip str
    IP address to be reserved for the MAC address.
    mac str
    MAC address of the client that will get the reserved IP address.
    object_fsp_vlan_dynamic_mapping_dhcpserver_reservedaddress_id str
    an identifier for the resource with format {{fosid}}.
    remote_id str
    Option 82 remote-ID of the client that will get the reserved IP address.
    remote_id_type str
    DHCP option type. Valid values: hex, string.
    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 reserved-address type. Valid values: mac, option82.
    dynamicMappingName String
    Dynamic Mapping Name.
    dynamicMappingVdom String
    Dynamic Mapping Vdom.
    vlan String
    Vlan.
    action String
    Options for the DHCP server to configure the client with the reserved MAC address. Valid values: assign, block, reserved.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    circuitId String
    Option 82 circuit-ID of the client that will get the reserved IP address.
    circuitIdType String
    DHCP option type. Valid values: hex, string.
    description String
    Description.
    fosid Number
    ID.
    ip String
    IP address to be reserved for the MAC address.
    mac String
    MAC address of the client that will get the reserved IP address.
    objectFspVlanDynamicMappingDhcpserverReservedaddressId String
    an identifier for the resource with format {{fosid}}.
    remoteId String
    Option 82 remote-ID of the client that will get the reserved IP address.
    remoteIdType String
    DHCP option type. Valid values: hex, string.
    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 reserved-address type. Valid values: mac, option82.

    Outputs

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

    Get an existing ObjectFspVlanDynamicMappingDhcpserverReservedaddress 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?: ObjectFspVlanDynamicMappingDhcpserverReservedaddressState, opts?: CustomResourceOptions): ObjectFspVlanDynamicMappingDhcpserverReservedaddress
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            action: Optional[str] = None,
            adom: Optional[str] = None,
            circuit_id: Optional[str] = None,
            circuit_id_type: Optional[str] = None,
            description: Optional[str] = None,
            dynamic_mapping_name: Optional[str] = None,
            dynamic_mapping_vdom: Optional[str] = None,
            fosid: Optional[float] = None,
            ip: Optional[str] = None,
            mac: Optional[str] = None,
            object_fsp_vlan_dynamic_mapping_dhcpserver_reservedaddress_id: Optional[str] = None,
            remote_id: Optional[str] = None,
            remote_id_type: Optional[str] = None,
            scopetype: Optional[str] = None,
            type: Optional[str] = None,
            vlan: Optional[str] = None) -> ObjectFspVlanDynamicMappingDhcpserverReservedaddress
    func GetObjectFspVlanDynamicMappingDhcpserverReservedaddress(ctx *Context, name string, id IDInput, state *ObjectFspVlanDynamicMappingDhcpserverReservedaddressState, opts ...ResourceOption) (*ObjectFspVlanDynamicMappingDhcpserverReservedaddress, error)
    public static ObjectFspVlanDynamicMappingDhcpserverReservedaddress Get(string name, Input<string> id, ObjectFspVlanDynamicMappingDhcpserverReservedaddressState? state, CustomResourceOptions? opts = null)
    public static ObjectFspVlanDynamicMappingDhcpserverReservedaddress get(String name, Output<String> id, ObjectFspVlanDynamicMappingDhcpserverReservedaddressState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:ObjectFspVlanDynamicMappingDhcpserverReservedaddress    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:
    Action string
    Options for the DHCP server to configure the client with the reserved MAC address. Valid values: assign, block, reserved.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    CircuitId string
    Option 82 circuit-ID of the client that will get the reserved IP address.
    CircuitIdType string
    DHCP option type. Valid values: hex, string.
    Description string
    Description.
    DynamicMappingName string
    Dynamic Mapping Name.
    DynamicMappingVdom string
    Dynamic Mapping Vdom.
    Fosid double
    ID.
    Ip string
    IP address to be reserved for the MAC address.
    Mac string
    MAC address of the client that will get the reserved IP address.
    ObjectFspVlanDynamicMappingDhcpserverReservedaddressId string
    an identifier for the resource with format {{fosid}}.
    RemoteId string
    Option 82 remote-ID of the client that will get the reserved IP address.
    RemoteIdType string
    DHCP option type. Valid values: hex, string.
    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 reserved-address type. Valid values: mac, option82.
    Vlan string
    Vlan.
    Action string
    Options for the DHCP server to configure the client with the reserved MAC address. Valid values: assign, block, reserved.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    CircuitId string
    Option 82 circuit-ID of the client that will get the reserved IP address.
    CircuitIdType string
    DHCP option type. Valid values: hex, string.
    Description string
    Description.
    DynamicMappingName string
    Dynamic Mapping Name.
    DynamicMappingVdom string
    Dynamic Mapping Vdom.
    Fosid float64
    ID.
    Ip string
    IP address to be reserved for the MAC address.
    Mac string
    MAC address of the client that will get the reserved IP address.
    ObjectFspVlanDynamicMappingDhcpserverReservedaddressId string
    an identifier for the resource with format {{fosid}}.
    RemoteId string
    Option 82 remote-ID of the client that will get the reserved IP address.
    RemoteIdType string
    DHCP option type. Valid values: hex, string.
    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 reserved-address type. Valid values: mac, option82.
    Vlan string
    Vlan.
    action String
    Options for the DHCP server to configure the client with the reserved MAC address. Valid values: assign, block, reserved.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    circuitId String
    Option 82 circuit-ID of the client that will get the reserved IP address.
    circuitIdType String
    DHCP option type. Valid values: hex, string.
    description String
    Description.
    dynamicMappingName String
    Dynamic Mapping Name.
    dynamicMappingVdom String
    Dynamic Mapping Vdom.
    fosid Double
    ID.
    ip String
    IP address to be reserved for the MAC address.
    mac String
    MAC address of the client that will get the reserved IP address.
    objectFspVlanDynamicMappingDhcpserverReservedaddressId String
    an identifier for the resource with format {{fosid}}.
    remoteId String
    Option 82 remote-ID of the client that will get the reserved IP address.
    remoteIdType String
    DHCP option type. Valid values: hex, string.
    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 reserved-address type. Valid values: mac, option82.
    vlan String
    Vlan.
    action string
    Options for the DHCP server to configure the client with the reserved MAC address. Valid values: assign, block, reserved.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    circuitId string
    Option 82 circuit-ID of the client that will get the reserved IP address.
    circuitIdType string
    DHCP option type. Valid values: hex, string.
    description string
    Description.
    dynamicMappingName string
    Dynamic Mapping Name.
    dynamicMappingVdom string
    Dynamic Mapping Vdom.
    fosid number
    ID.
    ip string
    IP address to be reserved for the MAC address.
    mac string
    MAC address of the client that will get the reserved IP address.
    objectFspVlanDynamicMappingDhcpserverReservedaddressId string
    an identifier for the resource with format {{fosid}}.
    remoteId string
    Option 82 remote-ID of the client that will get the reserved IP address.
    remoteIdType string
    DHCP option type. Valid values: hex, string.
    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 reserved-address type. Valid values: mac, option82.
    vlan string
    Vlan.
    action str
    Options for the DHCP server to configure the client with the reserved MAC address. Valid values: assign, block, reserved.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    circuit_id str
    Option 82 circuit-ID of the client that will get the reserved IP address.
    circuit_id_type str
    DHCP option type. Valid values: hex, string.
    description str
    Description.
    dynamic_mapping_name str
    Dynamic Mapping Name.
    dynamic_mapping_vdom str
    Dynamic Mapping Vdom.
    fosid float
    ID.
    ip str
    IP address to be reserved for the MAC address.
    mac str
    MAC address of the client that will get the reserved IP address.
    object_fsp_vlan_dynamic_mapping_dhcpserver_reservedaddress_id str
    an identifier for the resource with format {{fosid}}.
    remote_id str
    Option 82 remote-ID of the client that will get the reserved IP address.
    remote_id_type str
    DHCP option type. Valid values: hex, string.
    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 reserved-address type. Valid values: mac, option82.
    vlan str
    Vlan.
    action String
    Options for the DHCP server to configure the client with the reserved MAC address. Valid values: assign, block, reserved.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    circuitId String
    Option 82 circuit-ID of the client that will get the reserved IP address.
    circuitIdType String
    DHCP option type. Valid values: hex, string.
    description String
    Description.
    dynamicMappingName String
    Dynamic Mapping Name.
    dynamicMappingVdom String
    Dynamic Mapping Vdom.
    fosid Number
    ID.
    ip String
    IP address to be reserved for the MAC address.
    mac String
    MAC address of the client that will get the reserved IP address.
    objectFspVlanDynamicMappingDhcpserverReservedaddressId String
    an identifier for the resource with format {{fosid}}.
    remoteId String
    Option 82 remote-ID of the client that will get the reserved IP address.
    remoteIdType String
    DHCP option type. Valid values: hex, string.
    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 reserved-address type. Valid values: mac, option82.
    vlan String
    Vlan.

    Import

    ObjectFsp VlanDynamicMappingDhcpServerReservedAddress 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/objectFspVlanDynamicMappingDhcpserverReservedaddress:ObjectFspVlanDynamicMappingDhcpserverReservedaddress 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