1. Packages
  2. Fortimanager Provider
  3. API Docs
  4. ObjectFirewallAccessproxyApigateway6Quic
fortimanager 1.14.0 published on Tuesday, Apr 15, 2025 by fortinetdev

fortimanager.ObjectFirewallAccessproxyApigateway6Quic

Explore with Pulumi AI

QUIC setting.

This resource is a sub resource for variable quic of resource fortimanager.ObjectFirewallAccessproxyApigateway6. Conflict and overwrite may occur if use both of them.

Create ObjectFirewallAccessproxyApigateway6Quic Resource

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

Constructor syntax

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

@overload
def ObjectFirewallAccessproxyApigateway6Quic(resource_name: str,
                                             opts: Optional[ResourceOptions] = None,
                                             api_gateway6: Optional[str] = None,
                                             access_proxy: Optional[str] = None,
                                             grease_quic_bit: Optional[str] = None,
                                             active_migration: Optional[str] = None,
                                             adom: Optional[str] = None,
                                             active_connection_id_limit: Optional[float] = None,
                                             ack_delay_exponent: Optional[float] = None,
                                             max_ack_delay: Optional[float] = None,
                                             max_datagram_frame_size: Optional[float] = None,
                                             max_idle_timeout: Optional[float] = None,
                                             max_udp_payload_size: Optional[float] = None,
                                             object_firewall_accessproxy_apigateway6_quic_id: Optional[str] = None,
                                             scopetype: Optional[str] = None)
func NewObjectFirewallAccessproxyApigateway6Quic(ctx *Context, name string, args ObjectFirewallAccessproxyApigateway6QuicArgs, opts ...ResourceOption) (*ObjectFirewallAccessproxyApigateway6Quic, error)
public ObjectFirewallAccessproxyApigateway6Quic(string name, ObjectFirewallAccessproxyApigateway6QuicArgs args, CustomResourceOptions? opts = null)
public ObjectFirewallAccessproxyApigateway6Quic(String name, ObjectFirewallAccessproxyApigateway6QuicArgs args)
public ObjectFirewallAccessproxyApigateway6Quic(String name, ObjectFirewallAccessproxyApigateway6QuicArgs args, CustomResourceOptions options)
type: fortimanager:ObjectFirewallAccessproxyApigateway6Quic
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 This property is required. ObjectFirewallAccessproxyApigateway6QuicArgs
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 This property is required. ObjectFirewallAccessproxyApigateway6QuicInitArgs
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 This property is required. ObjectFirewallAccessproxyApigateway6QuicArgs
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 This property is required. ObjectFirewallAccessproxyApigateway6QuicArgs
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. ObjectFirewallAccessproxyApigateway6QuicArgs
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 objectFirewallAccessproxyApigateway6QuicResource = new Fortimanager.ObjectFirewallAccessproxyApigateway6Quic("objectFirewallAccessproxyApigateway6QuicResource", new()
{
    ApiGateway6 = "string",
    AccessProxy = "string",
    GreaseQuicBit = "string",
    ActiveMigration = "string",
    Adom = "string",
    ActiveConnectionIdLimit = 0,
    AckDelayExponent = 0,
    MaxAckDelay = 0,
    MaxDatagramFrameSize = 0,
    MaxIdleTimeout = 0,
    MaxUdpPayloadSize = 0,
    ObjectFirewallAccessproxyApigateway6QuicId = "string",
    Scopetype = "string",
});
Copy
example, err := fortimanager.NewObjectFirewallAccessproxyApigateway6Quic(ctx, "objectFirewallAccessproxyApigateway6QuicResource", &fortimanager.ObjectFirewallAccessproxyApigateway6QuicArgs{
ApiGateway6: pulumi.String("string"),
AccessProxy: pulumi.String("string"),
GreaseQuicBit: pulumi.String("string"),
ActiveMigration: pulumi.String("string"),
Adom: pulumi.String("string"),
ActiveConnectionIdLimit: pulumi.Float64(0),
AckDelayExponent: pulumi.Float64(0),
MaxAckDelay: pulumi.Float64(0),
MaxDatagramFrameSize: pulumi.Float64(0),
MaxIdleTimeout: pulumi.Float64(0),
MaxUdpPayloadSize: pulumi.Float64(0),
ObjectFirewallAccessproxyApigateway6QuicId: pulumi.String("string"),
Scopetype: pulumi.String("string"),
})
Copy
var objectFirewallAccessproxyApigateway6QuicResource = new ObjectFirewallAccessproxyApigateway6Quic("objectFirewallAccessproxyApigateway6QuicResource", ObjectFirewallAccessproxyApigateway6QuicArgs.builder()
    .apiGateway6("string")
    .accessProxy("string")
    .greaseQuicBit("string")
    .activeMigration("string")
    .adom("string")
    .activeConnectionIdLimit(0)
    .ackDelayExponent(0)
    .maxAckDelay(0)
    .maxDatagramFrameSize(0)
    .maxIdleTimeout(0)
    .maxUdpPayloadSize(0)
    .objectFirewallAccessproxyApigateway6QuicId("string")
    .scopetype("string")
    .build());
Copy
object_firewall_accessproxy_apigateway6_quic_resource = fortimanager.ObjectFirewallAccessproxyApigateway6Quic("objectFirewallAccessproxyApigateway6QuicResource",
    api_gateway6="string",
    access_proxy="string",
    grease_quic_bit="string",
    active_migration="string",
    adom="string",
    active_connection_id_limit=0,
    ack_delay_exponent=0,
    max_ack_delay=0,
    max_datagram_frame_size=0,
    max_idle_timeout=0,
    max_udp_payload_size=0,
    object_firewall_accessproxy_apigateway6_quic_id="string",
    scopetype="string")
Copy
const objectFirewallAccessproxyApigateway6QuicResource = new fortimanager.ObjectFirewallAccessproxyApigateway6Quic("objectFirewallAccessproxyApigateway6QuicResource", {
    apiGateway6: "string",
    accessProxy: "string",
    greaseQuicBit: "string",
    activeMigration: "string",
    adom: "string",
    activeConnectionIdLimit: 0,
    ackDelayExponent: 0,
    maxAckDelay: 0,
    maxDatagramFrameSize: 0,
    maxIdleTimeout: 0,
    maxUdpPayloadSize: 0,
    objectFirewallAccessproxyApigateway6QuicId: "string",
    scopetype: "string",
});
Copy
type: fortimanager:ObjectFirewallAccessproxyApigateway6Quic
properties:
    accessProxy: string
    ackDelayExponent: 0
    activeConnectionIdLimit: 0
    activeMigration: string
    adom: string
    apiGateway6: string
    greaseQuicBit: string
    maxAckDelay: 0
    maxDatagramFrameSize: 0
    maxIdleTimeout: 0
    maxUdpPayloadSize: 0
    objectFirewallAccessproxyApigateway6QuicId: string
    scopetype: string
Copy

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

AccessProxy This property is required. string
Access Proxy.
ApiGateway6 This property is required. string
Api Gateway6.
AckDelayExponent double
ACK delay exponent (1 - 20, default = 3).
ActiveConnectionIdLimit double
Active connection ID limit (1 - 8, default = 2).
ActiveMigration string
Enable/disable active migration (default = disable). Valid values: disable, enable.
Adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
GreaseQuicBit string
Enable/disable grease QUIC bit (default = enable). Valid values: disable, enable.
MaxAckDelay double
Maximum ACK delay in milliseconds (1 - 16383, default = 25).
MaxDatagramFrameSize double
Maximum datagram frame size in bytes (1 - 1500, default = 1500).
MaxIdleTimeout double
Maximum idle timeout milliseconds (1 - 60000, default = 30000).
MaxUdpPayloadSize double
Maximum UDP payload size in bytes (1200 - 1500, default = 1500).
ObjectFirewallAccessproxyApigateway6QuicId string
an identifier for the resource.
Scopetype string
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
AccessProxy This property is required. string
Access Proxy.
ApiGateway6 This property is required. string
Api Gateway6.
AckDelayExponent float64
ACK delay exponent (1 - 20, default = 3).
ActiveConnectionIdLimit float64
Active connection ID limit (1 - 8, default = 2).
ActiveMigration string
Enable/disable active migration (default = disable). Valid values: disable, enable.
Adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
GreaseQuicBit string
Enable/disable grease QUIC bit (default = enable). Valid values: disable, enable.
MaxAckDelay float64
Maximum ACK delay in milliseconds (1 - 16383, default = 25).
MaxDatagramFrameSize float64
Maximum datagram frame size in bytes (1 - 1500, default = 1500).
MaxIdleTimeout float64
Maximum idle timeout milliseconds (1 - 60000, default = 30000).
MaxUdpPayloadSize float64
Maximum UDP payload size in bytes (1200 - 1500, default = 1500).
ObjectFirewallAccessproxyApigateway6QuicId string
an identifier for the resource.
Scopetype string
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
accessProxy This property is required. String
Access Proxy.
apiGateway6 This property is required. String
Api Gateway6.
ackDelayExponent Double
ACK delay exponent (1 - 20, default = 3).
activeConnectionIdLimit Double
Active connection ID limit (1 - 8, default = 2).
activeMigration String
Enable/disable active migration (default = disable). Valid values: disable, enable.
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
greaseQuicBit String
Enable/disable grease QUIC bit (default = enable). Valid values: disable, enable.
maxAckDelay Double
Maximum ACK delay in milliseconds (1 - 16383, default = 25).
maxDatagramFrameSize Double
Maximum datagram frame size in bytes (1 - 1500, default = 1500).
maxIdleTimeout Double
Maximum idle timeout milliseconds (1 - 60000, default = 30000).
maxUdpPayloadSize Double
Maximum UDP payload size in bytes (1200 - 1500, default = 1500).
objectFirewallAccessproxyApigateway6QuicId String
an identifier for the resource.
scopetype String
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
accessProxy This property is required. string
Access Proxy.
apiGateway6 This property is required. string
Api Gateway6.
ackDelayExponent number
ACK delay exponent (1 - 20, default = 3).
activeConnectionIdLimit number
Active connection ID limit (1 - 8, default = 2).
activeMigration string
Enable/disable active migration (default = disable). Valid values: disable, enable.
adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
greaseQuicBit string
Enable/disable grease QUIC bit (default = enable). Valid values: disable, enable.
maxAckDelay number
Maximum ACK delay in milliseconds (1 - 16383, default = 25).
maxDatagramFrameSize number
Maximum datagram frame size in bytes (1 - 1500, default = 1500).
maxIdleTimeout number
Maximum idle timeout milliseconds (1 - 60000, default = 30000).
maxUdpPayloadSize number
Maximum UDP payload size in bytes (1200 - 1500, default = 1500).
objectFirewallAccessproxyApigateway6QuicId string
an identifier for the resource.
scopetype string
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
access_proxy This property is required. str
Access Proxy.
api_gateway6 This property is required. str
Api Gateway6.
ack_delay_exponent float
ACK delay exponent (1 - 20, default = 3).
active_connection_id_limit float
Active connection ID limit (1 - 8, default = 2).
active_migration str
Enable/disable active migration (default = disable). Valid values: disable, enable.
adom str
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
grease_quic_bit str
Enable/disable grease QUIC bit (default = enable). Valid values: disable, enable.
max_ack_delay float
Maximum ACK delay in milliseconds (1 - 16383, default = 25).
max_datagram_frame_size float
Maximum datagram frame size in bytes (1 - 1500, default = 1500).
max_idle_timeout float
Maximum idle timeout milliseconds (1 - 60000, default = 30000).
max_udp_payload_size float
Maximum UDP payload size in bytes (1200 - 1500, default = 1500).
object_firewall_accessproxy_apigateway6_quic_id str
an identifier for the resource.
scopetype str
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
accessProxy This property is required. String
Access Proxy.
apiGateway6 This property is required. String
Api Gateway6.
ackDelayExponent Number
ACK delay exponent (1 - 20, default = 3).
activeConnectionIdLimit Number
Active connection ID limit (1 - 8, default = 2).
activeMigration String
Enable/disable active migration (default = disable). Valid values: disable, enable.
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
greaseQuicBit String
Enable/disable grease QUIC bit (default = enable). Valid values: disable, enable.
maxAckDelay Number
Maximum ACK delay in milliseconds (1 - 16383, default = 25).
maxDatagramFrameSize Number
Maximum datagram frame size in bytes (1 - 1500, default = 1500).
maxIdleTimeout Number
Maximum idle timeout milliseconds (1 - 60000, default = 30000).
maxUdpPayloadSize Number
Maximum UDP payload size in bytes (1200 - 1500, default = 1500).
objectFirewallAccessproxyApigateway6QuicId String
an identifier for the resource.
scopetype String
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.

Outputs

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

Get an existing ObjectFirewallAccessproxyApigateway6Quic 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?: ObjectFirewallAccessproxyApigateway6QuicState, opts?: CustomResourceOptions): ObjectFirewallAccessproxyApigateway6Quic
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        access_proxy: Optional[str] = None,
        ack_delay_exponent: Optional[float] = None,
        active_connection_id_limit: Optional[float] = None,
        active_migration: Optional[str] = None,
        adom: Optional[str] = None,
        api_gateway6: Optional[str] = None,
        grease_quic_bit: Optional[str] = None,
        max_ack_delay: Optional[float] = None,
        max_datagram_frame_size: Optional[float] = None,
        max_idle_timeout: Optional[float] = None,
        max_udp_payload_size: Optional[float] = None,
        object_firewall_accessproxy_apigateway6_quic_id: Optional[str] = None,
        scopetype: Optional[str] = None) -> ObjectFirewallAccessproxyApigateway6Quic
func GetObjectFirewallAccessproxyApigateway6Quic(ctx *Context, name string, id IDInput, state *ObjectFirewallAccessproxyApigateway6QuicState, opts ...ResourceOption) (*ObjectFirewallAccessproxyApigateway6Quic, error)
public static ObjectFirewallAccessproxyApigateway6Quic Get(string name, Input<string> id, ObjectFirewallAccessproxyApigateway6QuicState? state, CustomResourceOptions? opts = null)
public static ObjectFirewallAccessproxyApigateway6Quic get(String name, Output<String> id, ObjectFirewallAccessproxyApigateway6QuicState state, CustomResourceOptions options)
resources:  _:    type: fortimanager:ObjectFirewallAccessproxyApigateway6Quic    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:
AccessProxy string
Access Proxy.
AckDelayExponent double
ACK delay exponent (1 - 20, default = 3).
ActiveConnectionIdLimit double
Active connection ID limit (1 - 8, default = 2).
ActiveMigration string
Enable/disable active migration (default = disable). Valid values: disable, enable.
Adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
ApiGateway6 string
Api Gateway6.
GreaseQuicBit string
Enable/disable grease QUIC bit (default = enable). Valid values: disable, enable.
MaxAckDelay double
Maximum ACK delay in milliseconds (1 - 16383, default = 25).
MaxDatagramFrameSize double
Maximum datagram frame size in bytes (1 - 1500, default = 1500).
MaxIdleTimeout double
Maximum idle timeout milliseconds (1 - 60000, default = 30000).
MaxUdpPayloadSize double
Maximum UDP payload size in bytes (1200 - 1500, default = 1500).
ObjectFirewallAccessproxyApigateway6QuicId string
an identifier for the resource.
Scopetype string
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
AccessProxy string
Access Proxy.
AckDelayExponent float64
ACK delay exponent (1 - 20, default = 3).
ActiveConnectionIdLimit float64
Active connection ID limit (1 - 8, default = 2).
ActiveMigration string
Enable/disable active migration (default = disable). Valid values: disable, enable.
Adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
ApiGateway6 string
Api Gateway6.
GreaseQuicBit string
Enable/disable grease QUIC bit (default = enable). Valid values: disable, enable.
MaxAckDelay float64
Maximum ACK delay in milliseconds (1 - 16383, default = 25).
MaxDatagramFrameSize float64
Maximum datagram frame size in bytes (1 - 1500, default = 1500).
MaxIdleTimeout float64
Maximum idle timeout milliseconds (1 - 60000, default = 30000).
MaxUdpPayloadSize float64
Maximum UDP payload size in bytes (1200 - 1500, default = 1500).
ObjectFirewallAccessproxyApigateway6QuicId string
an identifier for the resource.
Scopetype string
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
accessProxy String
Access Proxy.
ackDelayExponent Double
ACK delay exponent (1 - 20, default = 3).
activeConnectionIdLimit Double
Active connection ID limit (1 - 8, default = 2).
activeMigration String
Enable/disable active migration (default = disable). Valid values: disable, enable.
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
apiGateway6 String
Api Gateway6.
greaseQuicBit String
Enable/disable grease QUIC bit (default = enable). Valid values: disable, enable.
maxAckDelay Double
Maximum ACK delay in milliseconds (1 - 16383, default = 25).
maxDatagramFrameSize Double
Maximum datagram frame size in bytes (1 - 1500, default = 1500).
maxIdleTimeout Double
Maximum idle timeout milliseconds (1 - 60000, default = 30000).
maxUdpPayloadSize Double
Maximum UDP payload size in bytes (1200 - 1500, default = 1500).
objectFirewallAccessproxyApigateway6QuicId String
an identifier for the resource.
scopetype String
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
accessProxy string
Access Proxy.
ackDelayExponent number
ACK delay exponent (1 - 20, default = 3).
activeConnectionIdLimit number
Active connection ID limit (1 - 8, default = 2).
activeMigration string
Enable/disable active migration (default = disable). Valid values: disable, enable.
adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
apiGateway6 string
Api Gateway6.
greaseQuicBit string
Enable/disable grease QUIC bit (default = enable). Valid values: disable, enable.
maxAckDelay number
Maximum ACK delay in milliseconds (1 - 16383, default = 25).
maxDatagramFrameSize number
Maximum datagram frame size in bytes (1 - 1500, default = 1500).
maxIdleTimeout number
Maximum idle timeout milliseconds (1 - 60000, default = 30000).
maxUdpPayloadSize number
Maximum UDP payload size in bytes (1200 - 1500, default = 1500).
objectFirewallAccessproxyApigateway6QuicId string
an identifier for the resource.
scopetype string
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
access_proxy str
Access Proxy.
ack_delay_exponent float
ACK delay exponent (1 - 20, default = 3).
active_connection_id_limit float
Active connection ID limit (1 - 8, default = 2).
active_migration str
Enable/disable active migration (default = disable). Valid values: disable, enable.
adom str
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
api_gateway6 str
Api Gateway6.
grease_quic_bit str
Enable/disable grease QUIC bit (default = enable). Valid values: disable, enable.
max_ack_delay float
Maximum ACK delay in milliseconds (1 - 16383, default = 25).
max_datagram_frame_size float
Maximum datagram frame size in bytes (1 - 1500, default = 1500).
max_idle_timeout float
Maximum idle timeout milliseconds (1 - 60000, default = 30000).
max_udp_payload_size float
Maximum UDP payload size in bytes (1200 - 1500, default = 1500).
object_firewall_accessproxy_apigateway6_quic_id str
an identifier for the resource.
scopetype str
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
accessProxy String
Access Proxy.
ackDelayExponent Number
ACK delay exponent (1 - 20, default = 3).
activeConnectionIdLimit Number
Active connection ID limit (1 - 8, default = 2).
activeMigration String
Enable/disable active migration (default = disable). Valid values: disable, enable.
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
apiGateway6 String
Api Gateway6.
greaseQuicBit String
Enable/disable grease QUIC bit (default = enable). Valid values: disable, enable.
maxAckDelay Number
Maximum ACK delay in milliseconds (1 - 16383, default = 25).
maxDatagramFrameSize Number
Maximum datagram frame size in bytes (1 - 1500, default = 1500).
maxIdleTimeout Number
Maximum idle timeout milliseconds (1 - 60000, default = 30000).
maxUdpPayloadSize Number
Maximum UDP payload size in bytes (1200 - 1500, default = 1500).
objectFirewallAccessproxyApigateway6QuicId String
an identifier for the resource.
scopetype String
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.

Import

ObjectFirewall AccessProxyApiGateway6Quic can be imported using any of these accepted formats:

Set import_options = [“access_proxy=YOUR_VALUE”, “api_gateway6=YOUR_VALUE”] in the provider section.

$ export “FORTIMANAGER_IMPORT_TABLE”=“true”

$ pulumi import fortimanager:index/objectFirewallAccessproxyApigateway6Quic:ObjectFirewallAccessproxyApigateway6Quic labelname ObjectFirewallAccessProxyApiGateway6Quic
Copy

$ unset “FORTIMANAGER_IMPORT_TABLE”

-> Hint: The scopetype and adom for import will directly inherit the scopetype and adom configuration of the provider.

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.