fortimanager.ObjectSystemNpuNputcamTact
Explore with Pulumi AI
Target action of TCAM.
This resource is a sub resource for variable
tact
of resourcefortimanager.ObjectSystemNpuNputcam
. Conflict and overwrite may occur if use both of them.
Create ObjectSystemNpuNputcamTact Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectSystemNpuNputcamTact(name: string, args: ObjectSystemNpuNputcamTactArgs, opts?: CustomResourceOptions);
@overload
def ObjectSystemNpuNputcamTact(resource_name: str,
args: ObjectSystemNpuNputcamTactInitArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectSystemNpuNputcamTact(resource_name: str,
opts: Optional[ResourceOptions] = None,
npu_tcam: Optional[str] = None,
slif_act: Optional[float] = None,
vep_slid: Optional[float] = None,
fmtuv4_s: Optional[float] = None,
fmtuv4_sv: Optional[str] = None,
fmtuv6_s: Optional[float] = None,
fmtuv6_sv: Optional[str] = None,
lnkid: Optional[float] = None,
lnkid_v: Optional[str] = None,
mac_id: Optional[float] = None,
mac_id_v: Optional[str] = None,
mss_t: Optional[float] = None,
mss_tv: Optional[str] = None,
mtuv4: Optional[float] = None,
slif_act_v: Optional[str] = None,
mtuv6: Optional[float] = None,
mtuv6_v: Optional[str] = None,
act_v: Optional[str] = None,
object_system_npu_nputcam_tact_id: Optional[str] = None,
xlt_vid: Optional[float] = None,
adom: Optional[str] = None,
mtuv4_v: Optional[str] = None,
sublnkid: Optional[float] = None,
sublnkid_v: Optional[str] = None,
tgtv_act: Optional[float] = None,
tgtv_act_v: Optional[str] = None,
tlif_act: Optional[float] = None,
tlif_act_v: Optional[str] = None,
tpeid: Optional[float] = None,
tpeid_v: Optional[str] = None,
v6fe: Optional[float] = None,
v6fe_v: Optional[str] = None,
vep_en: Optional[float] = None,
vep_en_v: Optional[str] = None,
act: Optional[float] = None,
vep_slid_v: Optional[str] = None,
xlt_lif: Optional[float] = None,
xlt_lif_v: Optional[str] = None,
scopetype: Optional[str] = None,
xlt_vid_v: Optional[str] = None)
func NewObjectSystemNpuNputcamTact(ctx *Context, name string, args ObjectSystemNpuNputcamTactArgs, opts ...ResourceOption) (*ObjectSystemNpuNputcamTact, error)
public ObjectSystemNpuNputcamTact(string name, ObjectSystemNpuNputcamTactArgs args, CustomResourceOptions? opts = null)
public ObjectSystemNpuNputcamTact(String name, ObjectSystemNpuNputcamTactArgs args)
public ObjectSystemNpuNputcamTact(String name, ObjectSystemNpuNputcamTactArgs args, CustomResourceOptions options)
type: fortimanager:ObjectSystemNpuNputcamTact
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 ObjectSystemNpuNputcamTactArgs
- 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 ObjectSystemNpuNputcamTactInitArgs
- 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 ObjectSystemNpuNputcamTactArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectSystemNpuNputcamTactArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectSystemNpuNputcamTactArgs
- 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 objectSystemNpuNputcamTactResource = new Fortimanager.ObjectSystemNpuNputcamTact("objectSystemNpuNputcamTactResource", new()
{
NpuTcam = "string",
SlifAct = 0,
VepSlid = 0,
Fmtuv4S = 0,
Fmtuv4SV = "string",
Fmtuv6S = 0,
Fmtuv6SV = "string",
Lnkid = 0,
LnkidV = "string",
MacId = 0,
MacIdV = "string",
MssT = 0,
MssTV = "string",
Mtuv4 = 0,
SlifActV = "string",
Mtuv6 = 0,
Mtuv6V = "string",
ActV = "string",
ObjectSystemNpuNputcamTactId = "string",
XltVid = 0,
Adom = "string",
Mtuv4V = "string",
Sublnkid = 0,
SublnkidV = "string",
TgtvAct = 0,
TgtvActV = "string",
TlifAct = 0,
TlifActV = "string",
Tpeid = 0,
TpeidV = "string",
V6fe = 0,
V6feV = "string",
VepEn = 0,
VepEnV = "string",
Act = 0,
VepSlidV = "string",
XltLif = 0,
XltLifV = "string",
Scopetype = "string",
XltVidV = "string",
});
example, err := fortimanager.NewObjectSystemNpuNputcamTact(ctx, "objectSystemNpuNputcamTactResource", &fortimanager.ObjectSystemNpuNputcamTactArgs{
NpuTcam: pulumi.String("string"),
SlifAct: pulumi.Float64(0),
VepSlid: pulumi.Float64(0),
Fmtuv4S: pulumi.Float64(0),
Fmtuv4SV: pulumi.String("string"),
Fmtuv6S: pulumi.Float64(0),
Fmtuv6SV: pulumi.String("string"),
Lnkid: pulumi.Float64(0),
LnkidV: pulumi.String("string"),
MacId: pulumi.Float64(0),
MacIdV: pulumi.String("string"),
MssT: pulumi.Float64(0),
MssTV: pulumi.String("string"),
Mtuv4: pulumi.Float64(0),
SlifActV: pulumi.String("string"),
Mtuv6: pulumi.Float64(0),
Mtuv6V: pulumi.String("string"),
ActV: pulumi.String("string"),
ObjectSystemNpuNputcamTactId: pulumi.String("string"),
XltVid: pulumi.Float64(0),
Adom: pulumi.String("string"),
Mtuv4V: pulumi.String("string"),
Sublnkid: pulumi.Float64(0),
SublnkidV: pulumi.String("string"),
TgtvAct: pulumi.Float64(0),
TgtvActV: pulumi.String("string"),
TlifAct: pulumi.Float64(0),
TlifActV: pulumi.String("string"),
Tpeid: pulumi.Float64(0),
TpeidV: pulumi.String("string"),
V6fe: pulumi.Float64(0),
V6feV: pulumi.String("string"),
VepEn: pulumi.Float64(0),
VepEnV: pulumi.String("string"),
Act: pulumi.Float64(0),
VepSlidV: pulumi.String("string"),
XltLif: pulumi.Float64(0),
XltLifV: pulumi.String("string"),
Scopetype: pulumi.String("string"),
XltVidV: pulumi.String("string"),
})
var objectSystemNpuNputcamTactResource = new ObjectSystemNpuNputcamTact("objectSystemNpuNputcamTactResource", ObjectSystemNpuNputcamTactArgs.builder()
.npuTcam("string")
.slifAct(0)
.vepSlid(0)
.fmtuv4S(0)
.fmtuv4SV("string")
.fmtuv6S(0)
.fmtuv6SV("string")
.lnkid(0)
.lnkidV("string")
.macId(0)
.macIdV("string")
.mssT(0)
.mssTV("string")
.mtuv4(0)
.slifActV("string")
.mtuv6(0)
.mtuv6V("string")
.actV("string")
.objectSystemNpuNputcamTactId("string")
.xltVid(0)
.adom("string")
.mtuv4V("string")
.sublnkid(0)
.sublnkidV("string")
.tgtvAct(0)
.tgtvActV("string")
.tlifAct(0)
.tlifActV("string")
.tpeid(0)
.tpeidV("string")
.v6fe(0)
.v6feV("string")
.vepEn(0)
.vepEnV("string")
.act(0)
.vepSlidV("string")
.xltLif(0)
.xltLifV("string")
.scopetype("string")
.xltVidV("string")
.build());
object_system_npu_nputcam_tact_resource = fortimanager.ObjectSystemNpuNputcamTact("objectSystemNpuNputcamTactResource",
npu_tcam="string",
slif_act=0,
vep_slid=0,
fmtuv4_s=0,
fmtuv4_sv="string",
fmtuv6_s=0,
fmtuv6_sv="string",
lnkid=0,
lnkid_v="string",
mac_id=0,
mac_id_v="string",
mss_t=0,
mss_tv="string",
mtuv4=0,
slif_act_v="string",
mtuv6=0,
mtuv6_v="string",
act_v="string",
object_system_npu_nputcam_tact_id="string",
xlt_vid=0,
adom="string",
mtuv4_v="string",
sublnkid=0,
sublnkid_v="string",
tgtv_act=0,
tgtv_act_v="string",
tlif_act=0,
tlif_act_v="string",
tpeid=0,
tpeid_v="string",
v6fe=0,
v6fe_v="string",
vep_en=0,
vep_en_v="string",
act=0,
vep_slid_v="string",
xlt_lif=0,
xlt_lif_v="string",
scopetype="string",
xlt_vid_v="string")
const objectSystemNpuNputcamTactResource = new fortimanager.ObjectSystemNpuNputcamTact("objectSystemNpuNputcamTactResource", {
npuTcam: "string",
slifAct: 0,
vepSlid: 0,
fmtuv4S: 0,
fmtuv4SV: "string",
fmtuv6S: 0,
fmtuv6SV: "string",
lnkid: 0,
lnkidV: "string",
macId: 0,
macIdV: "string",
mssT: 0,
mssTV: "string",
mtuv4: 0,
slifActV: "string",
mtuv6: 0,
mtuv6V: "string",
actV: "string",
objectSystemNpuNputcamTactId: "string",
xltVid: 0,
adom: "string",
mtuv4V: "string",
sublnkid: 0,
sublnkidV: "string",
tgtvAct: 0,
tgtvActV: "string",
tlifAct: 0,
tlifActV: "string",
tpeid: 0,
tpeidV: "string",
v6fe: 0,
v6feV: "string",
vepEn: 0,
vepEnV: "string",
act: 0,
vepSlidV: "string",
xltLif: 0,
xltLifV: "string",
scopetype: "string",
xltVidV: "string",
});
type: fortimanager:ObjectSystemNpuNputcamTact
properties:
act: 0
actV: string
adom: string
fmtuv4S: 0
fmtuv4SV: string
fmtuv6S: 0
fmtuv6SV: string
lnkid: 0
lnkidV: string
macId: 0
macIdV: string
mssT: 0
mssTV: string
mtuv4: 0
mtuv4V: string
mtuv6: 0
mtuv6V: string
npuTcam: string
objectSystemNpuNputcamTactId: string
scopetype: string
slifAct: 0
slifActV: string
sublnkid: 0
sublnkidV: string
tgtvAct: 0
tgtvActV: string
tlifAct: 0
tlifActV: string
tpeid: 0
tpeidV: string
v6fe: 0
v6feV: string
vepEn: 0
vepEnV: string
vepSlid: 0
vepSlidV: string
xltLif: 0
xltLifV: string
xltVid: 0
xltVidV: string
ObjectSystemNpuNputcamTact 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 ObjectSystemNpuNputcamTact resource accepts the following input properties:
- Npu
Tcam string - Npu Tcam.
- Act double
- tcam tact act.
- Act
V string - Enable to set tact act. Valid values:
disable
,enable
. - Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Fmtuv4S double
- tcam tact fmtuv4-s.
- Fmtuv4SV string
- Enable to set tact fmtuv4-s. Valid values:
disable
,enable
. - Fmtuv6S double
- tcam tact fmtuv6-s.
- Fmtuv6SV string
- Enable to set tact fmtuv6-s. Valid values:
disable
,enable
. - Lnkid double
- tcam tact lnkid.
- Lnkid
V string - Enable to set tact lnkid. Valid values:
disable
,enable
. - Mac
Id double - tcam tact mac-id.
- Mac
Id stringV - Enable to set tact mac-id. Valid values:
disable
,enable
. - Mss
T double - tcam tact mss.
- Mss
TV string - Enable to set tact mss. Valid values:
disable
,enable
. - Mtuv4 double
- tcam tact mtuv4.
- Mtuv4V string
- Enable to set tact mtuv4. Valid values:
disable
,enable
. - Mtuv6 double
- tcam tact mtuv6.
- Mtuv6V string
- Enable to set tact mtuv6. Valid values:
disable
,enable
. - Object
System stringNpu Nputcam Tact Id - an identifier for the resource.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Slif
Act double - tcam tact slif-act.
- Slif
Act stringV - Enable to set tact slif-act. Valid values:
disable
,enable
. - Sublnkid double
- tcam tact sublnkid.
- Sublnkid
V string - Enable to set tact sublnkid. Valid values:
disable
,enable
. - Tgtv
Act double - tcam tact tgtv-act.
- Tgtv
Act stringV - Enable to set tact tgtv-act. Valid values:
disable
,enable
. - Tlif
Act double - tcam tact tlif-act.
- Tlif
Act stringV - Enable to set tact tlif-act. Valid values:
disable
,enable
. - Tpeid double
- tcam tact tpeid.
- Tpeid
V string - Enable to set tact tpeid. Valid values:
disable
,enable
. - V6fe double
- tcam tact v6fe.
- V6fe
V string - Enable to set tact v6fe. Valid values:
disable
,enable
. - Vep
En double - tcam tact vep_en.
- Vep
En stringV - Enable to set tact vep-en. Valid values:
disable
,enable
. - Vep
Slid double - tcam tact vep_slid.
- Vep
Slid stringV - Enable to set tact vep-slid. Valid values:
disable
,enable
. - Xlt
Lif double - tcam tact xlt-lif.
- Xlt
Lif stringV - Enable to set tact xlt-lif. Valid values:
disable
,enable
. - Xlt
Vid double - tcam tact xlt-vid.
- Xlt
Vid stringV - Enable to set tact xlt-vid. Valid values:
disable
,enable
.
- Npu
Tcam string - Npu Tcam.
- Act float64
- tcam tact act.
- Act
V string - Enable to set tact act. Valid values:
disable
,enable
. - Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Fmtuv4S float64
- tcam tact fmtuv4-s.
- Fmtuv4SV string
- Enable to set tact fmtuv4-s. Valid values:
disable
,enable
. - Fmtuv6S float64
- tcam tact fmtuv6-s.
- Fmtuv6SV string
- Enable to set tact fmtuv6-s. Valid values:
disable
,enable
. - Lnkid float64
- tcam tact lnkid.
- Lnkid
V string - Enable to set tact lnkid. Valid values:
disable
,enable
. - Mac
Id float64 - tcam tact mac-id.
- Mac
Id stringV - Enable to set tact mac-id. Valid values:
disable
,enable
. - Mss
T float64 - tcam tact mss.
- Mss
TV string - Enable to set tact mss. Valid values:
disable
,enable
. - Mtuv4 float64
- tcam tact mtuv4.
- Mtuv4V string
- Enable to set tact mtuv4. Valid values:
disable
,enable
. - Mtuv6 float64
- tcam tact mtuv6.
- Mtuv6V string
- Enable to set tact mtuv6. Valid values:
disable
,enable
. - Object
System stringNpu Nputcam Tact Id - an identifier for the resource.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Slif
Act float64 - tcam tact slif-act.
- Slif
Act stringV - Enable to set tact slif-act. Valid values:
disable
,enable
. - Sublnkid float64
- tcam tact sublnkid.
- Sublnkid
V string - Enable to set tact sublnkid. Valid values:
disable
,enable
. - Tgtv
Act float64 - tcam tact tgtv-act.
- Tgtv
Act stringV - Enable to set tact tgtv-act. Valid values:
disable
,enable
. - Tlif
Act float64 - tcam tact tlif-act.
- Tlif
Act stringV - Enable to set tact tlif-act. Valid values:
disable
,enable
. - Tpeid float64
- tcam tact tpeid.
- Tpeid
V string - Enable to set tact tpeid. Valid values:
disable
,enable
. - V6fe float64
- tcam tact v6fe.
- V6fe
V string - Enable to set tact v6fe. Valid values:
disable
,enable
. - Vep
En float64 - tcam tact vep_en.
- Vep
En stringV - Enable to set tact vep-en. Valid values:
disable
,enable
. - Vep
Slid float64 - tcam tact vep_slid.
- Vep
Slid stringV - Enable to set tact vep-slid. Valid values:
disable
,enable
. - Xlt
Lif float64 - tcam tact xlt-lif.
- Xlt
Lif stringV - Enable to set tact xlt-lif. Valid values:
disable
,enable
. - Xlt
Vid float64 - tcam tact xlt-vid.
- Xlt
Vid stringV - Enable to set tact xlt-vid. Valid values:
disable
,enable
.
- npu
Tcam String - Npu Tcam.
- act Double
- tcam tact act.
- act
V String - Enable to set tact act. Valid values:
disable
,enable
. - adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - fmtuv4S Double
- tcam tact fmtuv4-s.
- fmtuv4SV String
- Enable to set tact fmtuv4-s. Valid values:
disable
,enable
. - fmtuv6S Double
- tcam tact fmtuv6-s.
- fmtuv6SV String
- Enable to set tact fmtuv6-s. Valid values:
disable
,enable
. - lnkid Double
- tcam tact lnkid.
- lnkid
V String - Enable to set tact lnkid. Valid values:
disable
,enable
. - mac
Id Double - tcam tact mac-id.
- mac
Id StringV - Enable to set tact mac-id. Valid values:
disable
,enable
. - mss
T Double - tcam tact mss.
- mss
TV String - Enable to set tact mss. Valid values:
disable
,enable
. - mtuv4 Double
- tcam tact mtuv4.
- mtuv4V String
- Enable to set tact mtuv4. Valid values:
disable
,enable
. - mtuv6 Double
- tcam tact mtuv6.
- mtuv6V String
- Enable to set tact mtuv6. Valid values:
disable
,enable
. - object
System StringNpu Nputcam Tact Id - an identifier for the resource.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - slif
Act Double - tcam tact slif-act.
- slif
Act StringV - Enable to set tact slif-act. Valid values:
disable
,enable
. - sublnkid Double
- tcam tact sublnkid.
- sublnkid
V String - Enable to set tact sublnkid. Valid values:
disable
,enable
. - tgtv
Act Double - tcam tact tgtv-act.
- tgtv
Act StringV - Enable to set tact tgtv-act. Valid values:
disable
,enable
. - tlif
Act Double - tcam tact tlif-act.
- tlif
Act StringV - Enable to set tact tlif-act. Valid values:
disable
,enable
. - tpeid Double
- tcam tact tpeid.
- tpeid
V String - Enable to set tact tpeid. Valid values:
disable
,enable
. - v6fe Double
- tcam tact v6fe.
- v6fe
V String - Enable to set tact v6fe. Valid values:
disable
,enable
. - vep
En Double - tcam tact vep_en.
- vep
En StringV - Enable to set tact vep-en. Valid values:
disable
,enable
. - vep
Slid Double - tcam tact vep_slid.
- vep
Slid StringV - Enable to set tact vep-slid. Valid values:
disable
,enable
. - xlt
Lif Double - tcam tact xlt-lif.
- xlt
Lif StringV - Enable to set tact xlt-lif. Valid values:
disable
,enable
. - xlt
Vid Double - tcam tact xlt-vid.
- xlt
Vid StringV - Enable to set tact xlt-vid. Valid values:
disable
,enable
.
- npu
Tcam string - Npu Tcam.
- act number
- tcam tact act.
- act
V string - Enable to set tact act. Valid values:
disable
,enable
. - adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - fmtuv4S number
- tcam tact fmtuv4-s.
- fmtuv4SV string
- Enable to set tact fmtuv4-s. Valid values:
disable
,enable
. - fmtuv6S number
- tcam tact fmtuv6-s.
- fmtuv6SV string
- Enable to set tact fmtuv6-s. Valid values:
disable
,enable
. - lnkid number
- tcam tact lnkid.
- lnkid
V string - Enable to set tact lnkid. Valid values:
disable
,enable
. - mac
Id number - tcam tact mac-id.
- mac
Id stringV - Enable to set tact mac-id. Valid values:
disable
,enable
. - mss
T number - tcam tact mss.
- mss
TV string - Enable to set tact mss. Valid values:
disable
,enable
. - mtuv4 number
- tcam tact mtuv4.
- mtuv4V string
- Enable to set tact mtuv4. Valid values:
disable
,enable
. - mtuv6 number
- tcam tact mtuv6.
- mtuv6V string
- Enable to set tact mtuv6. Valid values:
disable
,enable
. - object
System stringNpu Nputcam Tact Id - an identifier for the resource.
- scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - slif
Act number - tcam tact slif-act.
- slif
Act stringV - Enable to set tact slif-act. Valid values:
disable
,enable
. - sublnkid number
- tcam tact sublnkid.
- sublnkid
V string - Enable to set tact sublnkid. Valid values:
disable
,enable
. - tgtv
Act number - tcam tact tgtv-act.
- tgtv
Act stringV - Enable to set tact tgtv-act. Valid values:
disable
,enable
. - tlif
Act number - tcam tact tlif-act.
- tlif
Act stringV - Enable to set tact tlif-act. Valid values:
disable
,enable
. - tpeid number
- tcam tact tpeid.
- tpeid
V string - Enable to set tact tpeid. Valid values:
disable
,enable
. - v6fe number
- tcam tact v6fe.
- v6fe
V string - Enable to set tact v6fe. Valid values:
disable
,enable
. - vep
En number - tcam tact vep_en.
- vep
En stringV - Enable to set tact vep-en. Valid values:
disable
,enable
. - vep
Slid number - tcam tact vep_slid.
- vep
Slid stringV - Enable to set tact vep-slid. Valid values:
disable
,enable
. - xlt
Lif number - tcam tact xlt-lif.
- xlt
Lif stringV - Enable to set tact xlt-lif. Valid values:
disable
,enable
. - xlt
Vid number - tcam tact xlt-vid.
- xlt
Vid stringV - Enable to set tact xlt-vid. Valid values:
disable
,enable
.
- npu_
tcam str - Npu Tcam.
- act float
- tcam tact act.
- act_
v str - Enable to set tact act. Valid values:
disable
,enable
. - adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - fmtuv4_
s float - tcam tact fmtuv4-s.
- fmtuv4_
sv str - Enable to set tact fmtuv4-s. Valid values:
disable
,enable
. - fmtuv6_
s float - tcam tact fmtuv6-s.
- fmtuv6_
sv str - Enable to set tact fmtuv6-s. Valid values:
disable
,enable
. - lnkid float
- tcam tact lnkid.
- lnkid_
v str - Enable to set tact lnkid. Valid values:
disable
,enable
. - mac_
id float - tcam tact mac-id.
- mac_
id_ strv - Enable to set tact mac-id. Valid values:
disable
,enable
. - mss_
t float - tcam tact mss.
- mss_
tv str - Enable to set tact mss. Valid values:
disable
,enable
. - mtuv4 float
- tcam tact mtuv4.
- mtuv4_
v str - Enable to set tact mtuv4. Valid values:
disable
,enable
. - mtuv6 float
- tcam tact mtuv6.
- mtuv6_
v str - Enable to set tact mtuv6. Valid values:
disable
,enable
. - object_
system_ strnpu_ nputcam_ tact_ id - an identifier for the resource.
- scopetype str
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - slif_
act float - tcam tact slif-act.
- slif_
act_ strv - Enable to set tact slif-act. Valid values:
disable
,enable
. - sublnkid float
- tcam tact sublnkid.
- sublnkid_
v str - Enable to set tact sublnkid. Valid values:
disable
,enable
. - tgtv_
act float - tcam tact tgtv-act.
- tgtv_
act_ strv - Enable to set tact tgtv-act. Valid values:
disable
,enable
. - tlif_
act float - tcam tact tlif-act.
- tlif_
act_ strv - Enable to set tact tlif-act. Valid values:
disable
,enable
. - tpeid float
- tcam tact tpeid.
- tpeid_
v str - Enable to set tact tpeid. Valid values:
disable
,enable
. - v6fe float
- tcam tact v6fe.
- v6fe_
v str - Enable to set tact v6fe. Valid values:
disable
,enable
. - vep_
en float - tcam tact vep_en.
- vep_
en_ strv - Enable to set tact vep-en. Valid values:
disable
,enable
. - vep_
slid float - tcam tact vep_slid.
- vep_
slid_ strv - Enable to set tact vep-slid. Valid values:
disable
,enable
. - xlt_
lif float - tcam tact xlt-lif.
- xlt_
lif_ strv - Enable to set tact xlt-lif. Valid values:
disable
,enable
. - xlt_
vid float - tcam tact xlt-vid.
- xlt_
vid_ strv - Enable to set tact xlt-vid. Valid values:
disable
,enable
.
- npu
Tcam String - Npu Tcam.
- act Number
- tcam tact act.
- act
V String - Enable to set tact act. Valid values:
disable
,enable
. - adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - fmtuv4S Number
- tcam tact fmtuv4-s.
- fmtuv4SV String
- Enable to set tact fmtuv4-s. Valid values:
disable
,enable
. - fmtuv6S Number
- tcam tact fmtuv6-s.
- fmtuv6SV String
- Enable to set tact fmtuv6-s. Valid values:
disable
,enable
. - lnkid Number
- tcam tact lnkid.
- lnkid
V String - Enable to set tact lnkid. Valid values:
disable
,enable
. - mac
Id Number - tcam tact mac-id.
- mac
Id StringV - Enable to set tact mac-id. Valid values:
disable
,enable
. - mss
T Number - tcam tact mss.
- mss
TV String - Enable to set tact mss. Valid values:
disable
,enable
. - mtuv4 Number
- tcam tact mtuv4.
- mtuv4V String
- Enable to set tact mtuv4. Valid values:
disable
,enable
. - mtuv6 Number
- tcam tact mtuv6.
- mtuv6V String
- Enable to set tact mtuv6. Valid values:
disable
,enable
. - object
System StringNpu Nputcam Tact Id - an identifier for the resource.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - slif
Act Number - tcam tact slif-act.
- slif
Act StringV - Enable to set tact slif-act. Valid values:
disable
,enable
. - sublnkid Number
- tcam tact sublnkid.
- sublnkid
V String - Enable to set tact sublnkid. Valid values:
disable
,enable
. - tgtv
Act Number - tcam tact tgtv-act.
- tgtv
Act StringV - Enable to set tact tgtv-act. Valid values:
disable
,enable
. - tlif
Act Number - tcam tact tlif-act.
- tlif
Act StringV - Enable to set tact tlif-act. Valid values:
disable
,enable
. - tpeid Number
- tcam tact tpeid.
- tpeid
V String - Enable to set tact tpeid. Valid values:
disable
,enable
. - v6fe Number
- tcam tact v6fe.
- v6fe
V String - Enable to set tact v6fe. Valid values:
disable
,enable
. - vep
En Number - tcam tact vep_en.
- vep
En StringV - Enable to set tact vep-en. Valid values:
disable
,enable
. - vep
Slid Number - tcam tact vep_slid.
- vep
Slid StringV - Enable to set tact vep-slid. Valid values:
disable
,enable
. - xlt
Lif Number - tcam tact xlt-lif.
- xlt
Lif StringV - Enable to set tact xlt-lif. Valid values:
disable
,enable
. - xlt
Vid Number - tcam tact xlt-vid.
- xlt
Vid StringV - Enable to set tact xlt-vid. Valid values:
disable
,enable
.
Outputs
All input properties are implicitly available as output properties. Additionally, the ObjectSystemNpuNputcamTact 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 ObjectSystemNpuNputcamTact Resource
Get an existing ObjectSystemNpuNputcamTact 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?: ObjectSystemNpuNputcamTactState, opts?: CustomResourceOptions): ObjectSystemNpuNputcamTact
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
act: Optional[float] = None,
act_v: Optional[str] = None,
adom: Optional[str] = None,
fmtuv4_s: Optional[float] = None,
fmtuv4_sv: Optional[str] = None,
fmtuv6_s: Optional[float] = None,
fmtuv6_sv: Optional[str] = None,
lnkid: Optional[float] = None,
lnkid_v: Optional[str] = None,
mac_id: Optional[float] = None,
mac_id_v: Optional[str] = None,
mss_t: Optional[float] = None,
mss_tv: Optional[str] = None,
mtuv4: Optional[float] = None,
mtuv4_v: Optional[str] = None,
mtuv6: Optional[float] = None,
mtuv6_v: Optional[str] = None,
npu_tcam: Optional[str] = None,
object_system_npu_nputcam_tact_id: Optional[str] = None,
scopetype: Optional[str] = None,
slif_act: Optional[float] = None,
slif_act_v: Optional[str] = None,
sublnkid: Optional[float] = None,
sublnkid_v: Optional[str] = None,
tgtv_act: Optional[float] = None,
tgtv_act_v: Optional[str] = None,
tlif_act: Optional[float] = None,
tlif_act_v: Optional[str] = None,
tpeid: Optional[float] = None,
tpeid_v: Optional[str] = None,
v6fe: Optional[float] = None,
v6fe_v: Optional[str] = None,
vep_en: Optional[float] = None,
vep_en_v: Optional[str] = None,
vep_slid: Optional[float] = None,
vep_slid_v: Optional[str] = None,
xlt_lif: Optional[float] = None,
xlt_lif_v: Optional[str] = None,
xlt_vid: Optional[float] = None,
xlt_vid_v: Optional[str] = None) -> ObjectSystemNpuNputcamTact
func GetObjectSystemNpuNputcamTact(ctx *Context, name string, id IDInput, state *ObjectSystemNpuNputcamTactState, opts ...ResourceOption) (*ObjectSystemNpuNputcamTact, error)
public static ObjectSystemNpuNputcamTact Get(string name, Input<string> id, ObjectSystemNpuNputcamTactState? state, CustomResourceOptions? opts = null)
public static ObjectSystemNpuNputcamTact get(String name, Output<String> id, ObjectSystemNpuNputcamTactState state, CustomResourceOptions options)
resources: _: type: fortimanager:ObjectSystemNpuNputcamTact 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.
- Act double
- tcam tact act.
- Act
V string - Enable to set tact act. Valid values:
disable
,enable
. - Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Fmtuv4S double
- tcam tact fmtuv4-s.
- Fmtuv4SV string
- Enable to set tact fmtuv4-s. Valid values:
disable
,enable
. - Fmtuv6S double
- tcam tact fmtuv6-s.
- Fmtuv6SV string
- Enable to set tact fmtuv6-s. Valid values:
disable
,enable
. - Lnkid double
- tcam tact lnkid.
- Lnkid
V string - Enable to set tact lnkid. Valid values:
disable
,enable
. - Mac
Id double - tcam tact mac-id.
- Mac
Id stringV - Enable to set tact mac-id. Valid values:
disable
,enable
. - Mss
T double - tcam tact mss.
- Mss
TV string - Enable to set tact mss. Valid values:
disable
,enable
. - Mtuv4 double
- tcam tact mtuv4.
- Mtuv4V string
- Enable to set tact mtuv4. Valid values:
disable
,enable
. - Mtuv6 double
- tcam tact mtuv6.
- Mtuv6V string
- Enable to set tact mtuv6. Valid values:
disable
,enable
. - Npu
Tcam string - Npu Tcam.
- Object
System stringNpu Nputcam Tact Id - an identifier for the resource.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Slif
Act double - tcam tact slif-act.
- Slif
Act stringV - Enable to set tact slif-act. Valid values:
disable
,enable
. - Sublnkid double
- tcam tact sublnkid.
- Sublnkid
V string - Enable to set tact sublnkid. Valid values:
disable
,enable
. - Tgtv
Act double - tcam tact tgtv-act.
- Tgtv
Act stringV - Enable to set tact tgtv-act. Valid values:
disable
,enable
. - Tlif
Act double - tcam tact tlif-act.
- Tlif
Act stringV - Enable to set tact tlif-act. Valid values:
disable
,enable
. - Tpeid double
- tcam tact tpeid.
- Tpeid
V string - Enable to set tact tpeid. Valid values:
disable
,enable
. - V6fe double
- tcam tact v6fe.
- V6fe
V string - Enable to set tact v6fe. Valid values:
disable
,enable
. - Vep
En double - tcam tact vep_en.
- Vep
En stringV - Enable to set tact vep-en. Valid values:
disable
,enable
. - Vep
Slid double - tcam tact vep_slid.
- Vep
Slid stringV - Enable to set tact vep-slid. Valid values:
disable
,enable
. - Xlt
Lif double - tcam tact xlt-lif.
- Xlt
Lif stringV - Enable to set tact xlt-lif. Valid values:
disable
,enable
. - Xlt
Vid double - tcam tact xlt-vid.
- Xlt
Vid stringV - Enable to set tact xlt-vid. Valid values:
disable
,enable
.
- Act float64
- tcam tact act.
- Act
V string - Enable to set tact act. Valid values:
disable
,enable
. - Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Fmtuv4S float64
- tcam tact fmtuv4-s.
- Fmtuv4SV string
- Enable to set tact fmtuv4-s. Valid values:
disable
,enable
. - Fmtuv6S float64
- tcam tact fmtuv6-s.
- Fmtuv6SV string
- Enable to set tact fmtuv6-s. Valid values:
disable
,enable
. - Lnkid float64
- tcam tact lnkid.
- Lnkid
V string - Enable to set tact lnkid. Valid values:
disable
,enable
. - Mac
Id float64 - tcam tact mac-id.
- Mac
Id stringV - Enable to set tact mac-id. Valid values:
disable
,enable
. - Mss
T float64 - tcam tact mss.
- Mss
TV string - Enable to set tact mss. Valid values:
disable
,enable
. - Mtuv4 float64
- tcam tact mtuv4.
- Mtuv4V string
- Enable to set tact mtuv4. Valid values:
disable
,enable
. - Mtuv6 float64
- tcam tact mtuv6.
- Mtuv6V string
- Enable to set tact mtuv6. Valid values:
disable
,enable
. - Npu
Tcam string - Npu Tcam.
- Object
System stringNpu Nputcam Tact Id - an identifier for the resource.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Slif
Act float64 - tcam tact slif-act.
- Slif
Act stringV - Enable to set tact slif-act. Valid values:
disable
,enable
. - Sublnkid float64
- tcam tact sublnkid.
- Sublnkid
V string - Enable to set tact sublnkid. Valid values:
disable
,enable
. - Tgtv
Act float64 - tcam tact tgtv-act.
- Tgtv
Act stringV - Enable to set tact tgtv-act. Valid values:
disable
,enable
. - Tlif
Act float64 - tcam tact tlif-act.
- Tlif
Act stringV - Enable to set tact tlif-act. Valid values:
disable
,enable
. - Tpeid float64
- tcam tact tpeid.
- Tpeid
V string - Enable to set tact tpeid. Valid values:
disable
,enable
. - V6fe float64
- tcam tact v6fe.
- V6fe
V string - Enable to set tact v6fe. Valid values:
disable
,enable
. - Vep
En float64 - tcam tact vep_en.
- Vep
En stringV - Enable to set tact vep-en. Valid values:
disable
,enable
. - Vep
Slid float64 - tcam tact vep_slid.
- Vep
Slid stringV - Enable to set tact vep-slid. Valid values:
disable
,enable
. - Xlt
Lif float64 - tcam tact xlt-lif.
- Xlt
Lif stringV - Enable to set tact xlt-lif. Valid values:
disable
,enable
. - Xlt
Vid float64 - tcam tact xlt-vid.
- Xlt
Vid stringV - Enable to set tact xlt-vid. Valid values:
disable
,enable
.
- act Double
- tcam tact act.
- act
V String - Enable to set tact act. Valid values:
disable
,enable
. - adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - fmtuv4S Double
- tcam tact fmtuv4-s.
- fmtuv4SV String
- Enable to set tact fmtuv4-s. Valid values:
disable
,enable
. - fmtuv6S Double
- tcam tact fmtuv6-s.
- fmtuv6SV String
- Enable to set tact fmtuv6-s. Valid values:
disable
,enable
. - lnkid Double
- tcam tact lnkid.
- lnkid
V String - Enable to set tact lnkid. Valid values:
disable
,enable
. - mac
Id Double - tcam tact mac-id.
- mac
Id StringV - Enable to set tact mac-id. Valid values:
disable
,enable
. - mss
T Double - tcam tact mss.
- mss
TV String - Enable to set tact mss. Valid values:
disable
,enable
. - mtuv4 Double
- tcam tact mtuv4.
- mtuv4V String
- Enable to set tact mtuv4. Valid values:
disable
,enable
. - mtuv6 Double
- tcam tact mtuv6.
- mtuv6V String
- Enable to set tact mtuv6. Valid values:
disable
,enable
. - npu
Tcam String - Npu Tcam.
- object
System StringNpu Nputcam Tact Id - an identifier for the resource.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - slif
Act Double - tcam tact slif-act.
- slif
Act StringV - Enable to set tact slif-act. Valid values:
disable
,enable
. - sublnkid Double
- tcam tact sublnkid.
- sublnkid
V String - Enable to set tact sublnkid. Valid values:
disable
,enable
. - tgtv
Act Double - tcam tact tgtv-act.
- tgtv
Act StringV - Enable to set tact tgtv-act. Valid values:
disable
,enable
. - tlif
Act Double - tcam tact tlif-act.
- tlif
Act StringV - Enable to set tact tlif-act. Valid values:
disable
,enable
. - tpeid Double
- tcam tact tpeid.
- tpeid
V String - Enable to set tact tpeid. Valid values:
disable
,enable
. - v6fe Double
- tcam tact v6fe.
- v6fe
V String - Enable to set tact v6fe. Valid values:
disable
,enable
. - vep
En Double - tcam tact vep_en.
- vep
En StringV - Enable to set tact vep-en. Valid values:
disable
,enable
. - vep
Slid Double - tcam tact vep_slid.
- vep
Slid StringV - Enable to set tact vep-slid. Valid values:
disable
,enable
. - xlt
Lif Double - tcam tact xlt-lif.
- xlt
Lif StringV - Enable to set tact xlt-lif. Valid values:
disable
,enable
. - xlt
Vid Double - tcam tact xlt-vid.
- xlt
Vid StringV - Enable to set tact xlt-vid. Valid values:
disable
,enable
.
- act number
- tcam tact act.
- act
V string - Enable to set tact act. Valid values:
disable
,enable
. - adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - fmtuv4S number
- tcam tact fmtuv4-s.
- fmtuv4SV string
- Enable to set tact fmtuv4-s. Valid values:
disable
,enable
. - fmtuv6S number
- tcam tact fmtuv6-s.
- fmtuv6SV string
- Enable to set tact fmtuv6-s. Valid values:
disable
,enable
. - lnkid number
- tcam tact lnkid.
- lnkid
V string - Enable to set tact lnkid. Valid values:
disable
,enable
. - mac
Id number - tcam tact mac-id.
- mac
Id stringV - Enable to set tact mac-id. Valid values:
disable
,enable
. - mss
T number - tcam tact mss.
- mss
TV string - Enable to set tact mss. Valid values:
disable
,enable
. - mtuv4 number
- tcam tact mtuv4.
- mtuv4V string
- Enable to set tact mtuv4. Valid values:
disable
,enable
. - mtuv6 number
- tcam tact mtuv6.
- mtuv6V string
- Enable to set tact mtuv6. Valid values:
disable
,enable
. - npu
Tcam string - Npu Tcam.
- object
System stringNpu Nputcam Tact Id - an identifier for the resource.
- scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - slif
Act number - tcam tact slif-act.
- slif
Act stringV - Enable to set tact slif-act. Valid values:
disable
,enable
. - sublnkid number
- tcam tact sublnkid.
- sublnkid
V string - Enable to set tact sublnkid. Valid values:
disable
,enable
. - tgtv
Act number - tcam tact tgtv-act.
- tgtv
Act stringV - Enable to set tact tgtv-act. Valid values:
disable
,enable
. - tlif
Act number - tcam tact tlif-act.
- tlif
Act stringV - Enable to set tact tlif-act. Valid values:
disable
,enable
. - tpeid number
- tcam tact tpeid.
- tpeid
V string - Enable to set tact tpeid. Valid values:
disable
,enable
. - v6fe number
- tcam tact v6fe.
- v6fe
V string - Enable to set tact v6fe. Valid values:
disable
,enable
. - vep
En number - tcam tact vep_en.
- vep
En stringV - Enable to set tact vep-en. Valid values:
disable
,enable
. - vep
Slid number - tcam tact vep_slid.
- vep
Slid stringV - Enable to set tact vep-slid. Valid values:
disable
,enable
. - xlt
Lif number - tcam tact xlt-lif.
- xlt
Lif stringV - Enable to set tact xlt-lif. Valid values:
disable
,enable
. - xlt
Vid number - tcam tact xlt-vid.
- xlt
Vid stringV - Enable to set tact xlt-vid. Valid values:
disable
,enable
.
- act float
- tcam tact act.
- act_
v str - Enable to set tact act. Valid values:
disable
,enable
. - adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - fmtuv4_
s float - tcam tact fmtuv4-s.
- fmtuv4_
sv str - Enable to set tact fmtuv4-s. Valid values:
disable
,enable
. - fmtuv6_
s float - tcam tact fmtuv6-s.
- fmtuv6_
sv str - Enable to set tact fmtuv6-s. Valid values:
disable
,enable
. - lnkid float
- tcam tact lnkid.
- lnkid_
v str - Enable to set tact lnkid. Valid values:
disable
,enable
. - mac_
id float - tcam tact mac-id.
- mac_
id_ strv - Enable to set tact mac-id. Valid values:
disable
,enable
. - mss_
t float - tcam tact mss.
- mss_
tv str - Enable to set tact mss. Valid values:
disable
,enable
. - mtuv4 float
- tcam tact mtuv4.
- mtuv4_
v str - Enable to set tact mtuv4. Valid values:
disable
,enable
. - mtuv6 float
- tcam tact mtuv6.
- mtuv6_
v str - Enable to set tact mtuv6. Valid values:
disable
,enable
. - npu_
tcam str - Npu Tcam.
- object_
system_ strnpu_ nputcam_ tact_ id - an identifier for the resource.
- scopetype str
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - slif_
act float - tcam tact slif-act.
- slif_
act_ strv - Enable to set tact slif-act. Valid values:
disable
,enable
. - sublnkid float
- tcam tact sublnkid.
- sublnkid_
v str - Enable to set tact sublnkid. Valid values:
disable
,enable
. - tgtv_
act float - tcam tact tgtv-act.
- tgtv_
act_ strv - Enable to set tact tgtv-act. Valid values:
disable
,enable
. - tlif_
act float - tcam tact tlif-act.
- tlif_
act_ strv - Enable to set tact tlif-act. Valid values:
disable
,enable
. - tpeid float
- tcam tact tpeid.
- tpeid_
v str - Enable to set tact tpeid. Valid values:
disable
,enable
. - v6fe float
- tcam tact v6fe.
- v6fe_
v str - Enable to set tact v6fe. Valid values:
disable
,enable
. - vep_
en float - tcam tact vep_en.
- vep_
en_ strv - Enable to set tact vep-en. Valid values:
disable
,enable
. - vep_
slid float - tcam tact vep_slid.
- vep_
slid_ strv - Enable to set tact vep-slid. Valid values:
disable
,enable
. - xlt_
lif float - tcam tact xlt-lif.
- xlt_
lif_ strv - Enable to set tact xlt-lif. Valid values:
disable
,enable
. - xlt_
vid float - tcam tact xlt-vid.
- xlt_
vid_ strv - Enable to set tact xlt-vid. Valid values:
disable
,enable
.
- act Number
- tcam tact act.
- act
V String - Enable to set tact act. Valid values:
disable
,enable
. - adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - fmtuv4S Number
- tcam tact fmtuv4-s.
- fmtuv4SV String
- Enable to set tact fmtuv4-s. Valid values:
disable
,enable
. - fmtuv6S Number
- tcam tact fmtuv6-s.
- fmtuv6SV String
- Enable to set tact fmtuv6-s. Valid values:
disable
,enable
. - lnkid Number
- tcam tact lnkid.
- lnkid
V String - Enable to set tact lnkid. Valid values:
disable
,enable
. - mac
Id Number - tcam tact mac-id.
- mac
Id StringV - Enable to set tact mac-id. Valid values:
disable
,enable
. - mss
T Number - tcam tact mss.
- mss
TV String - Enable to set tact mss. Valid values:
disable
,enable
. - mtuv4 Number
- tcam tact mtuv4.
- mtuv4V String
- Enable to set tact mtuv4. Valid values:
disable
,enable
. - mtuv6 Number
- tcam tact mtuv6.
- mtuv6V String
- Enable to set tact mtuv6. Valid values:
disable
,enable
. - npu
Tcam String - Npu Tcam.
- object
System StringNpu Nputcam Tact Id - an identifier for the resource.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - slif
Act Number - tcam tact slif-act.
- slif
Act StringV - Enable to set tact slif-act. Valid values:
disable
,enable
. - sublnkid Number
- tcam tact sublnkid.
- sublnkid
V String - Enable to set tact sublnkid. Valid values:
disable
,enable
. - tgtv
Act Number - tcam tact tgtv-act.
- tgtv
Act StringV - Enable to set tact tgtv-act. Valid values:
disable
,enable
. - tlif
Act Number - tcam tact tlif-act.
- tlif
Act StringV - Enable to set tact tlif-act. Valid values:
disable
,enable
. - tpeid Number
- tcam tact tpeid.
- tpeid
V String - Enable to set tact tpeid. Valid values:
disable
,enable
. - v6fe Number
- tcam tact v6fe.
- v6fe
V String - Enable to set tact v6fe. Valid values:
disable
,enable
. - vep
En Number - tcam tact vep_en.
- vep
En StringV - Enable to set tact vep-en. Valid values:
disable
,enable
. - vep
Slid Number - tcam tact vep_slid.
- vep
Slid StringV - Enable to set tact vep-slid. Valid values:
disable
,enable
. - xlt
Lif Number - tcam tact xlt-lif.
- xlt
Lif StringV - Enable to set tact xlt-lif. Valid values:
disable
,enable
. - xlt
Vid Number - tcam tact xlt-vid.
- xlt
Vid StringV - Enable to set tact xlt-vid. Valid values:
disable
,enable
.
Import
ObjectSystem NpuNpuTcamTact can be imported using any of these accepted formats:
Set import_options = [“npu_tcam=YOUR_VALUE”] in the provider section.
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectSystemNpuNputcamTact:ObjectSystemNpuNputcamTact labelname ObjectSystemNpuNpuTcamTact
$ 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.