ObjectZtna TrafficForwardProxyQuic
This resource is a sub resource for variable
quicof resourcefortimanager.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:
- Traffic
Forward stringProxy - Traffic Forward Proxy.
- Ack
Delay doubleExponent - Ack-Delay-Exponent.
- Active
Connection doubleId Limit - Active-Connection-Id-Limit.
- Active
Migration string - Active-Migration. Valid values:
disable,enable. - Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Grease
Quic stringBit - Grease-Quic-Bit. Valid values:
disable,enable. - Max
Ack doubleDelay - Max-Ack-Delay.
- Max
Datagram doubleFrame Size - Max-Datagram-Frame-Size.
- Max
Idle doubleTimeout - Max-Idle-Timeout.
- Max
Udp doublePayload Size - Max-Udp-Payload-Size.
- Object
Ztna stringTrafficforwardproxy Quic Id - an identifier for the resource.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit.
- Traffic
Forward stringProxy - Traffic Forward Proxy.
- Ack
Delay float64Exponent - Ack-Delay-Exponent.
- Active
Connection float64Id Limit - Active-Connection-Id-Limit.
- Active
Migration string - Active-Migration. Valid values:
disable,enable. - Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Grease
Quic stringBit - Grease-Quic-Bit. Valid values:
disable,enable. - Max
Ack float64Delay - Max-Ack-Delay.
- Max
Datagram float64Frame Size - Max-Datagram-Frame-Size.
- Max
Idle float64Timeout - Max-Idle-Timeout.
- Max
Udp float64Payload Size - Max-Udp-Payload-Size.
- Object
Ztna stringTrafficforwardproxy Quic Id - an identifier for the resource.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit.
- traffic
Forward StringProxy - Traffic Forward Proxy.
- ack
Delay DoubleExponent - Ack-Delay-Exponent.
- active
Connection DoubleId Limit - Active-Connection-Id-Limit.
- active
Migration String - Active-Migration. Valid values:
disable,enable. - adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - grease
Quic StringBit - Grease-Quic-Bit. Valid values:
disable,enable. - max
Ack DoubleDelay - Max-Ack-Delay.
- max
Datagram DoubleFrame Size - Max-Datagram-Frame-Size.
- max
Idle DoubleTimeout - Max-Idle-Timeout.
- max
Udp DoublePayload Size - Max-Udp-Payload-Size.
- object
Ztna StringTrafficforwardproxy Quic Id - an identifier for the resource.
- scopetype String
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit.
- traffic
Forward stringProxy - Traffic Forward Proxy.
- ack
Delay numberExponent - Ack-Delay-Exponent.
- active
Connection numberId Limit - Active-Connection-Id-Limit.
- active
Migration string - Active-Migration. Valid values:
disable,enable. - adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - grease
Quic stringBit - Grease-Quic-Bit. Valid values:
disable,enable. - max
Ack numberDelay - Max-Ack-Delay.
- max
Datagram numberFrame Size - Max-Datagram-Frame-Size.
- max
Idle numberTimeout - Max-Idle-Timeout.
- max
Udp numberPayload Size - Max-Udp-Payload-Size.
- object
Ztna stringTrafficforwardproxy Quic Id - an identifier for the resource.
- scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit.
- traffic_
forward_ strproxy - Traffic Forward Proxy.
- ack_
delay_ floatexponent - Ack-Delay-Exponent.
- active_
connection_ floatid_ limit - Active-Connection-Id-Limit.
- active_
migration str - Active-Migration. Valid values:
disable,enable. - adom str
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - grease_
quic_ strbit - Grease-Quic-Bit. Valid values:
disable,enable. - max_
ack_ floatdelay - Max-Ack-Delay.
- max_
datagram_ floatframe_ size - Max-Datagram-Frame-Size.
- max_
idle_ floattimeout - Max-Idle-Timeout.
- max_
udp_ floatpayload_ size - Max-Udp-Payload-Size.
- object_
ztna_ strtrafficforwardproxy_ quic_ id - an identifier for the resource.
- scopetype str
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit.
- traffic
Forward StringProxy - Traffic Forward Proxy.
- ack
Delay NumberExponent - Ack-Delay-Exponent.
- active
Connection NumberId Limit - Active-Connection-Id-Limit.
- active
Migration String - Active-Migration. Valid values:
disable,enable. - adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - grease
Quic StringBit - Grease-Quic-Bit. Valid values:
disable,enable. - max
Ack NumberDelay - Max-Ack-Delay.
- max
Datagram NumberFrame Size - Max-Datagram-Frame-Size.
- max
Idle NumberTimeout - Max-Idle-Timeout.
- max
Udp NumberPayload Size - Max-Udp-Payload-Size.
- object
Ztna StringTrafficforwardproxy Quic Id - an identifier for the resource.
- scopetype String
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit.
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) -> ObjectZtnaTrafficforwardproxyQuicfunc 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.
- Ack
Delay doubleExponent - Ack-Delay-Exponent.
- Active
Connection doubleId Limit - Active-Connection-Id-Limit.
- Active
Migration string - Active-Migration. Valid values:
disable,enable. - Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Grease
Quic stringBit - Grease-Quic-Bit. Valid values:
disable,enable. - Max
Ack doubleDelay - Max-Ack-Delay.
- Max
Datagram doubleFrame Size - Max-Datagram-Frame-Size.
- Max
Idle doubleTimeout - Max-Idle-Timeout.
- Max
Udp doublePayload Size - Max-Udp-Payload-Size.
- Object
Ztna stringTrafficforwardproxy Quic Id - an identifier for the resource.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - Traffic
Forward stringProxy - Traffic Forward Proxy.
- Ack
Delay float64Exponent - Ack-Delay-Exponent.
- Active
Connection float64Id Limit - Active-Connection-Id-Limit.
- Active
Migration string - Active-Migration. Valid values:
disable,enable. - Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Grease
Quic stringBit - Grease-Quic-Bit. Valid values:
disable,enable. - Max
Ack float64Delay - Max-Ack-Delay.
- Max
Datagram float64Frame Size - Max-Datagram-Frame-Size.
- Max
Idle float64Timeout - Max-Idle-Timeout.
- Max
Udp float64Payload Size - Max-Udp-Payload-Size.
- Object
Ztna stringTrafficforwardproxy Quic Id - an identifier for the resource.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - Traffic
Forward stringProxy - Traffic Forward Proxy.
- ack
Delay DoubleExponent - Ack-Delay-Exponent.
- active
Connection DoubleId Limit - Active-Connection-Id-Limit.
- active
Migration String - Active-Migration. Valid values:
disable,enable. - adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - grease
Quic StringBit - Grease-Quic-Bit. Valid values:
disable,enable. - max
Ack DoubleDelay - Max-Ack-Delay.
- max
Datagram DoubleFrame Size - Max-Datagram-Frame-Size.
- max
Idle DoubleTimeout - Max-Idle-Timeout.
- max
Udp DoublePayload Size - Max-Udp-Payload-Size.
- object
Ztna StringTrafficforwardproxy Quic Id - an identifier for the resource.
- scopetype String
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - traffic
Forward StringProxy - Traffic Forward Proxy.
- ack
Delay numberExponent - Ack-Delay-Exponent.
- active
Connection numberId Limit - Active-Connection-Id-Limit.
- active
Migration string - Active-Migration. Valid values:
disable,enable. - adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - grease
Quic stringBit - Grease-Quic-Bit. Valid values:
disable,enable. - max
Ack numberDelay - Max-Ack-Delay.
- max
Datagram numberFrame Size - Max-Datagram-Frame-Size.
- max
Idle numberTimeout - Max-Idle-Timeout.
- max
Udp numberPayload Size - Max-Udp-Payload-Size.
- object
Ztna stringTrafficforwardproxy Quic Id - an identifier for the resource.
- scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - traffic
Forward stringProxy - Traffic Forward Proxy.
- ack_
delay_ floatexponent - Ack-Delay-Exponent.
- active_
connection_ floatid_ limit - Active-Connection-Id-Limit.
- active_
migration str - Active-Migration. Valid values:
disable,enable. - adom str
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - grease_
quic_ strbit - Grease-Quic-Bit. Valid values:
disable,enable. - max_
ack_ floatdelay - Max-Ack-Delay.
- max_
datagram_ floatframe_ size - Max-Datagram-Frame-Size.
- max_
idle_ floattimeout - Max-Idle-Timeout.
- max_
udp_ floatpayload_ size - Max-Udp-Payload-Size.
- object_
ztna_ strtrafficforwardproxy_ quic_ id - an identifier for the resource.
- scopetype str
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - traffic_
forward_ strproxy - Traffic Forward Proxy.
- ack
Delay NumberExponent - Ack-Delay-Exponent.
- active
Connection NumberId Limit - Active-Connection-Id-Limit.
- active
Migration String - Active-Migration. Valid values:
disable,enable. - adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - grease
Quic StringBit - Grease-Quic-Bit. Valid values:
disable,enable. - max
Ack NumberDelay - Max-Ack-Delay.
- max
Datagram NumberFrame Size - Max-Datagram-Frame-Size.
- max
Idle NumberTimeout - Max-Idle-Timeout.
- max
Udp NumberPayload Size - Max-Udp-Payload-Size.
- object
Ztna StringTrafficforwardproxy Quic Id - an identifier for the resource.
- scopetype String
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - traffic
Forward StringProxy - 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
fortimanagerTerraform Provider.
