fortimanager.ObjectFspVlanDynamicMappingDhcpserverOptions
Explore with Pulumi AI
DHCP options.
This resource is a sub resource for variable
optionsof resourcefortimanager.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:
- DynamicMapping stringName 
- Dynamic Mapping Name.
- DynamicMapping stringVdom 
- Dynamic Mapping Vdom.
- Vlan string
- Vlan.
- Adom string
- Adom. This value is valid only when the scopetypeisadom, 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.
- ObjectFsp stringVlan Dynamic Mapping Dhcpserver Options Id 
- an identifier for the resource with format {{fosid}}.
- Scopetype string
- The scope of application of the resource. Valid values: inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit.
- 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.
- DynamicMapping stringName 
- Dynamic Mapping Name.
- DynamicMapping stringVdom 
- Dynamic Mapping Vdom.
- Vlan string
- Vlan.
- Adom string
- Adom. This value is valid only when the scopetypeisadom, otherwise the value of adom in the provider will be inherited.
- Code float64
- DHCP option code.
- Fosid float64
- ID.
- Ips []string
- DHCP option IPs.
- ObjectFsp stringVlan Dynamic Mapping Dhcpserver Options Id 
- an identifier for the resource with format {{fosid}}.
- Scopetype string
- The scope of application of the resource. Valid values: inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit.
- 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.
- dynamicMapping StringName 
- Dynamic Mapping Name.
- dynamicMapping StringVdom 
- Dynamic Mapping Vdom.
- vlan String
- Vlan.
- adom String
- Adom. This value is valid only when the scopetypeisadom, 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.
- objectFsp StringVlan Dynamic Mapping Dhcpserver Options Id 
- an identifier for the resource with format {{fosid}}.
- scopetype String
- The scope of application of the resource. Valid values: inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit.
- 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.
- dynamicMapping stringName 
- Dynamic Mapping Name.
- dynamicMapping stringVdom 
- Dynamic Mapping Vdom.
- vlan string
- Vlan.
- adom string
- Adom. This value is valid only when the scopetypeisadom, otherwise the value of adom in the provider will be inherited.
- code number
- DHCP option code.
- fosid number
- ID.
- ips string[]
- DHCP option IPs.
- objectFsp stringVlan Dynamic Mapping Dhcpserver Options Id 
- an identifier for the resource with format {{fosid}}.
- scopetype string
- The scope of application of the resource. Valid values: inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit.
- 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_ strname 
- Dynamic Mapping Name.
- dynamic_mapping_ strvdom 
- Dynamic Mapping Vdom.
- vlan str
- Vlan.
- adom str
- Adom. This value is valid only when the scopetypeisadom, 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_ strvlan_ dynamic_ mapping_ dhcpserver_ options_ id 
- an identifier for the resource with format {{fosid}}.
- scopetype str
- The scope of application of the resource. Valid values: inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit.
- 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.
- dynamicMapping StringName 
- Dynamic Mapping Name.
- dynamicMapping StringVdom 
- Dynamic Mapping Vdom.
- vlan String
- Vlan.
- adom String
- Adom. This value is valid only when the scopetypeisadom, 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.
- objectFsp StringVlan Dynamic Mapping Dhcpserver Options Id 
- an identifier for the resource with format {{fosid}}.
- scopetype String
- The scope of application of the resource. Valid values: inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit.
- 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) -> ObjectFspVlanDynamicMappingDhcpserverOptionsfunc 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.
- Adom string
- Adom. This value is valid only when the scopetypeisadom, otherwise the value of adom in the provider will be inherited.
- Code double
- DHCP option code.
- DynamicMapping stringName 
- Dynamic Mapping Name.
- DynamicMapping stringVdom 
- Dynamic Mapping Vdom.
- Fosid double
- ID.
- Ips List<string>
- DHCP option IPs.
- ObjectFsp stringVlan Dynamic Mapping Dhcpserver Options Id 
- an identifier for the resource with format {{fosid}}.
- Scopetype string
- The scope of application of the resource. Valid values: inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit.
- 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 scopetypeisadom, otherwise the value of adom in the provider will be inherited.
- Code float64
- DHCP option code.
- DynamicMapping stringName 
- Dynamic Mapping Name.
- DynamicMapping stringVdom 
- Dynamic Mapping Vdom.
- Fosid float64
- ID.
- Ips []string
- DHCP option IPs.
- ObjectFsp stringVlan Dynamic Mapping Dhcpserver Options Id 
- an identifier for the resource with format {{fosid}}.
- Scopetype string
- The scope of application of the resource. Valid values: inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit.
- 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 scopetypeisadom, otherwise the value of adom in the provider will be inherited.
- code Double
- DHCP option code.
- dynamicMapping StringName 
- Dynamic Mapping Name.
- dynamicMapping StringVdom 
- Dynamic Mapping Vdom.
- fosid Double
- ID.
- ips List<String>
- DHCP option IPs.
- objectFsp StringVlan Dynamic Mapping Dhcpserver Options Id 
- an identifier for the resource with format {{fosid}}.
- scopetype String
- The scope of application of the resource. Valid values: inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit.
- 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 scopetypeisadom, otherwise the value of adom in the provider will be inherited.
- code number
- DHCP option code.
- dynamicMapping stringName 
- Dynamic Mapping Name.
- dynamicMapping stringVdom 
- Dynamic Mapping Vdom.
- fosid number
- ID.
- ips string[]
- DHCP option IPs.
- objectFsp stringVlan Dynamic Mapping Dhcpserver Options Id 
- an identifier for the resource with format {{fosid}}.
- scopetype string
- The scope of application of the resource. Valid values: inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit.
- 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 scopetypeisadom, otherwise the value of adom in the provider will be inherited.
- code float
- DHCP option code.
- dynamic_mapping_ strname 
- Dynamic Mapping Name.
- dynamic_mapping_ strvdom 
- Dynamic Mapping Vdom.
- fosid float
- ID.
- ips Sequence[str]
- DHCP option IPs.
- object_fsp_ strvlan_ dynamic_ mapping_ dhcpserver_ options_ id 
- an identifier for the resource with format {{fosid}}.
- scopetype str
- The scope of application of the resource. Valid values: inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit.
- 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 scopetypeisadom, otherwise the value of adom in the provider will be inherited.
- code Number
- DHCP option code.
- dynamicMapping StringName 
- Dynamic Mapping Name.
- dynamicMapping StringVdom 
- Dynamic Mapping Vdom.
- fosid Number
- ID.
- ips List<String>
- DHCP option IPs.
- objectFsp StringVlan Dynamic Mapping Dhcpserver Options Id 
- an identifier for the resource with format {{fosid}}.
- scopetype String
- The scope of application of the resource. Valid values: inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit.
- 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 fortimanagerTerraform Provider.