Fortios v0.0.6 published on Tuesday, Jul 9, 2024 by pulumiverse
fortios.system.getHamonitor
Explore with Pulumi AI
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)
public static Output<GetHamonitorResult> getHamonitor(GetHamonitorArgs args, InvokeOptions options)
fn::invoke:
  function: fortios:system/getHamonitor:getHamonitor
  arguments:
    # arguments dictionaryThe 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.
- VlanHb intInterval 
- Configure heartbeat interval (seconds).
- VlanHb intLost Threshold 
- 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.
- VlanHb intInterval 
- Configure heartbeat interval (seconds).
- VlanHb intLost Threshold 
- 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.
- vlanHb IntegerInterval 
- Configure heartbeat interval (seconds).
- vlanHb IntegerLost Threshold 
- 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.
- vlanHb numberInterval 
- Configure heartbeat interval (seconds).
- vlanHb numberLost Threshold 
- 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_ intinterval 
- Configure heartbeat interval (seconds).
- vlan_hb_ intlost_ threshold 
- 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.
- vlanHb NumberInterval 
- Configure heartbeat interval (seconds).
- vlanHb NumberLost Threshold 
- 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 fortiosTerraform Provider.
