fortios.system.Fortindr
Explore with Pulumi AI
Configure FortiNDR. Applies to FortiOS Version >= 7.0.8
.
Create Fortindr Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Fortindr(name: string, args?: FortindrArgs, opts?: CustomResourceOptions);
@overload
def Fortindr(resource_name: str,
args: Optional[FortindrArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def Fortindr(resource_name: str,
opts: Optional[ResourceOptions] = None,
interface: Optional[str] = None,
interface_select_method: Optional[str] = None,
source_ip: Optional[str] = None,
status: Optional[str] = None,
vdomparam: Optional[str] = None)
func NewFortindr(ctx *Context, name string, args *FortindrArgs, opts ...ResourceOption) (*Fortindr, error)
public Fortindr(string name, FortindrArgs? args = null, CustomResourceOptions? opts = null)
public Fortindr(String name, FortindrArgs args)
public Fortindr(String name, FortindrArgs args, CustomResourceOptions options)
type: fortios:system:Fortindr
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 FortindrArgs
- 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 FortindrArgs
- 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 FortindrArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args FortindrArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args FortindrArgs
- 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 fortindrResource = new Fortios.System.Fortindr("fortindrResource", new()
{
Interface = "string",
InterfaceSelectMethod = "string",
SourceIp = "string",
Status = "string",
Vdomparam = "string",
});
example, err := system.NewFortindr(ctx, "fortindrResource", &system.FortindrArgs{
Interface: pulumi.String("string"),
InterfaceSelectMethod: pulumi.String("string"),
SourceIp: pulumi.String("string"),
Status: pulumi.String("string"),
Vdomparam: pulumi.String("string"),
})
var fortindrResource = new Fortindr("fortindrResource", FortindrArgs.builder()
.interface_("string")
.interfaceSelectMethod("string")
.sourceIp("string")
.status("string")
.vdomparam("string")
.build());
fortindr_resource = fortios.system.Fortindr("fortindrResource",
interface="string",
interface_select_method="string",
source_ip="string",
status="string",
vdomparam="string")
const fortindrResource = new fortios.system.Fortindr("fortindrResource", {
"interface": "string",
interfaceSelectMethod: "string",
sourceIp: "string",
status: "string",
vdomparam: "string",
});
type: fortios:system:Fortindr
properties:
interface: string
interfaceSelectMethod: string
sourceIp: string
status: string
vdomparam: string
Fortindr Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The Fortindr resource accepts the following input properties:
- Interface string
- Specify outgoing interface to reach server.
- Interface
Select stringMethod - Specify how to select outgoing interface to reach server. Valid values:
auto
,sdwan
,specify
. - Source
Ip string - Source IP address for communications to FortiNDR.
- Status string
- Enable/disable FortiNDR. Valid values:
disable
,enable
. - Vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- Interface string
- Specify outgoing interface to reach server.
- Interface
Select stringMethod - Specify how to select outgoing interface to reach server. Valid values:
auto
,sdwan
,specify
. - Source
Ip string - Source IP address for communications to FortiNDR.
- Status string
- Enable/disable FortiNDR. Valid values:
disable
,enable
. - Vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- interface
Select StringMethod - Specify how to select outgoing interface to reach server. Valid values:
auto
,sdwan
,specify
. - interface_ String
- Specify outgoing interface to reach server.
- source
Ip String - Source IP address for communications to FortiNDR.
- status String
- Enable/disable FortiNDR. Valid values:
disable
,enable
. - vdomparam String
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- interface string
- Specify outgoing interface to reach server.
- interface
Select stringMethod - Specify how to select outgoing interface to reach server. Valid values:
auto
,sdwan
,specify
. - source
Ip string - Source IP address for communications to FortiNDR.
- status string
- Enable/disable FortiNDR. Valid values:
disable
,enable
. - vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- interface str
- Specify outgoing interface to reach server.
- interface_
select_ strmethod - Specify how to select outgoing interface to reach server. Valid values:
auto
,sdwan
,specify
. - source_
ip str - Source IP address for communications to FortiNDR.
- status str
- Enable/disable FortiNDR. Valid values:
disable
,enable
. - vdomparam str
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- interface String
- Specify outgoing interface to reach server.
- interface
Select StringMethod - Specify how to select outgoing interface to reach server. Valid values:
auto
,sdwan
,specify
. - source
Ip String - Source IP address for communications to FortiNDR.
- status String
- Enable/disable FortiNDR. Valid values:
disable
,enable
. - vdomparam String
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
Outputs
All input properties are implicitly available as output properties. Additionally, the Fortindr 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 Fortindr Resource
Get an existing Fortindr 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?: FortindrState, opts?: CustomResourceOptions): Fortindr
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
interface: Optional[str] = None,
interface_select_method: Optional[str] = None,
source_ip: Optional[str] = None,
status: Optional[str] = None,
vdomparam: Optional[str] = None) -> Fortindr
func GetFortindr(ctx *Context, name string, id IDInput, state *FortindrState, opts ...ResourceOption) (*Fortindr, error)
public static Fortindr Get(string name, Input<string> id, FortindrState? state, CustomResourceOptions? opts = null)
public static Fortindr get(String name, Output<String> id, FortindrState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- 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.
- Interface string
- Specify outgoing interface to reach server.
- Interface
Select stringMethod - Specify how to select outgoing interface to reach server. Valid values:
auto
,sdwan
,specify
. - Source
Ip string - Source IP address for communications to FortiNDR.
- Status string
- Enable/disable FortiNDR. Valid values:
disable
,enable
. - Vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- Interface string
- Specify outgoing interface to reach server.
- Interface
Select stringMethod - Specify how to select outgoing interface to reach server. Valid values:
auto
,sdwan
,specify
. - Source
Ip string - Source IP address for communications to FortiNDR.
- Status string
- Enable/disable FortiNDR. Valid values:
disable
,enable
. - Vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- interface
Select StringMethod - Specify how to select outgoing interface to reach server. Valid values:
auto
,sdwan
,specify
. - interface_ String
- Specify outgoing interface to reach server.
- source
Ip String - Source IP address for communications to FortiNDR.
- status String
- Enable/disable FortiNDR. Valid values:
disable
,enable
. - vdomparam String
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- interface string
- Specify outgoing interface to reach server.
- interface
Select stringMethod - Specify how to select outgoing interface to reach server. Valid values:
auto
,sdwan
,specify
. - source
Ip string - Source IP address for communications to FortiNDR.
- status string
- Enable/disable FortiNDR. Valid values:
disable
,enable
. - vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- interface str
- Specify outgoing interface to reach server.
- interface_
select_ strmethod - Specify how to select outgoing interface to reach server. Valid values:
auto
,sdwan
,specify
. - source_
ip str - Source IP address for communications to FortiNDR.
- status str
- Enable/disable FortiNDR. Valid values:
disable
,enable
. - vdomparam str
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- interface String
- Specify outgoing interface to reach server.
- interface
Select StringMethod - Specify how to select outgoing interface to reach server. Valid values:
auto
,sdwan
,specify
. - source
Ip String - Source IP address for communications to FortiNDR.
- status String
- Enable/disable FortiNDR. Valid values:
disable
,enable
. - vdomparam String
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
Import
System Fortindr can be imported using any of these accepted formats:
$ pulumi import fortios:system/fortindr:Fortindr labelname SystemFortindr
If you do not want to import arguments of block:
$ export “FORTIOS_IMPORT_TABLE”=“false”
$ pulumi import fortios:system/fortindr:Fortindr labelname SystemFortindr
$ unset “FORTIOS_IMPORT_TABLE”
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- fortios pulumiverse/pulumi-fortios
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
fortios
Terraform Provider.