Fortios v0.0.5 published on Tuesday, Apr 9, 2024 by pulumiverse
fortios.system.getFm
Explore with Pulumi AI
Use this data source to get information on fortios system fm
Using getFm
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 getFm(args: GetFmArgs, opts?: InvokeOptions): Promise<GetFmResult>
function getFmOutput(args: GetFmOutputArgs, opts?: InvokeOptions): Output<GetFmResult>
def get_fm(vdomparam: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetFmResult
def get_fm_output(vdomparam: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetFmResult]
func LookupFm(ctx *Context, args *LookupFmArgs, opts ...InvokeOption) (*LookupFmResult, error)
func LookupFmOutput(ctx *Context, args *LookupFmOutputArgs, opts ...InvokeOption) LookupFmResultOutput
> Note: This function is named LookupFm
in the Go SDK.
public static class GetFm
{
public static Task<GetFmResult> InvokeAsync(GetFmArgs args, InvokeOptions? opts = null)
public static Output<GetFmResult> Invoke(GetFmInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetFmResult> getFm(GetFmArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: fortios:system/getFm:getFm
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.
getFm Result
The following output properties are available:
- Auto
Backup string - Enable/disable automatic backup.
- Fosid string
- ID.
- Id string
- The provider-assigned unique ID for this managed resource.
- Ip string
- IP address.
- Ipsec string
- Enable/disable IPsec.
- Scheduled
Config stringRestore - Enable/disable scheduled configuration restore.
- Status string
- Enable/disable FM.
- Vdom string
- VDOM.
- Vdomparam string
- Auto
Backup string - Enable/disable automatic backup.
- Fosid string
- ID.
- Id string
- The provider-assigned unique ID for this managed resource.
- Ip string
- IP address.
- Ipsec string
- Enable/disable IPsec.
- Scheduled
Config stringRestore - Enable/disable scheduled configuration restore.
- Status string
- Enable/disable FM.
- Vdom string
- VDOM.
- Vdomparam string
- auto
Backup String - Enable/disable automatic backup.
- fosid String
- ID.
- id String
- The provider-assigned unique ID for this managed resource.
- ip String
- IP address.
- ipsec String
- Enable/disable IPsec.
- scheduled
Config StringRestore - Enable/disable scheduled configuration restore.
- status String
- Enable/disable FM.
- vdom String
- VDOM.
- vdomparam String
- auto
Backup string - Enable/disable automatic backup.
- fosid string
- ID.
- id string
- The provider-assigned unique ID for this managed resource.
- ip string
- IP address.
- ipsec string
- Enable/disable IPsec.
- scheduled
Config stringRestore - Enable/disable scheduled configuration restore.
- status string
- Enable/disable FM.
- vdom string
- VDOM.
- vdomparam string
- auto_
backup str - Enable/disable automatic backup.
- fosid str
- ID.
- id str
- The provider-assigned unique ID for this managed resource.
- ip str
- IP address.
- ipsec str
- Enable/disable IPsec.
- scheduled_
config_ strrestore - Enable/disable scheduled configuration restore.
- status str
- Enable/disable FM.
- vdom str
- VDOM.
- vdomparam str
- auto
Backup String - Enable/disable automatic backup.
- fosid String
- ID.
- id String
- The provider-assigned unique ID for this managed resource.
- ip String
- IP address.
- ipsec String
- Enable/disable IPsec.
- scheduled
Config StringRestore - Enable/disable scheduled configuration restore.
- status String
- Enable/disable FM.
- vdom String
- VDOM.
- vdomparam String
Package Details
- Repository
- fortios pulumiverse/pulumi-fortios
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
fortios
Terraform Provider.