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

fortios.system.getHamonitor

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 system hamonitor

    Using getHamonitor

    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 getHamonitor(args: GetHamonitorArgs, opts?: InvokeOptions): Promise<GetHamonitorResult>
    function getHamonitorOutput(args: GetHamonitorOutputArgs, opts?: InvokeOptions): Output<GetHamonitorResult>
    def get_hamonitor(vdomparam: Optional[str] = None,
                      opts: Optional[InvokeOptions] = None) -> GetHamonitorResult
    def get_hamonitor_output(vdomparam: Optional[pulumi.Input[str]] = None,
                      opts: Optional[InvokeOptions] = None) -> Output[GetHamonitorResult]
    func LookupHamonitor(ctx *Context, args *LookupHamonitorArgs, opts ...InvokeOption) (*LookupHamonitorResult, error)
    func LookupHamonitorOutput(ctx *Context, args *LookupHamonitorOutputArgs, opts ...InvokeOption) LookupHamonitorResultOutput

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

    public static class GetHamonitor 
    {
        public static Task<GetHamonitorResult> InvokeAsync(GetHamonitorArgs args, InvokeOptions? opts = null)
        public static Output<GetHamonitorResult> Invoke(GetHamonitorInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetHamonitorResult> getHamonitor(GetHamonitorArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: fortios:system/getHamonitor:getHamonitor
      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.

    getHamonitor Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    MonitorVlan string
    Enable/disable monitor VLAN interfaces.
    VlanHbInterval int
    Configure heartbeat interval (seconds).
    VlanHbLostThreshold int
    VLAN lost heartbeat threshold (1 - 60).
    Vdomparam string
    Id string
    The provider-assigned unique ID for this managed resource.
    MonitorVlan string
    Enable/disable monitor VLAN interfaces.
    VlanHbInterval int
    Configure heartbeat interval (seconds).
    VlanHbLostThreshold int
    VLAN lost heartbeat threshold (1 - 60).
    Vdomparam string
    id String
    The provider-assigned unique ID for this managed resource.
    monitorVlan String
    Enable/disable monitor VLAN interfaces.
    vlanHbInterval Integer
    Configure heartbeat interval (seconds).
    vlanHbLostThreshold Integer
    VLAN lost heartbeat threshold (1 - 60).
    vdomparam String
    id string
    The provider-assigned unique ID for this managed resource.
    monitorVlan string
    Enable/disable monitor VLAN interfaces.
    vlanHbInterval number
    Configure heartbeat interval (seconds).
    vlanHbLostThreshold number
    VLAN lost heartbeat threshold (1 - 60).
    vdomparam string
    id str
    The provider-assigned unique ID for this managed resource.
    monitor_vlan str
    Enable/disable monitor VLAN interfaces.
    vlan_hb_interval int
    Configure heartbeat interval (seconds).
    vlan_hb_lost_threshold int
    VLAN lost heartbeat threshold (1 - 60).
    vdomparam str
    id String
    The provider-assigned unique ID for this managed resource.
    monitorVlan String
    Enable/disable monitor VLAN interfaces.
    vlanHbInterval Number
    Configure heartbeat interval (seconds).
    vlanHbLostThreshold Number
    VLAN lost heartbeat threshold (1 - 60).
    vdomparam String

    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