fortimanager.ObjectFmgDeviceBlueprint
Explore with Pulumi AI
ObjectFmg DeviceBlueprint
Create ObjectFmgDeviceBlueprint Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectFmgDeviceBlueprint(name: string, args?: ObjectFmgDeviceBlueprintArgs, opts?: CustomResourceOptions);@overload
def ObjectFmgDeviceBlueprint(resource_name: str,
                             args: Optional[ObjectFmgDeviceBlueprintArgs] = None,
                             opts: Optional[ResourceOptions] = None)
@overload
def ObjectFmgDeviceBlueprint(resource_name: str,
                             opts: Optional[ResourceOptions] = None,
                             adom: Optional[str] = None,
                             auth_templates: Optional[Sequence[str]] = None,
                             cliprofs: Optional[Sequence[str]] = None,
                             description: Optional[str] = None,
                             dev_groups: Optional[Sequence[str]] = None,
                             enforce_device_config: Optional[str] = None,
                             folder: Optional[str] = None,
                             ha_config: Optional[str] = None,
                             ha_hbdev: Optional[str] = None,
                             ha_monitors: Optional[Sequence[str]] = None,
                             ha_passwords: Optional[Sequence[str]] = None,
                             linked_to_model: Optional[str] = None,
                             name: Optional[str] = None,
                             object_fmg_device_blueprint_id: Optional[str] = None,
                             pkg: Optional[str] = None,
                             platform: Optional[str] = None,
                             port_provisioning: Optional[float] = None,
                             prefer_img_ver: Optional[str] = None,
                             prerun_cliprofs: Optional[Sequence[str]] = None,
                             prov_type: Optional[str] = None,
                             scopetype: Optional[str] = None,
                             sdwan_management: Optional[str] = None,
                             split_switch_port: Optional[str] = None,
                             template_group: Optional[str] = None,
                             templates: Optional[Sequence[str]] = None,
                             vm_log_disk: Optional[str] = None)func NewObjectFmgDeviceBlueprint(ctx *Context, name string, args *ObjectFmgDeviceBlueprintArgs, opts ...ResourceOption) (*ObjectFmgDeviceBlueprint, error)public ObjectFmgDeviceBlueprint(string name, ObjectFmgDeviceBlueprintArgs? args = null, CustomResourceOptions? opts = null)
public ObjectFmgDeviceBlueprint(String name, ObjectFmgDeviceBlueprintArgs args)
public ObjectFmgDeviceBlueprint(String name, ObjectFmgDeviceBlueprintArgs args, CustomResourceOptions options)
type: fortimanager:ObjectFmgDeviceBlueprint
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 ObjectFmgDeviceBlueprintArgs
- 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 ObjectFmgDeviceBlueprintArgs
- 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 ObjectFmgDeviceBlueprintArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectFmgDeviceBlueprintArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectFmgDeviceBlueprintArgs
- 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 objectFmgDeviceBlueprintResource = new Fortimanager.ObjectFmgDeviceBlueprint("objectFmgDeviceBlueprintResource", new()
{
    Adom = "string",
    AuthTemplates = new[]
    {
        "string",
    },
    Cliprofs = new[]
    {
        "string",
    },
    Description = "string",
    DevGroups = new[]
    {
        "string",
    },
    EnforceDeviceConfig = "string",
    Folder = "string",
    HaConfig = "string",
    HaHbdev = "string",
    HaMonitors = new[]
    {
        "string",
    },
    HaPasswords = new[]
    {
        "string",
    },
    LinkedToModel = "string",
    Name = "string",
    ObjectFmgDeviceBlueprintId = "string",
    Pkg = "string",
    Platform = "string",
    PortProvisioning = 0,
    PreferImgVer = "string",
    PrerunCliprofs = new[]
    {
        "string",
    },
    ProvType = "string",
    Scopetype = "string",
    SdwanManagement = "string",
    SplitSwitchPort = "string",
    TemplateGroup = "string",
    Templates = new[]
    {
        "string",
    },
    VmLogDisk = "string",
});
example, err := fortimanager.NewObjectFmgDeviceBlueprint(ctx, "objectFmgDeviceBlueprintResource", &fortimanager.ObjectFmgDeviceBlueprintArgs{
Adom: pulumi.String("string"),
AuthTemplates: pulumi.StringArray{
pulumi.String("string"),
},
Cliprofs: pulumi.StringArray{
pulumi.String("string"),
},
Description: pulumi.String("string"),
DevGroups: pulumi.StringArray{
pulumi.String("string"),
},
EnforceDeviceConfig: pulumi.String("string"),
Folder: pulumi.String("string"),
HaConfig: pulumi.String("string"),
HaHbdev: pulumi.String("string"),
HaMonitors: pulumi.StringArray{
pulumi.String("string"),
},
HaPasswords: pulumi.StringArray{
pulumi.String("string"),
},
LinkedToModel: pulumi.String("string"),
Name: pulumi.String("string"),
ObjectFmgDeviceBlueprintId: pulumi.String("string"),
Pkg: pulumi.String("string"),
Platform: pulumi.String("string"),
PortProvisioning: pulumi.Float64(0),
PreferImgVer: pulumi.String("string"),
PrerunCliprofs: pulumi.StringArray{
pulumi.String("string"),
},
ProvType: pulumi.String("string"),
Scopetype: pulumi.String("string"),
SdwanManagement: pulumi.String("string"),
SplitSwitchPort: pulumi.String("string"),
TemplateGroup: pulumi.String("string"),
Templates: pulumi.StringArray{
pulumi.String("string"),
},
VmLogDisk: pulumi.String("string"),
})
var objectFmgDeviceBlueprintResource = new ObjectFmgDeviceBlueprint("objectFmgDeviceBlueprintResource", ObjectFmgDeviceBlueprintArgs.builder()
    .adom("string")
    .authTemplates("string")
    .cliprofs("string")
    .description("string")
    .devGroups("string")
    .enforceDeviceConfig("string")
    .folder("string")
    .haConfig("string")
    .haHbdev("string")
    .haMonitors("string")
    .haPasswords("string")
    .linkedToModel("string")
    .name("string")
    .objectFmgDeviceBlueprintId("string")
    .pkg("string")
    .platform("string")
    .portProvisioning(0)
    .preferImgVer("string")
    .prerunCliprofs("string")
    .provType("string")
    .scopetype("string")
    .sdwanManagement("string")
    .splitSwitchPort("string")
    .templateGroup("string")
    .templates("string")
    .vmLogDisk("string")
    .build());
object_fmg_device_blueprint_resource = fortimanager.ObjectFmgDeviceBlueprint("objectFmgDeviceBlueprintResource",
    adom="string",
    auth_templates=["string"],
    cliprofs=["string"],
    description="string",
    dev_groups=["string"],
    enforce_device_config="string",
    folder="string",
    ha_config="string",
    ha_hbdev="string",
    ha_monitors=["string"],
    ha_passwords=["string"],
    linked_to_model="string",
    name="string",
    object_fmg_device_blueprint_id="string",
    pkg="string",
    platform="string",
    port_provisioning=0,
    prefer_img_ver="string",
    prerun_cliprofs=["string"],
    prov_type="string",
    scopetype="string",
    sdwan_management="string",
    split_switch_port="string",
    template_group="string",
    templates=["string"],
    vm_log_disk="string")
const objectFmgDeviceBlueprintResource = new fortimanager.ObjectFmgDeviceBlueprint("objectFmgDeviceBlueprintResource", {
    adom: "string",
    authTemplates: ["string"],
    cliprofs: ["string"],
    description: "string",
    devGroups: ["string"],
    enforceDeviceConfig: "string",
    folder: "string",
    haConfig: "string",
    haHbdev: "string",
    haMonitors: ["string"],
    haPasswords: ["string"],
    linkedToModel: "string",
    name: "string",
    objectFmgDeviceBlueprintId: "string",
    pkg: "string",
    platform: "string",
    portProvisioning: 0,
    preferImgVer: "string",
    prerunCliprofs: ["string"],
    provType: "string",
    scopetype: "string",
    sdwanManagement: "string",
    splitSwitchPort: "string",
    templateGroup: "string",
    templates: ["string"],
    vmLogDisk: "string",
});
type: fortimanager:ObjectFmgDeviceBlueprint
properties:
    adom: string
    authTemplates:
        - string
    cliprofs:
        - string
    description: string
    devGroups:
        - string
    enforceDeviceConfig: string
    folder: string
    haConfig: string
    haHbdev: string
    haMonitors:
        - string
    haPasswords:
        - string
    linkedToModel: string
    name: string
    objectFmgDeviceBlueprintId: string
    pkg: string
    platform: string
    portProvisioning: 0
    preferImgVer: string
    prerunCliprofs:
        - string
    provType: string
    scopetype: string
    sdwanManagement: string
    splitSwitchPort: string
    templateGroup: string
    templates:
        - string
    vmLogDisk: string
ObjectFmgDeviceBlueprint 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 ObjectFmgDeviceBlueprint resource accepts the following input properties:
- Adom string
- Adom. This value is valid only when the scopetypeisadom, otherwise the value of adom in the provider will be inherited.
- AuthTemplates List<string>
- Auth-Template.
- Cliprofs List<string>
- Cliprofs.
- Description string
- Description.
- DevGroups List<string>
- Dev-Group.
- EnforceDevice stringConfig 
- Enforce-Device-Config. Valid values: disable,enable.
- Folder string
- Folder.
- HaConfig string
- Ha-Config. Valid values: disable,enable.
- HaHbdev string
- Ha-Hbdev.
- HaMonitors List<string>
- Ha-Monitor.
- HaPasswords List<string>
- Ha-Password.
- LinkedTo stringModel 
- Linked-To-Model. Valid values: disable,enable.
- Name string
- Name.
- ObjectFmg stringDevice Blueprint Id 
- an identifier for the resource with format {{name}}.
- Pkg string
- Pkg.
- Platform string
- Platform.
- PortProvisioning double
- Port-Provisioning.
- PreferImg stringVer 
- Prefer-Img-Ver.
- PrerunCliprofs List<string>
- Prerun-Cliprof.
- ProvType string
- Prov-Type. Valid values: none,templates,template-group.
- 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.
- SdwanManagement string
- Sdwan-Management. Valid values: disable,enable.
- SplitSwitch stringPort 
- Split-Switch-Port. Valid values: disable,enable.
- TemplateGroup string
- Template-Group.
- Templates List<string>
- Templates.
- VmLog stringDisk 
- Vm-Log-Disk. Valid values: disable,enable.
- Adom string
- Adom. This value is valid only when the scopetypeisadom, otherwise the value of adom in the provider will be inherited.
- AuthTemplates []string
- Auth-Template.
- Cliprofs []string
- Cliprofs.
- Description string
- Description.
- DevGroups []string
- Dev-Group.
- EnforceDevice stringConfig 
- Enforce-Device-Config. Valid values: disable,enable.
- Folder string
- Folder.
- HaConfig string
- Ha-Config. Valid values: disable,enable.
- HaHbdev string
- Ha-Hbdev.
- HaMonitors []string
- Ha-Monitor.
- HaPasswords []string
- Ha-Password.
- LinkedTo stringModel 
- Linked-To-Model. Valid values: disable,enable.
- Name string
- Name.
- ObjectFmg stringDevice Blueprint Id 
- an identifier for the resource with format {{name}}.
- Pkg string
- Pkg.
- Platform string
- Platform.
- PortProvisioning float64
- Port-Provisioning.
- PreferImg stringVer 
- Prefer-Img-Ver.
- PrerunCliprofs []string
- Prerun-Cliprof.
- ProvType string
- Prov-Type. Valid values: none,templates,template-group.
- 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.
- SdwanManagement string
- Sdwan-Management. Valid values: disable,enable.
- SplitSwitch stringPort 
- Split-Switch-Port. Valid values: disable,enable.
- TemplateGroup string
- Template-Group.
- Templates []string
- Templates.
- VmLog stringDisk 
- Vm-Log-Disk. Valid values: disable,enable.
- adom String
- Adom. This value is valid only when the scopetypeisadom, otherwise the value of adom in the provider will be inherited.
- authTemplates List<String>
- Auth-Template.
- cliprofs List<String>
- Cliprofs.
- description String
- Description.
- devGroups List<String>
- Dev-Group.
- enforceDevice StringConfig 
- Enforce-Device-Config. Valid values: disable,enable.
- folder String
- Folder.
- haConfig String
- Ha-Config. Valid values: disable,enable.
- haHbdev String
- Ha-Hbdev.
- haMonitors List<String>
- Ha-Monitor.
- haPasswords List<String>
- Ha-Password.
- linkedTo StringModel 
- Linked-To-Model. Valid values: disable,enable.
- name String
- Name.
- objectFmg StringDevice Blueprint Id 
- an identifier for the resource with format {{name}}.
- pkg String
- Pkg.
- platform String
- Platform.
- portProvisioning Double
- Port-Provisioning.
- preferImg StringVer 
- Prefer-Img-Ver.
- prerunCliprofs List<String>
- Prerun-Cliprof.
- provType String
- Prov-Type. Valid values: none,templates,template-group.
- 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.
- sdwanManagement String
- Sdwan-Management. Valid values: disable,enable.
- splitSwitch StringPort 
- Split-Switch-Port. Valid values: disable,enable.
- templateGroup String
- Template-Group.
- templates List<String>
- Templates.
- vmLog StringDisk 
- Vm-Log-Disk. Valid values: disable,enable.
- adom string
- Adom. This value is valid only when the scopetypeisadom, otherwise the value of adom in the provider will be inherited.
- authTemplates string[]
- Auth-Template.
- cliprofs string[]
- Cliprofs.
- description string
- Description.
- devGroups string[]
- Dev-Group.
- enforceDevice stringConfig 
- Enforce-Device-Config. Valid values: disable,enable.
- folder string
- Folder.
- haConfig string
- Ha-Config. Valid values: disable,enable.
- haHbdev string
- Ha-Hbdev.
- haMonitors string[]
- Ha-Monitor.
- haPasswords string[]
- Ha-Password.
- linkedTo stringModel 
- Linked-To-Model. Valid values: disable,enable.
- name string
- Name.
- objectFmg stringDevice Blueprint Id 
- an identifier for the resource with format {{name}}.
- pkg string
- Pkg.
- platform string
- Platform.
- portProvisioning number
- Port-Provisioning.
- preferImg stringVer 
- Prefer-Img-Ver.
- prerunCliprofs string[]
- Prerun-Cliprof.
- provType string
- Prov-Type. Valid values: none,templates,template-group.
- 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.
- sdwanManagement string
- Sdwan-Management. Valid values: disable,enable.
- splitSwitch stringPort 
- Split-Switch-Port. Valid values: disable,enable.
- templateGroup string
- Template-Group.
- templates string[]
- Templates.
- vmLog stringDisk 
- Vm-Log-Disk. Valid values: disable,enable.
- adom str
- Adom. This value is valid only when the scopetypeisadom, otherwise the value of adom in the provider will be inherited.
- auth_templates Sequence[str]
- Auth-Template.
- cliprofs Sequence[str]
- Cliprofs.
- description str
- Description.
- dev_groups Sequence[str]
- Dev-Group.
- enforce_device_ strconfig 
- Enforce-Device-Config. Valid values: disable,enable.
- folder str
- Folder.
- ha_config str
- Ha-Config. Valid values: disable,enable.
- ha_hbdev str
- Ha-Hbdev.
- ha_monitors Sequence[str]
- Ha-Monitor.
- ha_passwords Sequence[str]
- Ha-Password.
- linked_to_ strmodel 
- Linked-To-Model. Valid values: disable,enable.
- name str
- Name.
- object_fmg_ strdevice_ blueprint_ id 
- an identifier for the resource with format {{name}}.
- pkg str
- Pkg.
- platform str
- Platform.
- port_provisioning float
- Port-Provisioning.
- prefer_img_ strver 
- Prefer-Img-Ver.
- prerun_cliprofs Sequence[str]
- Prerun-Cliprof.
- prov_type str
- Prov-Type. Valid values: none,templates,template-group.
- 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.
- sdwan_management str
- Sdwan-Management. Valid values: disable,enable.
- split_switch_ strport 
- Split-Switch-Port. Valid values: disable,enable.
- template_group str
- Template-Group.
- templates Sequence[str]
- Templates.
- vm_log_ strdisk 
- Vm-Log-Disk. Valid values: disable,enable.
- adom String
- Adom. This value is valid only when the scopetypeisadom, otherwise the value of adom in the provider will be inherited.
- authTemplates List<String>
- Auth-Template.
- cliprofs List<String>
- Cliprofs.
- description String
- Description.
- devGroups List<String>
- Dev-Group.
- enforceDevice StringConfig 
- Enforce-Device-Config. Valid values: disable,enable.
- folder String
- Folder.
- haConfig String
- Ha-Config. Valid values: disable,enable.
- haHbdev String
- Ha-Hbdev.
- haMonitors List<String>
- Ha-Monitor.
- haPasswords List<String>
- Ha-Password.
- linkedTo StringModel 
- Linked-To-Model. Valid values: disable,enable.
- name String
- Name.
- objectFmg StringDevice Blueprint Id 
- an identifier for the resource with format {{name}}.
- pkg String
- Pkg.
- platform String
- Platform.
- portProvisioning Number
- Port-Provisioning.
- preferImg StringVer 
- Prefer-Img-Ver.
- prerunCliprofs List<String>
- Prerun-Cliprof.
- provType String
- Prov-Type. Valid values: none,templates,template-group.
- 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.
- sdwanManagement String
- Sdwan-Management. Valid values: disable,enable.
- splitSwitch StringPort 
- Split-Switch-Port. Valid values: disable,enable.
- templateGroup String
- Template-Group.
- templates List<String>
- Templates.
- vmLog StringDisk 
- Vm-Log-Disk. Valid values: disable,enable.
Outputs
All input properties are implicitly available as output properties. Additionally, the ObjectFmgDeviceBlueprint 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 ObjectFmgDeviceBlueprint Resource
Get an existing ObjectFmgDeviceBlueprint 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?: ObjectFmgDeviceBlueprintState, opts?: CustomResourceOptions): ObjectFmgDeviceBlueprint@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        adom: Optional[str] = None,
        auth_templates: Optional[Sequence[str]] = None,
        cliprofs: Optional[Sequence[str]] = None,
        description: Optional[str] = None,
        dev_groups: Optional[Sequence[str]] = None,
        enforce_device_config: Optional[str] = None,
        folder: Optional[str] = None,
        ha_config: Optional[str] = None,
        ha_hbdev: Optional[str] = None,
        ha_monitors: Optional[Sequence[str]] = None,
        ha_passwords: Optional[Sequence[str]] = None,
        linked_to_model: Optional[str] = None,
        name: Optional[str] = None,
        object_fmg_device_blueprint_id: Optional[str] = None,
        pkg: Optional[str] = None,
        platform: Optional[str] = None,
        port_provisioning: Optional[float] = None,
        prefer_img_ver: Optional[str] = None,
        prerun_cliprofs: Optional[Sequence[str]] = None,
        prov_type: Optional[str] = None,
        scopetype: Optional[str] = None,
        sdwan_management: Optional[str] = None,
        split_switch_port: Optional[str] = None,
        template_group: Optional[str] = None,
        templates: Optional[Sequence[str]] = None,
        vm_log_disk: Optional[str] = None) -> ObjectFmgDeviceBlueprintfunc GetObjectFmgDeviceBlueprint(ctx *Context, name string, id IDInput, state *ObjectFmgDeviceBlueprintState, opts ...ResourceOption) (*ObjectFmgDeviceBlueprint, error)public static ObjectFmgDeviceBlueprint Get(string name, Input<string> id, ObjectFmgDeviceBlueprintState? state, CustomResourceOptions? opts = null)public static ObjectFmgDeviceBlueprint get(String name, Output<String> id, ObjectFmgDeviceBlueprintState state, CustomResourceOptions options)resources:  _:    type: fortimanager:ObjectFmgDeviceBlueprint    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.
- AuthTemplates List<string>
- Auth-Template.
- Cliprofs List<string>
- Cliprofs.
- Description string
- Description.
- DevGroups List<string>
- Dev-Group.
- EnforceDevice stringConfig 
- Enforce-Device-Config. Valid values: disable,enable.
- Folder string
- Folder.
- HaConfig string
- Ha-Config. Valid values: disable,enable.
- HaHbdev string
- Ha-Hbdev.
- HaMonitors List<string>
- Ha-Monitor.
- HaPasswords List<string>
- Ha-Password.
- LinkedTo stringModel 
- Linked-To-Model. Valid values: disable,enable.
- Name string
- Name.
- ObjectFmg stringDevice Blueprint Id 
- an identifier for the resource with format {{name}}.
- Pkg string
- Pkg.
- Platform string
- Platform.
- PortProvisioning double
- Port-Provisioning.
- PreferImg stringVer 
- Prefer-Img-Ver.
- PrerunCliprofs List<string>
- Prerun-Cliprof.
- ProvType string
- Prov-Type. Valid values: none,templates,template-group.
- 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.
- SdwanManagement string
- Sdwan-Management. Valid values: disable,enable.
- SplitSwitch stringPort 
- Split-Switch-Port. Valid values: disable,enable.
- TemplateGroup string
- Template-Group.
- Templates List<string>
- Templates.
- VmLog stringDisk 
- Vm-Log-Disk. Valid values: disable,enable.
- Adom string
- Adom. This value is valid only when the scopetypeisadom, otherwise the value of adom in the provider will be inherited.
- AuthTemplates []string
- Auth-Template.
- Cliprofs []string
- Cliprofs.
- Description string
- Description.
- DevGroups []string
- Dev-Group.
- EnforceDevice stringConfig 
- Enforce-Device-Config. Valid values: disable,enable.
- Folder string
- Folder.
- HaConfig string
- Ha-Config. Valid values: disable,enable.
- HaHbdev string
- Ha-Hbdev.
- HaMonitors []string
- Ha-Monitor.
- HaPasswords []string
- Ha-Password.
- LinkedTo stringModel 
- Linked-To-Model. Valid values: disable,enable.
- Name string
- Name.
- ObjectFmg stringDevice Blueprint Id 
- an identifier for the resource with format {{name}}.
- Pkg string
- Pkg.
- Platform string
- Platform.
- PortProvisioning float64
- Port-Provisioning.
- PreferImg stringVer 
- Prefer-Img-Ver.
- PrerunCliprofs []string
- Prerun-Cliprof.
- ProvType string
- Prov-Type. Valid values: none,templates,template-group.
- 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.
- SdwanManagement string
- Sdwan-Management. Valid values: disable,enable.
- SplitSwitch stringPort 
- Split-Switch-Port. Valid values: disable,enable.
- TemplateGroup string
- Template-Group.
- Templates []string
- Templates.
- VmLog stringDisk 
- Vm-Log-Disk. Valid values: disable,enable.
- adom String
- Adom. This value is valid only when the scopetypeisadom, otherwise the value of adom in the provider will be inherited.
- authTemplates List<String>
- Auth-Template.
- cliprofs List<String>
- Cliprofs.
- description String
- Description.
- devGroups List<String>
- Dev-Group.
- enforceDevice StringConfig 
- Enforce-Device-Config. Valid values: disable,enable.
- folder String
- Folder.
- haConfig String
- Ha-Config. Valid values: disable,enable.
- haHbdev String
- Ha-Hbdev.
- haMonitors List<String>
- Ha-Monitor.
- haPasswords List<String>
- Ha-Password.
- linkedTo StringModel 
- Linked-To-Model. Valid values: disable,enable.
- name String
- Name.
- objectFmg StringDevice Blueprint Id 
- an identifier for the resource with format {{name}}.
- pkg String
- Pkg.
- platform String
- Platform.
- portProvisioning Double
- Port-Provisioning.
- preferImg StringVer 
- Prefer-Img-Ver.
- prerunCliprofs List<String>
- Prerun-Cliprof.
- provType String
- Prov-Type. Valid values: none,templates,template-group.
- 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.
- sdwanManagement String
- Sdwan-Management. Valid values: disable,enable.
- splitSwitch StringPort 
- Split-Switch-Port. Valid values: disable,enable.
- templateGroup String
- Template-Group.
- templates List<String>
- Templates.
- vmLog StringDisk 
- Vm-Log-Disk. Valid values: disable,enable.
- adom string
- Adom. This value is valid only when the scopetypeisadom, otherwise the value of adom in the provider will be inherited.
- authTemplates string[]
- Auth-Template.
- cliprofs string[]
- Cliprofs.
- description string
- Description.
- devGroups string[]
- Dev-Group.
- enforceDevice stringConfig 
- Enforce-Device-Config. Valid values: disable,enable.
- folder string
- Folder.
- haConfig string
- Ha-Config. Valid values: disable,enable.
- haHbdev string
- Ha-Hbdev.
- haMonitors string[]
- Ha-Monitor.
- haPasswords string[]
- Ha-Password.
- linkedTo stringModel 
- Linked-To-Model. Valid values: disable,enable.
- name string
- Name.
- objectFmg stringDevice Blueprint Id 
- an identifier for the resource with format {{name}}.
- pkg string
- Pkg.
- platform string
- Platform.
- portProvisioning number
- Port-Provisioning.
- preferImg stringVer 
- Prefer-Img-Ver.
- prerunCliprofs string[]
- Prerun-Cliprof.
- provType string
- Prov-Type. Valid values: none,templates,template-group.
- 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.
- sdwanManagement string
- Sdwan-Management. Valid values: disable,enable.
- splitSwitch stringPort 
- Split-Switch-Port. Valid values: disable,enable.
- templateGroup string
- Template-Group.
- templates string[]
- Templates.
- vmLog stringDisk 
- Vm-Log-Disk. Valid values: disable,enable.
- adom str
- Adom. This value is valid only when the scopetypeisadom, otherwise the value of adom in the provider will be inherited.
- auth_templates Sequence[str]
- Auth-Template.
- cliprofs Sequence[str]
- Cliprofs.
- description str
- Description.
- dev_groups Sequence[str]
- Dev-Group.
- enforce_device_ strconfig 
- Enforce-Device-Config. Valid values: disable,enable.
- folder str
- Folder.
- ha_config str
- Ha-Config. Valid values: disable,enable.
- ha_hbdev str
- Ha-Hbdev.
- ha_monitors Sequence[str]
- Ha-Monitor.
- ha_passwords Sequence[str]
- Ha-Password.
- linked_to_ strmodel 
- Linked-To-Model. Valid values: disable,enable.
- name str
- Name.
- object_fmg_ strdevice_ blueprint_ id 
- an identifier for the resource with format {{name}}.
- pkg str
- Pkg.
- platform str
- Platform.
- port_provisioning float
- Port-Provisioning.
- prefer_img_ strver 
- Prefer-Img-Ver.
- prerun_cliprofs Sequence[str]
- Prerun-Cliprof.
- prov_type str
- Prov-Type. Valid values: none,templates,template-group.
- 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.
- sdwan_management str
- Sdwan-Management. Valid values: disable,enable.
- split_switch_ strport 
- Split-Switch-Port. Valid values: disable,enable.
- template_group str
- Template-Group.
- templates Sequence[str]
- Templates.
- vm_log_ strdisk 
- Vm-Log-Disk. Valid values: disable,enable.
- adom String
- Adom. This value is valid only when the scopetypeisadom, otherwise the value of adom in the provider will be inherited.
- authTemplates List<String>
- Auth-Template.
- cliprofs List<String>
- Cliprofs.
- description String
- Description.
- devGroups List<String>
- Dev-Group.
- enforceDevice StringConfig 
- Enforce-Device-Config. Valid values: disable,enable.
- folder String
- Folder.
- haConfig String
- Ha-Config. Valid values: disable,enable.
- haHbdev String
- Ha-Hbdev.
- haMonitors List<String>
- Ha-Monitor.
- haPasswords List<String>
- Ha-Password.
- linkedTo StringModel 
- Linked-To-Model. Valid values: disable,enable.
- name String
- Name.
- objectFmg StringDevice Blueprint Id 
- an identifier for the resource with format {{name}}.
- pkg String
- Pkg.
- platform String
- Platform.
- portProvisioning Number
- Port-Provisioning.
- preferImg StringVer 
- Prefer-Img-Ver.
- prerunCliprofs List<String>
- Prerun-Cliprof.
- provType String
- Prov-Type. Valid values: none,templates,template-group.
- 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.
- sdwanManagement String
- Sdwan-Management. Valid values: disable,enable.
- splitSwitch StringPort 
- Split-Switch-Port. Valid values: disable,enable.
- templateGroup String
- Template-Group.
- templates List<String>
- Templates.
- vmLog StringDisk 
- Vm-Log-Disk. Valid values: disable,enable.
Import
ObjectFmg DeviceBlueprint can be imported using any of these accepted formats:
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectFmgDeviceBlueprint:ObjectFmgDeviceBlueprint labelname {{name}}
$ 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.