1. Packages
  2. Fortios
  3. API Docs
  4. log
  5. log/memory
  6. Globalsetting
Fortios v0.0.6 published on Tuesday, Jul 9, 2024 by pulumiverse

fortios.log/memory.Globalsetting

Explore with Pulumi AI

Global settings for memory logging.

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as fortios from "@pulumiverse/fortios";

const trname = new fortios.log.memory.Globalsetting("trname", {
    fullFinalWarningThreshold: 95,
    fullFirstWarningThreshold: 75,
    fullSecondWarningThreshold: 90,
    maxSize: 163840,
});
Copy
import pulumi
import pulumiverse_fortios as fortios

trname = fortios.log.memory.Globalsetting("trname",
    full_final_warning_threshold=95,
    full_first_warning_threshold=75,
    full_second_warning_threshold=90,
    max_size=163840)
Copy
package main

import (
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
	"github.com/pulumiverse/pulumi-fortios/sdk/go/fortios/log"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := log.NewGlobalsetting(ctx, "trname", &log.GlobalsettingArgs{
			FullFinalWarningThreshold:  pulumi.Int(95),
			FullFirstWarningThreshold:  pulumi.Int(75),
			FullSecondWarningThreshold: pulumi.Int(90),
			MaxSize:                    pulumi.Int(163840),
		})
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Fortios = Pulumiverse.Fortios;

return await Deployment.RunAsync(() => 
{
    var trname = new Fortios.Log.Memory.Globalsetting("trname", new()
    {
        FullFinalWarningThreshold = 95,
        FullFirstWarningThreshold = 75,
        FullSecondWarningThreshold = 90,
        MaxSize = 163840,
    });

});
Copy
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.fortios.log.Globalsetting;
import com.pulumi.fortios.log.GlobalsettingArgs;
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 Globalsetting("trname", GlobalsettingArgs.builder()
            .fullFinalWarningThreshold(95)
            .fullFirstWarningThreshold(75)
            .fullSecondWarningThreshold(90)
            .maxSize(163840)
            .build());

    }
}
Copy
resources:
  trname:
    type: fortios:log/memory:Globalsetting
    properties:
      fullFinalWarningThreshold: 95
      fullFirstWarningThreshold: 75
      fullSecondWarningThreshold: 90
      maxSize: 163840
Copy

Create Globalsetting Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new Globalsetting(name: string, args?: GlobalsettingArgs, opts?: CustomResourceOptions);
@overload
def Globalsetting(resource_name: str,
                  args: Optional[GlobalsettingArgs] = None,
                  opts: Optional[ResourceOptions] = None)

@overload
def Globalsetting(resource_name: str,
                  opts: Optional[ResourceOptions] = None,
                  full_final_warning_threshold: Optional[int] = None,
                  full_first_warning_threshold: Optional[int] = None,
                  full_second_warning_threshold: Optional[int] = None,
                  max_size: Optional[int] = None,
                  vdomparam: Optional[str] = None)
func NewGlobalsetting(ctx *Context, name string, args *GlobalsettingArgs, opts ...ResourceOption) (*Globalsetting, error)
public Globalsetting(string name, GlobalsettingArgs? args = null, CustomResourceOptions? opts = null)
public Globalsetting(String name, GlobalsettingArgs args)
public Globalsetting(String name, GlobalsettingArgs args, CustomResourceOptions options)
type: fortios:log/memory/globalsetting:Globalsetting
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args GlobalsettingArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args GlobalsettingArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args GlobalsettingArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args GlobalsettingArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. GlobalsettingArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

Globalsetting 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 Globalsetting resource accepts the following input properties:

FullFinalWarningThreshold int
Log full final warning threshold as a percent (3 - 100, default = 95).
FullFirstWarningThreshold int
Log full first warning threshold as a percent (1 - 98, default = 75).
FullSecondWarningThreshold int
Log full second warning threshold as a percent (2 - 99, default = 90).
MaxSize int
Maximum amount of memory that can be used for memory logging in bytes.
Vdomparam Changes to this property will trigger replacement. string
Specifies the vdom to which the resource 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.
FullFinalWarningThreshold int
Log full final warning threshold as a percent (3 - 100, default = 95).
FullFirstWarningThreshold int
Log full first warning threshold as a percent (1 - 98, default = 75).
FullSecondWarningThreshold int
Log full second warning threshold as a percent (2 - 99, default = 90).
MaxSize int
Maximum amount of memory that can be used for memory logging in bytes.
Vdomparam Changes to this property will trigger replacement. string
Specifies the vdom to which the resource 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.
fullFinalWarningThreshold Integer
Log full final warning threshold as a percent (3 - 100, default = 95).
fullFirstWarningThreshold Integer
Log full first warning threshold as a percent (1 - 98, default = 75).
fullSecondWarningThreshold Integer
Log full second warning threshold as a percent (2 - 99, default = 90).
maxSize Integer
Maximum amount of memory that can be used for memory logging in bytes.
vdomparam Changes to this property will trigger replacement. String
Specifies the vdom to which the resource 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.
fullFinalWarningThreshold number
Log full final warning threshold as a percent (3 - 100, default = 95).
fullFirstWarningThreshold number
Log full first warning threshold as a percent (1 - 98, default = 75).
fullSecondWarningThreshold number
Log full second warning threshold as a percent (2 - 99, default = 90).
maxSize number
Maximum amount of memory that can be used for memory logging in bytes.
vdomparam Changes to this property will trigger replacement. string
Specifies the vdom to which the resource 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.
full_final_warning_threshold int
Log full final warning threshold as a percent (3 - 100, default = 95).
full_first_warning_threshold int
Log full first warning threshold as a percent (1 - 98, default = 75).
full_second_warning_threshold int
Log full second warning threshold as a percent (2 - 99, default = 90).
max_size int
Maximum amount of memory that can be used for memory logging in bytes.
vdomparam Changes to this property will trigger replacement. str
Specifies the vdom to which the resource 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.
fullFinalWarningThreshold Number
Log full final warning threshold as a percent (3 - 100, default = 95).
fullFirstWarningThreshold Number
Log full first warning threshold as a percent (1 - 98, default = 75).
fullSecondWarningThreshold Number
Log full second warning threshold as a percent (2 - 99, default = 90).
maxSize Number
Maximum amount of memory that can be used for memory logging in bytes.
vdomparam Changes to this property will trigger replacement. String
Specifies the vdom to which the resource 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.

Outputs

All input properties are implicitly available as output properties. Additionally, the Globalsetting 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 Globalsetting Resource

Get an existing Globalsetting 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?: GlobalsettingState, opts?: CustomResourceOptions): Globalsetting
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        full_final_warning_threshold: Optional[int] = None,
        full_first_warning_threshold: Optional[int] = None,
        full_second_warning_threshold: Optional[int] = None,
        max_size: Optional[int] = None,
        vdomparam: Optional[str] = None) -> Globalsetting
func GetGlobalsetting(ctx *Context, name string, id IDInput, state *GlobalsettingState, opts ...ResourceOption) (*Globalsetting, error)
public static Globalsetting Get(string name, Input<string> id, GlobalsettingState? state, CustomResourceOptions? opts = null)
public static Globalsetting get(String name, Output<String> id, GlobalsettingState state, CustomResourceOptions options)
resources:  _:    type: fortios:log/memory/globalsetting:Globalsetting    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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.
The following state arguments are supported:
FullFinalWarningThreshold int
Log full final warning threshold as a percent (3 - 100, default = 95).
FullFirstWarningThreshold int
Log full first warning threshold as a percent (1 - 98, default = 75).
FullSecondWarningThreshold int
Log full second warning threshold as a percent (2 - 99, default = 90).
MaxSize int
Maximum amount of memory that can be used for memory logging in bytes.
Vdomparam Changes to this property will trigger replacement. string
Specifies the vdom to which the resource 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.
FullFinalWarningThreshold int
Log full final warning threshold as a percent (3 - 100, default = 95).
FullFirstWarningThreshold int
Log full first warning threshold as a percent (1 - 98, default = 75).
FullSecondWarningThreshold int
Log full second warning threshold as a percent (2 - 99, default = 90).
MaxSize int
Maximum amount of memory that can be used for memory logging in bytes.
Vdomparam Changes to this property will trigger replacement. string
Specifies the vdom to which the resource 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.
fullFinalWarningThreshold Integer
Log full final warning threshold as a percent (3 - 100, default = 95).
fullFirstWarningThreshold Integer
Log full first warning threshold as a percent (1 - 98, default = 75).
fullSecondWarningThreshold Integer
Log full second warning threshold as a percent (2 - 99, default = 90).
maxSize Integer
Maximum amount of memory that can be used for memory logging in bytes.
vdomparam Changes to this property will trigger replacement. String
Specifies the vdom to which the resource 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.
fullFinalWarningThreshold number
Log full final warning threshold as a percent (3 - 100, default = 95).
fullFirstWarningThreshold number
Log full first warning threshold as a percent (1 - 98, default = 75).
fullSecondWarningThreshold number
Log full second warning threshold as a percent (2 - 99, default = 90).
maxSize number
Maximum amount of memory that can be used for memory logging in bytes.
vdomparam Changes to this property will trigger replacement. string
Specifies the vdom to which the resource 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.
full_final_warning_threshold int
Log full final warning threshold as a percent (3 - 100, default = 95).
full_first_warning_threshold int
Log full first warning threshold as a percent (1 - 98, default = 75).
full_second_warning_threshold int
Log full second warning threshold as a percent (2 - 99, default = 90).
max_size int
Maximum amount of memory that can be used for memory logging in bytes.
vdomparam Changes to this property will trigger replacement. str
Specifies the vdom to which the resource 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.
fullFinalWarningThreshold Number
Log full final warning threshold as a percent (3 - 100, default = 95).
fullFirstWarningThreshold Number
Log full first warning threshold as a percent (1 - 98, default = 75).
fullSecondWarningThreshold Number
Log full second warning threshold as a percent (2 - 99, default = 90).
maxSize Number
Maximum amount of memory that can be used for memory logging in bytes.
vdomparam Changes to this property will trigger replacement. String
Specifies the vdom to which the resource 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.

Import

LogMemory GlobalSetting can be imported using any of these accepted formats:

$ pulumi import fortios:log/memory/globalsetting:Globalsetting labelname LogMemoryGlobalSetting
Copy

If you do not want to import arguments of block:

$ export “FORTIOS_IMPORT_TABLE”=“false”

$ pulumi import fortios:log/memory/globalsetting:Globalsetting labelname LogMemoryGlobalSetting
Copy

$ unset “FORTIOS_IMPORT_TABLE”

To learn more about importing existing cloud resources, see Importing resources.

Package Details

Repository
fortios pulumiverse/pulumi-fortios
License
Apache-2.0
Notes
This Pulumi package is based on the fortios Terraform Provider.