fortimanager.DvmdbDeviceVdom
Explore with Pulumi AI
Device VDOM table.
This resource is a sub resource for variable
vdom
of resourcefortimanager_dvmdb_device
. Conflict and overwrite may occur if use both of them.
Create DvmdbDeviceVdom Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new DvmdbDeviceVdom(name: string, args: DvmdbDeviceVdomArgs, opts?: CustomResourceOptions);
@overload
def DvmdbDeviceVdom(resource_name: str,
args: DvmdbDeviceVdomArgs,
opts: Optional[ResourceOptions] = None)
@overload
def DvmdbDeviceVdom(resource_name: str,
opts: Optional[ResourceOptions] = None,
device_name: Optional[str] = None,
adom: Optional[str] = None,
comments: Optional[str] = None,
dvmdb_device_vdom_id: Optional[str] = None,
metafields: Optional[str] = None,
name: Optional[str] = None,
opmode: Optional[str] = None,
rtm_prof_id: Optional[float] = None,
scopetype: Optional[str] = None,
status: Optional[str] = None,
vdom_type: Optional[str] = None,
vpn_id: Optional[float] = None)
func NewDvmdbDeviceVdom(ctx *Context, name string, args DvmdbDeviceVdomArgs, opts ...ResourceOption) (*DvmdbDeviceVdom, error)
public DvmdbDeviceVdom(string name, DvmdbDeviceVdomArgs args, CustomResourceOptions? opts = null)
public DvmdbDeviceVdom(String name, DvmdbDeviceVdomArgs args)
public DvmdbDeviceVdom(String name, DvmdbDeviceVdomArgs args, CustomResourceOptions options)
type: fortimanager:DvmdbDeviceVdom
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 DvmdbDeviceVdomArgs
- 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 DvmdbDeviceVdomArgs
- 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 DvmdbDeviceVdomArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DvmdbDeviceVdomArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args DvmdbDeviceVdomArgs
- 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 dvmdbDeviceVdomResource = new Fortimanager.DvmdbDeviceVdom("dvmdbDeviceVdomResource", new()
{
DeviceName = "string",
Adom = "string",
Comments = "string",
DvmdbDeviceVdomId = "string",
Metafields = "string",
Name = "string",
Opmode = "string",
RtmProfId = 0,
Scopetype = "string",
Status = "string",
VdomType = "string",
VpnId = 0,
});
example, err := fortimanager.NewDvmdbDeviceVdom(ctx, "dvmdbDeviceVdomResource", &fortimanager.DvmdbDeviceVdomArgs{
DeviceName: pulumi.String("string"),
Adom: pulumi.String("string"),
Comments: pulumi.String("string"),
DvmdbDeviceVdomId: pulumi.String("string"),
Metafields: pulumi.String("string"),
Name: pulumi.String("string"),
Opmode: pulumi.String("string"),
RtmProfId: pulumi.Float64(0),
Scopetype: pulumi.String("string"),
Status: pulumi.String("string"),
VdomType: pulumi.String("string"),
VpnId: pulumi.Float64(0),
})
var dvmdbDeviceVdomResource = new DvmdbDeviceVdom("dvmdbDeviceVdomResource", DvmdbDeviceVdomArgs.builder()
.deviceName("string")
.adom("string")
.comments("string")
.dvmdbDeviceVdomId("string")
.metafields("string")
.name("string")
.opmode("string")
.rtmProfId(0)
.scopetype("string")
.status("string")
.vdomType("string")
.vpnId(0)
.build());
dvmdb_device_vdom_resource = fortimanager.DvmdbDeviceVdom("dvmdbDeviceVdomResource",
device_name="string",
adom="string",
comments="string",
dvmdb_device_vdom_id="string",
metafields="string",
name="string",
opmode="string",
rtm_prof_id=0,
scopetype="string",
status="string",
vdom_type="string",
vpn_id=0)
const dvmdbDeviceVdomResource = new fortimanager.DvmdbDeviceVdom("dvmdbDeviceVdomResource", {
deviceName: "string",
adom: "string",
comments: "string",
dvmdbDeviceVdomId: "string",
metafields: "string",
name: "string",
opmode: "string",
rtmProfId: 0,
scopetype: "string",
status: "string",
vdomType: "string",
vpnId: 0,
});
type: fortimanager:DvmdbDeviceVdom
properties:
adom: string
comments: string
deviceName: string
dvmdbDeviceVdomId: string
metafields: string
name: string
opmode: string
rtmProfId: 0
scopetype: string
status: string
vdomType: string
vpnId: 0
DvmdbDeviceVdom 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 DvmdbDeviceVdom resource accepts the following input properties:
- Device
Name string - FortiManager managed device name. This variable is used in the request URL. If not specified, it will inherit the variable
device_name
of the provider. - Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Comments string
- Comments.
- Dvmdb
Device stringVdom Id - an identifier for the resource with format {{name}}.
- Metafields string
- Meta Fields.
- Name string
- Name.
- Opmode string
- Opmode. Valid values:
nat
,transparent
. - Rtm
Prof doubleId - Rtm_Prof_Id.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Status string
- Status.
- Vdom
Type string - Vdom_Type. Valid values:
traffic
,admin
. - Vpn
Id double - Vpn_Id.
- Device
Name string - FortiManager managed device name. This variable is used in the request URL. If not specified, it will inherit the variable
device_name
of the provider. - Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Comments string
- Comments.
- Dvmdb
Device stringVdom Id - an identifier for the resource with format {{name}}.
- Metafields string
- Meta Fields.
- Name string
- Name.
- Opmode string
- Opmode. Valid values:
nat
,transparent
. - Rtm
Prof float64Id - Rtm_Prof_Id.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Status string
- Status.
- Vdom
Type string - Vdom_Type. Valid values:
traffic
,admin
. - Vpn
Id float64 - Vpn_Id.
- device
Name String - FortiManager managed device name. This variable is used in the request URL. If not specified, it will inherit the variable
device_name
of the provider. - adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - comments String
- Comments.
- dvmdb
Device StringVdom Id - an identifier for the resource with format {{name}}.
- metafields String
- Meta Fields.
- name String
- Name.
- opmode String
- Opmode. Valid values:
nat
,transparent
. - rtm
Prof DoubleId - Rtm_Prof_Id.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - status String
- Status.
- vdom
Type String - Vdom_Type. Valid values:
traffic
,admin
. - vpn
Id Double - Vpn_Id.
- device
Name string - FortiManager managed device name. This variable is used in the request URL. If not specified, it will inherit the variable
device_name
of the provider. - adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - comments string
- Comments.
- dvmdb
Device stringVdom Id - an identifier for the resource with format {{name}}.
- metafields string
- Meta Fields.
- name string
- Name.
- opmode string
- Opmode. Valid values:
nat
,transparent
. - rtm
Prof numberId - Rtm_Prof_Id.
- scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - status string
- Status.
- vdom
Type string - Vdom_Type. Valid values:
traffic
,admin
. - vpn
Id number - Vpn_Id.
- device_
name str - FortiManager managed device name. This variable is used in the request URL. If not specified, it will inherit the variable
device_name
of the provider. - adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - comments str
- Comments.
- dvmdb_
device_ strvdom_ id - an identifier for the resource with format {{name}}.
- metafields str
- Meta Fields.
- name str
- Name.
- opmode str
- Opmode. Valid values:
nat
,transparent
. - rtm_
prof_ floatid - Rtm_Prof_Id.
- scopetype str
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - status str
- Status.
- vdom_
type str - Vdom_Type. Valid values:
traffic
,admin
. - vpn_
id float - Vpn_Id.
- device
Name String - FortiManager managed device name. This variable is used in the request URL. If not specified, it will inherit the variable
device_name
of the provider. - adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - comments String
- Comments.
- dvmdb
Device StringVdom Id - an identifier for the resource with format {{name}}.
- metafields String
- Meta Fields.
- name String
- Name.
- opmode String
- Opmode. Valid values:
nat
,transparent
. - rtm
Prof NumberId - Rtm_Prof_Id.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - status String
- Status.
- vdom
Type String - Vdom_Type. Valid values:
traffic
,admin
. - vpn
Id Number - Vpn_Id.
Outputs
All input properties are implicitly available as output properties. Additionally, the DvmdbDeviceVdom 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 DvmdbDeviceVdom Resource
Get an existing DvmdbDeviceVdom 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?: DvmdbDeviceVdomState, opts?: CustomResourceOptions): DvmdbDeviceVdom
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
comments: Optional[str] = None,
device_name: Optional[str] = None,
dvmdb_device_vdom_id: Optional[str] = None,
metafields: Optional[str] = None,
name: Optional[str] = None,
opmode: Optional[str] = None,
rtm_prof_id: Optional[float] = None,
scopetype: Optional[str] = None,
status: Optional[str] = None,
vdom_type: Optional[str] = None,
vpn_id: Optional[float] = None) -> DvmdbDeviceVdom
func GetDvmdbDeviceVdom(ctx *Context, name string, id IDInput, state *DvmdbDeviceVdomState, opts ...ResourceOption) (*DvmdbDeviceVdom, error)
public static DvmdbDeviceVdom Get(string name, Input<string> id, DvmdbDeviceVdomState? state, CustomResourceOptions? opts = null)
public static DvmdbDeviceVdom get(String name, Output<String> id, DvmdbDeviceVdomState state, CustomResourceOptions options)
resources: _: type: fortimanager:DvmdbDeviceVdom get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Comments string
- Comments.
- Device
Name string - FortiManager managed device name. This variable is used in the request URL. If not specified, it will inherit the variable
device_name
of the provider. - Dvmdb
Device stringVdom Id - an identifier for the resource with format {{name}}.
- Metafields string
- Meta Fields.
- Name string
- Name.
- Opmode string
- Opmode. Valid values:
nat
,transparent
. - Rtm
Prof doubleId - Rtm_Prof_Id.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Status string
- Status.
- Vdom
Type string - Vdom_Type. Valid values:
traffic
,admin
. - Vpn
Id double - Vpn_Id.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Comments string
- Comments.
- Device
Name string - FortiManager managed device name. This variable is used in the request URL. If not specified, it will inherit the variable
device_name
of the provider. - Dvmdb
Device stringVdom Id - an identifier for the resource with format {{name}}.
- Metafields string
- Meta Fields.
- Name string
- Name.
- Opmode string
- Opmode. Valid values:
nat
,transparent
. - Rtm
Prof float64Id - Rtm_Prof_Id.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Status string
- Status.
- Vdom
Type string - Vdom_Type. Valid values:
traffic
,admin
. - Vpn
Id float64 - Vpn_Id.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - comments String
- Comments.
- device
Name String - FortiManager managed device name. This variable is used in the request URL. If not specified, it will inherit the variable
device_name
of the provider. - dvmdb
Device StringVdom Id - an identifier for the resource with format {{name}}.
- metafields String
- Meta Fields.
- name String
- Name.
- opmode String
- Opmode. Valid values:
nat
,transparent
. - rtm
Prof DoubleId - Rtm_Prof_Id.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - status String
- Status.
- vdom
Type String - Vdom_Type. Valid values:
traffic
,admin
. - vpn
Id Double - Vpn_Id.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - comments string
- Comments.
- device
Name string - FortiManager managed device name. This variable is used in the request URL. If not specified, it will inherit the variable
device_name
of the provider. - dvmdb
Device stringVdom Id - an identifier for the resource with format {{name}}.
- metafields string
- Meta Fields.
- name string
- Name.
- opmode string
- Opmode. Valid values:
nat
,transparent
. - rtm
Prof numberId - Rtm_Prof_Id.
- scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - status string
- Status.
- vdom
Type string - Vdom_Type. Valid values:
traffic
,admin
. - vpn
Id number - Vpn_Id.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - comments str
- Comments.
- device_
name str - FortiManager managed device name. This variable is used in the request URL. If not specified, it will inherit the variable
device_name
of the provider. - dvmdb_
device_ strvdom_ id - an identifier for the resource with format {{name}}.
- metafields str
- Meta Fields.
- name str
- Name.
- opmode str
- Opmode. Valid values:
nat
,transparent
. - rtm_
prof_ floatid - Rtm_Prof_Id.
- scopetype str
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - status str
- Status.
- vdom_
type str - Vdom_Type. Valid values:
traffic
,admin
. - vpn_
id float - Vpn_Id.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - comments String
- Comments.
- device
Name String - FortiManager managed device name. This variable is used in the request URL. If not specified, it will inherit the variable
device_name
of the provider. - dvmdb
Device StringVdom Id - an identifier for the resource with format {{name}}.
- metafields String
- Meta Fields.
- name String
- Name.
- opmode String
- Opmode. Valid values:
nat
,transparent
. - rtm
Prof NumberId - Rtm_Prof_Id.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - status String
- Status.
- vdom
Type String - Vdom_Type. Valid values:
traffic
,admin
. - vpn
Id Number - Vpn_Id.
Import
Dvmdb DeviceVdom can be imported using any of these accepted formats:
Set import_options = [“device=YOUR_VALUE”] in the provider section.
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/dvmdbDeviceVdom:DvmdbDeviceVdom 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.