Fortios v0.0.6 published on Tuesday, Jul 9, 2024 by pulumiverse
fortios.system.getAutoinstall
Explore with Pulumi AI
Use this data source to get information on fortios system autoinstall
Using getAutoinstall
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 getAutoinstall(args: GetAutoinstallArgs, opts?: InvokeOptions): Promise<GetAutoinstallResult>
function getAutoinstallOutput(args: GetAutoinstallOutputArgs, opts?: InvokeOptions): Output<GetAutoinstallResult>
def get_autoinstall(vdomparam: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAutoinstallResult
def get_autoinstall_output(vdomparam: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAutoinstallResult]
func LookupAutoinstall(ctx *Context, args *LookupAutoinstallArgs, opts ...InvokeOption) (*LookupAutoinstallResult, error)
func LookupAutoinstallOutput(ctx *Context, args *LookupAutoinstallOutputArgs, opts ...InvokeOption) LookupAutoinstallResultOutput
> Note: This function is named LookupAutoinstall
in the Go SDK.
public static class GetAutoinstall
{
public static Task<GetAutoinstallResult> InvokeAsync(GetAutoinstallArgs args, InvokeOptions? opts = null)
public static Output<GetAutoinstallResult> Invoke(GetAutoinstallInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetAutoinstallResult> getAutoinstall(GetAutoinstallArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: fortios:system/getAutoinstall:getAutoinstall
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.
getAutoinstall Result
The following output properties are available:
- Auto
Install stringConfig - Enable/disable auto install the config in USB disk.
- Auto
Install stringImage - Enable/disable auto install the image in USB disk.
- Default
Config stringFile - Default config file name in USB disk.
- Default
Image stringFile - Default image file name in USB disk.
- Id string
- The provider-assigned unique ID for this managed resource.
- Vdomparam string
- Auto
Install stringConfig - Enable/disable auto install the config in USB disk.
- Auto
Install stringImage - Enable/disable auto install the image in USB disk.
- Default
Config stringFile - Default config file name in USB disk.
- Default
Image stringFile - Default image file name in USB disk.
- Id string
- The provider-assigned unique ID for this managed resource.
- Vdomparam string
- auto
Install StringConfig - Enable/disable auto install the config in USB disk.
- auto
Install StringImage - Enable/disable auto install the image in USB disk.
- default
Config StringFile - Default config file name in USB disk.
- default
Image StringFile - Default image file name in USB disk.
- id String
- The provider-assigned unique ID for this managed resource.
- vdomparam String
- auto
Install stringConfig - Enable/disable auto install the config in USB disk.
- auto
Install stringImage - Enable/disable auto install the image in USB disk.
- default
Config stringFile - Default config file name in USB disk.
- default
Image stringFile - Default image file name in USB disk.
- id string
- The provider-assigned unique ID for this managed resource.
- vdomparam string
- auto_
install_ strconfig - Enable/disable auto install the config in USB disk.
- auto_
install_ strimage - Enable/disable auto install the image in USB disk.
- default_
config_ strfile - Default config file name in USB disk.
- default_
image_ strfile - Default image file name in USB disk.
- id str
- The provider-assigned unique ID for this managed resource.
- vdomparam str
- auto
Install StringConfig - Enable/disable auto install the config in USB disk.
- auto
Install StringImage - Enable/disable auto install the image in USB disk.
- default
Config StringFile - Default config file name in USB disk.
- default
Image StringFile - Default image file name in USB disk.
- id String
- The provider-assigned unique ID for this managed resource.
- vdomparam String
Package Details
- Repository
- fortios pulumiverse/pulumi-fortios
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
fortios
Terraform Provider.