1. Packages
  2. Fortios
  3. API Docs
  4. system
  5. getVdomnetflow
Fortios v0.0.5 published on Tuesday, Apr 9, 2024 by pulumiverse

fortios.system.getVdomnetflow

Explore with Pulumi AI

fortios logo
Fortios v0.0.5 published on Tuesday, Apr 9, 2024 by pulumiverse

    Use this data source to get information on fortios system vdomnetflow

    Using getVdomnetflow

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getVdomnetflow(args: GetVdomnetflowArgs, opts?: InvokeOptions): Promise<GetVdomnetflowResult>
    function getVdomnetflowOutput(args: GetVdomnetflowOutputArgs, opts?: InvokeOptions): Output<GetVdomnetflowResult>
    def get_vdomnetflow(vdomparam: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetVdomnetflowResult
    def get_vdomnetflow_output(vdomparam: Optional[pulumi.Input[str]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetVdomnetflowResult]
    func LookupVdomnetflow(ctx *Context, args *LookupVdomnetflowArgs, opts ...InvokeOption) (*LookupVdomnetflowResult, error)
    func LookupVdomnetflowOutput(ctx *Context, args *LookupVdomnetflowOutputArgs, opts ...InvokeOption) LookupVdomnetflowResultOutput

    > Note: This function is named LookupVdomnetflow in the Go SDK.

    public static class GetVdomnetflow 
    {
        public static Task<GetVdomnetflowResult> InvokeAsync(GetVdomnetflowArgs args, InvokeOptions? opts = null)
        public static Output<GetVdomnetflowResult> Invoke(GetVdomnetflowInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetVdomnetflowResult> getVdomnetflow(GetVdomnetflowArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: fortios:system/getVdomnetflow:getVdomnetflow
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Vdomparam string
    Specifies the vdom to which the data source 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.
    Vdomparam string
    Specifies the vdom to which the data source 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.
    vdomparam String
    Specifies the vdom to which the data source 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.
    vdomparam string
    Specifies the vdom to which the data source 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.
    vdomparam str
    Specifies the vdom to which the data source 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.
    vdomparam String
    Specifies the vdom to which the data source 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.

    getVdomnetflow Result

    The following output properties are available:

    CollectorIp string
    Collector IP.
    CollectorPort int
    NetFlow collector port number.
    Collectors List<Pulumiverse.Fortios.System.Outputs.GetVdomnetflowCollector>
    Netflow collectors. The structure of collectors block is documented below.
    Id string
    The provider-assigned unique ID for this managed resource.
    Interface string
    Specify outgoing interface to reach server.
    InterfaceSelectMethod string
    Specify how to select outgoing interface to reach server.
    SourceIp string
    Source IP address for communication with the NetFlow agent.
    VdomNetflow string
    Enable/disable NetFlow per VDOM.
    Vdomparam string
    CollectorIp string
    Collector IP.
    CollectorPort int
    NetFlow collector port number.
    Collectors []GetVdomnetflowCollector
    Netflow collectors. The structure of collectors block is documented below.
    Id string
    The provider-assigned unique ID for this managed resource.
    Interface string
    Specify outgoing interface to reach server.
    InterfaceSelectMethod string
    Specify how to select outgoing interface to reach server.
    SourceIp string
    Source IP address for communication with the NetFlow agent.
    VdomNetflow string
    Enable/disable NetFlow per VDOM.
    Vdomparam string
    collectorIp String
    Collector IP.
    collectorPort Integer
    NetFlow collector port number.
    collectors List<GetVdomnetflowCollector>
    Netflow collectors. The structure of collectors block is documented below.
    id String
    The provider-assigned unique ID for this managed resource.
    interfaceSelectMethod String
    Specify how to select outgoing interface to reach server.
    interface_ String
    Specify outgoing interface to reach server.
    sourceIp String
    Source IP address for communication with the NetFlow agent.
    vdomNetflow String
    Enable/disable NetFlow per VDOM.
    vdomparam String
    collectorIp string
    Collector IP.
    collectorPort number
    NetFlow collector port number.
    collectors GetVdomnetflowCollector[]
    Netflow collectors. The structure of collectors block is documented below.
    id string
    The provider-assigned unique ID for this managed resource.
    interface string
    Specify outgoing interface to reach server.
    interfaceSelectMethod string
    Specify how to select outgoing interface to reach server.
    sourceIp string
    Source IP address for communication with the NetFlow agent.
    vdomNetflow string
    Enable/disable NetFlow per VDOM.
    vdomparam string
    collector_ip str
    Collector IP.
    collector_port int
    NetFlow collector port number.
    collectors Sequence[GetVdomnetflowCollector]
    Netflow collectors. The structure of collectors block is documented below.
    id str
    The provider-assigned unique ID for this managed resource.
    interface str
    Specify outgoing interface to reach server.
    interface_select_method str
    Specify how to select outgoing interface to reach server.
    source_ip str
    Source IP address for communication with the NetFlow agent.
    vdom_netflow str
    Enable/disable NetFlow per VDOM.
    vdomparam str
    collectorIp String
    Collector IP.
    collectorPort Number
    NetFlow collector port number.
    collectors List<Property Map>
    Netflow collectors. The structure of collectors block is documented below.
    id String
    The provider-assigned unique ID for this managed resource.
    interface String
    Specify outgoing interface to reach server.
    interfaceSelectMethod String
    Specify how to select outgoing interface to reach server.
    sourceIp String
    Source IP address for communication with the NetFlow agent.
    vdomNetflow String
    Enable/disable NetFlow per VDOM.
    vdomparam String

    Supporting Types

    GetVdomnetflowCollector

    CollectorIp string
    Collector IP.
    CollectorPort int
    NetFlow collector port number.
    Id int
    ID.
    Interface string
    Specify outgoing interface to reach server.
    InterfaceSelectMethod string
    Specify how to select outgoing interface to reach server.
    SourceIp string
    Source IP address for communication with the NetFlow agent.
    CollectorIp string
    Collector IP.
    CollectorPort int
    NetFlow collector port number.
    Id int
    ID.
    Interface string
    Specify outgoing interface to reach server.
    InterfaceSelectMethod string
    Specify how to select outgoing interface to reach server.
    SourceIp string
    Source IP address for communication with the NetFlow agent.
    collectorIp String
    Collector IP.
    collectorPort Integer
    NetFlow collector port number.
    id Integer
    ID.
    interfaceSelectMethod String
    Specify how to select outgoing interface to reach server.
    interface_ String
    Specify outgoing interface to reach server.
    sourceIp String
    Source IP address for communication with the NetFlow agent.
    collectorIp string
    Collector IP.
    collectorPort number
    NetFlow collector port number.
    id number
    ID.
    interface string
    Specify outgoing interface to reach server.
    interfaceSelectMethod string
    Specify how to select outgoing interface to reach server.
    sourceIp string
    Source IP address for communication with the NetFlow agent.
    collector_ip str
    Collector IP.
    collector_port int
    NetFlow collector port number.
    id int
    ID.
    interface str
    Specify outgoing interface to reach server.
    interface_select_method str
    Specify how to select outgoing interface to reach server.
    source_ip str
    Source IP address for communication with the NetFlow agent.
    collectorIp String
    Collector IP.
    collectorPort Number
    NetFlow collector port number.
    id Number
    ID.
    interface String
    Specify outgoing interface to reach server.
    interfaceSelectMethod String
    Specify how to select outgoing interface to reach server.
    sourceIp String
    Source IP address for communication with the NetFlow agent.

    Package Details

    Repository
    fortios pulumiverse/pulumi-fortios
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the fortios Terraform Provider.
    fortios logo
    Fortios v0.0.5 published on Tuesday, Apr 9, 2024 by pulumiverse