fortimanager.ObjectFspVlanDynamicMappingDhcpserverExcluderange
Explore with Pulumi AI
Exclude one or more ranges of IP addresses from being assigned to clients.
This resource is a sub resource for variable
exclude_range
of resourcefortimanager.ObjectFspVlanDynamicMappingDhcpserver
. Conflict and overwrite may occur if use both of them.
Create ObjectFspVlanDynamicMappingDhcpserverExcluderange Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectFspVlanDynamicMappingDhcpserverExcluderange(name: string, args: ObjectFspVlanDynamicMappingDhcpserverExcluderangeArgs, opts?: CustomResourceOptions);
@overload
def ObjectFspVlanDynamicMappingDhcpserverExcluderange(resource_name: str,
args: ObjectFspVlanDynamicMappingDhcpserverExcluderangeArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectFspVlanDynamicMappingDhcpserverExcluderange(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_excluderange_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 NewObjectFspVlanDynamicMappingDhcpserverExcluderange(ctx *Context, name string, args ObjectFspVlanDynamicMappingDhcpserverExcluderangeArgs, opts ...ResourceOption) (*ObjectFspVlanDynamicMappingDhcpserverExcluderange, error)
public ObjectFspVlanDynamicMappingDhcpserverExcluderange(string name, ObjectFspVlanDynamicMappingDhcpserverExcluderangeArgs args, CustomResourceOptions? opts = null)
public ObjectFspVlanDynamicMappingDhcpserverExcluderange(String name, ObjectFspVlanDynamicMappingDhcpserverExcluderangeArgs args)
public ObjectFspVlanDynamicMappingDhcpserverExcluderange(String name, ObjectFspVlanDynamicMappingDhcpserverExcluderangeArgs args, CustomResourceOptions options)
type: fortimanager:ObjectFspVlanDynamicMappingDhcpserverExcluderange
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 ObjectFspVlanDynamicMappingDhcpserverExcluderangeArgs
- 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 ObjectFspVlanDynamicMappingDhcpserverExcluderangeArgs
- 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 ObjectFspVlanDynamicMappingDhcpserverExcluderangeArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectFspVlanDynamicMappingDhcpserverExcluderangeArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectFspVlanDynamicMappingDhcpserverExcluderangeArgs
- 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 objectFspVlanDynamicMappingDhcpserverExcluderangeResource = new Fortimanager.ObjectFspVlanDynamicMappingDhcpserverExcluderange("objectFspVlanDynamicMappingDhcpserverExcluderangeResource", new()
{
Vlan = "string",
DynamicMappingName = "string",
DynamicMappingVdom = "string",
ObjectFspVlanDynamicMappingDhcpserverExcluderangeId = "string",
Fosid = 0,
LeaseTime = 0,
Adom = "string",
Scopetype = "string",
StartIp = "string",
UciMatch = "string",
UciStrings = new[]
{
"string",
},
VciMatch = "string",
VciStrings = new[]
{
"string",
},
EndIp = "string",
});
example, err := fortimanager.NewObjectFspVlanDynamicMappingDhcpserverExcluderange(ctx, "objectFspVlanDynamicMappingDhcpserverExcluderangeResource", &fortimanager.ObjectFspVlanDynamicMappingDhcpserverExcluderangeArgs{
Vlan: pulumi.String("string"),
DynamicMappingName: pulumi.String("string"),
DynamicMappingVdom: pulumi.String("string"),
ObjectFspVlanDynamicMappingDhcpserverExcluderangeId: 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"),
})
var objectFspVlanDynamicMappingDhcpserverExcluderangeResource = new ObjectFspVlanDynamicMappingDhcpserverExcluderange("objectFspVlanDynamicMappingDhcpserverExcluderangeResource", ObjectFspVlanDynamicMappingDhcpserverExcluderangeArgs.builder()
.vlan("string")
.dynamicMappingName("string")
.dynamicMappingVdom("string")
.objectFspVlanDynamicMappingDhcpserverExcluderangeId("string")
.fosid(0)
.leaseTime(0)
.adom("string")
.scopetype("string")
.startIp("string")
.uciMatch("string")
.uciStrings("string")
.vciMatch("string")
.vciStrings("string")
.endIp("string")
.build());
object_fsp_vlan_dynamic_mapping_dhcpserver_excluderange_resource = fortimanager.ObjectFspVlanDynamicMappingDhcpserverExcluderange("objectFspVlanDynamicMappingDhcpserverExcluderangeResource",
vlan="string",
dynamic_mapping_name="string",
dynamic_mapping_vdom="string",
object_fsp_vlan_dynamic_mapping_dhcpserver_excluderange_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")
const objectFspVlanDynamicMappingDhcpserverExcluderangeResource = new fortimanager.ObjectFspVlanDynamicMappingDhcpserverExcluderange("objectFspVlanDynamicMappingDhcpserverExcluderangeResource", {
vlan: "string",
dynamicMappingName: "string",
dynamicMappingVdom: "string",
objectFspVlanDynamicMappingDhcpserverExcluderangeId: "string",
fosid: 0,
leaseTime: 0,
adom: "string",
scopetype: "string",
startIp: "string",
uciMatch: "string",
uciStrings: ["string"],
vciMatch: "string",
vciStrings: ["string"],
endIp: "string",
});
type: fortimanager:ObjectFspVlanDynamicMappingDhcpserverExcluderange
properties:
adom: string
dynamicMappingName: string
dynamicMappingVdom: string
endIp: string
fosid: 0
leaseTime: 0
objectFspVlanDynamicMappingDhcpserverExcluderangeId: string
scopetype: string
startIp: string
uciMatch: string
uciStrings:
- string
vciMatch: string
vciStrings:
- string
vlan: string
ObjectFspVlanDynamicMappingDhcpserverExcluderange 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 ObjectFspVlanDynamicMappingDhcpserverExcluderange resource accepts the following input properties:
- Dynamic
Mapping stringName - Dynamic Mapping Name.
- Dynamic
Mapping stringVdom - Dynamic Mapping Vdom.
- Vlan string
- Vlan.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - End
Ip string - End of IP range.
- Fosid double
- ID.
- Lease
Time double - Lease time in seconds, 0 means default lease time.
- Object
Fsp stringVlan Dynamic Mapping Dhcpserver Excluderange Id - an identifier for the resource with format {{fosid}}.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Start
Ip string - Start of IP range.
- Uci
Match 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
. - Uci
Strings List<string> - One or more UCI strings in quotes separated by spaces.
- Vci
Match 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
. - Vci
Strings List<string> - One or more VCI strings in quotes separated by spaces.
- Dynamic
Mapping stringName - Dynamic Mapping Name.
- Dynamic
Mapping stringVdom - Dynamic Mapping Vdom.
- Vlan string
- Vlan.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - End
Ip string - End of IP range.
- Fosid float64
- ID.
- Lease
Time float64 - Lease time in seconds, 0 means default lease time.
- Object
Fsp stringVlan Dynamic Mapping Dhcpserver Excluderange Id - an identifier for the resource with format {{fosid}}.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Start
Ip string - Start of IP range.
- Uci
Match 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
. - Uci
Strings []string - One or more UCI strings in quotes separated by spaces.
- Vci
Match 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
. - Vci
Strings []string - One or more VCI strings in quotes separated by spaces.
- dynamic
Mapping StringName - Dynamic Mapping Name.
- dynamic
Mapping StringVdom - Dynamic Mapping Vdom.
- vlan String
- Vlan.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - end
Ip String - End of IP range.
- fosid Double
- ID.
- lease
Time Double - Lease time in seconds, 0 means default lease time.
- object
Fsp StringVlan Dynamic Mapping Dhcpserver Excluderange Id - an identifier for the resource with format {{fosid}}.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - start
Ip String - Start of IP range.
- uci
Match 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
. - uci
Strings List<String> - One or more UCI strings in quotes separated by spaces.
- vci
Match 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
. - vci
Strings List<String> - One or more VCI strings in quotes separated by spaces.
- dynamic
Mapping stringName - Dynamic Mapping Name.
- dynamic
Mapping stringVdom - Dynamic Mapping Vdom.
- vlan string
- Vlan.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - end
Ip string - End of IP range.
- fosid number
- ID.
- lease
Time number - Lease time in seconds, 0 means default lease time.
- object
Fsp stringVlan Dynamic Mapping Dhcpserver Excluderange Id - an identifier for the resource with format {{fosid}}.
- scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - start
Ip string - Start of IP range.
- uci
Match 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
. - uci
Strings string[] - One or more UCI strings in quotes separated by spaces.
- vci
Match 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
. - vci
Strings string[] - One or more VCI strings in quotes separated by spaces.
- dynamic_
mapping_ strname - Dynamic Mapping Name.
- dynamic_
mapping_ strvdom - Dynamic Mapping Vdom.
- vlan str
- Vlan.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, 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_ strvlan_ dynamic_ mapping_ dhcpserver_ excluderange_ id - an identifier for the resource with format {{fosid}}.
- scopetype str
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - 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.
- dynamic
Mapping StringName - Dynamic Mapping Name.
- dynamic
Mapping StringVdom - Dynamic Mapping Vdom.
- vlan String
- Vlan.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - end
Ip String - End of IP range.
- fosid Number
- ID.
- lease
Time Number - Lease time in seconds, 0 means default lease time.
- object
Fsp StringVlan Dynamic Mapping Dhcpserver Excluderange Id - an identifier for the resource with format {{fosid}}.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - start
Ip String - Start of IP range.
- uci
Match 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
. - uci
Strings List<String> - One or more UCI strings in quotes separated by spaces.
- vci
Match 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
. - vci
Strings List<String> - One or more VCI strings in quotes separated by spaces.
Outputs
All input properties are implicitly available as output properties. Additionally, the ObjectFspVlanDynamicMappingDhcpserverExcluderange 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 ObjectFspVlanDynamicMappingDhcpserverExcluderange Resource
Get an existing ObjectFspVlanDynamicMappingDhcpserverExcluderange 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?: ObjectFspVlanDynamicMappingDhcpserverExcluderangeState, opts?: CustomResourceOptions): ObjectFspVlanDynamicMappingDhcpserverExcluderange
@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_excluderange_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) -> ObjectFspVlanDynamicMappingDhcpserverExcluderange
func GetObjectFspVlanDynamicMappingDhcpserverExcluderange(ctx *Context, name string, id IDInput, state *ObjectFspVlanDynamicMappingDhcpserverExcluderangeState, opts ...ResourceOption) (*ObjectFspVlanDynamicMappingDhcpserverExcluderange, error)
public static ObjectFspVlanDynamicMappingDhcpserverExcluderange Get(string name, Input<string> id, ObjectFspVlanDynamicMappingDhcpserverExcluderangeState? state, CustomResourceOptions? opts = null)
public static ObjectFspVlanDynamicMappingDhcpserverExcluderange get(String name, Output<String> id, ObjectFspVlanDynamicMappingDhcpserverExcluderangeState state, CustomResourceOptions options)
resources: _: type: fortimanager:ObjectFspVlanDynamicMappingDhcpserverExcluderange 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.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Dynamic
Mapping stringName - Dynamic Mapping Name.
- Dynamic
Mapping stringVdom - Dynamic Mapping Vdom.
- End
Ip string - End of IP range.
- Fosid double
- ID.
- Lease
Time double - Lease time in seconds, 0 means default lease time.
- Object
Fsp stringVlan Dynamic Mapping Dhcpserver Excluderange Id - an identifier for the resource with format {{fosid}}.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Start
Ip string - Start of IP range.
- Uci
Match 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
. - Uci
Strings List<string> - One or more UCI strings in quotes separated by spaces.
- Vci
Match 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
. - Vci
Strings 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
isadom
, otherwise the value of adom in the provider will be inherited. - Dynamic
Mapping stringName - Dynamic Mapping Name.
- Dynamic
Mapping stringVdom - Dynamic Mapping Vdom.
- End
Ip string - End of IP range.
- Fosid float64
- ID.
- Lease
Time float64 - Lease time in seconds, 0 means default lease time.
- Object
Fsp stringVlan Dynamic Mapping Dhcpserver Excluderange Id - an identifier for the resource with format {{fosid}}.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Start
Ip string - Start of IP range.
- Uci
Match 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
. - Uci
Strings []string - One or more UCI strings in quotes separated by spaces.
- Vci
Match 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
. - Vci
Strings []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
isadom
, otherwise the value of adom in the provider will be inherited. - dynamic
Mapping StringName - Dynamic Mapping Name.
- dynamic
Mapping StringVdom - Dynamic Mapping Vdom.
- end
Ip String - End of IP range.
- fosid Double
- ID.
- lease
Time Double - Lease time in seconds, 0 means default lease time.
- object
Fsp StringVlan Dynamic Mapping Dhcpserver Excluderange Id - an identifier for the resource with format {{fosid}}.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - start
Ip String - Start of IP range.
- uci
Match 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
. - uci
Strings List<String> - One or more UCI strings in quotes separated by spaces.
- vci
Match 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
. - vci
Strings 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
isadom
, otherwise the value of adom in the provider will be inherited. - dynamic
Mapping stringName - Dynamic Mapping Name.
- dynamic
Mapping stringVdom - Dynamic Mapping Vdom.
- end
Ip string - End of IP range.
- fosid number
- ID.
- lease
Time number - Lease time in seconds, 0 means default lease time.
- object
Fsp stringVlan Dynamic Mapping Dhcpserver Excluderange Id - an identifier for the resource with format {{fosid}}.
- scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - start
Ip string - Start of IP range.
- uci
Match 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
. - uci
Strings string[] - One or more UCI strings in quotes separated by spaces.
- vci
Match 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
. - vci
Strings 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
isadom
, otherwise the value of adom in the provider will be inherited. - dynamic_
mapping_ strname - Dynamic Mapping Name.
- dynamic_
mapping_ strvdom - 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_ strvlan_ dynamic_ mapping_ dhcpserver_ excluderange_ id - an identifier for the resource with format {{fosid}}.
- scopetype str
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - 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
isadom
, otherwise the value of adom in the provider will be inherited. - dynamic
Mapping StringName - Dynamic Mapping Name.
- dynamic
Mapping StringVdom - Dynamic Mapping Vdom.
- end
Ip String - End of IP range.
- fosid Number
- ID.
- lease
Time Number - Lease time in seconds, 0 means default lease time.
- object
Fsp StringVlan Dynamic Mapping Dhcpserver Excluderange Id - an identifier for the resource with format {{fosid}}.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - start
Ip String - Start of IP range.
- uci
Match 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
. - uci
Strings List<String> - One or more UCI strings in quotes separated by spaces.
- vci
Match 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
. - vci
Strings List<String> - One or more VCI strings in quotes separated by spaces.
- vlan String
- Vlan.
Import
ObjectFsp VlanDynamicMappingDhcpServerExcludeRange 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/objectFspVlanDynamicMappingDhcpserverExcluderange:ObjectFspVlanDynamicMappingDhcpserverExcluderange 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.