1. Packages
  2. Fortios
  3. API Docs
  4. router
  5. getBfd6
Fortios v0.0.6 published on Tuesday, Jul 9, 2024 by pulumiverse

fortios.router.getBfd6

Explore with Pulumi AI

fortios logo
Fortios v0.0.6 published on Tuesday, Jul 9, 2024 by pulumiverse

    Use this data source to get information on fortios router bfd6

    Using getBfd6

    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 getBfd6(args: GetBfd6Args, opts?: InvokeOptions): Promise<GetBfd6Result>
    function getBfd6Output(args: GetBfd6OutputArgs, opts?: InvokeOptions): Output<GetBfd6Result>
    def get_bfd6(vdomparam: Optional[str] = None,
                 opts: Optional[InvokeOptions] = None) -> GetBfd6Result
    def get_bfd6_output(vdomparam: Optional[pulumi.Input[str]] = None,
                 opts: Optional[InvokeOptions] = None) -> Output[GetBfd6Result]
    func LookupBfd6(ctx *Context, args *LookupBfd6Args, opts ...InvokeOption) (*LookupBfd6Result, error)
    func LookupBfd6Output(ctx *Context, args *LookupBfd6OutputArgs, opts ...InvokeOption) LookupBfd6ResultOutput

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

    public static class GetBfd6 
    {
        public static Task<GetBfd6Result> InvokeAsync(GetBfd6Args args, InvokeOptions? opts = null)
        public static Output<GetBfd6Result> Invoke(GetBfd6InvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetBfd6Result> getBfd6(GetBfd6Args args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: fortios:router/getBfd6:getBfd6
      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.

    getBfd6 Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    MultihopTemplates List<Pulumiverse.Fortios.Router.Outputs.GetBfd6MultihopTemplate>
    BFD IPv6 multi-hop template table. The structure of multihop_template block is documented below.
    Neighbors List<Pulumiverse.Fortios.Router.Outputs.GetBfd6Neighbor>
    Configure neighbor of IPv6 BFD. The structure of neighbor block is documented below.
    Vdomparam string
    Id string
    The provider-assigned unique ID for this managed resource.
    MultihopTemplates []GetBfd6MultihopTemplate
    BFD IPv6 multi-hop template table. The structure of multihop_template block is documented below.
    Neighbors []GetBfd6Neighbor
    Configure neighbor of IPv6 BFD. The structure of neighbor block is documented below.
    Vdomparam string
    id String
    The provider-assigned unique ID for this managed resource.
    multihopTemplates List<GetBfd6MultihopTemplate>
    BFD IPv6 multi-hop template table. The structure of multihop_template block is documented below.
    neighbors List<GetBfd6Neighbor>
    Configure neighbor of IPv6 BFD. The structure of neighbor block is documented below.
    vdomparam String
    id string
    The provider-assigned unique ID for this managed resource.
    multihopTemplates GetBfd6MultihopTemplate[]
    BFD IPv6 multi-hop template table. The structure of multihop_template block is documented below.
    neighbors GetBfd6Neighbor[]
    Configure neighbor of IPv6 BFD. The structure of neighbor block is documented below.
    vdomparam string
    id str
    The provider-assigned unique ID for this managed resource.
    multihop_templates Sequence[GetBfd6MultihopTemplate]
    BFD IPv6 multi-hop template table. The structure of multihop_template block is documented below.
    neighbors Sequence[GetBfd6Neighbor]
    Configure neighbor of IPv6 BFD. The structure of neighbor block is documented below.
    vdomparam str
    id String
    The provider-assigned unique ID for this managed resource.
    multihopTemplates List<Property Map>
    BFD IPv6 multi-hop template table. The structure of multihop_template block is documented below.
    neighbors List<Property Map>
    Configure neighbor of IPv6 BFD. The structure of neighbor block is documented below.
    vdomparam String

    Supporting Types

    GetBfd6MultihopTemplate

    AuthMode string
    Authentication mode.
    BfdDesiredMinTx int
    BFD desired minimal transmit interval (milliseconds).
    BfdDetectMult int
    BFD detection multiplier.
    BfdRequiredMinRx int
    BFD required minimal receive interval (milliseconds).
    Dst string
    Destination prefix.
    Id int
    ID.
    Md5Key string
    MD5 key of key ID 1.
    Src string
    Source prefix.
    AuthMode string
    Authentication mode.
    BfdDesiredMinTx int
    BFD desired minimal transmit interval (milliseconds).
    BfdDetectMult int
    BFD detection multiplier.
    BfdRequiredMinRx int
    BFD required minimal receive interval (milliseconds).
    Dst string
    Destination prefix.
    Id int
    ID.
    Md5Key string
    MD5 key of key ID 1.
    Src string
    Source prefix.
    authMode String
    Authentication mode.
    bfdDesiredMinTx Integer
    BFD desired minimal transmit interval (milliseconds).
    bfdDetectMult Integer
    BFD detection multiplier.
    bfdRequiredMinRx Integer
    BFD required minimal receive interval (milliseconds).
    dst String
    Destination prefix.
    id Integer
    ID.
    md5Key String
    MD5 key of key ID 1.
    src String
    Source prefix.
    authMode string
    Authentication mode.
    bfdDesiredMinTx number
    BFD desired minimal transmit interval (milliseconds).
    bfdDetectMult number
    BFD detection multiplier.
    bfdRequiredMinRx number
    BFD required minimal receive interval (milliseconds).
    dst string
    Destination prefix.
    id number
    ID.
    md5Key string
    MD5 key of key ID 1.
    src string
    Source prefix.
    auth_mode str
    Authentication mode.
    bfd_desired_min_tx int
    BFD desired minimal transmit interval (milliseconds).
    bfd_detect_mult int
    BFD detection multiplier.
    bfd_required_min_rx int
    BFD required minimal receive interval (milliseconds).
    dst str
    Destination prefix.
    id int
    ID.
    md5_key str
    MD5 key of key ID 1.
    src str
    Source prefix.
    authMode String
    Authentication mode.
    bfdDesiredMinTx Number
    BFD desired minimal transmit interval (milliseconds).
    bfdDetectMult Number
    BFD detection multiplier.
    bfdRequiredMinRx Number
    BFD required minimal receive interval (milliseconds).
    dst String
    Destination prefix.
    id Number
    ID.
    md5Key String
    MD5 key of key ID 1.
    src String
    Source prefix.

    GetBfd6Neighbor

    Interface string
    Interface to the BFD neighbor.
    Ip6Address string
    IPv6 address of the BFD neighbor.
    Interface string
    Interface to the BFD neighbor.
    Ip6Address string
    IPv6 address of the BFD neighbor.
    interface_ String
    Interface to the BFD neighbor.
    ip6Address String
    IPv6 address of the BFD neighbor.
    interface string
    Interface to the BFD neighbor.
    ip6Address string
    IPv6 address of the BFD neighbor.
    interface str
    Interface to the BFD neighbor.
    ip6_address str
    IPv6 address of the BFD neighbor.
    interface String
    Interface to the BFD neighbor.
    ip6Address String
    IPv6 address of the BFD neighbor.

    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.6 published on Tuesday, Jul 9, 2024 by pulumiverse