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

fortimanager.DvmdbGroup

Explore with Pulumi AI

fortimanager logo
fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev

    Device group table.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as fortimanager from "@pulumi/fortimanager";
    
    const trname = new fortimanager.DvmdbGroup("trname", {
        desc: "terraform-tefv",
        osType: "fos",
        type: "normal",
    });
    
    import pulumi
    import pulumi_fortimanager as fortimanager
    
    trname = fortimanager.DvmdbGroup("trname",
        desc="terraform-tefv",
        os_type="fos",
        type="normal")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-terraform-provider/sdks/go/fortimanager/fortimanager"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := fortimanager.NewDvmdbGroup(ctx, "trname", &fortimanager.DvmdbGroupArgs{
    			Desc:   pulumi.String("terraform-tefv"),
    			OsType: pulumi.String("fos"),
    			Type:   pulumi.String("normal"),
    		})
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Fortimanager = Pulumi.Fortimanager;
    
    return await Deployment.RunAsync(() => 
    {
        var trname = new Fortimanager.DvmdbGroup("trname", new()
        {
            Desc = "terraform-tefv",
            OsType = "fos",
            Type = "normal",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.fortimanager.DvmdbGroup;
    import com.pulumi.fortimanager.DvmdbGroupArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            var trname = new DvmdbGroup("trname", DvmdbGroupArgs.builder()
                .desc("terraform-tefv")
                .osType("fos")
                .type("normal")
                .build());
    
        }
    }
    
    resources:
      trname:
        type: fortimanager:DvmdbGroup
        properties:
          desc: terraform-tefv
          osType: fos
          type: normal
    

    Create DvmdbGroup Resource

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

    Constructor syntax

    new DvmdbGroup(name: string, args?: DvmdbGroupArgs, opts?: CustomResourceOptions);
    @overload
    def DvmdbGroup(resource_name: str,
                   args: Optional[DvmdbGroupArgs] = None,
                   opts: Optional[ResourceOptions] = None)
    
    @overload
    def DvmdbGroup(resource_name: str,
                   opts: Optional[ResourceOptions] = None,
                   adom: Optional[str] = None,
                   cluster_type: Optional[str] = None,
                   desc: Optional[str] = None,
                   dvmdb_group_id: Optional[str] = None,
                   fosid: Optional[str] = None,
                   metafields: Optional[str] = None,
                   name: Optional[str] = None,
                   os_type: Optional[str] = None,
                   scopetype: Optional[str] = None,
                   type: Optional[str] = None)
    func NewDvmdbGroup(ctx *Context, name string, args *DvmdbGroupArgs, opts ...ResourceOption) (*DvmdbGroup, error)
    public DvmdbGroup(string name, DvmdbGroupArgs? args = null, CustomResourceOptions? opts = null)
    public DvmdbGroup(String name, DvmdbGroupArgs args)
    public DvmdbGroup(String name, DvmdbGroupArgs args, CustomResourceOptions options)
    
    type: fortimanager:DvmdbGroup
    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 DvmdbGroupArgs
    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 DvmdbGroupArgs
    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 DvmdbGroupArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args DvmdbGroupArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args DvmdbGroupArgs
    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 dvmdbGroupResource = new Fortimanager.DvmdbGroup("dvmdbGroupResource", new()
    {
        Adom = "string",
        ClusterType = "string",
        Desc = "string",
        DvmdbGroupId = "string",
        Fosid = "string",
        Metafields = "string",
        Name = "string",
        OsType = "string",
        Scopetype = "string",
        Type = "string",
    });
    
    example, err := fortimanager.NewDvmdbGroup(ctx, "dvmdbGroupResource", &fortimanager.DvmdbGroupArgs{
    Adom: pulumi.String("string"),
    ClusterType: pulumi.String("string"),
    Desc: pulumi.String("string"),
    DvmdbGroupId: pulumi.String("string"),
    Fosid: pulumi.String("string"),
    Metafields: pulumi.String("string"),
    Name: pulumi.String("string"),
    OsType: pulumi.String("string"),
    Scopetype: pulumi.String("string"),
    Type: pulumi.String("string"),
    })
    
    var dvmdbGroupResource = new DvmdbGroup("dvmdbGroupResource", DvmdbGroupArgs.builder()
        .adom("string")
        .clusterType("string")
        .desc("string")
        .dvmdbGroupId("string")
        .fosid("string")
        .metafields("string")
        .name("string")
        .osType("string")
        .scopetype("string")
        .type("string")
        .build());
    
    dvmdb_group_resource = fortimanager.DvmdbGroup("dvmdbGroupResource",
        adom="string",
        cluster_type="string",
        desc="string",
        dvmdb_group_id="string",
        fosid="string",
        metafields="string",
        name="string",
        os_type="string",
        scopetype="string",
        type="string")
    
    const dvmdbGroupResource = new fortimanager.DvmdbGroup("dvmdbGroupResource", {
        adom: "string",
        clusterType: "string",
        desc: "string",
        dvmdbGroupId: "string",
        fosid: "string",
        metafields: "string",
        name: "string",
        osType: "string",
        scopetype: "string",
        type: "string",
    });
    
    type: fortimanager:DvmdbGroup
    properties:
        adom: string
        clusterType: string
        desc: string
        dvmdbGroupId: string
        fosid: string
        metafields: string
        name: string
        osType: string
        scopetype: string
        type: string
    

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

    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    ClusterType string
    Cluster_Type. Valid values: unknown, vwan, sase.
    Desc string
    Desc.
    DvmdbGroupId string
    an identifier for the resource with format {{name}}.
    Fosid string
    Id.
    Metafields string
    Default metafields: none.
    Name string
    Name.
    OsType string
    Os_Type. Valid values: unknown, fos, fsw, foc, fml, faz, fwb, fch, fct, log, fmg, fsa, fdd, fac, fpx, fna, ffw, fsr, fad, fdc.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    Type string
    Type. Valid values: normal, default, auto.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    ClusterType string
    Cluster_Type. Valid values: unknown, vwan, sase.
    Desc string
    Desc.
    DvmdbGroupId string
    an identifier for the resource with format {{name}}.
    Fosid string
    Id.
    Metafields string
    Default metafields: none.
    Name string
    Name.
    OsType string
    Os_Type. Valid values: unknown, fos, fsw, foc, fml, faz, fwb, fch, fct, log, fmg, fsa, fdd, fac, fpx, fna, ffw, fsr, fad, fdc.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    Type string
    Type. Valid values: normal, default, auto.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    clusterType String
    Cluster_Type. Valid values: unknown, vwan, sase.
    desc String
    Desc.
    dvmdbGroupId String
    an identifier for the resource with format {{name}}.
    fosid String
    Id.
    metafields String
    Default metafields: none.
    name String
    Name.
    osType String
    Os_Type. Valid values: unknown, fos, fsw, foc, fml, faz, fwb, fch, fct, log, fmg, fsa, fdd, fac, fpx, fna, ffw, fsr, fad, fdc.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    type String
    Type. Valid values: normal, default, auto.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    clusterType string
    Cluster_Type. Valid values: unknown, vwan, sase.
    desc string
    Desc.
    dvmdbGroupId string
    an identifier for the resource with format {{name}}.
    fosid string
    Id.
    metafields string
    Default metafields: none.
    name string
    Name.
    osType string
    Os_Type. Valid values: unknown, fos, fsw, foc, fml, faz, fwb, fch, fct, log, fmg, fsa, fdd, fac, fpx, fna, ffw, fsr, fad, fdc.
    scopetype string
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    type string
    Type. Valid values: normal, default, auto.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    cluster_type str
    Cluster_Type. Valid values: unknown, vwan, sase.
    desc str
    Desc.
    dvmdb_group_id str
    an identifier for the resource with format {{name}}.
    fosid str
    Id.
    metafields str
    Default metafields: none.
    name str
    Name.
    os_type str
    Os_Type. Valid values: unknown, fos, fsw, foc, fml, faz, fwb, fch, fct, log, fmg, fsa, fdd, fac, fpx, fna, ffw, fsr, fad, fdc.
    scopetype str
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    type str
    Type. Valid values: normal, default, auto.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    clusterType String
    Cluster_Type. Valid values: unknown, vwan, sase.
    desc String
    Desc.
    dvmdbGroupId String
    an identifier for the resource with format {{name}}.
    fosid String
    Id.
    metafields String
    Default metafields: none.
    name String
    Name.
    osType String
    Os_Type. Valid values: unknown, fos, fsw, foc, fml, faz, fwb, fch, fct, log, fmg, fsa, fdd, fac, fpx, fna, ffw, fsr, fad, fdc.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    type String
    Type. Valid values: normal, default, auto.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the DvmdbGroup 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 DvmdbGroup Resource

    Get an existing DvmdbGroup 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?: DvmdbGroupState, opts?: CustomResourceOptions): DvmdbGroup
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            adom: Optional[str] = None,
            cluster_type: Optional[str] = None,
            desc: Optional[str] = None,
            dvmdb_group_id: Optional[str] = None,
            fosid: Optional[str] = None,
            metafields: Optional[str] = None,
            name: Optional[str] = None,
            os_type: Optional[str] = None,
            scopetype: Optional[str] = None,
            type: Optional[str] = None) -> DvmdbGroup
    func GetDvmdbGroup(ctx *Context, name string, id IDInput, state *DvmdbGroupState, opts ...ResourceOption) (*DvmdbGroup, error)
    public static DvmdbGroup Get(string name, Input<string> id, DvmdbGroupState? state, CustomResourceOptions? opts = null)
    public static DvmdbGroup get(String name, Output<String> id, DvmdbGroupState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:DvmdbGroup    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.
    The following state arguments are supported:
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    ClusterType string
    Cluster_Type. Valid values: unknown, vwan, sase.
    Desc string
    Desc.
    DvmdbGroupId string
    an identifier for the resource with format {{name}}.
    Fosid string
    Id.
    Metafields string
    Default metafields: none.
    Name string
    Name.
    OsType string
    Os_Type. Valid values: unknown, fos, fsw, foc, fml, faz, fwb, fch, fct, log, fmg, fsa, fdd, fac, fpx, fna, ffw, fsr, fad, fdc.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    Type string
    Type. Valid values: normal, default, auto.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    ClusterType string
    Cluster_Type. Valid values: unknown, vwan, sase.
    Desc string
    Desc.
    DvmdbGroupId string
    an identifier for the resource with format {{name}}.
    Fosid string
    Id.
    Metafields string
    Default metafields: none.
    Name string
    Name.
    OsType string
    Os_Type. Valid values: unknown, fos, fsw, foc, fml, faz, fwb, fch, fct, log, fmg, fsa, fdd, fac, fpx, fna, ffw, fsr, fad, fdc.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    Type string
    Type. Valid values: normal, default, auto.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    clusterType String
    Cluster_Type. Valid values: unknown, vwan, sase.
    desc String
    Desc.
    dvmdbGroupId String
    an identifier for the resource with format {{name}}.
    fosid String
    Id.
    metafields String
    Default metafields: none.
    name String
    Name.
    osType String
    Os_Type. Valid values: unknown, fos, fsw, foc, fml, faz, fwb, fch, fct, log, fmg, fsa, fdd, fac, fpx, fna, ffw, fsr, fad, fdc.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    type String
    Type. Valid values: normal, default, auto.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    clusterType string
    Cluster_Type. Valid values: unknown, vwan, sase.
    desc string
    Desc.
    dvmdbGroupId string
    an identifier for the resource with format {{name}}.
    fosid string
    Id.
    metafields string
    Default metafields: none.
    name string
    Name.
    osType string
    Os_Type. Valid values: unknown, fos, fsw, foc, fml, faz, fwb, fch, fct, log, fmg, fsa, fdd, fac, fpx, fna, ffw, fsr, fad, fdc.
    scopetype string
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    type string
    Type. Valid values: normal, default, auto.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    cluster_type str
    Cluster_Type. Valid values: unknown, vwan, sase.
    desc str
    Desc.
    dvmdb_group_id str
    an identifier for the resource with format {{name}}.
    fosid str
    Id.
    metafields str
    Default metafields: none.
    name str
    Name.
    os_type str
    Os_Type. Valid values: unknown, fos, fsw, foc, fml, faz, fwb, fch, fct, log, fmg, fsa, fdd, fac, fpx, fna, ffw, fsr, fad, fdc.
    scopetype str
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    type str
    Type. Valid values: normal, default, auto.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    clusterType String
    Cluster_Type. Valid values: unknown, vwan, sase.
    desc String
    Desc.
    dvmdbGroupId String
    an identifier for the resource with format {{name}}.
    fosid String
    Id.
    metafields String
    Default metafields: none.
    name String
    Name.
    osType String
    Os_Type. Valid values: unknown, fos, fsw, foc, fml, faz, fwb, fch, fct, log, fmg, fsa, fdd, fac, fpx, fna, ffw, fsr, fad, fdc.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    type String
    Type. Valid values: normal, default, auto.

    Import

    Dvmdb Group can be imported using any of these accepted formats:

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/dvmdbGroup:DvmdbGroup 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 fortimanager Terraform Provider.
    fortimanager logo
    fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev