fortimanager.SystemDm
Explore with Pulumi AI
Configure dm.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as fortimanager from "@pulumi/fortimanager";
const trname = new fortimanager.SystemDm("trname", {
concurrentInstallImageLimit: 2,
concurrentInstallLimit: 10,
confMergeAfterScript: "disable",
fgfmSockTimeout: 200,
});
import pulumi
import pulumi_fortimanager as fortimanager
trname = fortimanager.SystemDm("trname",
concurrent_install_image_limit=2,
concurrent_install_limit=10,
conf_merge_after_script="disable",
fgfm_sock_timeout=200)
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/fortimanager/fortimanager"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := fortimanager.NewSystemDm(ctx, "trname", &fortimanager.SystemDmArgs{
ConcurrentInstallImageLimit: pulumi.Float64(2),
ConcurrentInstallLimit: pulumi.Float64(10),
ConfMergeAfterScript: pulumi.String("disable"),
FgfmSockTimeout: pulumi.Float64(200),
})
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Fortimanager = Pulumi.Fortimanager;
return await Deployment.RunAsync(() =>
{
var trname = new Fortimanager.SystemDm("trname", new()
{
ConcurrentInstallImageLimit = 2,
ConcurrentInstallLimit = 10,
ConfMergeAfterScript = "disable",
FgfmSockTimeout = 200,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.fortimanager.SystemDm;
import com.pulumi.fortimanager.SystemDmArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var trname = new SystemDm("trname", SystemDmArgs.builder()
.concurrentInstallImageLimit("2")
.concurrentInstallLimit("10")
.confMergeAfterScript("disable")
.fgfmSockTimeout("200")
.build());
}
}
resources:
trname:
type: fortimanager:SystemDm
properties:
concurrentInstallImageLimit: '2'
concurrentInstallLimit: '10'
confMergeAfterScript: disable
fgfmSockTimeout: '200'
Create SystemDm Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new SystemDm(name: string, args?: SystemDmArgs, opts?: CustomResourceOptions);
@overload
def SystemDm(resource_name: str,
args: Optional[SystemDmArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def SystemDm(resource_name: str,
opts: Optional[ResourceOptions] = None,
concurrent_install_image_limit: Optional[float] = None,
concurrent_install_limit: Optional[float] = None,
concurrent_install_script_limit: Optional[float] = None,
conf_merge_after_script: Optional[str] = None,
discover_timeout: Optional[float] = None,
dpm_logsize: Optional[float] = None,
fgfm_auto_retrieve_timeout: Optional[float] = None,
fgfm_install_refresh_count: Optional[float] = None,
fgfm_keepalive_itvl: Optional[float] = None,
fgfm_sock_timeout: Optional[float] = None,
force_remote_diff: Optional[str] = None,
fortiap_refresh_cnt: Optional[float] = None,
fortiap_refresh_itvl: Optional[float] = None,
fortiext_refresh_cnt: Optional[float] = None,
install_fds_timeout: Optional[float] = None,
install_image_timeout: Optional[float] = None,
install_tunnel_retry_itvl: Optional[float] = None,
log_autoupdate: Optional[str] = None,
max_revs: Optional[float] = None,
nr_retry: Optional[float] = None,
retry: Optional[str] = None,
retry_intvl: Optional[float] = None,
rollback_allow_reboot: Optional[str] = None,
script_logsize: Optional[float] = None,
skip_scep_check: Optional[str] = None,
skip_tunnel_fcp_req: Optional[str] = None,
system_dm_id: Optional[str] = None,
verify_install: Optional[str] = None)
func NewSystemDm(ctx *Context, name string, args *SystemDmArgs, opts ...ResourceOption) (*SystemDm, error)
public SystemDm(string name, SystemDmArgs? args = null, CustomResourceOptions? opts = null)
public SystemDm(String name, SystemDmArgs args)
public SystemDm(String name, SystemDmArgs args, CustomResourceOptions options)
type: fortimanager:SystemDm
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args SystemDmArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args SystemDmArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args SystemDmArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args SystemDmArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args SystemDmArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var systemDmResource = new Fortimanager.SystemDm("systemDmResource", new()
{
ConcurrentInstallImageLimit = 0,
ConcurrentInstallLimit = 0,
ConcurrentInstallScriptLimit = 0,
ConfMergeAfterScript = "string",
DiscoverTimeout = 0,
DpmLogsize = 0,
FgfmAutoRetrieveTimeout = 0,
FgfmInstallRefreshCount = 0,
FgfmKeepaliveItvl = 0,
FgfmSockTimeout = 0,
ForceRemoteDiff = "string",
FortiapRefreshCnt = 0,
FortiapRefreshItvl = 0,
FortiextRefreshCnt = 0,
InstallFdsTimeout = 0,
InstallImageTimeout = 0,
InstallTunnelRetryItvl = 0,
LogAutoupdate = "string",
MaxRevs = 0,
NrRetry = 0,
Retry = "string",
RetryIntvl = 0,
RollbackAllowReboot = "string",
ScriptLogsize = 0,
SkipScepCheck = "string",
SkipTunnelFcpReq = "string",
SystemDmId = "string",
VerifyInstall = "string",
});
example, err := fortimanager.NewSystemDm(ctx, "systemDmResource", &fortimanager.SystemDmArgs{
ConcurrentInstallImageLimit: pulumi.Float64(0),
ConcurrentInstallLimit: pulumi.Float64(0),
ConcurrentInstallScriptLimit: pulumi.Float64(0),
ConfMergeAfterScript: pulumi.String("string"),
DiscoverTimeout: pulumi.Float64(0),
DpmLogsize: pulumi.Float64(0),
FgfmAutoRetrieveTimeout: pulumi.Float64(0),
FgfmInstallRefreshCount: pulumi.Float64(0),
FgfmKeepaliveItvl: pulumi.Float64(0),
FgfmSockTimeout: pulumi.Float64(0),
ForceRemoteDiff: pulumi.String("string"),
FortiapRefreshCnt: pulumi.Float64(0),
FortiapRefreshItvl: pulumi.Float64(0),
FortiextRefreshCnt: pulumi.Float64(0),
InstallFdsTimeout: pulumi.Float64(0),
InstallImageTimeout: pulumi.Float64(0),
InstallTunnelRetryItvl: pulumi.Float64(0),
LogAutoupdate: pulumi.String("string"),
MaxRevs: pulumi.Float64(0),
NrRetry: pulumi.Float64(0),
Retry: pulumi.String("string"),
RetryIntvl: pulumi.Float64(0),
RollbackAllowReboot: pulumi.String("string"),
ScriptLogsize: pulumi.Float64(0),
SkipScepCheck: pulumi.String("string"),
SkipTunnelFcpReq: pulumi.String("string"),
SystemDmId: pulumi.String("string"),
VerifyInstall: pulumi.String("string"),
})
var systemDmResource = new SystemDm("systemDmResource", SystemDmArgs.builder()
.concurrentInstallImageLimit(0)
.concurrentInstallLimit(0)
.concurrentInstallScriptLimit(0)
.confMergeAfterScript("string")
.discoverTimeout(0)
.dpmLogsize(0)
.fgfmAutoRetrieveTimeout(0)
.fgfmInstallRefreshCount(0)
.fgfmKeepaliveItvl(0)
.fgfmSockTimeout(0)
.forceRemoteDiff("string")
.fortiapRefreshCnt(0)
.fortiapRefreshItvl(0)
.fortiextRefreshCnt(0)
.installFdsTimeout(0)
.installImageTimeout(0)
.installTunnelRetryItvl(0)
.logAutoupdate("string")
.maxRevs(0)
.nrRetry(0)
.retry("string")
.retryIntvl(0)
.rollbackAllowReboot("string")
.scriptLogsize(0)
.skipScepCheck("string")
.skipTunnelFcpReq("string")
.systemDmId("string")
.verifyInstall("string")
.build());
system_dm_resource = fortimanager.SystemDm("systemDmResource",
concurrent_install_image_limit=0,
concurrent_install_limit=0,
concurrent_install_script_limit=0,
conf_merge_after_script="string",
discover_timeout=0,
dpm_logsize=0,
fgfm_auto_retrieve_timeout=0,
fgfm_install_refresh_count=0,
fgfm_keepalive_itvl=0,
fgfm_sock_timeout=0,
force_remote_diff="string",
fortiap_refresh_cnt=0,
fortiap_refresh_itvl=0,
fortiext_refresh_cnt=0,
install_fds_timeout=0,
install_image_timeout=0,
install_tunnel_retry_itvl=0,
log_autoupdate="string",
max_revs=0,
nr_retry=0,
retry="string",
retry_intvl=0,
rollback_allow_reboot="string",
script_logsize=0,
skip_scep_check="string",
skip_tunnel_fcp_req="string",
system_dm_id="string",
verify_install="string")
const systemDmResource = new fortimanager.SystemDm("systemDmResource", {
concurrentInstallImageLimit: 0,
concurrentInstallLimit: 0,
concurrentInstallScriptLimit: 0,
confMergeAfterScript: "string",
discoverTimeout: 0,
dpmLogsize: 0,
fgfmAutoRetrieveTimeout: 0,
fgfmInstallRefreshCount: 0,
fgfmKeepaliveItvl: 0,
fgfmSockTimeout: 0,
forceRemoteDiff: "string",
fortiapRefreshCnt: 0,
fortiapRefreshItvl: 0,
fortiextRefreshCnt: 0,
installFdsTimeout: 0,
installImageTimeout: 0,
installTunnelRetryItvl: 0,
logAutoupdate: "string",
maxRevs: 0,
nrRetry: 0,
retry: "string",
retryIntvl: 0,
rollbackAllowReboot: "string",
scriptLogsize: 0,
skipScepCheck: "string",
skipTunnelFcpReq: "string",
systemDmId: "string",
verifyInstall: "string",
});
type: fortimanager:SystemDm
properties:
concurrentInstallImageLimit: 0
concurrentInstallLimit: 0
concurrentInstallScriptLimit: 0
confMergeAfterScript: string
discoverTimeout: 0
dpmLogsize: 0
fgfmAutoRetrieveTimeout: 0
fgfmInstallRefreshCount: 0
fgfmKeepaliveItvl: 0
fgfmSockTimeout: 0
forceRemoteDiff: string
fortiapRefreshCnt: 0
fortiapRefreshItvl: 0
fortiextRefreshCnt: 0
installFdsTimeout: 0
installImageTimeout: 0
installTunnelRetryItvl: 0
logAutoupdate: string
maxRevs: 0
nrRetry: 0
retry: string
retryIntvl: 0
rollbackAllowReboot: string
scriptLogsize: 0
skipScepCheck: string
skipTunnelFcpReq: string
systemDmId: string
verifyInstall: string
SystemDm Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The SystemDm resource accepts the following input properties:
- Concurrent
Install doubleImage Limit - Maximum number of concurrent install image (1 - 1000).
- Concurrent
Install doubleLimit - Maximum number of concurrent installs (5 - 2000).
- Concurrent
Install doubleScript Limit - Maximum number of concurrent install scripts (5 - 2000).
- Conf
Merge stringAfter Script - Merge config after run script on remote device, instead of full retrieve. disable - Disable. enable - Enable. Valid values:
disable
,enable
. - Discover
Timeout double - Check connection timeout when discover device (3 - 15).
- Dpm
Logsize double - Maximum dpm log size per device (1 - 100000K).
- Fgfm
Auto doubleRetrieve Timeout - Maximum waiting time for auto retrieve(60 seconds - 3 hours, default 30min).
- Fgfm
Install doubleRefresh Count - Maximum FGFM install refresh attempt.
- Fgfm
Keepalive doubleItvl - FGFM protocol keep alive interval (30 - 600 sec).
- Fgfm
Sock doubleTimeout - Maximum FGFM socket idle time (90 - 1800 sec).
- Force
Remote stringDiff - Always use remote diff when installing. disable - Disable. enable - Enable. Valid values:
disable
,enable
. - Fortiap
Refresh doubleCnt - Max auto refresh FortiAP number each time (1 - 10000).
- Fortiap
Refresh doubleItvl - Auto refresh FortiAP status interval (0 - 1440) minutes, set to 0 will disable auto refresh.
- Fortiext
Refresh doubleCnt - Max device number for FortiExtender auto refresh (1 - 10000).
- Install
Fds doubleTimeout - Maximum waiting time for fgt update during install (1-30 minutes, default 10).
- Install
Image doubleTimeout - Maximum waiting time for image transfer and device upgrade (1060 - 2460*60 seconds).
- Install
Tunnel doubleRetry Itvl - Time to re-establish tunnel during install (10 - 60 sec).
- Log
Autoupdate string - Enable/disable autoupdate debug logging. disable - Disable. enable - Enable. Valid values:
disable
,enable
. - Max
Revs double - Maximum number of revisions saved (1 - 250).
- Nr
Retry double - Number of retries.
- Retry string
- Enable/disable configuration install retry. disable - Disable. enable - Enable. Valid values:
disable
,enable
. - Retry
Intvl double - Retry interval.
- Rollback
Allow stringReboot - Enable/disable FortiGate reboot to rollback when installing script/config. disable - Disable. enable - Enable. Valid values:
disable
,enable
. - Script
Logsize double - Maximum script log size per device (1 - 10000K).
- Skip
Scep stringCheck - Enable/disable installing scep related objects even if scep url is configured. disable - Disable. enable - Enable. Valid values:
disable
,enable
. - Skip
Tunnel stringFcp Req - Enable/disable skip the fcp request sent from fgfm tunnel disable - Disable. enable - Enable. Valid values:
disable
,enable
. - System
Dm stringId - an identifier for the resource.
- Verify
Install string - Verify install against remote configuration. disable - Disable. optimal - Verify installation for command errors. enable - Always verify installation. Valid values:
disable
,optimal
,enable
.
- Concurrent
Install float64Image Limit - Maximum number of concurrent install image (1 - 1000).
- Concurrent
Install float64Limit - Maximum number of concurrent installs (5 - 2000).
- Concurrent
Install float64Script Limit - Maximum number of concurrent install scripts (5 - 2000).
- Conf
Merge stringAfter Script - Merge config after run script on remote device, instead of full retrieve. disable - Disable. enable - Enable. Valid values:
disable
,enable
. - Discover
Timeout float64 - Check connection timeout when discover device (3 - 15).
- Dpm
Logsize float64 - Maximum dpm log size per device (1 - 100000K).
- Fgfm
Auto float64Retrieve Timeout - Maximum waiting time for auto retrieve(60 seconds - 3 hours, default 30min).
- Fgfm
Install float64Refresh Count - Maximum FGFM install refresh attempt.
- Fgfm
Keepalive float64Itvl - FGFM protocol keep alive interval (30 - 600 sec).
- Fgfm
Sock float64Timeout - Maximum FGFM socket idle time (90 - 1800 sec).
- Force
Remote stringDiff - Always use remote diff when installing. disable - Disable. enable - Enable. Valid values:
disable
,enable
. - Fortiap
Refresh float64Cnt - Max auto refresh FortiAP number each time (1 - 10000).
- Fortiap
Refresh float64Itvl - Auto refresh FortiAP status interval (0 - 1440) minutes, set to 0 will disable auto refresh.
- Fortiext
Refresh float64Cnt - Max device number for FortiExtender auto refresh (1 - 10000).
- Install
Fds float64Timeout - Maximum waiting time for fgt update during install (1-30 minutes, default 10).
- Install
Image float64Timeout - Maximum waiting time for image transfer and device upgrade (1060 - 2460*60 seconds).
- Install
Tunnel float64Retry Itvl - Time to re-establish tunnel during install (10 - 60 sec).
- Log
Autoupdate string - Enable/disable autoupdate debug logging. disable - Disable. enable - Enable. Valid values:
disable
,enable
. - Max
Revs float64 - Maximum number of revisions saved (1 - 250).
- Nr
Retry float64 - Number of retries.
- Retry string
- Enable/disable configuration install retry. disable - Disable. enable - Enable. Valid values:
disable
,enable
. - Retry
Intvl float64 - Retry interval.
- Rollback
Allow stringReboot - Enable/disable FortiGate reboot to rollback when installing script/config. disable - Disable. enable - Enable. Valid values:
disable
,enable
. - Script
Logsize float64 - Maximum script log size per device (1 - 10000K).
- Skip
Scep stringCheck - Enable/disable installing scep related objects even if scep url is configured. disable - Disable. enable - Enable. Valid values:
disable
,enable
. - Skip
Tunnel stringFcp Req - Enable/disable skip the fcp request sent from fgfm tunnel disable - Disable. enable - Enable. Valid values:
disable
,enable
. - System
Dm stringId - an identifier for the resource.
- Verify
Install string - Verify install against remote configuration. disable - Disable. optimal - Verify installation for command errors. enable - Always verify installation. Valid values:
disable
,optimal
,enable
.
- concurrent
Install DoubleImage Limit - Maximum number of concurrent install image (1 - 1000).
- concurrent
Install DoubleLimit - Maximum number of concurrent installs (5 - 2000).
- concurrent
Install DoubleScript Limit - Maximum number of concurrent install scripts (5 - 2000).
- conf
Merge StringAfter Script - Merge config after run script on remote device, instead of full retrieve. disable - Disable. enable - Enable. Valid values:
disable
,enable
. - discover
Timeout Double - Check connection timeout when discover device (3 - 15).
- dpm
Logsize Double - Maximum dpm log size per device (1 - 100000K).
- fgfm
Auto DoubleRetrieve Timeout - Maximum waiting time for auto retrieve(60 seconds - 3 hours, default 30min).
- fgfm
Install DoubleRefresh Count - Maximum FGFM install refresh attempt.
- fgfm
Keepalive DoubleItvl - FGFM protocol keep alive interval (30 - 600 sec).
- fgfm
Sock DoubleTimeout - Maximum FGFM socket idle time (90 - 1800 sec).
- force
Remote StringDiff - Always use remote diff when installing. disable - Disable. enable - Enable. Valid values:
disable
,enable
. - fortiap
Refresh DoubleCnt - Max auto refresh FortiAP number each time (1 - 10000).
- fortiap
Refresh DoubleItvl - Auto refresh FortiAP status interval (0 - 1440) minutes, set to 0 will disable auto refresh.
- fortiext
Refresh DoubleCnt - Max device number for FortiExtender auto refresh (1 - 10000).
- install
Fds DoubleTimeout - Maximum waiting time for fgt update during install (1-30 minutes, default 10).
- install
Image DoubleTimeout - Maximum waiting time for image transfer and device upgrade (1060 - 2460*60 seconds).
- install
Tunnel DoubleRetry Itvl - Time to re-establish tunnel during install (10 - 60 sec).
- log
Autoupdate String - Enable/disable autoupdate debug logging. disable - Disable. enable - Enable. Valid values:
disable
,enable
. - max
Revs Double - Maximum number of revisions saved (1 - 250).
- nr
Retry Double - Number of retries.
- retry String
- Enable/disable configuration install retry. disable - Disable. enable - Enable. Valid values:
disable
,enable
. - retry
Intvl Double - Retry interval.
- rollback
Allow StringReboot - Enable/disable FortiGate reboot to rollback when installing script/config. disable - Disable. enable - Enable. Valid values:
disable
,enable
. - script
Logsize Double - Maximum script log size per device (1 - 10000K).
- skip
Scep StringCheck - Enable/disable installing scep related objects even if scep url is configured. disable - Disable. enable - Enable. Valid values:
disable
,enable
. - skip
Tunnel StringFcp Req - Enable/disable skip the fcp request sent from fgfm tunnel disable - Disable. enable - Enable. Valid values:
disable
,enable
. - system
Dm StringId - an identifier for the resource.
- verify
Install String - Verify install against remote configuration. disable - Disable. optimal - Verify installation for command errors. enable - Always verify installation. Valid values:
disable
,optimal
,enable
.
- concurrent
Install numberImage Limit - Maximum number of concurrent install image (1 - 1000).
- concurrent
Install numberLimit - Maximum number of concurrent installs (5 - 2000).
- concurrent
Install numberScript Limit - Maximum number of concurrent install scripts (5 - 2000).
- conf
Merge stringAfter Script - Merge config after run script on remote device, instead of full retrieve. disable - Disable. enable - Enable. Valid values:
disable
,enable
. - discover
Timeout number - Check connection timeout when discover device (3 - 15).
- dpm
Logsize number - Maximum dpm log size per device (1 - 100000K).
- fgfm
Auto numberRetrieve Timeout - Maximum waiting time for auto retrieve(60 seconds - 3 hours, default 30min).
- fgfm
Install numberRefresh Count - Maximum FGFM install refresh attempt.
- fgfm
Keepalive numberItvl - FGFM protocol keep alive interval (30 - 600 sec).
- fgfm
Sock numberTimeout - Maximum FGFM socket idle time (90 - 1800 sec).
- force
Remote stringDiff - Always use remote diff when installing. disable - Disable. enable - Enable. Valid values:
disable
,enable
. - fortiap
Refresh numberCnt - Max auto refresh FortiAP number each time (1 - 10000).
- fortiap
Refresh numberItvl - Auto refresh FortiAP status interval (0 - 1440) minutes, set to 0 will disable auto refresh.
- fortiext
Refresh numberCnt - Max device number for FortiExtender auto refresh (1 - 10000).
- install
Fds numberTimeout - Maximum waiting time for fgt update during install (1-30 minutes, default 10).
- install
Image numberTimeout - Maximum waiting time for image transfer and device upgrade (1060 - 2460*60 seconds).
- install
Tunnel numberRetry Itvl - Time to re-establish tunnel during install (10 - 60 sec).
- log
Autoupdate string - Enable/disable autoupdate debug logging. disable - Disable. enable - Enable. Valid values:
disable
,enable
. - max
Revs number - Maximum number of revisions saved (1 - 250).
- nr
Retry number - Number of retries.
- retry string
- Enable/disable configuration install retry. disable - Disable. enable - Enable. Valid values:
disable
,enable
. - retry
Intvl number - Retry interval.
- rollback
Allow stringReboot - Enable/disable FortiGate reboot to rollback when installing script/config. disable - Disable. enable - Enable. Valid values:
disable
,enable
. - script
Logsize number - Maximum script log size per device (1 - 10000K).
- skip
Scep stringCheck - Enable/disable installing scep related objects even if scep url is configured. disable - Disable. enable - Enable. Valid values:
disable
,enable
. - skip
Tunnel stringFcp Req - Enable/disable skip the fcp request sent from fgfm tunnel disable - Disable. enable - Enable. Valid values:
disable
,enable
. - system
Dm stringId - an identifier for the resource.
- verify
Install string - Verify install against remote configuration. disable - Disable. optimal - Verify installation for command errors. enable - Always verify installation. Valid values:
disable
,optimal
,enable
.
- concurrent_
install_ floatimage_ limit - Maximum number of concurrent install image (1 - 1000).
- concurrent_
install_ floatlimit - Maximum number of concurrent installs (5 - 2000).
- concurrent_
install_ floatscript_ limit - Maximum number of concurrent install scripts (5 - 2000).
- conf_
merge_ strafter_ script - Merge config after run script on remote device, instead of full retrieve. disable - Disable. enable - Enable. Valid values:
disable
,enable
. - discover_
timeout float - Check connection timeout when discover device (3 - 15).
- dpm_
logsize float - Maximum dpm log size per device (1 - 100000K).
- fgfm_
auto_ floatretrieve_ timeout - Maximum waiting time for auto retrieve(60 seconds - 3 hours, default 30min).
- fgfm_
install_ floatrefresh_ count - Maximum FGFM install refresh attempt.
- fgfm_
keepalive_ floatitvl - FGFM protocol keep alive interval (30 - 600 sec).
- fgfm_
sock_ floattimeout - Maximum FGFM socket idle time (90 - 1800 sec).
- force_
remote_ strdiff - Always use remote diff when installing. disable - Disable. enable - Enable. Valid values:
disable
,enable
. - fortiap_
refresh_ floatcnt - Max auto refresh FortiAP number each time (1 - 10000).
- fortiap_
refresh_ floatitvl - Auto refresh FortiAP status interval (0 - 1440) minutes, set to 0 will disable auto refresh.
- fortiext_
refresh_ floatcnt - Max device number for FortiExtender auto refresh (1 - 10000).
- install_
fds_ floattimeout - Maximum waiting time for fgt update during install (1-30 minutes, default 10).
- install_
image_ floattimeout - Maximum waiting time for image transfer and device upgrade (1060 - 2460*60 seconds).
- install_
tunnel_ floatretry_ itvl - Time to re-establish tunnel during install (10 - 60 sec).
- log_
autoupdate str - Enable/disable autoupdate debug logging. disable - Disable. enable - Enable. Valid values:
disable
,enable
. - max_
revs float - Maximum number of revisions saved (1 - 250).
- nr_
retry float - Number of retries.
- retry str
- Enable/disable configuration install retry. disable - Disable. enable - Enable. Valid values:
disable
,enable
. - retry_
intvl float - Retry interval.
- rollback_
allow_ strreboot - Enable/disable FortiGate reboot to rollback when installing script/config. disable - Disable. enable - Enable. Valid values:
disable
,enable
. - script_
logsize float - Maximum script log size per device (1 - 10000K).
- skip_
scep_ strcheck - Enable/disable installing scep related objects even if scep url is configured. disable - Disable. enable - Enable. Valid values:
disable
,enable
. - skip_
tunnel_ strfcp_ req - Enable/disable skip the fcp request sent from fgfm tunnel disable - Disable. enable - Enable. Valid values:
disable
,enable
. - system_
dm_ strid - an identifier for the resource.
- verify_
install str - Verify install against remote configuration. disable - Disable. optimal - Verify installation for command errors. enable - Always verify installation. Valid values:
disable
,optimal
,enable
.
- concurrent
Install NumberImage Limit - Maximum number of concurrent install image (1 - 1000).
- concurrent
Install NumberLimit - Maximum number of concurrent installs (5 - 2000).
- concurrent
Install NumberScript Limit - Maximum number of concurrent install scripts (5 - 2000).
- conf
Merge StringAfter Script - Merge config after run script on remote device, instead of full retrieve. disable - Disable. enable - Enable. Valid values:
disable
,enable
. - discover
Timeout Number - Check connection timeout when discover device (3 - 15).
- dpm
Logsize Number - Maximum dpm log size per device (1 - 100000K).
- fgfm
Auto NumberRetrieve Timeout - Maximum waiting time for auto retrieve(60 seconds - 3 hours, default 30min).
- fgfm
Install NumberRefresh Count - Maximum FGFM install refresh attempt.
- fgfm
Keepalive NumberItvl - FGFM protocol keep alive interval (30 - 600 sec).
- fgfm
Sock NumberTimeout - Maximum FGFM socket idle time (90 - 1800 sec).
- force
Remote StringDiff - Always use remote diff when installing. disable - Disable. enable - Enable. Valid values:
disable
,enable
. - fortiap
Refresh NumberCnt - Max auto refresh FortiAP number each time (1 - 10000).
- fortiap
Refresh NumberItvl - Auto refresh FortiAP status interval (0 - 1440) minutes, set to 0 will disable auto refresh.
- fortiext
Refresh NumberCnt - Max device number for FortiExtender auto refresh (1 - 10000).
- install
Fds NumberTimeout - Maximum waiting time for fgt update during install (1-30 minutes, default 10).
- install
Image NumberTimeout - Maximum waiting time for image transfer and device upgrade (1060 - 2460*60 seconds).
- install
Tunnel NumberRetry Itvl - Time to re-establish tunnel during install (10 - 60 sec).
- log
Autoupdate String - Enable/disable autoupdate debug logging. disable - Disable. enable - Enable. Valid values:
disable
,enable
. - max
Revs Number - Maximum number of revisions saved (1 - 250).
- nr
Retry Number - Number of retries.
- retry String
- Enable/disable configuration install retry. disable - Disable. enable - Enable. Valid values:
disable
,enable
. - retry
Intvl Number - Retry interval.
- rollback
Allow StringReboot - Enable/disable FortiGate reboot to rollback when installing script/config. disable - Disable. enable - Enable. Valid values:
disable
,enable
. - script
Logsize Number - Maximum script log size per device (1 - 10000K).
- skip
Scep StringCheck - Enable/disable installing scep related objects even if scep url is configured. disable - Disable. enable - Enable. Valid values:
disable
,enable
. - skip
Tunnel StringFcp Req - Enable/disable skip the fcp request sent from fgfm tunnel disable - Disable. enable - Enable. Valid values:
disable
,enable
. - system
Dm StringId - an identifier for the resource.
- verify
Install String - Verify install against remote configuration. disable - Disable. optimal - Verify installation for command errors. enable - Always verify installation. Valid values:
disable
,optimal
,enable
.
Outputs
All input properties are implicitly available as output properties. Additionally, the SystemDm resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing SystemDm Resource
Get an existing SystemDm resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: SystemDmState, opts?: CustomResourceOptions): SystemDm
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
concurrent_install_image_limit: Optional[float] = None,
concurrent_install_limit: Optional[float] = None,
concurrent_install_script_limit: Optional[float] = None,
conf_merge_after_script: Optional[str] = None,
discover_timeout: Optional[float] = None,
dpm_logsize: Optional[float] = None,
fgfm_auto_retrieve_timeout: Optional[float] = None,
fgfm_install_refresh_count: Optional[float] = None,
fgfm_keepalive_itvl: Optional[float] = None,
fgfm_sock_timeout: Optional[float] = None,
force_remote_diff: Optional[str] = None,
fortiap_refresh_cnt: Optional[float] = None,
fortiap_refresh_itvl: Optional[float] = None,
fortiext_refresh_cnt: Optional[float] = None,
install_fds_timeout: Optional[float] = None,
install_image_timeout: Optional[float] = None,
install_tunnel_retry_itvl: Optional[float] = None,
log_autoupdate: Optional[str] = None,
max_revs: Optional[float] = None,
nr_retry: Optional[float] = None,
retry: Optional[str] = None,
retry_intvl: Optional[float] = None,
rollback_allow_reboot: Optional[str] = None,
script_logsize: Optional[float] = None,
skip_scep_check: Optional[str] = None,
skip_tunnel_fcp_req: Optional[str] = None,
system_dm_id: Optional[str] = None,
verify_install: Optional[str] = None) -> SystemDm
func GetSystemDm(ctx *Context, name string, id IDInput, state *SystemDmState, opts ...ResourceOption) (*SystemDm, error)
public static SystemDm Get(string name, Input<string> id, SystemDmState? state, CustomResourceOptions? opts = null)
public static SystemDm get(String name, Output<String> id, SystemDmState state, CustomResourceOptions options)
resources: _: type: fortimanager:SystemDm get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Concurrent
Install doubleImage Limit - Maximum number of concurrent install image (1 - 1000).
- Concurrent
Install doubleLimit - Maximum number of concurrent installs (5 - 2000).
- Concurrent
Install doubleScript Limit - Maximum number of concurrent install scripts (5 - 2000).
- Conf
Merge stringAfter Script - Merge config after run script on remote device, instead of full retrieve. disable - Disable. enable - Enable. Valid values:
disable
,enable
. - Discover
Timeout double - Check connection timeout when discover device (3 - 15).
- Dpm
Logsize double - Maximum dpm log size per device (1 - 100000K).
- Fgfm
Auto doubleRetrieve Timeout - Maximum waiting time for auto retrieve(60 seconds - 3 hours, default 30min).
- Fgfm
Install doubleRefresh Count - Maximum FGFM install refresh attempt.
- Fgfm
Keepalive doubleItvl - FGFM protocol keep alive interval (30 - 600 sec).
- Fgfm
Sock doubleTimeout - Maximum FGFM socket idle time (90 - 1800 sec).
- Force
Remote stringDiff - Always use remote diff when installing. disable - Disable. enable - Enable. Valid values:
disable
,enable
. - Fortiap
Refresh doubleCnt - Max auto refresh FortiAP number each time (1 - 10000).
- Fortiap
Refresh doubleItvl - Auto refresh FortiAP status interval (0 - 1440) minutes, set to 0 will disable auto refresh.
- Fortiext
Refresh doubleCnt - Max device number for FortiExtender auto refresh (1 - 10000).
- Install
Fds doubleTimeout - Maximum waiting time for fgt update during install (1-30 minutes, default 10).
- Install
Image doubleTimeout - Maximum waiting time for image transfer and device upgrade (1060 - 2460*60 seconds).
- Install
Tunnel doubleRetry Itvl - Time to re-establish tunnel during install (10 - 60 sec).
- Log
Autoupdate string - Enable/disable autoupdate debug logging. disable - Disable. enable - Enable. Valid values:
disable
,enable
. - Max
Revs double - Maximum number of revisions saved (1 - 250).
- Nr
Retry double - Number of retries.
- Retry string
- Enable/disable configuration install retry. disable - Disable. enable - Enable. Valid values:
disable
,enable
. - Retry
Intvl double - Retry interval.
- Rollback
Allow stringReboot - Enable/disable FortiGate reboot to rollback when installing script/config. disable - Disable. enable - Enable. Valid values:
disable
,enable
. - Script
Logsize double - Maximum script log size per device (1 - 10000K).
- Skip
Scep stringCheck - Enable/disable installing scep related objects even if scep url is configured. disable - Disable. enable - Enable. Valid values:
disable
,enable
. - Skip
Tunnel stringFcp Req - Enable/disable skip the fcp request sent from fgfm tunnel disable - Disable. enable - Enable. Valid values:
disable
,enable
. - System
Dm stringId - an identifier for the resource.
- Verify
Install string - Verify install against remote configuration. disable - Disable. optimal - Verify installation for command errors. enable - Always verify installation. Valid values:
disable
,optimal
,enable
.
- Concurrent
Install float64Image Limit - Maximum number of concurrent install image (1 - 1000).
- Concurrent
Install float64Limit - Maximum number of concurrent installs (5 - 2000).
- Concurrent
Install float64Script Limit - Maximum number of concurrent install scripts (5 - 2000).
- Conf
Merge stringAfter Script - Merge config after run script on remote device, instead of full retrieve. disable - Disable. enable - Enable. Valid values:
disable
,enable
. - Discover
Timeout float64 - Check connection timeout when discover device (3 - 15).
- Dpm
Logsize float64 - Maximum dpm log size per device (1 - 100000K).
- Fgfm
Auto float64Retrieve Timeout - Maximum waiting time for auto retrieve(60 seconds - 3 hours, default 30min).
- Fgfm
Install float64Refresh Count - Maximum FGFM install refresh attempt.
- Fgfm
Keepalive float64Itvl - FGFM protocol keep alive interval (30 - 600 sec).
- Fgfm
Sock float64Timeout - Maximum FGFM socket idle time (90 - 1800 sec).
- Force
Remote stringDiff - Always use remote diff when installing. disable - Disable. enable - Enable. Valid values:
disable
,enable
. - Fortiap
Refresh float64Cnt - Max auto refresh FortiAP number each time (1 - 10000).
- Fortiap
Refresh float64Itvl - Auto refresh FortiAP status interval (0 - 1440) minutes, set to 0 will disable auto refresh.
- Fortiext
Refresh float64Cnt - Max device number for FortiExtender auto refresh (1 - 10000).
- Install
Fds float64Timeout - Maximum waiting time for fgt update during install (1-30 minutes, default 10).
- Install
Image float64Timeout - Maximum waiting time for image transfer and device upgrade (1060 - 2460*60 seconds).
- Install
Tunnel float64Retry Itvl - Time to re-establish tunnel during install (10 - 60 sec).
- Log
Autoupdate string - Enable/disable autoupdate debug logging. disable - Disable. enable - Enable. Valid values:
disable
,enable
. - Max
Revs float64 - Maximum number of revisions saved (1 - 250).
- Nr
Retry float64 - Number of retries.
- Retry string
- Enable/disable configuration install retry. disable - Disable. enable - Enable. Valid values:
disable
,enable
. - Retry
Intvl float64 - Retry interval.
- Rollback
Allow stringReboot - Enable/disable FortiGate reboot to rollback when installing script/config. disable - Disable. enable - Enable. Valid values:
disable
,enable
. - Script
Logsize float64 - Maximum script log size per device (1 - 10000K).
- Skip
Scep stringCheck - Enable/disable installing scep related objects even if scep url is configured. disable - Disable. enable - Enable. Valid values:
disable
,enable
. - Skip
Tunnel stringFcp Req - Enable/disable skip the fcp request sent from fgfm tunnel disable - Disable. enable - Enable. Valid values:
disable
,enable
. - System
Dm stringId - an identifier for the resource.
- Verify
Install string - Verify install against remote configuration. disable - Disable. optimal - Verify installation for command errors. enable - Always verify installation. Valid values:
disable
,optimal
,enable
.
- concurrent
Install DoubleImage Limit - Maximum number of concurrent install image (1 - 1000).
- concurrent
Install DoubleLimit - Maximum number of concurrent installs (5 - 2000).
- concurrent
Install DoubleScript Limit - Maximum number of concurrent install scripts (5 - 2000).
- conf
Merge StringAfter Script - Merge config after run script on remote device, instead of full retrieve. disable - Disable. enable - Enable. Valid values:
disable
,enable
. - discover
Timeout Double - Check connection timeout when discover device (3 - 15).
- dpm
Logsize Double - Maximum dpm log size per device (1 - 100000K).
- fgfm
Auto DoubleRetrieve Timeout - Maximum waiting time for auto retrieve(60 seconds - 3 hours, default 30min).
- fgfm
Install DoubleRefresh Count - Maximum FGFM install refresh attempt.
- fgfm
Keepalive DoubleItvl - FGFM protocol keep alive interval (30 - 600 sec).
- fgfm
Sock DoubleTimeout - Maximum FGFM socket idle time (90 - 1800 sec).
- force
Remote StringDiff - Always use remote diff when installing. disable - Disable. enable - Enable. Valid values:
disable
,enable
. - fortiap
Refresh DoubleCnt - Max auto refresh FortiAP number each time (1 - 10000).
- fortiap
Refresh DoubleItvl - Auto refresh FortiAP status interval (0 - 1440) minutes, set to 0 will disable auto refresh.
- fortiext
Refresh DoubleCnt - Max device number for FortiExtender auto refresh (1 - 10000).
- install
Fds DoubleTimeout - Maximum waiting time for fgt update during install (1-30 minutes, default 10).
- install
Image DoubleTimeout - Maximum waiting time for image transfer and device upgrade (1060 - 2460*60 seconds).
- install
Tunnel DoubleRetry Itvl - Time to re-establish tunnel during install (10 - 60 sec).
- log
Autoupdate String - Enable/disable autoupdate debug logging. disable - Disable. enable - Enable. Valid values:
disable
,enable
. - max
Revs Double - Maximum number of revisions saved (1 - 250).
- nr
Retry Double - Number of retries.
- retry String
- Enable/disable configuration install retry. disable - Disable. enable - Enable. Valid values:
disable
,enable
. - retry
Intvl Double - Retry interval.
- rollback
Allow StringReboot - Enable/disable FortiGate reboot to rollback when installing script/config. disable - Disable. enable - Enable. Valid values:
disable
,enable
. - script
Logsize Double - Maximum script log size per device (1 - 10000K).
- skip
Scep StringCheck - Enable/disable installing scep related objects even if scep url is configured. disable - Disable. enable - Enable. Valid values:
disable
,enable
. - skip
Tunnel StringFcp Req - Enable/disable skip the fcp request sent from fgfm tunnel disable - Disable. enable - Enable. Valid values:
disable
,enable
. - system
Dm StringId - an identifier for the resource.
- verify
Install String - Verify install against remote configuration. disable - Disable. optimal - Verify installation for command errors. enable - Always verify installation. Valid values:
disable
,optimal
,enable
.
- concurrent
Install numberImage Limit - Maximum number of concurrent install image (1 - 1000).
- concurrent
Install numberLimit - Maximum number of concurrent installs (5 - 2000).
- concurrent
Install numberScript Limit - Maximum number of concurrent install scripts (5 - 2000).
- conf
Merge stringAfter Script - Merge config after run script on remote device, instead of full retrieve. disable - Disable. enable - Enable. Valid values:
disable
,enable
. - discover
Timeout number - Check connection timeout when discover device (3 - 15).
- dpm
Logsize number - Maximum dpm log size per device (1 - 100000K).
- fgfm
Auto numberRetrieve Timeout - Maximum waiting time for auto retrieve(60 seconds - 3 hours, default 30min).
- fgfm
Install numberRefresh Count - Maximum FGFM install refresh attempt.
- fgfm
Keepalive numberItvl - FGFM protocol keep alive interval (30 - 600 sec).
- fgfm
Sock numberTimeout - Maximum FGFM socket idle time (90 - 1800 sec).
- force
Remote stringDiff - Always use remote diff when installing. disable - Disable. enable - Enable. Valid values:
disable
,enable
. - fortiap
Refresh numberCnt - Max auto refresh FortiAP number each time (1 - 10000).
- fortiap
Refresh numberItvl - Auto refresh FortiAP status interval (0 - 1440) minutes, set to 0 will disable auto refresh.
- fortiext
Refresh numberCnt - Max device number for FortiExtender auto refresh (1 - 10000).
- install
Fds numberTimeout - Maximum waiting time for fgt update during install (1-30 minutes, default 10).
- install
Image numberTimeout - Maximum waiting time for image transfer and device upgrade (1060 - 2460*60 seconds).
- install
Tunnel numberRetry Itvl - Time to re-establish tunnel during install (10 - 60 sec).
- log
Autoupdate string - Enable/disable autoupdate debug logging. disable - Disable. enable - Enable. Valid values:
disable
,enable
. - max
Revs number - Maximum number of revisions saved (1 - 250).
- nr
Retry number - Number of retries.
- retry string
- Enable/disable configuration install retry. disable - Disable. enable - Enable. Valid values:
disable
,enable
. - retry
Intvl number - Retry interval.
- rollback
Allow stringReboot - Enable/disable FortiGate reboot to rollback when installing script/config. disable - Disable. enable - Enable. Valid values:
disable
,enable
. - script
Logsize number - Maximum script log size per device (1 - 10000K).
- skip
Scep stringCheck - Enable/disable installing scep related objects even if scep url is configured. disable - Disable. enable - Enable. Valid values:
disable
,enable
. - skip
Tunnel stringFcp Req - Enable/disable skip the fcp request sent from fgfm tunnel disable - Disable. enable - Enable. Valid values:
disable
,enable
. - system
Dm stringId - an identifier for the resource.
- verify
Install string - Verify install against remote configuration. disable - Disable. optimal - Verify installation for command errors. enable - Always verify installation. Valid values:
disable
,optimal
,enable
.
- concurrent_
install_ floatimage_ limit - Maximum number of concurrent install image (1 - 1000).
- concurrent_
install_ floatlimit - Maximum number of concurrent installs (5 - 2000).
- concurrent_
install_ floatscript_ limit - Maximum number of concurrent install scripts (5 - 2000).
- conf_
merge_ strafter_ script - Merge config after run script on remote device, instead of full retrieve. disable - Disable. enable - Enable. Valid values:
disable
,enable
. - discover_
timeout float - Check connection timeout when discover device (3 - 15).
- dpm_
logsize float - Maximum dpm log size per device (1 - 100000K).
- fgfm_
auto_ floatretrieve_ timeout - Maximum waiting time for auto retrieve(60 seconds - 3 hours, default 30min).
- fgfm_
install_ floatrefresh_ count - Maximum FGFM install refresh attempt.
- fgfm_
keepalive_ floatitvl - FGFM protocol keep alive interval (30 - 600 sec).
- fgfm_
sock_ floattimeout - Maximum FGFM socket idle time (90 - 1800 sec).
- force_
remote_ strdiff - Always use remote diff when installing. disable - Disable. enable - Enable. Valid values:
disable
,enable
. - fortiap_
refresh_ floatcnt - Max auto refresh FortiAP number each time (1 - 10000).
- fortiap_
refresh_ floatitvl - Auto refresh FortiAP status interval (0 - 1440) minutes, set to 0 will disable auto refresh.
- fortiext_
refresh_ floatcnt - Max device number for FortiExtender auto refresh (1 - 10000).
- install_
fds_ floattimeout - Maximum waiting time for fgt update during install (1-30 minutes, default 10).
- install_
image_ floattimeout - Maximum waiting time for image transfer and device upgrade (1060 - 2460*60 seconds).
- install_
tunnel_ floatretry_ itvl - Time to re-establish tunnel during install (10 - 60 sec).
- log_
autoupdate str - Enable/disable autoupdate debug logging. disable - Disable. enable - Enable. Valid values:
disable
,enable
. - max_
revs float - Maximum number of revisions saved (1 - 250).
- nr_
retry float - Number of retries.
- retry str
- Enable/disable configuration install retry. disable - Disable. enable - Enable. Valid values:
disable
,enable
. - retry_
intvl float - Retry interval.
- rollback_
allow_ strreboot - Enable/disable FortiGate reboot to rollback when installing script/config. disable - Disable. enable - Enable. Valid values:
disable
,enable
. - script_
logsize float - Maximum script log size per device (1 - 10000K).
- skip_
scep_ strcheck - Enable/disable installing scep related objects even if scep url is configured. disable - Disable. enable - Enable. Valid values:
disable
,enable
. - skip_
tunnel_ strfcp_ req - Enable/disable skip the fcp request sent from fgfm tunnel disable - Disable. enable - Enable. Valid values:
disable
,enable
. - system_
dm_ strid - an identifier for the resource.
- verify_
install str - Verify install against remote configuration. disable - Disable. optimal - Verify installation for command errors. enable - Always verify installation. Valid values:
disable
,optimal
,enable
.
- concurrent
Install NumberImage Limit - Maximum number of concurrent install image (1 - 1000).
- concurrent
Install NumberLimit - Maximum number of concurrent installs (5 - 2000).
- concurrent
Install NumberScript Limit - Maximum number of concurrent install scripts (5 - 2000).
- conf
Merge StringAfter Script - Merge config after run script on remote device, instead of full retrieve. disable - Disable. enable - Enable. Valid values:
disable
,enable
. - discover
Timeout Number - Check connection timeout when discover device (3 - 15).
- dpm
Logsize Number - Maximum dpm log size per device (1 - 100000K).
- fgfm
Auto NumberRetrieve Timeout - Maximum waiting time for auto retrieve(60 seconds - 3 hours, default 30min).
- fgfm
Install NumberRefresh Count - Maximum FGFM install refresh attempt.
- fgfm
Keepalive NumberItvl - FGFM protocol keep alive interval (30 - 600 sec).
- fgfm
Sock NumberTimeout - Maximum FGFM socket idle time (90 - 1800 sec).
- force
Remote StringDiff - Always use remote diff when installing. disable - Disable. enable - Enable. Valid values:
disable
,enable
. - fortiap
Refresh NumberCnt - Max auto refresh FortiAP number each time (1 - 10000).
- fortiap
Refresh NumberItvl - Auto refresh FortiAP status interval (0 - 1440) minutes, set to 0 will disable auto refresh.
- fortiext
Refresh NumberCnt - Max device number for FortiExtender auto refresh (1 - 10000).
- install
Fds NumberTimeout - Maximum waiting time for fgt update during install (1-30 minutes, default 10).
- install
Image NumberTimeout - Maximum waiting time for image transfer and device upgrade (1060 - 2460*60 seconds).
- install
Tunnel NumberRetry Itvl - Time to re-establish tunnel during install (10 - 60 sec).
- log
Autoupdate String - Enable/disable autoupdate debug logging. disable - Disable. enable - Enable. Valid values:
disable
,enable
. - max
Revs Number - Maximum number of revisions saved (1 - 250).
- nr
Retry Number - Number of retries.
- retry String
- Enable/disable configuration install retry. disable - Disable. enable - Enable. Valid values:
disable
,enable
. - retry
Intvl Number - Retry interval.
- rollback
Allow StringReboot - Enable/disable FortiGate reboot to rollback when installing script/config. disable - Disable. enable - Enable. Valid values:
disable
,enable
. - script
Logsize Number - Maximum script log size per device (1 - 10000K).
- skip
Scep StringCheck - Enable/disable installing scep related objects even if scep url is configured. disable - Disable. enable - Enable. Valid values:
disable
,enable
. - skip
Tunnel StringFcp Req - Enable/disable skip the fcp request sent from fgfm tunnel disable - Disable. enable - Enable. Valid values:
disable
,enable
. - system
Dm StringId - an identifier for the resource.
- verify
Install String - Verify install against remote configuration. disable - Disable. optimal - Verify installation for command errors. enable - Always verify installation. Valid values:
disable
,optimal
,enable
.
Import
System Dm can be imported using any of these accepted formats:
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/systemDm:SystemDm labelname SystemDm
$ unset “FORTIMANAGER_IMPORT_TABLE”
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- fortimanager fortinetdev/terraform-provider-fortimanager
- License
- Notes
- This Pulumi package is based on the
fortimanager
Terraform Provider.