1. Packages
  2. Fortios
  3. API Docs
  4. system
  5. getAutoinstall
Fortios v0.0.5 published on Tuesday, Apr 9, 2024 by pulumiverse

fortios.system.getAutoinstall

Explore with Pulumi AI

fortios logo
Fortios v0.0.5 published on Tuesday, Apr 9, 2024 by pulumiverse

    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:

    AutoInstallConfig string
    Enable/disable auto install the config in USB disk.
    AutoInstallImage string
    Enable/disable auto install the image in USB disk.
    DefaultConfigFile string
    Default config file name in USB disk.
    DefaultImageFile string
    Default image file name in USB disk.
    Id string
    The provider-assigned unique ID for this managed resource.
    Vdomparam string
    AutoInstallConfig string
    Enable/disable auto install the config in USB disk.
    AutoInstallImage string
    Enable/disable auto install the image in USB disk.
    DefaultConfigFile string
    Default config file name in USB disk.
    DefaultImageFile string
    Default image file name in USB disk.
    Id string
    The provider-assigned unique ID for this managed resource.
    Vdomparam string
    autoInstallConfig String
    Enable/disable auto install the config in USB disk.
    autoInstallImage String
    Enable/disable auto install the image in USB disk.
    defaultConfigFile String
    Default config file name in USB disk.
    defaultImageFile String
    Default image file name in USB disk.
    id String
    The provider-assigned unique ID for this managed resource.
    vdomparam String
    autoInstallConfig string
    Enable/disable auto install the config in USB disk.
    autoInstallImage string
    Enable/disable auto install the image in USB disk.
    defaultConfigFile string
    Default config file name in USB disk.
    defaultImageFile string
    Default image file name in USB disk.
    id string
    The provider-assigned unique ID for this managed resource.
    vdomparam string
    auto_install_config str
    Enable/disable auto install the config in USB disk.
    auto_install_image str
    Enable/disable auto install the image in USB disk.
    default_config_file str
    Default config file name in USB disk.
    default_image_file str
    Default image file name in USB disk.
    id str
    The provider-assigned unique ID for this managed resource.
    vdomparam str
    autoInstallConfig String
    Enable/disable auto install the config in USB disk.
    autoInstallImage String
    Enable/disable auto install the image in USB disk.
    defaultConfigFile String
    Default config file name in USB disk.
    defaultImageFile String
    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.
    fortios logo
    Fortios v0.0.5 published on Tuesday, Apr 9, 2024 by pulumiverse