Fortios v0.0.6 published on Tuesday, Jul 9, 2024 by pulumiverse
fortios.router.getMulticastflow
Explore with Pulumi AI
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:
Supporting Types
GetMulticastflowFlow
- Group
Addr string - Multicast group IP address.
- Id int
- Flow ID.
- Source
Addr string - Multicast source IP address.
- Group
Addr string - Multicast group IP address.
- Id int
- Flow ID.
- Source
Addr string - Multicast source IP address.
- group
Addr String - Multicast group IP address.
- id Integer
- Flow ID.
- source
Addr String - Multicast source IP address.
- group
Addr string - Multicast group IP address.
- id number
- Flow ID.
- source
Addr string - Multicast source IP address.
- group_
addr str - Multicast group IP address.
- id int
- Flow ID.
- source_
addr str - Multicast source IP address.
- group
Addr String - Multicast group IP address.
- id Number
- Flow ID.
- source
Addr 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.