Fortios v0.0.5 published on Tuesday, Apr 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)
// 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.
- Monitor
Vlan string - Enable/disable monitor VLAN interfaces.
- Vlan
Hb intInterval - Configure heartbeat interval (seconds).
- Vlan
Hb intLost Threshold - VLAN lost heartbeat threshold (1 - 60).
- Vdomparam string
- Id string
- The provider-assigned unique ID for this managed resource.
- Monitor
Vlan string - Enable/disable monitor VLAN interfaces.
- Vlan
Hb intInterval - Configure heartbeat interval (seconds).
- Vlan
Hb intLost Threshold - VLAN lost heartbeat threshold (1 - 60).
- Vdomparam string
- id String
- The provider-assigned unique ID for this managed resource.
- monitor
Vlan String - Enable/disable monitor VLAN interfaces.
- vlan
Hb IntegerInterval - Configure heartbeat interval (seconds).
- vlan
Hb IntegerLost Threshold - VLAN lost heartbeat threshold (1 - 60).
- vdomparam String
- id string
- The provider-assigned unique ID for this managed resource.
- monitor
Vlan string - Enable/disable monitor VLAN interfaces.
- vlan
Hb numberInterval - Configure heartbeat interval (seconds).
- vlan
Hb 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.
- monitor
Vlan String - Enable/disable monitor VLAN interfaces.
- vlan
Hb NumberInterval - Configure heartbeat interval (seconds).
- vlan
Hb 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
fortios
Terraform Provider.