1. Packages
  2. Fortimanager Provider
  3. API Docs
  4. ObjectZtnaTrafficforwardproxyQuic
fortimanager 1.15.0 published on Thursday, Nov 13, 2025 by fortinetdev
fortimanager logo
fortimanager 1.15.0 published on Thursday, Nov 13, 2025 by fortinetdev

    ObjectZtna TrafficForwardProxyQuic

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

    Create ObjectZtnaTrafficforwardproxyQuic Resource

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

    Constructor syntax

    new ObjectZtnaTrafficforwardproxyQuic(name: string, args: ObjectZtnaTrafficforwardproxyQuicArgs, opts?: CustomResourceOptions);
    @overload
    def ObjectZtnaTrafficforwardproxyQuic(resource_name: str,
                                          args: ObjectZtnaTrafficforwardproxyQuicInitArgs,
                                          opts: Optional[ResourceOptions] = None)
    
    @overload
    def ObjectZtnaTrafficforwardproxyQuic(resource_name: str,
                                          opts: Optional[ResourceOptions] = None,
                                          traffic_forward_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,
                                          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_ztna_trafficforwardproxy_quic_id: Optional[str] = None,
                                          scopetype: Optional[str] = None)
    func NewObjectZtnaTrafficforwardproxyQuic(ctx *Context, name string, args ObjectZtnaTrafficforwardproxyQuicArgs, opts ...ResourceOption) (*ObjectZtnaTrafficforwardproxyQuic, error)
    public ObjectZtnaTrafficforwardproxyQuic(string name, ObjectZtnaTrafficforwardproxyQuicArgs args, CustomResourceOptions? opts = null)
    public ObjectZtnaTrafficforwardproxyQuic(String name, ObjectZtnaTrafficforwardproxyQuicArgs args)
    public ObjectZtnaTrafficforwardproxyQuic(String name, ObjectZtnaTrafficforwardproxyQuicArgs args, CustomResourceOptions options)
    
    type: fortimanager:ObjectZtnaTrafficforwardproxyQuic
    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 ObjectZtnaTrafficforwardproxyQuicArgs
    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 ObjectZtnaTrafficforwardproxyQuicInitArgs
    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 ObjectZtnaTrafficforwardproxyQuicArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ObjectZtnaTrafficforwardproxyQuicArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ObjectZtnaTrafficforwardproxyQuicArgs
    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 objectZtnaTrafficforwardproxyQuicResource = new Fortimanager.ObjectZtnaTrafficforwardproxyQuic("objectZtnaTrafficforwardproxyQuicResource", new()
    {
        TrafficForwardProxy = "string",
        AckDelayExponent = 0,
        ActiveConnectionIdLimit = 0,
        ActiveMigration = "string",
        Adom = "string",
        GreaseQuicBit = "string",
        MaxAckDelay = 0,
        MaxDatagramFrameSize = 0,
        MaxIdleTimeout = 0,
        MaxUdpPayloadSize = 0,
        ObjectZtnaTrafficforwardproxyQuicId = "string",
        Scopetype = "string",
    });
    
    example, err := fortimanager.NewObjectZtnaTrafficforwardproxyQuic(ctx, "objectZtnaTrafficforwardproxyQuicResource", &fortimanager.ObjectZtnaTrafficforwardproxyQuicArgs{
    	TrafficForwardProxy:                 pulumi.String("string"),
    	AckDelayExponent:                    pulumi.Float64(0),
    	ActiveConnectionIdLimit:             pulumi.Float64(0),
    	ActiveMigration:                     pulumi.String("string"),
    	Adom:                                pulumi.String("string"),
    	GreaseQuicBit:                       pulumi.String("string"),
    	MaxAckDelay:                         pulumi.Float64(0),
    	MaxDatagramFrameSize:                pulumi.Float64(0),
    	MaxIdleTimeout:                      pulumi.Float64(0),
    	MaxUdpPayloadSize:                   pulumi.Float64(0),
    	ObjectZtnaTrafficforwardproxyQuicId: pulumi.String("string"),
    	Scopetype:                           pulumi.String("string"),
    })
    
    var objectZtnaTrafficforwardproxyQuicResource = new ObjectZtnaTrafficforwardproxyQuic("objectZtnaTrafficforwardproxyQuicResource", ObjectZtnaTrafficforwardproxyQuicArgs.builder()
        .trafficForwardProxy("string")
        .ackDelayExponent(0.0)
        .activeConnectionIdLimit(0.0)
        .activeMigration("string")
        .adom("string")
        .greaseQuicBit("string")
        .maxAckDelay(0.0)
        .maxDatagramFrameSize(0.0)
        .maxIdleTimeout(0.0)
        .maxUdpPayloadSize(0.0)
        .objectZtnaTrafficforwardproxyQuicId("string")
        .scopetype("string")
        .build());
    
    object_ztna_trafficforwardproxy_quic_resource = fortimanager.ObjectZtnaTrafficforwardproxyQuic("objectZtnaTrafficforwardproxyQuicResource",
        traffic_forward_proxy="string",
        ack_delay_exponent=0,
        active_connection_id_limit=0,
        active_migration="string",
        adom="string",
        grease_quic_bit="string",
        max_ack_delay=0,
        max_datagram_frame_size=0,
        max_idle_timeout=0,
        max_udp_payload_size=0,
        object_ztna_trafficforwardproxy_quic_id="string",
        scopetype="string")
    
    const objectZtnaTrafficforwardproxyQuicResource = new fortimanager.ObjectZtnaTrafficforwardproxyQuic("objectZtnaTrafficforwardproxyQuicResource", {
        trafficForwardProxy: "string",
        ackDelayExponent: 0,
        activeConnectionIdLimit: 0,
        activeMigration: "string",
        adom: "string",
        greaseQuicBit: "string",
        maxAckDelay: 0,
        maxDatagramFrameSize: 0,
        maxIdleTimeout: 0,
        maxUdpPayloadSize: 0,
        objectZtnaTrafficforwardproxyQuicId: "string",
        scopetype: "string",
    });
    
    type: fortimanager:ObjectZtnaTrafficforwardproxyQuic
    properties:
        ackDelayExponent: 0
        activeConnectionIdLimit: 0
        activeMigration: string
        adom: string
        greaseQuicBit: string
        maxAckDelay: 0
        maxDatagramFrameSize: 0
        maxIdleTimeout: 0
        maxUdpPayloadSize: 0
        objectZtnaTrafficforwardproxyQuicId: string
        scopetype: string
        trafficForwardProxy: string
    

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

    TrafficForwardProxy string
    Traffic Forward Proxy.
    AckDelayExponent double
    Ack-Delay-Exponent.
    ActiveConnectionIdLimit double
    Active-Connection-Id-Limit.
    ActiveMigration string
    Active-Migration. 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
    Grease-Quic-Bit. Valid values: disable, enable.
    MaxAckDelay double
    Max-Ack-Delay.
    MaxDatagramFrameSize double
    Max-Datagram-Frame-Size.
    MaxIdleTimeout double
    Max-Idle-Timeout.
    MaxUdpPayloadSize double
    Max-Udp-Payload-Size.
    ObjectZtnaTrafficforwardproxyQuicId 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.
    TrafficForwardProxy string
    Traffic Forward Proxy.
    AckDelayExponent float64
    Ack-Delay-Exponent.
    ActiveConnectionIdLimit float64
    Active-Connection-Id-Limit.
    ActiveMigration string
    Active-Migration. 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
    Grease-Quic-Bit. Valid values: disable, enable.
    MaxAckDelay float64
    Max-Ack-Delay.
    MaxDatagramFrameSize float64
    Max-Datagram-Frame-Size.
    MaxIdleTimeout float64
    Max-Idle-Timeout.
    MaxUdpPayloadSize float64
    Max-Udp-Payload-Size.
    ObjectZtnaTrafficforwardproxyQuicId 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.
    trafficForwardProxy String
    Traffic Forward Proxy.
    ackDelayExponent Double
    Ack-Delay-Exponent.
    activeConnectionIdLimit Double
    Active-Connection-Id-Limit.
    activeMigration String
    Active-Migration. 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
    Grease-Quic-Bit. Valid values: disable, enable.
    maxAckDelay Double
    Max-Ack-Delay.
    maxDatagramFrameSize Double
    Max-Datagram-Frame-Size.
    maxIdleTimeout Double
    Max-Idle-Timeout.
    maxUdpPayloadSize Double
    Max-Udp-Payload-Size.
    objectZtnaTrafficforwardproxyQuicId 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.
    trafficForwardProxy string
    Traffic Forward Proxy.
    ackDelayExponent number
    Ack-Delay-Exponent.
    activeConnectionIdLimit number
    Active-Connection-Id-Limit.
    activeMigration string
    Active-Migration. 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
    Grease-Quic-Bit. Valid values: disable, enable.
    maxAckDelay number
    Max-Ack-Delay.
    maxDatagramFrameSize number
    Max-Datagram-Frame-Size.
    maxIdleTimeout number
    Max-Idle-Timeout.
    maxUdpPayloadSize number
    Max-Udp-Payload-Size.
    objectZtnaTrafficforwardproxyQuicId 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.
    traffic_forward_proxy str
    Traffic Forward Proxy.
    ack_delay_exponent float
    Ack-Delay-Exponent.
    active_connection_id_limit float
    Active-Connection-Id-Limit.
    active_migration str
    Active-Migration. 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
    Grease-Quic-Bit. Valid values: disable, enable.
    max_ack_delay float
    Max-Ack-Delay.
    max_datagram_frame_size float
    Max-Datagram-Frame-Size.
    max_idle_timeout float
    Max-Idle-Timeout.
    max_udp_payload_size float
    Max-Udp-Payload-Size.
    object_ztna_trafficforwardproxy_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.
    trafficForwardProxy String
    Traffic Forward Proxy.
    ackDelayExponent Number
    Ack-Delay-Exponent.
    activeConnectionIdLimit Number
    Active-Connection-Id-Limit.
    activeMigration String
    Active-Migration. 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
    Grease-Quic-Bit. Valid values: disable, enable.
    maxAckDelay Number
    Max-Ack-Delay.
    maxDatagramFrameSize Number
    Max-Datagram-Frame-Size.
    maxIdleTimeout Number
    Max-Idle-Timeout.
    maxUdpPayloadSize Number
    Max-Udp-Payload-Size.
    objectZtnaTrafficforwardproxyQuicId 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 ObjectZtnaTrafficforwardproxyQuic 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 ObjectZtnaTrafficforwardproxyQuic Resource

    Get an existing ObjectZtnaTrafficforwardproxyQuic 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?: ObjectZtnaTrafficforwardproxyQuicState, opts?: CustomResourceOptions): ObjectZtnaTrafficforwardproxyQuic
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            ack_delay_exponent: Optional[float] = None,
            active_connection_id_limit: Optional[float] = None,
            active_migration: Optional[str] = None,
            adom: 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_ztna_trafficforwardproxy_quic_id: Optional[str] = None,
            scopetype: Optional[str] = None,
            traffic_forward_proxy: Optional[str] = None) -> ObjectZtnaTrafficforwardproxyQuic
    func GetObjectZtnaTrafficforwardproxyQuic(ctx *Context, name string, id IDInput, state *ObjectZtnaTrafficforwardproxyQuicState, opts ...ResourceOption) (*ObjectZtnaTrafficforwardproxyQuic, error)
    public static ObjectZtnaTrafficforwardproxyQuic Get(string name, Input<string> id, ObjectZtnaTrafficforwardproxyQuicState? state, CustomResourceOptions? opts = null)
    public static ObjectZtnaTrafficforwardproxyQuic get(String name, Output<String> id, ObjectZtnaTrafficforwardproxyQuicState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:ObjectZtnaTrafficforwardproxyQuic    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.
    The following state arguments are supported:
    AckDelayExponent double
    Ack-Delay-Exponent.
    ActiveConnectionIdLimit double
    Active-Connection-Id-Limit.
    ActiveMigration string
    Active-Migration. 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
    Grease-Quic-Bit. Valid values: disable, enable.
    MaxAckDelay double
    Max-Ack-Delay.
    MaxDatagramFrameSize double
    Max-Datagram-Frame-Size.
    MaxIdleTimeout double
    Max-Idle-Timeout.
    MaxUdpPayloadSize double
    Max-Udp-Payload-Size.
    ObjectZtnaTrafficforwardproxyQuicId 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.
    TrafficForwardProxy string
    Traffic Forward Proxy.
    AckDelayExponent float64
    Ack-Delay-Exponent.
    ActiveConnectionIdLimit float64
    Active-Connection-Id-Limit.
    ActiveMigration string
    Active-Migration. 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
    Grease-Quic-Bit. Valid values: disable, enable.
    MaxAckDelay float64
    Max-Ack-Delay.
    MaxDatagramFrameSize float64
    Max-Datagram-Frame-Size.
    MaxIdleTimeout float64
    Max-Idle-Timeout.
    MaxUdpPayloadSize float64
    Max-Udp-Payload-Size.
    ObjectZtnaTrafficforwardproxyQuicId 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.
    TrafficForwardProxy string
    Traffic Forward Proxy.
    ackDelayExponent Double
    Ack-Delay-Exponent.
    activeConnectionIdLimit Double
    Active-Connection-Id-Limit.
    activeMigration String
    Active-Migration. 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
    Grease-Quic-Bit. Valid values: disable, enable.
    maxAckDelay Double
    Max-Ack-Delay.
    maxDatagramFrameSize Double
    Max-Datagram-Frame-Size.
    maxIdleTimeout Double
    Max-Idle-Timeout.
    maxUdpPayloadSize Double
    Max-Udp-Payload-Size.
    objectZtnaTrafficforwardproxyQuicId 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.
    trafficForwardProxy String
    Traffic Forward Proxy.
    ackDelayExponent number
    Ack-Delay-Exponent.
    activeConnectionIdLimit number
    Active-Connection-Id-Limit.
    activeMigration string
    Active-Migration. 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
    Grease-Quic-Bit. Valid values: disable, enable.
    maxAckDelay number
    Max-Ack-Delay.
    maxDatagramFrameSize number
    Max-Datagram-Frame-Size.
    maxIdleTimeout number
    Max-Idle-Timeout.
    maxUdpPayloadSize number
    Max-Udp-Payload-Size.
    objectZtnaTrafficforwardproxyQuicId 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.
    trafficForwardProxy string
    Traffic Forward Proxy.
    ack_delay_exponent float
    Ack-Delay-Exponent.
    active_connection_id_limit float
    Active-Connection-Id-Limit.
    active_migration str
    Active-Migration. 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
    Grease-Quic-Bit. Valid values: disable, enable.
    max_ack_delay float
    Max-Ack-Delay.
    max_datagram_frame_size float
    Max-Datagram-Frame-Size.
    max_idle_timeout float
    Max-Idle-Timeout.
    max_udp_payload_size float
    Max-Udp-Payload-Size.
    object_ztna_trafficforwardproxy_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.
    traffic_forward_proxy str
    Traffic Forward Proxy.
    ackDelayExponent Number
    Ack-Delay-Exponent.
    activeConnectionIdLimit Number
    Active-Connection-Id-Limit.
    activeMigration String
    Active-Migration. 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
    Grease-Quic-Bit. Valid values: disable, enable.
    maxAckDelay Number
    Max-Ack-Delay.
    maxDatagramFrameSize Number
    Max-Datagram-Frame-Size.
    maxIdleTimeout Number
    Max-Idle-Timeout.
    maxUdpPayloadSize Number
    Max-Udp-Payload-Size.
    objectZtnaTrafficforwardproxyQuicId 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.
    trafficForwardProxy String
    Traffic Forward Proxy.

    Import

    ObjectZtna TrafficForwardProxyQuic can be imported using any of these accepted formats:

    Set import_options = [“traffic_forward_proxy=YOUR_VALUE”] in the provider section.

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/objectZtnaTrafficforwardproxyQuic:ObjectZtnaTrafficforwardproxyQuic labelname ObjectZtnaTrafficForwardProxyQuic
    

    $ 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.
    fortimanager logo
    fortimanager 1.15.0 published on Thursday, Nov 13, 2025 by fortinetdev
      Meet Neo: Your AI Platform Teammate