fortimanager.DvmCmdAddDevice
Explore with Pulumi AI
Import
Dvm CmdAddDevice can be imported using any of these accepted formats:
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/dvmCmdAddDevice:DvmCmdAddDevice labelname DvmCmdAddDevice
$ unset “FORTIMANAGER_IMPORT_TABLE”
Create DvmCmdAddDevice Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new DvmCmdAddDevice(name: string, args?: DvmCmdAddDeviceArgs, opts?: CustomResourceOptions);
@overload
def DvmCmdAddDevice(resource_name: str,
args: Optional[DvmCmdAddDeviceArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def DvmCmdAddDevice(resource_name: str,
opts: Optional[ResourceOptions] = None,
device: Optional[DvmCmdAddDeviceDeviceArgs] = None,
dvm_cmd_add_device_id: Optional[str] = None,
dynamic_sort_subtable: Optional[str] = None,
flags: Optional[Sequence[str]] = None,
fmgadom: Optional[str] = None,
force_recreate: Optional[str] = None,
groups: Optional[Sequence[DvmCmdAddDeviceGroupArgs]] = None)
func NewDvmCmdAddDevice(ctx *Context, name string, args *DvmCmdAddDeviceArgs, opts ...ResourceOption) (*DvmCmdAddDevice, error)
public DvmCmdAddDevice(string name, DvmCmdAddDeviceArgs? args = null, CustomResourceOptions? opts = null)
public DvmCmdAddDevice(String name, DvmCmdAddDeviceArgs args)
public DvmCmdAddDevice(String name, DvmCmdAddDeviceArgs args, CustomResourceOptions options)
type: fortimanager:DvmCmdAddDevice
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 DvmCmdAddDeviceArgs
- 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 DvmCmdAddDeviceArgs
- 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 DvmCmdAddDeviceArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DvmCmdAddDeviceArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args DvmCmdAddDeviceArgs
- 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 dvmCmdAddDeviceResource = new Fortimanager.DvmCmdAddDevice("dvmCmdAddDeviceResource", new()
{
Device = new Fortimanager.Inputs.DvmCmdAddDeviceDeviceArgs
{
AdmPass = "string",
AdmUsr = "string",
Authorizationtemplate = "string",
Desc = "string",
Deviceaction = "string",
Deviceblueprint = "string",
Fazquota = 0,
Ip = "string",
Metafields = "string",
MetafieldsMap =
{
{ "string", "string" },
},
MgmtMode = "string",
Mr = 0,
Name = "string",
OsType = "string",
OsVer = "string",
Patch = 0,
PlatformStr = "string",
Sn = "string",
},
DvmCmdAddDeviceId = "string",
DynamicSortSubtable = "string",
Flags = new[]
{
"string",
},
Fmgadom = "string",
ForceRecreate = "string",
Groups = new[]
{
new Fortimanager.Inputs.DvmCmdAddDeviceGroupArgs
{
Name = "string",
Vdom = "string",
},
},
});
example, err := fortimanager.NewDvmCmdAddDevice(ctx, "dvmCmdAddDeviceResource", &fortimanager.DvmCmdAddDeviceArgs{
Device: &.DvmCmdAddDeviceDeviceArgs{
AdmPass: pulumi.String("string"),
AdmUsr: pulumi.String("string"),
Authorizationtemplate: pulumi.String("string"),
Desc: pulumi.String("string"),
Deviceaction: pulumi.String("string"),
Deviceblueprint: pulumi.String("string"),
Fazquota: pulumi.Float64(0),
Ip: pulumi.String("string"),
Metafields: pulumi.String("string"),
MetafieldsMap: pulumi.StringMap{
"string": pulumi.String("string"),
},
MgmtMode: pulumi.String("string"),
Mr: pulumi.Float64(0),
Name: pulumi.String("string"),
OsType: pulumi.String("string"),
OsVer: pulumi.String("string"),
Patch: pulumi.Float64(0),
PlatformStr: pulumi.String("string"),
Sn: pulumi.String("string"),
},
DvmCmdAddDeviceId: pulumi.String("string"),
DynamicSortSubtable: pulumi.String("string"),
Flags: pulumi.StringArray{
pulumi.String("string"),
},
Fmgadom: pulumi.String("string"),
ForceRecreate: pulumi.String("string"),
Groups: .DvmCmdAddDeviceGroupArray{
&.DvmCmdAddDeviceGroupArgs{
Name: pulumi.String("string"),
Vdom: pulumi.String("string"),
},
},
})
var dvmCmdAddDeviceResource = new DvmCmdAddDevice("dvmCmdAddDeviceResource", DvmCmdAddDeviceArgs.builder()
.device(DvmCmdAddDeviceDeviceArgs.builder()
.admPass("string")
.admUsr("string")
.authorizationtemplate("string")
.desc("string")
.deviceaction("string")
.deviceblueprint("string")
.fazquota(0)
.ip("string")
.metafields("string")
.metafieldsMap(Map.of("string", "string"))
.mgmtMode("string")
.mr(0)
.name("string")
.osType("string")
.osVer("string")
.patch(0)
.platformStr("string")
.sn("string")
.build())
.dvmCmdAddDeviceId("string")
.dynamicSortSubtable("string")
.flags("string")
.fmgadom("string")
.forceRecreate("string")
.groups(DvmCmdAddDeviceGroupArgs.builder()
.name("string")
.vdom("string")
.build())
.build());
dvm_cmd_add_device_resource = fortimanager.DvmCmdAddDevice("dvmCmdAddDeviceResource",
device={
"adm_pass": "string",
"adm_usr": "string",
"authorizationtemplate": "string",
"desc": "string",
"deviceaction": "string",
"deviceblueprint": "string",
"fazquota": 0,
"ip": "string",
"metafields": "string",
"metafields_map": {
"string": "string",
},
"mgmt_mode": "string",
"mr": 0,
"name": "string",
"os_type": "string",
"os_ver": "string",
"patch": 0,
"platform_str": "string",
"sn": "string",
},
dvm_cmd_add_device_id="string",
dynamic_sort_subtable="string",
flags=["string"],
fmgadom="string",
force_recreate="string",
groups=[{
"name": "string",
"vdom": "string",
}])
const dvmCmdAddDeviceResource = new fortimanager.DvmCmdAddDevice("dvmCmdAddDeviceResource", {
device: {
admPass: "string",
admUsr: "string",
authorizationtemplate: "string",
desc: "string",
deviceaction: "string",
deviceblueprint: "string",
fazquota: 0,
ip: "string",
metafields: "string",
metafieldsMap: {
string: "string",
},
mgmtMode: "string",
mr: 0,
name: "string",
osType: "string",
osVer: "string",
patch: 0,
platformStr: "string",
sn: "string",
},
dvmCmdAddDeviceId: "string",
dynamicSortSubtable: "string",
flags: ["string"],
fmgadom: "string",
forceRecreate: "string",
groups: [{
name: "string",
vdom: "string",
}],
});
type: fortimanager:DvmCmdAddDevice
properties:
device:
admPass: string
admUsr: string
authorizationtemplate: string
desc: string
deviceaction: string
deviceblueprint: string
fazquota: 0
ip: string
metafields: string
metafieldsMap:
string: string
mgmtMode: string
mr: 0
name: string
osType: string
osVer: string
patch: 0
platformStr: string
sn: string
dvmCmdAddDeviceId: string
dynamicSortSubtable: string
flags:
- string
fmgadom: string
forceRecreate: string
groups:
- name: string
vdom: string
DvmCmdAddDevice 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 DvmCmdAddDevice resource accepts the following input properties:
- Device
Dvm
Cmd Add Device Device - Device. The structure of
device
block is documented below. - Dvm
Cmd stringAdd Device Id - an identifier for the resource.
- Dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- Flags List<string>
- create_task - Create a new task in task manager database. nonblocking - The API will return immediately in for non-blocking call. This flag will be set automatically when the adding, importing, updating, and deleting a list of devices. Valid values:
none
,create_task
,nonblocking
,log_dev
. - Fmgadom string
- Name or ID of the ADOM where the command is to be executed on.
- Force
Recreate string - The argument is optional, if it is set, when the value changes, the resource will be re-created.
- Groups
List<Dvm
Cmd Add Device Group> - Groups. The structure of
groups
block is documented below.
- Device
Dvm
Cmd Add Device Device Args - Device. The structure of
device
block is documented below. - Dvm
Cmd stringAdd Device Id - an identifier for the resource.
- Dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- Flags []string
- create_task - Create a new task in task manager database. nonblocking - The API will return immediately in for non-blocking call. This flag will be set automatically when the adding, importing, updating, and deleting a list of devices. Valid values:
none
,create_task
,nonblocking
,log_dev
. - Fmgadom string
- Name or ID of the ADOM where the command is to be executed on.
- Force
Recreate string - The argument is optional, if it is set, when the value changes, the resource will be re-created.
- Groups
[]Dvm
Cmd Add Device Group Args - Groups. The structure of
groups
block is documented below.
- device
Dvm
Cmd Add Device Device - Device. The structure of
device
block is documented below. - dvm
Cmd StringAdd Device Id - an identifier for the resource.
- dynamic
Sort StringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- flags List<String>
- create_task - Create a new task in task manager database. nonblocking - The API will return immediately in for non-blocking call. This flag will be set automatically when the adding, importing, updating, and deleting a list of devices. Valid values:
none
,create_task
,nonblocking
,log_dev
. - fmgadom String
- Name or ID of the ADOM where the command is to be executed on.
- force
Recreate String - The argument is optional, if it is set, when the value changes, the resource will be re-created.
- groups
List<Dvm
Cmd Add Device Group> - Groups. The structure of
groups
block is documented below.
- device
Dvm
Cmd Add Device Device - Device. The structure of
device
block is documented below. - dvm
Cmd stringAdd Device Id - an identifier for the resource.
- dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- flags string[]
- create_task - Create a new task in task manager database. nonblocking - The API will return immediately in for non-blocking call. This flag will be set automatically when the adding, importing, updating, and deleting a list of devices. Valid values:
none
,create_task
,nonblocking
,log_dev
. - fmgadom string
- Name or ID of the ADOM where the command is to be executed on.
- force
Recreate string - The argument is optional, if it is set, when the value changes, the resource will be re-created.
- groups
Dvm
Cmd Add Device Group[] - Groups. The structure of
groups
block is documented below.
- device
Dvm
Cmd Add Device Device Args - Device. The structure of
device
block is documented below. - dvm_
cmd_ stradd_ device_ id - an identifier for the resource.
- dynamic_
sort_ strsubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- flags Sequence[str]
- create_task - Create a new task in task manager database. nonblocking - The API will return immediately in for non-blocking call. This flag will be set automatically when the adding, importing, updating, and deleting a list of devices. Valid values:
none
,create_task
,nonblocking
,log_dev
. - fmgadom str
- Name or ID of the ADOM where the command is to be executed on.
- force_
recreate str - The argument is optional, if it is set, when the value changes, the resource will be re-created.
- groups
Sequence[Dvm
Cmd Add Device Group Args] - Groups. The structure of
groups
block is documented below.
- device Property Map
- Device. The structure of
device
block is documented below. - dvm
Cmd StringAdd Device Id - an identifier for the resource.
- dynamic
Sort StringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- flags List<String>
- create_task - Create a new task in task manager database. nonblocking - The API will return immediately in for non-blocking call. This flag will be set automatically when the adding, importing, updating, and deleting a list of devices. Valid values:
none
,create_task
,nonblocking
,log_dev
. - fmgadom String
- Name or ID of the ADOM where the command is to be executed on.
- force
Recreate String - The argument is optional, if it is set, when the value changes, the resource will be re-created.
- groups List<Property Map>
- Groups. The structure of
groups
block is documented below.
Outputs
All input properties are implicitly available as output properties. Additionally, the DvmCmdAddDevice 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 DvmCmdAddDevice Resource
Get an existing DvmCmdAddDevice 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?: DvmCmdAddDeviceState, opts?: CustomResourceOptions): DvmCmdAddDevice
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
device: Optional[DvmCmdAddDeviceDeviceArgs] = None,
dvm_cmd_add_device_id: Optional[str] = None,
dynamic_sort_subtable: Optional[str] = None,
flags: Optional[Sequence[str]] = None,
fmgadom: Optional[str] = None,
force_recreate: Optional[str] = None,
groups: Optional[Sequence[DvmCmdAddDeviceGroupArgs]] = None) -> DvmCmdAddDevice
func GetDvmCmdAddDevice(ctx *Context, name string, id IDInput, state *DvmCmdAddDeviceState, opts ...ResourceOption) (*DvmCmdAddDevice, error)
public static DvmCmdAddDevice Get(string name, Input<string> id, DvmCmdAddDeviceState? state, CustomResourceOptions? opts = null)
public static DvmCmdAddDevice get(String name, Output<String> id, DvmCmdAddDeviceState state, CustomResourceOptions options)
resources: _: type: fortimanager:DvmCmdAddDevice 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.
- Device
Dvm
Cmd Add Device Device - Device. The structure of
device
block is documented below. - Dvm
Cmd stringAdd Device Id - an identifier for the resource.
- Dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- Flags List<string>
- create_task - Create a new task in task manager database. nonblocking - The API will return immediately in for non-blocking call. This flag will be set automatically when the adding, importing, updating, and deleting a list of devices. Valid values:
none
,create_task
,nonblocking
,log_dev
. - Fmgadom string
- Name or ID of the ADOM where the command is to be executed on.
- Force
Recreate string - The argument is optional, if it is set, when the value changes, the resource will be re-created.
- Groups
List<Dvm
Cmd Add Device Group> - Groups. The structure of
groups
block is documented below.
- Device
Dvm
Cmd Add Device Device Args - Device. The structure of
device
block is documented below. - Dvm
Cmd stringAdd Device Id - an identifier for the resource.
- Dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- Flags []string
- create_task - Create a new task in task manager database. nonblocking - The API will return immediately in for non-blocking call. This flag will be set automatically when the adding, importing, updating, and deleting a list of devices. Valid values:
none
,create_task
,nonblocking
,log_dev
. - Fmgadom string
- Name or ID of the ADOM where the command is to be executed on.
- Force
Recreate string - The argument is optional, if it is set, when the value changes, the resource will be re-created.
- Groups
[]Dvm
Cmd Add Device Group Args - Groups. The structure of
groups
block is documented below.
- device
Dvm
Cmd Add Device Device - Device. The structure of
device
block is documented below. - dvm
Cmd StringAdd Device Id - an identifier for the resource.
- dynamic
Sort StringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- flags List<String>
- create_task - Create a new task in task manager database. nonblocking - The API will return immediately in for non-blocking call. This flag will be set automatically when the adding, importing, updating, and deleting a list of devices. Valid values:
none
,create_task
,nonblocking
,log_dev
. - fmgadom String
- Name or ID of the ADOM where the command is to be executed on.
- force
Recreate String - The argument is optional, if it is set, when the value changes, the resource will be re-created.
- groups
List<Dvm
Cmd Add Device Group> - Groups. The structure of
groups
block is documented below.
- device
Dvm
Cmd Add Device Device - Device. The structure of
device
block is documented below. - dvm
Cmd stringAdd Device Id - an identifier for the resource.
- dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- flags string[]
- create_task - Create a new task in task manager database. nonblocking - The API will return immediately in for non-blocking call. This flag will be set automatically when the adding, importing, updating, and deleting a list of devices. Valid values:
none
,create_task
,nonblocking
,log_dev
. - fmgadom string
- Name or ID of the ADOM where the command is to be executed on.
- force
Recreate string - The argument is optional, if it is set, when the value changes, the resource will be re-created.
- groups
Dvm
Cmd Add Device Group[] - Groups. The structure of
groups
block is documented below.
- device
Dvm
Cmd Add Device Device Args - Device. The structure of
device
block is documented below. - dvm_
cmd_ stradd_ device_ id - an identifier for the resource.
- dynamic_
sort_ strsubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- flags Sequence[str]
- create_task - Create a new task in task manager database. nonblocking - The API will return immediately in for non-blocking call. This flag will be set automatically when the adding, importing, updating, and deleting a list of devices. Valid values:
none
,create_task
,nonblocking
,log_dev
. - fmgadom str
- Name or ID of the ADOM where the command is to be executed on.
- force_
recreate str - The argument is optional, if it is set, when the value changes, the resource will be re-created.
- groups
Sequence[Dvm
Cmd Add Device Group Args] - Groups. The structure of
groups
block is documented below.
- device Property Map
- Device. The structure of
device
block is documented below. - dvm
Cmd StringAdd Device Id - an identifier for the resource.
- dynamic
Sort StringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- flags List<String>
- create_task - Create a new task in task manager database. nonblocking - The API will return immediately in for non-blocking call. This flag will be set automatically when the adding, importing, updating, and deleting a list of devices. Valid values:
none
,create_task
,nonblocking
,log_dev
. - fmgadom String
- Name or ID of the ADOM where the command is to be executed on.
- force
Recreate String - The argument is optional, if it is set, when the value changes, the resource will be re-created.
- groups List<Property Map>
- Groups. The structure of
groups
block is documented below.
Supporting Types
DvmCmdAddDeviceDevice, DvmCmdAddDeviceDeviceArgs
- Adm
Pass string - add real and promote device. Device admin password.
- Adm
Usr string - add real and promote device. Device admin username.
- string
- add model device only. Fabric Authorization Template to auto genreate for the new model device upon creation.
- Desc string
- available for all operations.
- Deviceaction string
- Specify add device operations, or leave blank to add real device:"add_model" - add a model device."promote_unreg" - promote an unregistered device to be managed by FortiManager using information from database.
- Deviceblueprint string
- add model device only. Device blueprint to apply to the new model device.
- Fazquota double
- available for all operations.
- Ip string
- add real device only. Add device will probe with this IP using the log in credential specified.
- Metafields string
- add real and model device. The type of
metafields
has changed to map since FortiManager v6.4.7. We keepmetafields
as string to keep forward compatible. Please usemetafields_map
for FortiManager version above 6.4.7(included).. - Metafields
Map Dictionary<string, string> - add real and model device. This argument is only available for FortiManager v6.4.7 and above..
- Mgmt
Mode string - add real and model device. Valid values:
unreg
,fmg
,faz
,fmgfaz
. - Mr double
- add model device only.
- Name string
- required for all operations. Unique name for the device.
- Os
Type string - add model device only. Valid values:
unknown
,fos
,fsw
,foc
,fml
,faz
,fwb
,fch
,fct
,log
,fmg
,fsa
,fdd
,fac
,fpx
,fna
. - Os
Ver string - add model device only. Valid values:
unknown
,0.0
,1.0
,2.0
,3.0
,4.0
,5.0
,6.0
,7.0
,8.0
. - Patch double
- add model device only.
- Platform
Str string - add model device only. Required for determine the platform for VM platforms.
- Sn string
- add model device only. This attribute will be used to determine the device platform, except for VM platforms, where platform_str is also required.
- Adm
Pass string - add real and promote device. Device admin password.
- Adm
Usr string - add real and promote device. Device admin username.
- string
- add model device only. Fabric Authorization Template to auto genreate for the new model device upon creation.
- Desc string
- available for all operations.
- Deviceaction string
- Specify add device operations, or leave blank to add real device:"add_model" - add a model device."promote_unreg" - promote an unregistered device to be managed by FortiManager using information from database.
- Deviceblueprint string
- add model device only. Device blueprint to apply to the new model device.
- Fazquota float64
- available for all operations.
- Ip string
- add real device only. Add device will probe with this IP using the log in credential specified.
- Metafields string
- add real and model device. The type of
metafields
has changed to map since FortiManager v6.4.7. We keepmetafields
as string to keep forward compatible. Please usemetafields_map
for FortiManager version above 6.4.7(included).. - Metafields
Map map[string]string - add real and model device. This argument is only available for FortiManager v6.4.7 and above..
- Mgmt
Mode string - add real and model device. Valid values:
unreg
,fmg
,faz
,fmgfaz
. - Mr float64
- add model device only.
- Name string
- required for all operations. Unique name for the device.
- Os
Type string - add model device only. Valid values:
unknown
,fos
,fsw
,foc
,fml
,faz
,fwb
,fch
,fct
,log
,fmg
,fsa
,fdd
,fac
,fpx
,fna
. - Os
Ver string - add model device only. Valid values:
unknown
,0.0
,1.0
,2.0
,3.0
,4.0
,5.0
,6.0
,7.0
,8.0
. - Patch float64
- add model device only.
- Platform
Str string - add model device only. Required for determine the platform for VM platforms.
- Sn string
- add model device only. This attribute will be used to determine the device platform, except for VM platforms, where platform_str is also required.
- adm
Pass String - add real and promote device. Device admin password.
- adm
Usr String - add real and promote device. Device admin username.
- String
- add model device only. Fabric Authorization Template to auto genreate for the new model device upon creation.
- desc String
- available for all operations.
- deviceaction String
- Specify add device operations, or leave blank to add real device:"add_model" - add a model device."promote_unreg" - promote an unregistered device to be managed by FortiManager using information from database.
- deviceblueprint String
- add model device only. Device blueprint to apply to the new model device.
- fazquota Double
- available for all operations.
- ip String
- add real device only. Add device will probe with this IP using the log in credential specified.
- metafields String
- add real and model device. The type of
metafields
has changed to map since FortiManager v6.4.7. We keepmetafields
as string to keep forward compatible. Please usemetafields_map
for FortiManager version above 6.4.7(included).. - metafields
Map Map<String,String> - add real and model device. This argument is only available for FortiManager v6.4.7 and above..
- mgmt
Mode String - add real and model device. Valid values:
unreg
,fmg
,faz
,fmgfaz
. - mr Double
- add model device only.
- name String
- required for all operations. Unique name for the device.
- os
Type String - add model device only. Valid values:
unknown
,fos
,fsw
,foc
,fml
,faz
,fwb
,fch
,fct
,log
,fmg
,fsa
,fdd
,fac
,fpx
,fna
. - os
Ver String - add model device only. Valid values:
unknown
,0.0
,1.0
,2.0
,3.0
,4.0
,5.0
,6.0
,7.0
,8.0
. - patch Double
- add model device only.
- platform
Str String - add model device only. Required for determine the platform for VM platforms.
- sn String
- add model device only. This attribute will be used to determine the device platform, except for VM platforms, where platform_str is also required.
- adm
Pass string - add real and promote device. Device admin password.
- adm
Usr string - add real and promote device. Device admin username.
- string
- add model device only. Fabric Authorization Template to auto genreate for the new model device upon creation.
- desc string
- available for all operations.
- deviceaction string
- Specify add device operations, or leave blank to add real device:"add_model" - add a model device."promote_unreg" - promote an unregistered device to be managed by FortiManager using information from database.
- deviceblueprint string
- add model device only. Device blueprint to apply to the new model device.
- fazquota number
- available for all operations.
- ip string
- add real device only. Add device will probe with this IP using the log in credential specified.
- metafields string
- add real and model device. The type of
metafields
has changed to map since FortiManager v6.4.7. We keepmetafields
as string to keep forward compatible. Please usemetafields_map
for FortiManager version above 6.4.7(included).. - metafields
Map {[key: string]: string} - add real and model device. This argument is only available for FortiManager v6.4.7 and above..
- mgmt
Mode string - add real and model device. Valid values:
unreg
,fmg
,faz
,fmgfaz
. - mr number
- add model device only.
- name string
- required for all operations. Unique name for the device.
- os
Type string - add model device only. Valid values:
unknown
,fos
,fsw
,foc
,fml
,faz
,fwb
,fch
,fct
,log
,fmg
,fsa
,fdd
,fac
,fpx
,fna
. - os
Ver string - add model device only. Valid values:
unknown
,0.0
,1.0
,2.0
,3.0
,4.0
,5.0
,6.0
,7.0
,8.0
. - patch number
- add model device only.
- platform
Str string - add model device only. Required for determine the platform for VM platforms.
- sn string
- add model device only. This attribute will be used to determine the device platform, except for VM platforms, where platform_str is also required.
- adm_
pass str - add real and promote device. Device admin password.
- adm_
usr str - add real and promote device. Device admin username.
- str
- add model device only. Fabric Authorization Template to auto genreate for the new model device upon creation.
- desc str
- available for all operations.
- deviceaction str
- Specify add device operations, or leave blank to add real device:"add_model" - add a model device."promote_unreg" - promote an unregistered device to be managed by FortiManager using information from database.
- deviceblueprint str
- add model device only. Device blueprint to apply to the new model device.
- fazquota float
- available for all operations.
- ip str
- add real device only. Add device will probe with this IP using the log in credential specified.
- metafields str
- add real and model device. The type of
metafields
has changed to map since FortiManager v6.4.7. We keepmetafields
as string to keep forward compatible. Please usemetafields_map
for FortiManager version above 6.4.7(included).. - metafields_
map Mapping[str, str] - add real and model device. This argument is only available for FortiManager v6.4.7 and above..
- mgmt_
mode str - add real and model device. Valid values:
unreg
,fmg
,faz
,fmgfaz
. - mr float
- add model device only.
- name str
- required for all operations. Unique name for the device.
- os_
type str - add model device only. Valid values:
unknown
,fos
,fsw
,foc
,fml
,faz
,fwb
,fch
,fct
,log
,fmg
,fsa
,fdd
,fac
,fpx
,fna
. - os_
ver str - add model device only. Valid values:
unknown
,0.0
,1.0
,2.0
,3.0
,4.0
,5.0
,6.0
,7.0
,8.0
. - patch float
- add model device only.
- platform_
str str - add model device only. Required for determine the platform for VM platforms.
- sn str
- add model device only. This attribute will be used to determine the device platform, except for VM platforms, where platform_str is also required.
- adm
Pass String - add real and promote device. Device admin password.
- adm
Usr String - add real and promote device. Device admin username.
- String
- add model device only. Fabric Authorization Template to auto genreate for the new model device upon creation.
- desc String
- available for all operations.
- deviceaction String
- Specify add device operations, or leave blank to add real device:"add_model" - add a model device."promote_unreg" - promote an unregistered device to be managed by FortiManager using information from database.
- deviceblueprint String
- add model device only. Device blueprint to apply to the new model device.
- fazquota Number
- available for all operations.
- ip String
- add real device only. Add device will probe with this IP using the log in credential specified.
- metafields String
- add real and model device. The type of
metafields
has changed to map since FortiManager v6.4.7. We keepmetafields
as string to keep forward compatible. Please usemetafields_map
for FortiManager version above 6.4.7(included).. - metafields
Map Map<String> - add real and model device. This argument is only available for FortiManager v6.4.7 and above..
- mgmt
Mode String - add real and model device. Valid values:
unreg
,fmg
,faz
,fmgfaz
. - mr Number
- add model device only.
- name String
- required for all operations. Unique name for the device.
- os
Type String - add model device only. Valid values:
unknown
,fos
,fsw
,foc
,fml
,faz
,fwb
,fch
,fct
,log
,fmg
,fsa
,fdd
,fac
,fpx
,fna
. - os
Ver String - add model device only. Valid values:
unknown
,0.0
,1.0
,2.0
,3.0
,4.0
,5.0
,6.0
,7.0
,8.0
. - patch Number
- add model device only.
- platform
Str String - add model device only. Required for determine the platform for VM platforms.
- sn String
- add model device only. This attribute will be used to determine the device platform, except for VM platforms, where platform_str is also required.
DvmCmdAddDeviceGroup, DvmCmdAddDeviceGroupArgs
Package Details
- Repository
- fortimanager fortinetdev/terraform-provider-fortimanager
- License
- Notes
- This Pulumi package is based on the
fortimanager
Terraform Provider.