fortios.webproxy.Fastfallback
Explore with Pulumi AI
Proxy destination connection fast-fallback. Applies to FortiOS Version >= 7.4.1
.
Create Fastfallback Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Fastfallback(name: string, args?: FastfallbackArgs, opts?: CustomResourceOptions);
@overload
def Fastfallback(resource_name: str,
args: Optional[FastfallbackArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def Fastfallback(resource_name: str,
opts: Optional[ResourceOptions] = None,
connection_mode: Optional[str] = None,
connection_timeout: Optional[int] = None,
name: Optional[str] = None,
protocol: Optional[str] = None,
status: Optional[str] = None,
vdomparam: Optional[str] = None)
func NewFastfallback(ctx *Context, name string, args *FastfallbackArgs, opts ...ResourceOption) (*Fastfallback, error)
public Fastfallback(string name, FastfallbackArgs? args = null, CustomResourceOptions? opts = null)
public Fastfallback(String name, FastfallbackArgs args)
public Fastfallback(String name, FastfallbackArgs args, CustomResourceOptions options)
type: fortios:webproxy:Fastfallback
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 FastfallbackArgs
- 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 FastfallbackArgs
- 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 FastfallbackArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args FastfallbackArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args FastfallbackArgs
- 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 fastfallbackResource = new Fortios.Webproxy.Fastfallback("fastfallbackResource", new()
{
ConnectionMode = "string",
ConnectionTimeout = 0,
Name = "string",
Protocol = "string",
Status = "string",
Vdomparam = "string",
});
example, err := webproxy.NewFastfallback(ctx, "fastfallbackResource", &webproxy.FastfallbackArgs{
ConnectionMode: pulumi.String("string"),
ConnectionTimeout: pulumi.Int(0),
Name: pulumi.String("string"),
Protocol: pulumi.String("string"),
Status: pulumi.String("string"),
Vdomparam: pulumi.String("string"),
})
var fastfallbackResource = new Fastfallback("fastfallbackResource", FastfallbackArgs.builder()
.connectionMode("string")
.connectionTimeout(0)
.name("string")
.protocol("string")
.status("string")
.vdomparam("string")
.build());
fastfallback_resource = fortios.webproxy.Fastfallback("fastfallbackResource",
connection_mode="string",
connection_timeout=0,
name="string",
protocol="string",
status="string",
vdomparam="string")
const fastfallbackResource = new fortios.webproxy.Fastfallback("fastfallbackResource", {
connectionMode: "string",
connectionTimeout: 0,
name: "string",
protocol: "string",
status: "string",
vdomparam: "string",
});
type: fortios:webproxy:Fastfallback
properties:
connectionMode: string
connectionTimeout: 0
name: string
protocol: string
status: string
vdomparam: string
Fastfallback Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The Fastfallback resource accepts the following input properties:
- Connection
Mode string - Connection mode for multiple destinations. Valid values:
sequentially
,simultaneously
. - Connection
Timeout int - Number of milliseconds to wait before starting another connection (200 - 1800000, default = 200). For sequential connection-mode only.
- Name string
- Configure a name for the fast-fallback entry.
- Protocol string
- Connection protocols for multiple destinations. Valid values:
IPv4-first
,IPv6-first
,IPv4-only
,IPv6-only
. - Status string
- Enable/disable the fast-fallback entry. Valid values:
enable
,disable
. - Vdomparam 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.
- Connection
Mode string - Connection mode for multiple destinations. Valid values:
sequentially
,simultaneously
. - Connection
Timeout int - Number of milliseconds to wait before starting another connection (200 - 1800000, default = 200). For sequential connection-mode only.
- Name string
- Configure a name for the fast-fallback entry.
- Protocol string
- Connection protocols for multiple destinations. Valid values:
IPv4-first
,IPv6-first
,IPv4-only
,IPv6-only
. - Status string
- Enable/disable the fast-fallback entry. Valid values:
enable
,disable
. - Vdomparam 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.
- connection
Mode String - Connection mode for multiple destinations. Valid values:
sequentially
,simultaneously
. - connection
Timeout Integer - Number of milliseconds to wait before starting another connection (200 - 1800000, default = 200). For sequential connection-mode only.
- name String
- Configure a name for the fast-fallback entry.
- protocol String
- Connection protocols for multiple destinations. Valid values:
IPv4-first
,IPv6-first
,IPv4-only
,IPv6-only
. - status String
- Enable/disable the fast-fallback entry. Valid values:
enable
,disable
. - vdomparam 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.
- connection
Mode string - Connection mode for multiple destinations. Valid values:
sequentially
,simultaneously
. - connection
Timeout number - Number of milliseconds to wait before starting another connection (200 - 1800000, default = 200). For sequential connection-mode only.
- name string
- Configure a name for the fast-fallback entry.
- protocol string
- Connection protocols for multiple destinations. Valid values:
IPv4-first
,IPv6-first
,IPv4-only
,IPv6-only
. - status string
- Enable/disable the fast-fallback entry. Valid values:
enable
,disable
. - vdomparam 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.
- connection_
mode str - Connection mode for multiple destinations. Valid values:
sequentially
,simultaneously
. - connection_
timeout int - Number of milliseconds to wait before starting another connection (200 - 1800000, default = 200). For sequential connection-mode only.
- name str
- Configure a name for the fast-fallback entry.
- protocol str
- Connection protocols for multiple destinations. Valid values:
IPv4-first
,IPv6-first
,IPv4-only
,IPv6-only
. - status str
- Enable/disable the fast-fallback entry. Valid values:
enable
,disable
. - vdomparam 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.
- connection
Mode String - Connection mode for multiple destinations. Valid values:
sequentially
,simultaneously
. - connection
Timeout Number - Number of milliseconds to wait before starting another connection (200 - 1800000, default = 200). For sequential connection-mode only.
- name String
- Configure a name for the fast-fallback entry.
- protocol String
- Connection protocols for multiple destinations. Valid values:
IPv4-first
,IPv6-first
,IPv4-only
,IPv6-only
. - status String
- Enable/disable the fast-fallback entry. Valid values:
enable
,disable
. - vdomparam 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 Fastfallback 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 Fastfallback Resource
Get an existing Fastfallback 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?: FastfallbackState, opts?: CustomResourceOptions): Fastfallback
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
connection_mode: Optional[str] = None,
connection_timeout: Optional[int] = None,
name: Optional[str] = None,
protocol: Optional[str] = None,
status: Optional[str] = None,
vdomparam: Optional[str] = None) -> Fastfallback
func GetFastfallback(ctx *Context, name string, id IDInput, state *FastfallbackState, opts ...ResourceOption) (*Fastfallback, error)
public static Fastfallback Get(string name, Input<string> id, FastfallbackState? state, CustomResourceOptions? opts = null)
public static Fastfallback get(String name, Output<String> id, FastfallbackState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- 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.
- Connection
Mode string - Connection mode for multiple destinations. Valid values:
sequentially
,simultaneously
. - Connection
Timeout int - Number of milliseconds to wait before starting another connection (200 - 1800000, default = 200). For sequential connection-mode only.
- Name string
- Configure a name for the fast-fallback entry.
- Protocol string
- Connection protocols for multiple destinations. Valid values:
IPv4-first
,IPv6-first
,IPv4-only
,IPv6-only
. - Status string
- Enable/disable the fast-fallback entry. Valid values:
enable
,disable
. - Vdomparam 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.
- Connection
Mode string - Connection mode for multiple destinations. Valid values:
sequentially
,simultaneously
. - Connection
Timeout int - Number of milliseconds to wait before starting another connection (200 - 1800000, default = 200). For sequential connection-mode only.
- Name string
- Configure a name for the fast-fallback entry.
- Protocol string
- Connection protocols for multiple destinations. Valid values:
IPv4-first
,IPv6-first
,IPv4-only
,IPv6-only
. - Status string
- Enable/disable the fast-fallback entry. Valid values:
enable
,disable
. - Vdomparam 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.
- connection
Mode String - Connection mode for multiple destinations. Valid values:
sequentially
,simultaneously
. - connection
Timeout Integer - Number of milliseconds to wait before starting another connection (200 - 1800000, default = 200). For sequential connection-mode only.
- name String
- Configure a name for the fast-fallback entry.
- protocol String
- Connection protocols for multiple destinations. Valid values:
IPv4-first
,IPv6-first
,IPv4-only
,IPv6-only
. - status String
- Enable/disable the fast-fallback entry. Valid values:
enable
,disable
. - vdomparam 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.
- connection
Mode string - Connection mode for multiple destinations. Valid values:
sequentially
,simultaneously
. - connection
Timeout number - Number of milliseconds to wait before starting another connection (200 - 1800000, default = 200). For sequential connection-mode only.
- name string
- Configure a name for the fast-fallback entry.
- protocol string
- Connection protocols for multiple destinations. Valid values:
IPv4-first
,IPv6-first
,IPv4-only
,IPv6-only
. - status string
- Enable/disable the fast-fallback entry. Valid values:
enable
,disable
. - vdomparam 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.
- connection_
mode str - Connection mode for multiple destinations. Valid values:
sequentially
,simultaneously
. - connection_
timeout int - Number of milliseconds to wait before starting another connection (200 - 1800000, default = 200). For sequential connection-mode only.
- name str
- Configure a name for the fast-fallback entry.
- protocol str
- Connection protocols for multiple destinations. Valid values:
IPv4-first
,IPv6-first
,IPv4-only
,IPv6-only
. - status str
- Enable/disable the fast-fallback entry. Valid values:
enable
,disable
. - vdomparam 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.
- connection
Mode String - Connection mode for multiple destinations. Valid values:
sequentially
,simultaneously
. - connection
Timeout Number - Number of milliseconds to wait before starting another connection (200 - 1800000, default = 200). For sequential connection-mode only.
- name String
- Configure a name for the fast-fallback entry.
- protocol String
- Connection protocols for multiple destinations. Valid values:
IPv4-first
,IPv6-first
,IPv4-only
,IPv6-only
. - status String
- Enable/disable the fast-fallback entry. Valid values:
enable
,disable
. - vdomparam 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
WebProxy FastFallback can be imported using any of these accepted formats:
$ pulumi import fortios:webproxy/fastfallback:Fastfallback labelname {{name}}
If you do not want to import arguments of block:
$ export “FORTIOS_IMPORT_TABLE”=“false”
$ pulumi import fortios:webproxy/fastfallback:Fastfallback labelname {{name}}
$ 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.