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

fortimanager.ObjectFspVlanDynamicMappingDhcpserverIprange

Explore with Pulumi AI

DHCP IP range configuration.

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

Create ObjectFspVlanDynamicMappingDhcpserverIprange Resource

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

Constructor syntax

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

@overload
def ObjectFspVlanDynamicMappingDhcpserverIprange(resource_name: str,
                                                 opts: Optional[ResourceOptions] = None,
                                                 vlan: Optional[str] = None,
                                                 dynamic_mapping_name: Optional[str] = None,
                                                 dynamic_mapping_vdom: Optional[str] = None,
                                                 object_fsp_vlan_dynamic_mapping_dhcpserver_iprange_id: Optional[str] = None,
                                                 fosid: Optional[float] = None,
                                                 lease_time: Optional[float] = None,
                                                 adom: Optional[str] = None,
                                                 scopetype: Optional[str] = None,
                                                 start_ip: Optional[str] = None,
                                                 uci_match: Optional[str] = None,
                                                 uci_strings: Optional[Sequence[str]] = None,
                                                 vci_match: Optional[str] = None,
                                                 vci_strings: Optional[Sequence[str]] = None,
                                                 end_ip: Optional[str] = None)
func NewObjectFspVlanDynamicMappingDhcpserverIprange(ctx *Context, name string, args ObjectFspVlanDynamicMappingDhcpserverIprangeArgs, opts ...ResourceOption) (*ObjectFspVlanDynamicMappingDhcpserverIprange, error)
public ObjectFspVlanDynamicMappingDhcpserverIprange(string name, ObjectFspVlanDynamicMappingDhcpserverIprangeArgs args, CustomResourceOptions? opts = null)
public ObjectFspVlanDynamicMappingDhcpserverIprange(String name, ObjectFspVlanDynamicMappingDhcpserverIprangeArgs args)
public ObjectFspVlanDynamicMappingDhcpserverIprange(String name, ObjectFspVlanDynamicMappingDhcpserverIprangeArgs args, CustomResourceOptions options)
type: fortimanager:ObjectFspVlanDynamicMappingDhcpserverIprange
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. ObjectFspVlanDynamicMappingDhcpserverIprangeArgs
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. ObjectFspVlanDynamicMappingDhcpserverIprangeArgs
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. ObjectFspVlanDynamicMappingDhcpserverIprangeArgs
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. ObjectFspVlanDynamicMappingDhcpserverIprangeArgs
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. ObjectFspVlanDynamicMappingDhcpserverIprangeArgs
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 objectFspVlanDynamicMappingDhcpserverIprangeResource = new Fortimanager.ObjectFspVlanDynamicMappingDhcpserverIprange("objectFspVlanDynamicMappingDhcpserverIprangeResource", new()
{
    Vlan = "string",
    DynamicMappingName = "string",
    DynamicMappingVdom = "string",
    ObjectFspVlanDynamicMappingDhcpserverIprangeId = "string",
    Fosid = 0,
    LeaseTime = 0,
    Adom = "string",
    Scopetype = "string",
    StartIp = "string",
    UciMatch = "string",
    UciStrings = new[]
    {
        "string",
    },
    VciMatch = "string",
    VciStrings = new[]
    {
        "string",
    },
    EndIp = "string",
});
Copy
example, err := fortimanager.NewObjectFspVlanDynamicMappingDhcpserverIprange(ctx, "objectFspVlanDynamicMappingDhcpserverIprangeResource", &fortimanager.ObjectFspVlanDynamicMappingDhcpserverIprangeArgs{
Vlan: pulumi.String("string"),
DynamicMappingName: pulumi.String("string"),
DynamicMappingVdom: pulumi.String("string"),
ObjectFspVlanDynamicMappingDhcpserverIprangeId: pulumi.String("string"),
Fosid: pulumi.Float64(0),
LeaseTime: pulumi.Float64(0),
Adom: pulumi.String("string"),
Scopetype: pulumi.String("string"),
StartIp: pulumi.String("string"),
UciMatch: pulumi.String("string"),
UciStrings: pulumi.StringArray{
pulumi.String("string"),
},
VciMatch: pulumi.String("string"),
VciStrings: pulumi.StringArray{
pulumi.String("string"),
},
EndIp: pulumi.String("string"),
})
Copy
var objectFspVlanDynamicMappingDhcpserverIprangeResource = new ObjectFspVlanDynamicMappingDhcpserverIprange("objectFspVlanDynamicMappingDhcpserverIprangeResource", ObjectFspVlanDynamicMappingDhcpserverIprangeArgs.builder()
    .vlan("string")
    .dynamicMappingName("string")
    .dynamicMappingVdom("string")
    .objectFspVlanDynamicMappingDhcpserverIprangeId("string")
    .fosid(0)
    .leaseTime(0)
    .adom("string")
    .scopetype("string")
    .startIp("string")
    .uciMatch("string")
    .uciStrings("string")
    .vciMatch("string")
    .vciStrings("string")
    .endIp("string")
    .build());
Copy
object_fsp_vlan_dynamic_mapping_dhcpserver_iprange_resource = fortimanager.ObjectFspVlanDynamicMappingDhcpserverIprange("objectFspVlanDynamicMappingDhcpserverIprangeResource",
    vlan="string",
    dynamic_mapping_name="string",
    dynamic_mapping_vdom="string",
    object_fsp_vlan_dynamic_mapping_dhcpserver_iprange_id="string",
    fosid=0,
    lease_time=0,
    adom="string",
    scopetype="string",
    start_ip="string",
    uci_match="string",
    uci_strings=["string"],
    vci_match="string",
    vci_strings=["string"],
    end_ip="string")
Copy
const objectFspVlanDynamicMappingDhcpserverIprangeResource = new fortimanager.ObjectFspVlanDynamicMappingDhcpserverIprange("objectFspVlanDynamicMappingDhcpserverIprangeResource", {
    vlan: "string",
    dynamicMappingName: "string",
    dynamicMappingVdom: "string",
    objectFspVlanDynamicMappingDhcpserverIprangeId: "string",
    fosid: 0,
    leaseTime: 0,
    adom: "string",
    scopetype: "string",
    startIp: "string",
    uciMatch: "string",
    uciStrings: ["string"],
    vciMatch: "string",
    vciStrings: ["string"],
    endIp: "string",
});
Copy
type: fortimanager:ObjectFspVlanDynamicMappingDhcpserverIprange
properties:
    adom: string
    dynamicMappingName: string
    dynamicMappingVdom: string
    endIp: string
    fosid: 0
    leaseTime: 0
    objectFspVlanDynamicMappingDhcpserverIprangeId: string
    scopetype: string
    startIp: string
    uciMatch: string
    uciStrings:
        - string
    vciMatch: string
    vciStrings:
        - string
    vlan: string
Copy

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

DynamicMappingName This property is required. string
Dynamic Mapping Name.
DynamicMappingVdom This property is required. string
Dynamic Mapping Vdom.
Vlan This property is required. 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.
EndIp string
End of IP range.
Fosid double
ID.
LeaseTime double
Lease time in seconds, 0 means default lease time.
ObjectFspVlanDynamicMappingDhcpserverIprangeId 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.
StartIp string
Start of IP range.
UciMatch string
Enable/disable user class identifier (UCI) matching. When enabled only DHCP requests with a matching UCI are served with this range. Valid values: disable, enable.
UciStrings List<string>
One or more UCI strings in quotes separated by spaces.
VciMatch string
Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served with this range. Valid values: disable, enable.
VciStrings List<string>
One or more VCI strings in quotes separated by spaces.
DynamicMappingName This property is required. string
Dynamic Mapping Name.
DynamicMappingVdom This property is required. string
Dynamic Mapping Vdom.
Vlan This property is required. 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.
EndIp string
End of IP range.
Fosid float64
ID.
LeaseTime float64
Lease time in seconds, 0 means default lease time.
ObjectFspVlanDynamicMappingDhcpserverIprangeId 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.
StartIp string
Start of IP range.
UciMatch string
Enable/disable user class identifier (UCI) matching. When enabled only DHCP requests with a matching UCI are served with this range. Valid values: disable, enable.
UciStrings []string
One or more UCI strings in quotes separated by spaces.
VciMatch string
Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served with this range. Valid values: disable, enable.
VciStrings []string
One or more VCI strings in quotes separated by spaces.
dynamicMappingName This property is required. String
Dynamic Mapping Name.
dynamicMappingVdom This property is required. String
Dynamic Mapping Vdom.
vlan This property is required. 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.
endIp String
End of IP range.
fosid Double
ID.
leaseTime Double
Lease time in seconds, 0 means default lease time.
objectFspVlanDynamicMappingDhcpserverIprangeId 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.
startIp String
Start of IP range.
uciMatch String
Enable/disable user class identifier (UCI) matching. When enabled only DHCP requests with a matching UCI are served with this range. Valid values: disable, enable.
uciStrings List<String>
One or more UCI strings in quotes separated by spaces.
vciMatch String
Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served with this range. Valid values: disable, enable.
vciStrings List<String>
One or more VCI strings in quotes separated by spaces.
dynamicMappingName This property is required. string
Dynamic Mapping Name.
dynamicMappingVdom This property is required. string
Dynamic Mapping Vdom.
vlan This property is required. 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.
endIp string
End of IP range.
fosid number
ID.
leaseTime number
Lease time in seconds, 0 means default lease time.
objectFspVlanDynamicMappingDhcpserverIprangeId 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.
startIp string
Start of IP range.
uciMatch string
Enable/disable user class identifier (UCI) matching. When enabled only DHCP requests with a matching UCI are served with this range. Valid values: disable, enable.
uciStrings string[]
One or more UCI strings in quotes separated by spaces.
vciMatch string
Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served with this range. Valid values: disable, enable.
vciStrings string[]
One or more VCI strings in quotes separated by spaces.
dynamic_mapping_name This property is required. str
Dynamic Mapping Name.
dynamic_mapping_vdom This property is required. str
Dynamic Mapping Vdom.
vlan This property is required. 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.
end_ip str
End of IP range.
fosid float
ID.
lease_time float
Lease time in seconds, 0 means default lease time.
object_fsp_vlan_dynamic_mapping_dhcpserver_iprange_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.
start_ip str
Start of IP range.
uci_match str
Enable/disable user class identifier (UCI) matching. When enabled only DHCP requests with a matching UCI are served with this range. Valid values: disable, enable.
uci_strings Sequence[str]
One or more UCI strings in quotes separated by spaces.
vci_match str
Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served with this range. Valid values: disable, enable.
vci_strings Sequence[str]
One or more VCI strings in quotes separated by spaces.
dynamicMappingName This property is required. String
Dynamic Mapping Name.
dynamicMappingVdom This property is required. String
Dynamic Mapping Vdom.
vlan This property is required. 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.
endIp String
End of IP range.
fosid Number
ID.
leaseTime Number
Lease time in seconds, 0 means default lease time.
objectFspVlanDynamicMappingDhcpserverIprangeId 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.
startIp String
Start of IP range.
uciMatch String
Enable/disable user class identifier (UCI) matching. When enabled only DHCP requests with a matching UCI are served with this range. Valid values: disable, enable.
uciStrings List<String>
One or more UCI strings in quotes separated by spaces.
vciMatch String
Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served with this range. 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 ObjectFspVlanDynamicMappingDhcpserverIprange 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 ObjectFspVlanDynamicMappingDhcpserverIprange Resource

Get an existing ObjectFspVlanDynamicMappingDhcpserverIprange 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?: ObjectFspVlanDynamicMappingDhcpserverIprangeState, opts?: CustomResourceOptions): ObjectFspVlanDynamicMappingDhcpserverIprange
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        adom: Optional[str] = None,
        dynamic_mapping_name: Optional[str] = None,
        dynamic_mapping_vdom: Optional[str] = None,
        end_ip: Optional[str] = None,
        fosid: Optional[float] = None,
        lease_time: Optional[float] = None,
        object_fsp_vlan_dynamic_mapping_dhcpserver_iprange_id: Optional[str] = None,
        scopetype: Optional[str] = None,
        start_ip: Optional[str] = None,
        uci_match: Optional[str] = None,
        uci_strings: Optional[Sequence[str]] = None,
        vci_match: Optional[str] = None,
        vci_strings: Optional[Sequence[str]] = None,
        vlan: Optional[str] = None) -> ObjectFspVlanDynamicMappingDhcpserverIprange
func GetObjectFspVlanDynamicMappingDhcpserverIprange(ctx *Context, name string, id IDInput, state *ObjectFspVlanDynamicMappingDhcpserverIprangeState, opts ...ResourceOption) (*ObjectFspVlanDynamicMappingDhcpserverIprange, error)
public static ObjectFspVlanDynamicMappingDhcpserverIprange Get(string name, Input<string> id, ObjectFspVlanDynamicMappingDhcpserverIprangeState? state, CustomResourceOptions? opts = null)
public static ObjectFspVlanDynamicMappingDhcpserverIprange get(String name, Output<String> id, ObjectFspVlanDynamicMappingDhcpserverIprangeState state, CustomResourceOptions options)
resources:  _:    type: fortimanager:ObjectFspVlanDynamicMappingDhcpserverIprange    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.
DynamicMappingName string
Dynamic Mapping Name.
DynamicMappingVdom string
Dynamic Mapping Vdom.
EndIp string
End of IP range.
Fosid double
ID.
LeaseTime double
Lease time in seconds, 0 means default lease time.
ObjectFspVlanDynamicMappingDhcpserverIprangeId 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.
StartIp string
Start of IP range.
UciMatch string
Enable/disable user class identifier (UCI) matching. When enabled only DHCP requests with a matching UCI are served with this range. Valid values: disable, enable.
UciStrings List<string>
One or more UCI strings in quotes separated by spaces.
VciMatch string
Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served with this range. 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.
DynamicMappingName string
Dynamic Mapping Name.
DynamicMappingVdom string
Dynamic Mapping Vdom.
EndIp string
End of IP range.
Fosid float64
ID.
LeaseTime float64
Lease time in seconds, 0 means default lease time.
ObjectFspVlanDynamicMappingDhcpserverIprangeId 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.
StartIp string
Start of IP range.
UciMatch string
Enable/disable user class identifier (UCI) matching. When enabled only DHCP requests with a matching UCI are served with this range. Valid values: disable, enable.
UciStrings []string
One or more UCI strings in quotes separated by spaces.
VciMatch string
Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served with this range. 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.
dynamicMappingName String
Dynamic Mapping Name.
dynamicMappingVdom String
Dynamic Mapping Vdom.
endIp String
End of IP range.
fosid Double
ID.
leaseTime Double
Lease time in seconds, 0 means default lease time.
objectFspVlanDynamicMappingDhcpserverIprangeId 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.
startIp String
Start of IP range.
uciMatch String
Enable/disable user class identifier (UCI) matching. When enabled only DHCP requests with a matching UCI are served with this range. Valid values: disable, enable.
uciStrings List<String>
One or more UCI strings in quotes separated by spaces.
vciMatch String
Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served with this range. 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.
dynamicMappingName string
Dynamic Mapping Name.
dynamicMappingVdom string
Dynamic Mapping Vdom.
endIp string
End of IP range.
fosid number
ID.
leaseTime number
Lease time in seconds, 0 means default lease time.
objectFspVlanDynamicMappingDhcpserverIprangeId 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.
startIp string
Start of IP range.
uciMatch string
Enable/disable user class identifier (UCI) matching. When enabled only DHCP requests with a matching UCI are served with this range. Valid values: disable, enable.
uciStrings string[]
One or more UCI strings in quotes separated by spaces.
vciMatch string
Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served with this range. 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.
dynamic_mapping_name str
Dynamic Mapping Name.
dynamic_mapping_vdom str
Dynamic Mapping Vdom.
end_ip str
End of IP range.
fosid float
ID.
lease_time float
Lease time in seconds, 0 means default lease time.
object_fsp_vlan_dynamic_mapping_dhcpserver_iprange_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.
start_ip str
Start of IP range.
uci_match str
Enable/disable user class identifier (UCI) matching. When enabled only DHCP requests with a matching UCI are served with this range. Valid values: disable, enable.
uci_strings Sequence[str]
One or more UCI strings in quotes separated by spaces.
vci_match str
Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served with this range. 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.
dynamicMappingName String
Dynamic Mapping Name.
dynamicMappingVdom String
Dynamic Mapping Vdom.
endIp String
End of IP range.
fosid Number
ID.
leaseTime Number
Lease time in seconds, 0 means default lease time.
objectFspVlanDynamicMappingDhcpserverIprangeId 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.
startIp String
Start of IP range.
uciMatch String
Enable/disable user class identifier (UCI) matching. When enabled only DHCP requests with a matching UCI are served with this range. Valid values: disable, enable.
uciStrings List<String>
One or more UCI strings in quotes separated by spaces.
vciMatch String
Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served with this range. Valid values: disable, enable.
vciStrings List<String>
One or more VCI strings in quotes separated by spaces.
vlan String
Vlan.

Import

ObjectFsp VlanDynamicMappingDhcpServerIpRange 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/objectFspVlanDynamicMappingDhcpserverIprange:ObjectFspVlanDynamicMappingDhcpserverIprange labelname {{fosid}}
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.