fortimanager.SystemReportSetting
Explore with Pulumi AI
Report settings.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as fortimanager from "@pulumi/fortimanager";
const trname = new fortimanager.SystemReportSetting("trname", {
aggregateReport: "disable",
excludeCapwap: "disable",
reportPriority: "high",
templateAutoInstall: "default",
});
import pulumi
import pulumi_fortimanager as fortimanager
trname = fortimanager.SystemReportSetting("trname",
aggregate_report="disable",
exclude_capwap="disable",
report_priority="high",
template_auto_install="default")
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.NewSystemReportSetting(ctx, "trname", &fortimanager.SystemReportSettingArgs{
AggregateReport: pulumi.String("disable"),
ExcludeCapwap: pulumi.String("disable"),
ReportPriority: pulumi.String("high"),
TemplateAutoInstall: pulumi.String("default"),
})
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.SystemReportSetting("trname", new()
{
AggregateReport = "disable",
ExcludeCapwap = "disable",
ReportPriority = "high",
TemplateAutoInstall = "default",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.fortimanager.SystemReportSetting;
import com.pulumi.fortimanager.SystemReportSettingArgs;
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 SystemReportSetting("trname", SystemReportSettingArgs.builder()
.aggregateReport("disable")
.excludeCapwap("disable")
.reportPriority("high")
.templateAutoInstall("default")
.build());
}
}
resources:
trname:
type: fortimanager:SystemReportSetting
properties:
aggregateReport: disable
excludeCapwap: disable
reportPriority: high
templateAutoInstall: default
Create SystemReportSetting Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new SystemReportSetting(name: string, args?: SystemReportSettingArgs, opts?: CustomResourceOptions);
@overload
def SystemReportSetting(resource_name: str,
args: Optional[SystemReportSettingArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def SystemReportSetting(resource_name: str,
opts: Optional[ResourceOptions] = None,
aggregate_report: Optional[str] = None,
capwap_port: Optional[float] = None,
capwap_service: Optional[str] = None,
exclude_capwap: Optional[str] = None,
hcache_lossless: Optional[str] = None,
ldap_cache_timeout: Optional[float] = None,
max_rpt_pdf_rows: Optional[float] = None,
max_table_rows: Optional[float] = None,
report_priority: Optional[str] = None,
system_report_setting_id: Optional[str] = None,
template_auto_install: Optional[str] = None,
week_start: Optional[str] = None)
func NewSystemReportSetting(ctx *Context, name string, args *SystemReportSettingArgs, opts ...ResourceOption) (*SystemReportSetting, error)
public SystemReportSetting(string name, SystemReportSettingArgs? args = null, CustomResourceOptions? opts = null)
public SystemReportSetting(String name, SystemReportSettingArgs args)
public SystemReportSetting(String name, SystemReportSettingArgs args, CustomResourceOptions options)
type: fortimanager:SystemReportSetting
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 SystemReportSettingArgs
- 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 SystemReportSettingArgs
- 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 SystemReportSettingArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args SystemReportSettingArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args SystemReportSettingArgs
- 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 systemReportSettingResource = new Fortimanager.SystemReportSetting("systemReportSettingResource", new()
{
AggregateReport = "string",
CapwapPort = 0,
CapwapService = "string",
ExcludeCapwap = "string",
HcacheLossless = "string",
LdapCacheTimeout = 0,
MaxRptPdfRows = 0,
MaxTableRows = 0,
ReportPriority = "string",
SystemReportSettingId = "string",
TemplateAutoInstall = "string",
WeekStart = "string",
});
example, err := fortimanager.NewSystemReportSetting(ctx, "systemReportSettingResource", &fortimanager.SystemReportSettingArgs{
AggregateReport: pulumi.String("string"),
CapwapPort: pulumi.Float64(0),
CapwapService: pulumi.String("string"),
ExcludeCapwap: pulumi.String("string"),
HcacheLossless: pulumi.String("string"),
LdapCacheTimeout: pulumi.Float64(0),
MaxRptPdfRows: pulumi.Float64(0),
MaxTableRows: pulumi.Float64(0),
ReportPriority: pulumi.String("string"),
SystemReportSettingId: pulumi.String("string"),
TemplateAutoInstall: pulumi.String("string"),
WeekStart: pulumi.String("string"),
})
var systemReportSettingResource = new SystemReportSetting("systemReportSettingResource", SystemReportSettingArgs.builder()
.aggregateReport("string")
.capwapPort(0)
.capwapService("string")
.excludeCapwap("string")
.hcacheLossless("string")
.ldapCacheTimeout(0)
.maxRptPdfRows(0)
.maxTableRows(0)
.reportPriority("string")
.systemReportSettingId("string")
.templateAutoInstall("string")
.weekStart("string")
.build());
system_report_setting_resource = fortimanager.SystemReportSetting("systemReportSettingResource",
aggregate_report="string",
capwap_port=0,
capwap_service="string",
exclude_capwap="string",
hcache_lossless="string",
ldap_cache_timeout=0,
max_rpt_pdf_rows=0,
max_table_rows=0,
report_priority="string",
system_report_setting_id="string",
template_auto_install="string",
week_start="string")
const systemReportSettingResource = new fortimanager.SystemReportSetting("systemReportSettingResource", {
aggregateReport: "string",
capwapPort: 0,
capwapService: "string",
excludeCapwap: "string",
hcacheLossless: "string",
ldapCacheTimeout: 0,
maxRptPdfRows: 0,
maxTableRows: 0,
reportPriority: "string",
systemReportSettingId: "string",
templateAutoInstall: "string",
weekStart: "string",
});
type: fortimanager:SystemReportSetting
properties:
aggregateReport: string
capwapPort: 0
capwapService: string
excludeCapwap: string
hcacheLossless: string
ldapCacheTimeout: 0
maxRptPdfRows: 0
maxTableRows: 0
reportPriority: string
systemReportSettingId: string
templateAutoInstall: string
weekStart: string
SystemReportSetting 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 SystemReportSetting resource accepts the following input properties:
- Aggregate
Report string - Enable/disable including a group report along with the per-device reports. disable - Exclude a group report along with the per-device reports. enable - Include a group report along with the per-device reports. Valid values:
disable
,enable
. - Capwap
Port double - Exclude capwap traffic by port.
- Capwap
Service string - Exclude capwap traffic by service.
- Exclude
Capwap string - Exclude capwap traffic. disable - Disable. by-port - By port. by-service - By service. Valid values:
disable
,by-port
,by-service
. - Hcache
Lossless string - Usableness of ready-with-loss hcaches. disable - Use ready-with-loss hcaches. enable - Do not use ready-with-loss hcaches. Valid values:
disable
,enable
. - Ldap
Cache doubleTimeout - LDAP cache timeout in minutes, default 60, 0 means not use cache.
- Max
Rpt doublePdf Rows - Maximum number of rows can be generated in a single pdf.
- Max
Table doubleRows - Maximum number of rows can be generated in a single table.
- Report
Priority string - Priority of sql report. high - High low - Low auto - Auto Valid values:
high
,low
,auto
. - System
Report stringSetting Id - an identifier for the resource.
- Template
Auto stringInstall - The language used for new ADOMs (default = default). default - Default. english - English. Valid values:
default
,english
. - Week
Start string - Day of the week on which the week starts. sun - Sunday. mon - Monday. Valid values:
sun
,mon
.
- Aggregate
Report string - Enable/disable including a group report along with the per-device reports. disable - Exclude a group report along with the per-device reports. enable - Include a group report along with the per-device reports. Valid values:
disable
,enable
. - Capwap
Port float64 - Exclude capwap traffic by port.
- Capwap
Service string - Exclude capwap traffic by service.
- Exclude
Capwap string - Exclude capwap traffic. disable - Disable. by-port - By port. by-service - By service. Valid values:
disable
,by-port
,by-service
. - Hcache
Lossless string - Usableness of ready-with-loss hcaches. disable - Use ready-with-loss hcaches. enable - Do not use ready-with-loss hcaches. Valid values:
disable
,enable
. - Ldap
Cache float64Timeout - LDAP cache timeout in minutes, default 60, 0 means not use cache.
- Max
Rpt float64Pdf Rows - Maximum number of rows can be generated in a single pdf.
- Max
Table float64Rows - Maximum number of rows can be generated in a single table.
- Report
Priority string - Priority of sql report. high - High low - Low auto - Auto Valid values:
high
,low
,auto
. - System
Report stringSetting Id - an identifier for the resource.
- Template
Auto stringInstall - The language used for new ADOMs (default = default). default - Default. english - English. Valid values:
default
,english
. - Week
Start string - Day of the week on which the week starts. sun - Sunday. mon - Monday. Valid values:
sun
,mon
.
- aggregate
Report String - Enable/disable including a group report along with the per-device reports. disable - Exclude a group report along with the per-device reports. enable - Include a group report along with the per-device reports. Valid values:
disable
,enable
. - capwap
Port Double - Exclude capwap traffic by port.
- capwap
Service String - Exclude capwap traffic by service.
- exclude
Capwap String - Exclude capwap traffic. disable - Disable. by-port - By port. by-service - By service. Valid values:
disable
,by-port
,by-service
. - hcache
Lossless String - Usableness of ready-with-loss hcaches. disable - Use ready-with-loss hcaches. enable - Do not use ready-with-loss hcaches. Valid values:
disable
,enable
. - ldap
Cache DoubleTimeout - LDAP cache timeout in minutes, default 60, 0 means not use cache.
- max
Rpt DoublePdf Rows - Maximum number of rows can be generated in a single pdf.
- max
Table DoubleRows - Maximum number of rows can be generated in a single table.
- report
Priority String - Priority of sql report. high - High low - Low auto - Auto Valid values:
high
,low
,auto
. - system
Report StringSetting Id - an identifier for the resource.
- template
Auto StringInstall - The language used for new ADOMs (default = default). default - Default. english - English. Valid values:
default
,english
. - week
Start String - Day of the week on which the week starts. sun - Sunday. mon - Monday. Valid values:
sun
,mon
.
- aggregate
Report string - Enable/disable including a group report along with the per-device reports. disable - Exclude a group report along with the per-device reports. enable - Include a group report along with the per-device reports. Valid values:
disable
,enable
. - capwap
Port number - Exclude capwap traffic by port.
- capwap
Service string - Exclude capwap traffic by service.
- exclude
Capwap string - Exclude capwap traffic. disable - Disable. by-port - By port. by-service - By service. Valid values:
disable
,by-port
,by-service
. - hcache
Lossless string - Usableness of ready-with-loss hcaches. disable - Use ready-with-loss hcaches. enable - Do not use ready-with-loss hcaches. Valid values:
disable
,enable
. - ldap
Cache numberTimeout - LDAP cache timeout in minutes, default 60, 0 means not use cache.
- max
Rpt numberPdf Rows - Maximum number of rows can be generated in a single pdf.
- max
Table numberRows - Maximum number of rows can be generated in a single table.
- report
Priority string - Priority of sql report. high - High low - Low auto - Auto Valid values:
high
,low
,auto
. - system
Report stringSetting Id - an identifier for the resource.
- template
Auto stringInstall - The language used for new ADOMs (default = default). default - Default. english - English. Valid values:
default
,english
. - week
Start string - Day of the week on which the week starts. sun - Sunday. mon - Monday. Valid values:
sun
,mon
.
- aggregate_
report str - Enable/disable including a group report along with the per-device reports. disable - Exclude a group report along with the per-device reports. enable - Include a group report along with the per-device reports. Valid values:
disable
,enable
. - capwap_
port float - Exclude capwap traffic by port.
- capwap_
service str - Exclude capwap traffic by service.
- exclude_
capwap str - Exclude capwap traffic. disable - Disable. by-port - By port. by-service - By service. Valid values:
disable
,by-port
,by-service
. - hcache_
lossless str - Usableness of ready-with-loss hcaches. disable - Use ready-with-loss hcaches. enable - Do not use ready-with-loss hcaches. Valid values:
disable
,enable
. - ldap_
cache_ floattimeout - LDAP cache timeout in minutes, default 60, 0 means not use cache.
- max_
rpt_ floatpdf_ rows - Maximum number of rows can be generated in a single pdf.
- max_
table_ floatrows - Maximum number of rows can be generated in a single table.
- report_
priority str - Priority of sql report. high - High low - Low auto - Auto Valid values:
high
,low
,auto
. - system_
report_ strsetting_ id - an identifier for the resource.
- template_
auto_ strinstall - The language used for new ADOMs (default = default). default - Default. english - English. Valid values:
default
,english
. - week_
start str - Day of the week on which the week starts. sun - Sunday. mon - Monday. Valid values:
sun
,mon
.
- aggregate
Report String - Enable/disable including a group report along with the per-device reports. disable - Exclude a group report along with the per-device reports. enable - Include a group report along with the per-device reports. Valid values:
disable
,enable
. - capwap
Port Number - Exclude capwap traffic by port.
- capwap
Service String - Exclude capwap traffic by service.
- exclude
Capwap String - Exclude capwap traffic. disable - Disable. by-port - By port. by-service - By service. Valid values:
disable
,by-port
,by-service
. - hcache
Lossless String - Usableness of ready-with-loss hcaches. disable - Use ready-with-loss hcaches. enable - Do not use ready-with-loss hcaches. Valid values:
disable
,enable
. - ldap
Cache NumberTimeout - LDAP cache timeout in minutes, default 60, 0 means not use cache.
- max
Rpt NumberPdf Rows - Maximum number of rows can be generated in a single pdf.
- max
Table NumberRows - Maximum number of rows can be generated in a single table.
- report
Priority String - Priority of sql report. high - High low - Low auto - Auto Valid values:
high
,low
,auto
. - system
Report StringSetting Id - an identifier for the resource.
- template
Auto StringInstall - The language used for new ADOMs (default = default). default - Default. english - English. Valid values:
default
,english
. - week
Start String - Day of the week on which the week starts. sun - Sunday. mon - Monday. Valid values:
sun
,mon
.
Outputs
All input properties are implicitly available as output properties. Additionally, the SystemReportSetting 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 SystemReportSetting Resource
Get an existing SystemReportSetting 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?: SystemReportSettingState, opts?: CustomResourceOptions): SystemReportSetting
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
aggregate_report: Optional[str] = None,
capwap_port: Optional[float] = None,
capwap_service: Optional[str] = None,
exclude_capwap: Optional[str] = None,
hcache_lossless: Optional[str] = None,
ldap_cache_timeout: Optional[float] = None,
max_rpt_pdf_rows: Optional[float] = None,
max_table_rows: Optional[float] = None,
report_priority: Optional[str] = None,
system_report_setting_id: Optional[str] = None,
template_auto_install: Optional[str] = None,
week_start: Optional[str] = None) -> SystemReportSetting
func GetSystemReportSetting(ctx *Context, name string, id IDInput, state *SystemReportSettingState, opts ...ResourceOption) (*SystemReportSetting, error)
public static SystemReportSetting Get(string name, Input<string> id, SystemReportSettingState? state, CustomResourceOptions? opts = null)
public static SystemReportSetting get(String name, Output<String> id, SystemReportSettingState state, CustomResourceOptions options)
resources: _: type: fortimanager:SystemReportSetting 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.
- Aggregate
Report string - Enable/disable including a group report along with the per-device reports. disable - Exclude a group report along with the per-device reports. enable - Include a group report along with the per-device reports. Valid values:
disable
,enable
. - Capwap
Port double - Exclude capwap traffic by port.
- Capwap
Service string - Exclude capwap traffic by service.
- Exclude
Capwap string - Exclude capwap traffic. disable - Disable. by-port - By port. by-service - By service. Valid values:
disable
,by-port
,by-service
. - Hcache
Lossless string - Usableness of ready-with-loss hcaches. disable - Use ready-with-loss hcaches. enable - Do not use ready-with-loss hcaches. Valid values:
disable
,enable
. - Ldap
Cache doubleTimeout - LDAP cache timeout in minutes, default 60, 0 means not use cache.
- Max
Rpt doublePdf Rows - Maximum number of rows can be generated in a single pdf.
- Max
Table doubleRows - Maximum number of rows can be generated in a single table.
- Report
Priority string - Priority of sql report. high - High low - Low auto - Auto Valid values:
high
,low
,auto
. - System
Report stringSetting Id - an identifier for the resource.
- Template
Auto stringInstall - The language used for new ADOMs (default = default). default - Default. english - English. Valid values:
default
,english
. - Week
Start string - Day of the week on which the week starts. sun - Sunday. mon - Monday. Valid values:
sun
,mon
.
- Aggregate
Report string - Enable/disable including a group report along with the per-device reports. disable - Exclude a group report along with the per-device reports. enable - Include a group report along with the per-device reports. Valid values:
disable
,enable
. - Capwap
Port float64 - Exclude capwap traffic by port.
- Capwap
Service string - Exclude capwap traffic by service.
- Exclude
Capwap string - Exclude capwap traffic. disable - Disable. by-port - By port. by-service - By service. Valid values:
disable
,by-port
,by-service
. - Hcache
Lossless string - Usableness of ready-with-loss hcaches. disable - Use ready-with-loss hcaches. enable - Do not use ready-with-loss hcaches. Valid values:
disable
,enable
. - Ldap
Cache float64Timeout - LDAP cache timeout in minutes, default 60, 0 means not use cache.
- Max
Rpt float64Pdf Rows - Maximum number of rows can be generated in a single pdf.
- Max
Table float64Rows - Maximum number of rows can be generated in a single table.
- Report
Priority string - Priority of sql report. high - High low - Low auto - Auto Valid values:
high
,low
,auto
. - System
Report stringSetting Id - an identifier for the resource.
- Template
Auto stringInstall - The language used for new ADOMs (default = default). default - Default. english - English. Valid values:
default
,english
. - Week
Start string - Day of the week on which the week starts. sun - Sunday. mon - Monday. Valid values:
sun
,mon
.
- aggregate
Report String - Enable/disable including a group report along with the per-device reports. disable - Exclude a group report along with the per-device reports. enable - Include a group report along with the per-device reports. Valid values:
disable
,enable
. - capwap
Port Double - Exclude capwap traffic by port.
- capwap
Service String - Exclude capwap traffic by service.
- exclude
Capwap String - Exclude capwap traffic. disable - Disable. by-port - By port. by-service - By service. Valid values:
disable
,by-port
,by-service
. - hcache
Lossless String - Usableness of ready-with-loss hcaches. disable - Use ready-with-loss hcaches. enable - Do not use ready-with-loss hcaches. Valid values:
disable
,enable
. - ldap
Cache DoubleTimeout - LDAP cache timeout in minutes, default 60, 0 means not use cache.
- max
Rpt DoublePdf Rows - Maximum number of rows can be generated in a single pdf.
- max
Table DoubleRows - Maximum number of rows can be generated in a single table.
- report
Priority String - Priority of sql report. high - High low - Low auto - Auto Valid values:
high
,low
,auto
. - system
Report StringSetting Id - an identifier for the resource.
- template
Auto StringInstall - The language used for new ADOMs (default = default). default - Default. english - English. Valid values:
default
,english
. - week
Start String - Day of the week on which the week starts. sun - Sunday. mon - Monday. Valid values:
sun
,mon
.
- aggregate
Report string - Enable/disable including a group report along with the per-device reports. disable - Exclude a group report along with the per-device reports. enable - Include a group report along with the per-device reports. Valid values:
disable
,enable
. - capwap
Port number - Exclude capwap traffic by port.
- capwap
Service string - Exclude capwap traffic by service.
- exclude
Capwap string - Exclude capwap traffic. disable - Disable. by-port - By port. by-service - By service. Valid values:
disable
,by-port
,by-service
. - hcache
Lossless string - Usableness of ready-with-loss hcaches. disable - Use ready-with-loss hcaches. enable - Do not use ready-with-loss hcaches. Valid values:
disable
,enable
. - ldap
Cache numberTimeout - LDAP cache timeout in minutes, default 60, 0 means not use cache.
- max
Rpt numberPdf Rows - Maximum number of rows can be generated in a single pdf.
- max
Table numberRows - Maximum number of rows can be generated in a single table.
- report
Priority string - Priority of sql report. high - High low - Low auto - Auto Valid values:
high
,low
,auto
. - system
Report stringSetting Id - an identifier for the resource.
- template
Auto stringInstall - The language used for new ADOMs (default = default). default - Default. english - English. Valid values:
default
,english
. - week
Start string - Day of the week on which the week starts. sun - Sunday. mon - Monday. Valid values:
sun
,mon
.
- aggregate_
report str - Enable/disable including a group report along with the per-device reports. disable - Exclude a group report along with the per-device reports. enable - Include a group report along with the per-device reports. Valid values:
disable
,enable
. - capwap_
port float - Exclude capwap traffic by port.
- capwap_
service str - Exclude capwap traffic by service.
- exclude_
capwap str - Exclude capwap traffic. disable - Disable. by-port - By port. by-service - By service. Valid values:
disable
,by-port
,by-service
. - hcache_
lossless str - Usableness of ready-with-loss hcaches. disable - Use ready-with-loss hcaches. enable - Do not use ready-with-loss hcaches. Valid values:
disable
,enable
. - ldap_
cache_ floattimeout - LDAP cache timeout in minutes, default 60, 0 means not use cache.
- max_
rpt_ floatpdf_ rows - Maximum number of rows can be generated in a single pdf.
- max_
table_ floatrows - Maximum number of rows can be generated in a single table.
- report_
priority str - Priority of sql report. high - High low - Low auto - Auto Valid values:
high
,low
,auto
. - system_
report_ strsetting_ id - an identifier for the resource.
- template_
auto_ strinstall - The language used for new ADOMs (default = default). default - Default. english - English. Valid values:
default
,english
. - week_
start str - Day of the week on which the week starts. sun - Sunday. mon - Monday. Valid values:
sun
,mon
.
- aggregate
Report String - Enable/disable including a group report along with the per-device reports. disable - Exclude a group report along with the per-device reports. enable - Include a group report along with the per-device reports. Valid values:
disable
,enable
. - capwap
Port Number - Exclude capwap traffic by port.
- capwap
Service String - Exclude capwap traffic by service.
- exclude
Capwap String - Exclude capwap traffic. disable - Disable. by-port - By port. by-service - By service. Valid values:
disable
,by-port
,by-service
. - hcache
Lossless String - Usableness of ready-with-loss hcaches. disable - Use ready-with-loss hcaches. enable - Do not use ready-with-loss hcaches. Valid values:
disable
,enable
. - ldap
Cache NumberTimeout - LDAP cache timeout in minutes, default 60, 0 means not use cache.
- max
Rpt NumberPdf Rows - Maximum number of rows can be generated in a single pdf.
- max
Table NumberRows - Maximum number of rows can be generated in a single table.
- report
Priority String - Priority of sql report. high - High low - Low auto - Auto Valid values:
high
,low
,auto
. - system
Report StringSetting Id - an identifier for the resource.
- template
Auto StringInstall - The language used for new ADOMs (default = default). default - Default. english - English. Valid values:
default
,english
. - week
Start String - Day of the week on which the week starts. sun - Sunday. mon - Monday. Valid values:
sun
,mon
.
Import
System ReportSetting can be imported using any of these accepted formats:
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/systemReportSetting:SystemReportSetting labelname SystemReportSetting
$ 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.