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

fortios.router.getMulticastflow

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 an fortios router multicastflow

    Using getMulticastflow

    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 getMulticastflow(args: GetMulticastflowArgs, opts?: InvokeOptions): Promise<GetMulticastflowResult>
    function getMulticastflowOutput(args: GetMulticastflowOutputArgs, opts?: InvokeOptions): Output<GetMulticastflowResult>
    def get_multicastflow(name: Optional[str] = None,
                          vdomparam: Optional[str] = None,
                          opts: Optional[InvokeOptions] = None) -> GetMulticastflowResult
    def get_multicastflow_output(name: Optional[pulumi.Input[str]] = None,
                          vdomparam: Optional[pulumi.Input[str]] = None,
                          opts: Optional[InvokeOptions] = None) -> Output[GetMulticastflowResult]
    func LookupMulticastflow(ctx *Context, args *LookupMulticastflowArgs, opts ...InvokeOption) (*LookupMulticastflowResult, error)
    func LookupMulticastflowOutput(ctx *Context, args *LookupMulticastflowOutputArgs, opts ...InvokeOption) LookupMulticastflowResultOutput

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

    public static class GetMulticastflow 
    {
        public static Task<GetMulticastflowResult> InvokeAsync(GetMulticastflowArgs args, InvokeOptions? opts = null)
        public static Output<GetMulticastflowResult> Invoke(GetMulticastflowInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetMulticastflowResult> getMulticastflow(GetMulticastflowArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: fortios:router/getMulticastflow:getMulticastflow
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Name string
    Specify the name of the desired router multicastflow.
    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.
    Name string
    Specify the name of the desired router multicastflow.
    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.
    name String
    Specify the name of the desired router multicastflow.
    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.
    name string
    Specify the name of the desired router multicastflow.
    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.
    name str
    Specify the name of the desired router multicastflow.
    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.
    name String
    Specify the name of the desired router multicastflow.
    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.

    getMulticastflow Result

    The following output properties are available:

    Comments string
    Comment.
    Flows List<Pulumiverse.Fortios.Router.Outputs.GetMulticastflowFlow>
    Multicast-flow entries. The structure of flows block is documented below.
    Id string
    The provider-assigned unique ID for this managed resource.
    Name string
    Name.
    Vdomparam string
    Comments string
    Comment.
    Flows []GetMulticastflowFlow
    Multicast-flow entries. The structure of flows block is documented below.
    Id string
    The provider-assigned unique ID for this managed resource.
    Name string
    Name.
    Vdomparam string
    comments String
    Comment.
    flows List<GetMulticastflowFlow>
    Multicast-flow entries. The structure of flows block is documented below.
    id String
    The provider-assigned unique ID for this managed resource.
    name String
    Name.
    vdomparam String
    comments string
    Comment.
    flows GetMulticastflowFlow[]
    Multicast-flow entries. The structure of flows block is documented below.
    id string
    The provider-assigned unique ID for this managed resource.
    name string
    Name.
    vdomparam string
    comments str
    Comment.
    flows Sequence[GetMulticastflowFlow]
    Multicast-flow entries. The structure of flows block is documented below.
    id str
    The provider-assigned unique ID for this managed resource.
    name str
    Name.
    vdomparam str
    comments String
    Comment.
    flows List<Property Map>
    Multicast-flow entries. The structure of flows block is documented below.
    id String
    The provider-assigned unique ID for this managed resource.
    name String
    Name.
    vdomparam String

    Supporting Types

    GetMulticastflowFlow

    GroupAddr string
    Multicast group IP address.
    Id int
    Flow ID.
    SourceAddr string
    Multicast source IP address.
    GroupAddr string
    Multicast group IP address.
    Id int
    Flow ID.
    SourceAddr string
    Multicast source IP address.
    groupAddr String
    Multicast group IP address.
    id Integer
    Flow ID.
    sourceAddr String
    Multicast source IP address.
    groupAddr string
    Multicast group IP address.
    id number
    Flow ID.
    sourceAddr string
    Multicast source IP address.
    group_addr str
    Multicast group IP address.
    id int
    Flow ID.
    source_addr str
    Multicast source IP address.
    groupAddr String
    Multicast group IP address.
    id Number
    Flow ID.
    sourceAddr String
    Multicast source IP address.

    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