fortimanager.ObjectWanoptProfile
Explore with Pulumi AI
Configure WAN optimization profiles.
The following variables have sub resource. Avoid using them together, otherwise conflicts and overwrites may occur.
cifs
:fortimanager.ObjectWanoptProfileCifs
ftp
:fortimanager.ObjectWanoptProfileFtp
http
:fortimanager.ObjectWanoptProfileHttp
mapi
:fortimanager.ObjectWanoptProfileMapi
tcp
:fortimanager.ObjectWanoptProfileTcp
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as fortimanager from "@pulumi/fortimanager";
const trname = new fortimanager.ObjectWanoptProfile("trname", {
comments: "This is a Terraform example",
transparent: "enable",
});
import pulumi
import pulumi_fortimanager as fortimanager
trname = fortimanager.ObjectWanoptProfile("trname",
comments="This is a Terraform example",
transparent="enable")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/fortimanager/fortimanager"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := fortimanager.NewObjectWanoptProfile(ctx, "trname", &fortimanager.ObjectWanoptProfileArgs{
Comments: pulumi.String("This is a Terraform example"),
Transparent: pulumi.String("enable"),
})
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Fortimanager = Pulumi.Fortimanager;
return await Deployment.RunAsync(() =>
{
var trname = new Fortimanager.ObjectWanoptProfile("trname", new()
{
Comments = "This is a Terraform example",
Transparent = "enable",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.fortimanager.ObjectWanoptProfile;
import com.pulumi.fortimanager.ObjectWanoptProfileArgs;
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 ObjectWanoptProfile("trname", ObjectWanoptProfileArgs.builder()
.comments("This is a Terraform example")
.transparent("enable")
.build());
}
}
resources:
trname:
type: fortimanager:ObjectWanoptProfile
properties:
comments: This is a Terraform example
transparent: enable
Create ObjectWanoptProfile Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectWanoptProfile(name: string, args?: ObjectWanoptProfileArgs, opts?: CustomResourceOptions);
@overload
def ObjectWanoptProfile(resource_name: str,
args: Optional[ObjectWanoptProfileArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectWanoptProfile(resource_name: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
auth_group: Optional[str] = None,
cifs: Optional[ObjectWanoptProfileCifsArgs] = None,
comments: Optional[str] = None,
ftp: Optional[ObjectWanoptProfileFtpArgs] = None,
http: Optional[ObjectWanoptProfileHttpArgs] = None,
mapi: Optional[ObjectWanoptProfileMapiArgs] = None,
name: Optional[str] = None,
object_wanopt_profile_id: Optional[str] = None,
scopetype: Optional[str] = None,
tcp: Optional[ObjectWanoptProfileTcpArgs] = None,
transparent: Optional[str] = None)
func NewObjectWanoptProfile(ctx *Context, name string, args *ObjectWanoptProfileArgs, opts ...ResourceOption) (*ObjectWanoptProfile, error)
public ObjectWanoptProfile(string name, ObjectWanoptProfileArgs? args = null, CustomResourceOptions? opts = null)
public ObjectWanoptProfile(String name, ObjectWanoptProfileArgs args)
public ObjectWanoptProfile(String name, ObjectWanoptProfileArgs args, CustomResourceOptions options)
type: fortimanager:ObjectWanoptProfile
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 ObjectWanoptProfileArgs
- 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 ObjectWanoptProfileArgs
- 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 ObjectWanoptProfileArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectWanoptProfileArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectWanoptProfileArgs
- 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 objectWanoptProfileResource = new Fortimanager.ObjectWanoptProfile("objectWanoptProfileResource", new()
{
Adom = "string",
AuthGroup = "string",
Cifs = new Fortimanager.Inputs.ObjectWanoptProfileCifsArgs
{
ByteCaching = "string",
LogTraffic = "string",
Ports = new[]
{
0,
},
PreferChunking = "string",
ProtocolOpt = "string",
SecureTunnel = "string",
Status = "string",
TunnelSharing = "string",
},
Comments = "string",
Ftp = new Fortimanager.Inputs.ObjectWanoptProfileFtpArgs
{
ByteCaching = "string",
LogTraffic = "string",
Ports = new[]
{
0,
},
PreferChunking = "string",
ProtocolOpt = "string",
SecureTunnel = "string",
Ssl = "string",
Status = "string",
TunnelSharing = "string",
},
Http = new Fortimanager.Inputs.ObjectWanoptProfileHttpArgs
{
ByteCaching = "string",
LogTraffic = "string",
Ports = new[]
{
0,
},
PreferChunking = "string",
ProtocolOpt = "string",
SecureTunnel = "string",
Ssl = "string",
SslPorts = new[]
{
0,
},
Status = "string",
TunnelNonHttp = "string",
TunnelSharing = "string",
UnknownHttpVersion = "string",
},
Mapi = new Fortimanager.Inputs.ObjectWanoptProfileMapiArgs
{
ByteCaching = "string",
LogTraffic = "string",
Ports = new[]
{
0,
},
SecureTunnel = "string",
Status = "string",
TunnelSharing = "string",
},
Name = "string",
ObjectWanoptProfileId = "string",
Scopetype = "string",
Tcp = new Fortimanager.Inputs.ObjectWanoptProfileTcpArgs
{
ByteCaching = "string",
ByteCachingOpt = "string",
LogTraffic = "string",
Port = "string",
SecureTunnel = "string",
Ssl = "string",
SslPorts = new[]
{
0,
},
Status = "string",
TunnelSharing = "string",
},
Transparent = "string",
});
example, err := fortimanager.NewObjectWanoptProfile(ctx, "objectWanoptProfileResource", &fortimanager.ObjectWanoptProfileArgs{
Adom: pulumi.String("string"),
AuthGroup: pulumi.String("string"),
Cifs: &.ObjectWanoptProfileCifsTypeArgs{
ByteCaching: pulumi.String("string"),
LogTraffic: pulumi.String("string"),
Ports: pulumi.Float64Array{
pulumi.Float64(0),
},
PreferChunking: pulumi.String("string"),
ProtocolOpt: pulumi.String("string"),
SecureTunnel: pulumi.String("string"),
Status: pulumi.String("string"),
TunnelSharing: pulumi.String("string"),
},
Comments: pulumi.String("string"),
Ftp: &.ObjectWanoptProfileFtpTypeArgs{
ByteCaching: pulumi.String("string"),
LogTraffic: pulumi.String("string"),
Ports: pulumi.Float64Array{
pulumi.Float64(0),
},
PreferChunking: pulumi.String("string"),
ProtocolOpt: pulumi.String("string"),
SecureTunnel: pulumi.String("string"),
Ssl: pulumi.String("string"),
Status: pulumi.String("string"),
TunnelSharing: pulumi.String("string"),
},
Http: &.ObjectWanoptProfileHttpTypeArgs{
ByteCaching: pulumi.String("string"),
LogTraffic: pulumi.String("string"),
Ports: pulumi.Float64Array{
pulumi.Float64(0),
},
PreferChunking: pulumi.String("string"),
ProtocolOpt: pulumi.String("string"),
SecureTunnel: pulumi.String("string"),
Ssl: pulumi.String("string"),
SslPorts: pulumi.Float64Array{
pulumi.Float64(0),
},
Status: pulumi.String("string"),
TunnelNonHttp: pulumi.String("string"),
TunnelSharing: pulumi.String("string"),
UnknownHttpVersion: pulumi.String("string"),
},
Mapi: &.ObjectWanoptProfileMapiTypeArgs{
ByteCaching: pulumi.String("string"),
LogTraffic: pulumi.String("string"),
Ports: pulumi.Float64Array{
pulumi.Float64(0),
},
SecureTunnel: pulumi.String("string"),
Status: pulumi.String("string"),
TunnelSharing: pulumi.String("string"),
},
Name: pulumi.String("string"),
ObjectWanoptProfileId: pulumi.String("string"),
Scopetype: pulumi.String("string"),
Tcp: &.ObjectWanoptProfileTcpTypeArgs{
ByteCaching: pulumi.String("string"),
ByteCachingOpt: pulumi.String("string"),
LogTraffic: pulumi.String("string"),
Port: pulumi.String("string"),
SecureTunnel: pulumi.String("string"),
Ssl: pulumi.String("string"),
SslPorts: pulumi.Float64Array{
pulumi.Float64(0),
},
Status: pulumi.String("string"),
TunnelSharing: pulumi.String("string"),
},
Transparent: pulumi.String("string"),
})
var objectWanoptProfileResource = new ObjectWanoptProfile("objectWanoptProfileResource", ObjectWanoptProfileArgs.builder()
.adom("string")
.authGroup("string")
.cifs(ObjectWanoptProfileCifsArgs.builder()
.byteCaching("string")
.logTraffic("string")
.ports(0)
.preferChunking("string")
.protocolOpt("string")
.secureTunnel("string")
.status("string")
.tunnelSharing("string")
.build())
.comments("string")
.ftp(ObjectWanoptProfileFtpArgs.builder()
.byteCaching("string")
.logTraffic("string")
.ports(0)
.preferChunking("string")
.protocolOpt("string")
.secureTunnel("string")
.ssl("string")
.status("string")
.tunnelSharing("string")
.build())
.http(ObjectWanoptProfileHttpArgs.builder()
.byteCaching("string")
.logTraffic("string")
.ports(0)
.preferChunking("string")
.protocolOpt("string")
.secureTunnel("string")
.ssl("string")
.sslPorts(0)
.status("string")
.tunnelNonHttp("string")
.tunnelSharing("string")
.unknownHttpVersion("string")
.build())
.mapi(ObjectWanoptProfileMapiArgs.builder()
.byteCaching("string")
.logTraffic("string")
.ports(0)
.secureTunnel("string")
.status("string")
.tunnelSharing("string")
.build())
.name("string")
.objectWanoptProfileId("string")
.scopetype("string")
.tcp(ObjectWanoptProfileTcpArgs.builder()
.byteCaching("string")
.byteCachingOpt("string")
.logTraffic("string")
.port("string")
.secureTunnel("string")
.ssl("string")
.sslPorts(0)
.status("string")
.tunnelSharing("string")
.build())
.transparent("string")
.build());
object_wanopt_profile_resource = fortimanager.ObjectWanoptProfile("objectWanoptProfileResource",
adom="string",
auth_group="string",
cifs={
"byte_caching": "string",
"log_traffic": "string",
"ports": [0],
"prefer_chunking": "string",
"protocol_opt": "string",
"secure_tunnel": "string",
"status": "string",
"tunnel_sharing": "string",
},
comments="string",
ftp={
"byte_caching": "string",
"log_traffic": "string",
"ports": [0],
"prefer_chunking": "string",
"protocol_opt": "string",
"secure_tunnel": "string",
"ssl": "string",
"status": "string",
"tunnel_sharing": "string",
},
http={
"byte_caching": "string",
"log_traffic": "string",
"ports": [0],
"prefer_chunking": "string",
"protocol_opt": "string",
"secure_tunnel": "string",
"ssl": "string",
"ssl_ports": [0],
"status": "string",
"tunnel_non_http": "string",
"tunnel_sharing": "string",
"unknown_http_version": "string",
},
mapi={
"byte_caching": "string",
"log_traffic": "string",
"ports": [0],
"secure_tunnel": "string",
"status": "string",
"tunnel_sharing": "string",
},
name="string",
object_wanopt_profile_id="string",
scopetype="string",
tcp={
"byte_caching": "string",
"byte_caching_opt": "string",
"log_traffic": "string",
"port": "string",
"secure_tunnel": "string",
"ssl": "string",
"ssl_ports": [0],
"status": "string",
"tunnel_sharing": "string",
},
transparent="string")
const objectWanoptProfileResource = new fortimanager.ObjectWanoptProfile("objectWanoptProfileResource", {
adom: "string",
authGroup: "string",
cifs: {
byteCaching: "string",
logTraffic: "string",
ports: [0],
preferChunking: "string",
protocolOpt: "string",
secureTunnel: "string",
status: "string",
tunnelSharing: "string",
},
comments: "string",
ftp: {
byteCaching: "string",
logTraffic: "string",
ports: [0],
preferChunking: "string",
protocolOpt: "string",
secureTunnel: "string",
ssl: "string",
status: "string",
tunnelSharing: "string",
},
http: {
byteCaching: "string",
logTraffic: "string",
ports: [0],
preferChunking: "string",
protocolOpt: "string",
secureTunnel: "string",
ssl: "string",
sslPorts: [0],
status: "string",
tunnelNonHttp: "string",
tunnelSharing: "string",
unknownHttpVersion: "string",
},
mapi: {
byteCaching: "string",
logTraffic: "string",
ports: [0],
secureTunnel: "string",
status: "string",
tunnelSharing: "string",
},
name: "string",
objectWanoptProfileId: "string",
scopetype: "string",
tcp: {
byteCaching: "string",
byteCachingOpt: "string",
logTraffic: "string",
port: "string",
secureTunnel: "string",
ssl: "string",
sslPorts: [0],
status: "string",
tunnelSharing: "string",
},
transparent: "string",
});
type: fortimanager:ObjectWanoptProfile
properties:
adom: string
authGroup: string
cifs:
byteCaching: string
logTraffic: string
ports:
- 0
preferChunking: string
protocolOpt: string
secureTunnel: string
status: string
tunnelSharing: string
comments: string
ftp:
byteCaching: string
logTraffic: string
ports:
- 0
preferChunking: string
protocolOpt: string
secureTunnel: string
ssl: string
status: string
tunnelSharing: string
http:
byteCaching: string
logTraffic: string
ports:
- 0
preferChunking: string
protocolOpt: string
secureTunnel: string
ssl: string
sslPorts:
- 0
status: string
tunnelNonHttp: string
tunnelSharing: string
unknownHttpVersion: string
mapi:
byteCaching: string
logTraffic: string
ports:
- 0
secureTunnel: string
status: string
tunnelSharing: string
name: string
objectWanoptProfileId: string
scopetype: string
tcp:
byteCaching: string
byteCachingOpt: string
logTraffic: string
port: string
secureTunnel: string
ssl: string
sslPorts:
- 0
status: string
tunnelSharing: string
transparent: string
ObjectWanoptProfile 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 ObjectWanoptProfile resource accepts the following input properties:
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Auth
Group string - Optionally add an authentication group to restrict access to the WAN Optimization tunnel to peers in the authentication group.
- Cifs
Object
Wanopt Profile Cifs - Cifs. The structure of
cifs
block is documented below. - Comments string
- Comment.
- Ftp
Object
Wanopt Profile Ftp - Ftp. The structure of
ftp
block is documented below. - Http
Object
Wanopt Profile Http - Http. The structure of
http
block is documented below. - Mapi
Object
Wanopt Profile Mapi - Mapi. The structure of
mapi
block is documented below. - Name string
- Profile name.
- Object
Wanopt stringProfile Id - an identifier for the resource with format {{name}}.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Tcp
Object
Wanopt Profile Tcp - Tcp. The structure of
tcp
block is documented below. - Transparent string
- Enable/disable transparent mode. Valid values:
disable
,enable
.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Auth
Group string - Optionally add an authentication group to restrict access to the WAN Optimization tunnel to peers in the authentication group.
- Cifs
Object
Wanopt Profile Cifs Type Args - Cifs. The structure of
cifs
block is documented below. - Comments string
- Comment.
- Ftp
Object
Wanopt Profile Ftp Type Args - Ftp. The structure of
ftp
block is documented below. - Http
Object
Wanopt Profile Http Type Args - Http. The structure of
http
block is documented below. - Mapi
Object
Wanopt Profile Mapi Type Args - Mapi. The structure of
mapi
block is documented below. - Name string
- Profile name.
- Object
Wanopt stringProfile Id - an identifier for the resource with format {{name}}.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Tcp
Object
Wanopt Profile Tcp Type Args - Tcp. The structure of
tcp
block is documented below. - Transparent string
- Enable/disable transparent mode. Valid values:
disable
,enable
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - auth
Group String - Optionally add an authentication group to restrict access to the WAN Optimization tunnel to peers in the authentication group.
- cifs
Object
Wanopt Profile Cifs - Cifs. The structure of
cifs
block is documented below. - comments String
- Comment.
- ftp
Object
Wanopt Profile Ftp - Ftp. The structure of
ftp
block is documented below. - http
Object
Wanopt Profile Http - Http. The structure of
http
block is documented below. - mapi
Object
Wanopt Profile Mapi - Mapi. The structure of
mapi
block is documented below. - name String
- Profile name.
- object
Wanopt StringProfile Id - an identifier for the resource with format {{name}}.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - tcp
Object
Wanopt Profile Tcp - Tcp. The structure of
tcp
block is documented below. - transparent String
- Enable/disable transparent mode. Valid values:
disable
,enable
.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - auth
Group string - Optionally add an authentication group to restrict access to the WAN Optimization tunnel to peers in the authentication group.
- cifs
Object
Wanopt Profile Cifs - Cifs. The structure of
cifs
block is documented below. - comments string
- Comment.
- ftp
Object
Wanopt Profile Ftp - Ftp. The structure of
ftp
block is documented below. - http
Object
Wanopt Profile Http - Http. The structure of
http
block is documented below. - mapi
Object
Wanopt Profile Mapi - Mapi. The structure of
mapi
block is documented below. - name string
- Profile name.
- object
Wanopt stringProfile Id - an identifier for the resource with format {{name}}.
- scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - tcp
Object
Wanopt Profile Tcp - Tcp. The structure of
tcp
block is documented below. - transparent string
- Enable/disable transparent mode. Valid values:
disable
,enable
.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - auth_
group str - Optionally add an authentication group to restrict access to the WAN Optimization tunnel to peers in the authentication group.
- cifs
Object
Wanopt Profile Cifs Args - Cifs. The structure of
cifs
block is documented below. - comments str
- Comment.
- ftp
Object
Wanopt Profile Ftp Args - Ftp. The structure of
ftp
block is documented below. - http
Object
Wanopt Profile Http Args - Http. The structure of
http
block is documented below. - mapi
Object
Wanopt Profile Mapi Args - Mapi. The structure of
mapi
block is documented below. - name str
- Profile name.
- object_
wanopt_ strprofile_ id - an identifier for the resource with format {{name}}.
- scopetype str
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - tcp
Object
Wanopt Profile Tcp Args - Tcp. The structure of
tcp
block is documented below. - transparent str
- Enable/disable transparent mode. Valid values:
disable
,enable
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - auth
Group String - Optionally add an authentication group to restrict access to the WAN Optimization tunnel to peers in the authentication group.
- cifs Property Map
- Cifs. The structure of
cifs
block is documented below. - comments String
- Comment.
- ftp Property Map
- Ftp. The structure of
ftp
block is documented below. - http Property Map
- Http. The structure of
http
block is documented below. - mapi Property Map
- Mapi. The structure of
mapi
block is documented below. - name String
- Profile name.
- object
Wanopt StringProfile Id - an identifier for the resource with format {{name}}.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - tcp Property Map
- Tcp. The structure of
tcp
block is documented below. - transparent String
- Enable/disable transparent mode. Valid values:
disable
,enable
.
Outputs
All input properties are implicitly available as output properties. Additionally, the ObjectWanoptProfile 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 ObjectWanoptProfile Resource
Get an existing ObjectWanoptProfile 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?: ObjectWanoptProfileState, opts?: CustomResourceOptions): ObjectWanoptProfile
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
auth_group: Optional[str] = None,
cifs: Optional[ObjectWanoptProfileCifsArgs] = None,
comments: Optional[str] = None,
ftp: Optional[ObjectWanoptProfileFtpArgs] = None,
http: Optional[ObjectWanoptProfileHttpArgs] = None,
mapi: Optional[ObjectWanoptProfileMapiArgs] = None,
name: Optional[str] = None,
object_wanopt_profile_id: Optional[str] = None,
scopetype: Optional[str] = None,
tcp: Optional[ObjectWanoptProfileTcpArgs] = None,
transparent: Optional[str] = None) -> ObjectWanoptProfile
func GetObjectWanoptProfile(ctx *Context, name string, id IDInput, state *ObjectWanoptProfileState, opts ...ResourceOption) (*ObjectWanoptProfile, error)
public static ObjectWanoptProfile Get(string name, Input<string> id, ObjectWanoptProfileState? state, CustomResourceOptions? opts = null)
public static ObjectWanoptProfile get(String name, Output<String> id, ObjectWanoptProfileState state, CustomResourceOptions options)
resources: _: type: fortimanager:ObjectWanoptProfile 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.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Auth
Group string - Optionally add an authentication group to restrict access to the WAN Optimization tunnel to peers in the authentication group.
- Cifs
Object
Wanopt Profile Cifs - Cifs. The structure of
cifs
block is documented below. - Comments string
- Comment.
- Ftp
Object
Wanopt Profile Ftp - Ftp. The structure of
ftp
block is documented below. - Http
Object
Wanopt Profile Http - Http. The structure of
http
block is documented below. - Mapi
Object
Wanopt Profile Mapi - Mapi. The structure of
mapi
block is documented below. - Name string
- Profile name.
- Object
Wanopt stringProfile Id - an identifier for the resource with format {{name}}.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Tcp
Object
Wanopt Profile Tcp - Tcp. The structure of
tcp
block is documented below. - Transparent string
- Enable/disable transparent mode. Valid values:
disable
,enable
.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Auth
Group string - Optionally add an authentication group to restrict access to the WAN Optimization tunnel to peers in the authentication group.
- Cifs
Object
Wanopt Profile Cifs Type Args - Cifs. The structure of
cifs
block is documented below. - Comments string
- Comment.
- Ftp
Object
Wanopt Profile Ftp Type Args - Ftp. The structure of
ftp
block is documented below. - Http
Object
Wanopt Profile Http Type Args - Http. The structure of
http
block is documented below. - Mapi
Object
Wanopt Profile Mapi Type Args - Mapi. The structure of
mapi
block is documented below. - Name string
- Profile name.
- Object
Wanopt stringProfile Id - an identifier for the resource with format {{name}}.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Tcp
Object
Wanopt Profile Tcp Type Args - Tcp. The structure of
tcp
block is documented below. - Transparent string
- Enable/disable transparent mode. Valid values:
disable
,enable
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - auth
Group String - Optionally add an authentication group to restrict access to the WAN Optimization tunnel to peers in the authentication group.
- cifs
Object
Wanopt Profile Cifs - Cifs. The structure of
cifs
block is documented below. - comments String
- Comment.
- ftp
Object
Wanopt Profile Ftp - Ftp. The structure of
ftp
block is documented below. - http
Object
Wanopt Profile Http - Http. The structure of
http
block is documented below. - mapi
Object
Wanopt Profile Mapi - Mapi. The structure of
mapi
block is documented below. - name String
- Profile name.
- object
Wanopt StringProfile Id - an identifier for the resource with format {{name}}.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - tcp
Object
Wanopt Profile Tcp - Tcp. The structure of
tcp
block is documented below. - transparent String
- Enable/disable transparent mode. Valid values:
disable
,enable
.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - auth
Group string - Optionally add an authentication group to restrict access to the WAN Optimization tunnel to peers in the authentication group.
- cifs
Object
Wanopt Profile Cifs - Cifs. The structure of
cifs
block is documented below. - comments string
- Comment.
- ftp
Object
Wanopt Profile Ftp - Ftp. The structure of
ftp
block is documented below. - http
Object
Wanopt Profile Http - Http. The structure of
http
block is documented below. - mapi
Object
Wanopt Profile Mapi - Mapi. The structure of
mapi
block is documented below. - name string
- Profile name.
- object
Wanopt stringProfile Id - an identifier for the resource with format {{name}}.
- scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - tcp
Object
Wanopt Profile Tcp - Tcp. The structure of
tcp
block is documented below. - transparent string
- Enable/disable transparent mode. Valid values:
disable
,enable
.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - auth_
group str - Optionally add an authentication group to restrict access to the WAN Optimization tunnel to peers in the authentication group.
- cifs
Object
Wanopt Profile Cifs Args - Cifs. The structure of
cifs
block is documented below. - comments str
- Comment.
- ftp
Object
Wanopt Profile Ftp Args - Ftp. The structure of
ftp
block is documented below. - http
Object
Wanopt Profile Http Args - Http. The structure of
http
block is documented below. - mapi
Object
Wanopt Profile Mapi Args - Mapi. The structure of
mapi
block is documented below. - name str
- Profile name.
- object_
wanopt_ strprofile_ id - an identifier for the resource with format {{name}}.
- scopetype str
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - tcp
Object
Wanopt Profile Tcp Args - Tcp. The structure of
tcp
block is documented below. - transparent str
- Enable/disable transparent mode. Valid values:
disable
,enable
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - auth
Group String - Optionally add an authentication group to restrict access to the WAN Optimization tunnel to peers in the authentication group.
- cifs Property Map
- Cifs. The structure of
cifs
block is documented below. - comments String
- Comment.
- ftp Property Map
- Ftp. The structure of
ftp
block is documented below. - http Property Map
- Http. The structure of
http
block is documented below. - mapi Property Map
- Mapi. The structure of
mapi
block is documented below. - name String
- Profile name.
- object
Wanopt StringProfile Id - an identifier for the resource with format {{name}}.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - tcp Property Map
- Tcp. The structure of
tcp
block is documented below. - transparent String
- Enable/disable transparent mode. Valid values:
disable
,enable
.
Supporting Types
ObjectWanoptProfileCifs, ObjectWanoptProfileCifsArgs
- Byte
Caching string - Enable/disable byte-caching. Byte caching reduces the amount of traffic by caching file data sent across the WAN and in future serving if from the cache. Valid values:
disable
,enable
. - Log
Traffic string - Enable/disable logging. Valid values:
disable
,enable
. - Ports List<double>
- Single port number or port number range for CIFS. Only packets with a destination port number that matches this port number or range are accepted by this profile.
- Prefer
Chunking string - Select dynamic or fixed-size data chunking for WAN Optimization. Valid values:
dynamic
,fix
. - Protocol
Opt string - Select Protocol specific optimitation or generic TCP optimization. Valid values:
protocol
,tcp
. - Secure
Tunnel string - Enable/disable securing the WAN Opt tunnel using SSL. Secure and non-secure tunnels use the same TCP port (7810). Valid values:
disable
,enable
. - Status string
- Enable/disable WAN Optimization. Valid values:
disable
,enable
. - Tunnel
Sharing string - Tunnel sharing mode for aggressive/non-aggressive and/or interactive/non-interactive protocols. Valid values:
private
,shared
,express-shared
.
- Byte
Caching string - Enable/disable byte-caching. Byte caching reduces the amount of traffic by caching file data sent across the WAN and in future serving if from the cache. Valid values:
disable
,enable
. - Log
Traffic string - Enable/disable logging. Valid values:
disable
,enable
. - Ports []float64
- Single port number or port number range for CIFS. Only packets with a destination port number that matches this port number or range are accepted by this profile.
- Prefer
Chunking string - Select dynamic or fixed-size data chunking for WAN Optimization. Valid values:
dynamic
,fix
. - Protocol
Opt string - Select Protocol specific optimitation or generic TCP optimization. Valid values:
protocol
,tcp
. - Secure
Tunnel string - Enable/disable securing the WAN Opt tunnel using SSL. Secure and non-secure tunnels use the same TCP port (7810). Valid values:
disable
,enable
. - Status string
- Enable/disable WAN Optimization. Valid values:
disable
,enable
. - Tunnel
Sharing string - Tunnel sharing mode for aggressive/non-aggressive and/or interactive/non-interactive protocols. Valid values:
private
,shared
,express-shared
.
- byte
Caching String - Enable/disable byte-caching. Byte caching reduces the amount of traffic by caching file data sent across the WAN and in future serving if from the cache. Valid values:
disable
,enable
. - log
Traffic String - Enable/disable logging. Valid values:
disable
,enable
. - ports List<Double>
- Single port number or port number range for CIFS. Only packets with a destination port number that matches this port number or range are accepted by this profile.
- prefer
Chunking String - Select dynamic or fixed-size data chunking for WAN Optimization. Valid values:
dynamic
,fix
. - protocol
Opt String - Select Protocol specific optimitation or generic TCP optimization. Valid values:
protocol
,tcp
. - secure
Tunnel String - Enable/disable securing the WAN Opt tunnel using SSL. Secure and non-secure tunnels use the same TCP port (7810). Valid values:
disable
,enable
. - status String
- Enable/disable WAN Optimization. Valid values:
disable
,enable
. - tunnel
Sharing String - Tunnel sharing mode for aggressive/non-aggressive and/or interactive/non-interactive protocols. Valid values:
private
,shared
,express-shared
.
- byte
Caching string - Enable/disable byte-caching. Byte caching reduces the amount of traffic by caching file data sent across the WAN and in future serving if from the cache. Valid values:
disable
,enable
. - log
Traffic string - Enable/disable logging. Valid values:
disable
,enable
. - ports number[]
- Single port number or port number range for CIFS. Only packets with a destination port number that matches this port number or range are accepted by this profile.
- prefer
Chunking string - Select dynamic or fixed-size data chunking for WAN Optimization. Valid values:
dynamic
,fix
. - protocol
Opt string - Select Protocol specific optimitation or generic TCP optimization. Valid values:
protocol
,tcp
. - secure
Tunnel string - Enable/disable securing the WAN Opt tunnel using SSL. Secure and non-secure tunnels use the same TCP port (7810). Valid values:
disable
,enable
. - status string
- Enable/disable WAN Optimization. Valid values:
disable
,enable
. - tunnel
Sharing string - Tunnel sharing mode for aggressive/non-aggressive and/or interactive/non-interactive protocols. Valid values:
private
,shared
,express-shared
.
- byte_
caching str - Enable/disable byte-caching. Byte caching reduces the amount of traffic by caching file data sent across the WAN and in future serving if from the cache. Valid values:
disable
,enable
. - log_
traffic str - Enable/disable logging. Valid values:
disable
,enable
. - ports Sequence[float]
- Single port number or port number range for CIFS. Only packets with a destination port number that matches this port number or range are accepted by this profile.
- prefer_
chunking str - Select dynamic or fixed-size data chunking for WAN Optimization. Valid values:
dynamic
,fix
. - protocol_
opt str - Select Protocol specific optimitation or generic TCP optimization. Valid values:
protocol
,tcp
. - secure_
tunnel str - Enable/disable securing the WAN Opt tunnel using SSL. Secure and non-secure tunnels use the same TCP port (7810). Valid values:
disable
,enable
. - status str
- Enable/disable WAN Optimization. Valid values:
disable
,enable
. - tunnel_
sharing str - Tunnel sharing mode for aggressive/non-aggressive and/or interactive/non-interactive protocols. Valid values:
private
,shared
,express-shared
.
- byte
Caching String - Enable/disable byte-caching. Byte caching reduces the amount of traffic by caching file data sent across the WAN and in future serving if from the cache. Valid values:
disable
,enable
. - log
Traffic String - Enable/disable logging. Valid values:
disable
,enable
. - ports List<Number>
- Single port number or port number range for CIFS. Only packets with a destination port number that matches this port number or range are accepted by this profile.
- prefer
Chunking String - Select dynamic or fixed-size data chunking for WAN Optimization. Valid values:
dynamic
,fix
. - protocol
Opt String - Select Protocol specific optimitation or generic TCP optimization. Valid values:
protocol
,tcp
. - secure
Tunnel String - Enable/disable securing the WAN Opt tunnel using SSL. Secure and non-secure tunnels use the same TCP port (7810). Valid values:
disable
,enable
. - status String
- Enable/disable WAN Optimization. Valid values:
disable
,enable
. - tunnel
Sharing String - Tunnel sharing mode for aggressive/non-aggressive and/or interactive/non-interactive protocols. Valid values:
private
,shared
,express-shared
.
ObjectWanoptProfileFtp, ObjectWanoptProfileFtpArgs
- Byte
Caching string - Enable/disable byte-caching. Byte caching reduces the amount of traffic by caching file data sent across the WAN and in future serving if from the cache. Valid values:
disable
,enable
. - Log
Traffic string - Enable/disable logging. Valid values:
disable
,enable
. - Ports List<double>
- Single port number or port number range for FTP. Only packets with a destination port number that matches this port number or range are accepted by this profile.
- Prefer
Chunking string - Select dynamic or fixed-size data chunking for WAN Optimization. Valid values:
dynamic
,fix
. - Protocol
Opt string - Select Protocol specific optimitation or generic TCP optimization. Valid values:
protocol
,tcp
. - Secure
Tunnel string - Enable/disable securing the WAN Opt tunnel using SSL. Secure and non-secure tunnels use the same TCP port (7810). Valid values:
disable
,enable
. - Ssl string
- Enable/disable SSL/TLS offloading (hardware acceleration) for traffic in this tunnel. Valid values:
disable
,enable
. - Status string
- Enable/disable WAN Optimization. Valid values:
disable
,enable
. - Tunnel
Sharing string - Tunnel sharing mode for aggressive/non-aggressive and/or interactive/non-interactive protocols. Valid values:
private
,shared
,express-shared
.
- Byte
Caching string - Enable/disable byte-caching. Byte caching reduces the amount of traffic by caching file data sent across the WAN and in future serving if from the cache. Valid values:
disable
,enable
. - Log
Traffic string - Enable/disable logging. Valid values:
disable
,enable
. - Ports []float64
- Single port number or port number range for FTP. Only packets with a destination port number that matches this port number or range are accepted by this profile.
- Prefer
Chunking string - Select dynamic or fixed-size data chunking for WAN Optimization. Valid values:
dynamic
,fix
. - Protocol
Opt string - Select Protocol specific optimitation or generic TCP optimization. Valid values:
protocol
,tcp
. - Secure
Tunnel string - Enable/disable securing the WAN Opt tunnel using SSL. Secure and non-secure tunnels use the same TCP port (7810). Valid values:
disable
,enable
. - Ssl string
- Enable/disable SSL/TLS offloading (hardware acceleration) for traffic in this tunnel. Valid values:
disable
,enable
. - Status string
- Enable/disable WAN Optimization. Valid values:
disable
,enable
. - Tunnel
Sharing string - Tunnel sharing mode for aggressive/non-aggressive and/or interactive/non-interactive protocols. Valid values:
private
,shared
,express-shared
.
- byte
Caching String - Enable/disable byte-caching. Byte caching reduces the amount of traffic by caching file data sent across the WAN and in future serving if from the cache. Valid values:
disable
,enable
. - log
Traffic String - Enable/disable logging. Valid values:
disable
,enable
. - ports List<Double>
- Single port number or port number range for FTP. Only packets with a destination port number that matches this port number or range are accepted by this profile.
- prefer
Chunking String - Select dynamic or fixed-size data chunking for WAN Optimization. Valid values:
dynamic
,fix
. - protocol
Opt String - Select Protocol specific optimitation or generic TCP optimization. Valid values:
protocol
,tcp
. - secure
Tunnel String - Enable/disable securing the WAN Opt tunnel using SSL. Secure and non-secure tunnels use the same TCP port (7810). Valid values:
disable
,enable
. - ssl String
- Enable/disable SSL/TLS offloading (hardware acceleration) for traffic in this tunnel. Valid values:
disable
,enable
. - status String
- Enable/disable WAN Optimization. Valid values:
disable
,enable
. - tunnel
Sharing String - Tunnel sharing mode for aggressive/non-aggressive and/or interactive/non-interactive protocols. Valid values:
private
,shared
,express-shared
.
- byte
Caching string - Enable/disable byte-caching. Byte caching reduces the amount of traffic by caching file data sent across the WAN and in future serving if from the cache. Valid values:
disable
,enable
. - log
Traffic string - Enable/disable logging. Valid values:
disable
,enable
. - ports number[]
- Single port number or port number range for FTP. Only packets with a destination port number that matches this port number or range are accepted by this profile.
- prefer
Chunking string - Select dynamic or fixed-size data chunking for WAN Optimization. Valid values:
dynamic
,fix
. - protocol
Opt string - Select Protocol specific optimitation or generic TCP optimization. Valid values:
protocol
,tcp
. - secure
Tunnel string - Enable/disable securing the WAN Opt tunnel using SSL. Secure and non-secure tunnels use the same TCP port (7810). Valid values:
disable
,enable
. - ssl string
- Enable/disable SSL/TLS offloading (hardware acceleration) for traffic in this tunnel. Valid values:
disable
,enable
. - status string
- Enable/disable WAN Optimization. Valid values:
disable
,enable
. - tunnel
Sharing string - Tunnel sharing mode for aggressive/non-aggressive and/or interactive/non-interactive protocols. Valid values:
private
,shared
,express-shared
.
- byte_
caching str - Enable/disable byte-caching. Byte caching reduces the amount of traffic by caching file data sent across the WAN and in future serving if from the cache. Valid values:
disable
,enable
. - log_
traffic str - Enable/disable logging. Valid values:
disable
,enable
. - ports Sequence[float]
- Single port number or port number range for FTP. Only packets with a destination port number that matches this port number or range are accepted by this profile.
- prefer_
chunking str - Select dynamic or fixed-size data chunking for WAN Optimization. Valid values:
dynamic
,fix
. - protocol_
opt str - Select Protocol specific optimitation or generic TCP optimization. Valid values:
protocol
,tcp
. - secure_
tunnel str - Enable/disable securing the WAN Opt tunnel using SSL. Secure and non-secure tunnels use the same TCP port (7810). Valid values:
disable
,enable
. - ssl str
- Enable/disable SSL/TLS offloading (hardware acceleration) for traffic in this tunnel. Valid values:
disable
,enable
. - status str
- Enable/disable WAN Optimization. Valid values:
disable
,enable
. - tunnel_
sharing str - Tunnel sharing mode for aggressive/non-aggressive and/or interactive/non-interactive protocols. Valid values:
private
,shared
,express-shared
.
- byte
Caching String - Enable/disable byte-caching. Byte caching reduces the amount of traffic by caching file data sent across the WAN and in future serving if from the cache. Valid values:
disable
,enable
. - log
Traffic String - Enable/disable logging. Valid values:
disable
,enable
. - ports List<Number>
- Single port number or port number range for FTP. Only packets with a destination port number that matches this port number or range are accepted by this profile.
- prefer
Chunking String - Select dynamic or fixed-size data chunking for WAN Optimization. Valid values:
dynamic
,fix
. - protocol
Opt String - Select Protocol specific optimitation or generic TCP optimization. Valid values:
protocol
,tcp
. - secure
Tunnel String - Enable/disable securing the WAN Opt tunnel using SSL. Secure and non-secure tunnels use the same TCP port (7810). Valid values:
disable
,enable
. - ssl String
- Enable/disable SSL/TLS offloading (hardware acceleration) for traffic in this tunnel. Valid values:
disable
,enable
. - status String
- Enable/disable WAN Optimization. Valid values:
disable
,enable
. - tunnel
Sharing String - Tunnel sharing mode for aggressive/non-aggressive and/or interactive/non-interactive protocols. Valid values:
private
,shared
,express-shared
.
ObjectWanoptProfileHttp, ObjectWanoptProfileHttpArgs
- Byte
Caching string - Enable/disable byte-caching. Byte caching reduces the amount of traffic by caching file data sent across the WAN and in future serving if from the cache. Valid values:
disable
,enable
. - Log
Traffic string - Enable/disable logging. Valid values:
disable
,enable
. - Ports List<double>
- Single port number or port number range for HTTP. Only packets with a destination port number that matches this port number or range are accepted by this profile.
- Prefer
Chunking string - Select dynamic or fixed-size data chunking for WAN Optimization. Valid values:
dynamic
,fix
. - Protocol
Opt string - Select Protocol specific optimitation or generic TCP optimization. Valid values:
protocol
,tcp
. - Secure
Tunnel string - Enable/disable securing the WAN Opt tunnel using SSL. Secure and non-secure tunnels use the same TCP port (7810). Valid values:
disable
,enable
. - Ssl string
- Enable/disable SSL/TLS offloading (hardware acceleration) for traffic in this tunnel. Valid values:
disable
,enable
. - Ssl
Ports List<double> - Port on which to expect HTTPS traffic for SSL/TLS offloading.
- Status string
- Enable/disable WAN Optimization. Valid values:
disable
,enable
. - Tunnel
Non stringHttp - Configure how to process non-HTTP traffic when a profile configured for HTTP traffic accepts a non-HTTP session. Can occur if an application sends non-HTTP traffic using an HTTP destination port. Valid values:
disable
,enable
. - Tunnel
Sharing string - Tunnel sharing mode for aggressive/non-aggressive and/or interactive/non-interactive protocols. Valid values:
private
,shared
,express-shared
. - Unknown
Http stringVersion - How to handle HTTP sessions that do not comply with HTTP 0.9, 1.0, or 1.1. Valid values:
best-effort
,reject
,tunnel
.
- Byte
Caching string - Enable/disable byte-caching. Byte caching reduces the amount of traffic by caching file data sent across the WAN and in future serving if from the cache. Valid values:
disable
,enable
. - Log
Traffic string - Enable/disable logging. Valid values:
disable
,enable
. - Ports []float64
- Single port number or port number range for HTTP. Only packets with a destination port number that matches this port number or range are accepted by this profile.
- Prefer
Chunking string - Select dynamic or fixed-size data chunking for WAN Optimization. Valid values:
dynamic
,fix
. - Protocol
Opt string - Select Protocol specific optimitation or generic TCP optimization. Valid values:
protocol
,tcp
. - Secure
Tunnel string - Enable/disable securing the WAN Opt tunnel using SSL. Secure and non-secure tunnels use the same TCP port (7810). Valid values:
disable
,enable
. - Ssl string
- Enable/disable SSL/TLS offloading (hardware acceleration) for traffic in this tunnel. Valid values:
disable
,enable
. - Ssl
Ports []float64 - Port on which to expect HTTPS traffic for SSL/TLS offloading.
- Status string
- Enable/disable WAN Optimization. Valid values:
disable
,enable
. - Tunnel
Non stringHttp - Configure how to process non-HTTP traffic when a profile configured for HTTP traffic accepts a non-HTTP session. Can occur if an application sends non-HTTP traffic using an HTTP destination port. Valid values:
disable
,enable
. - Tunnel
Sharing string - Tunnel sharing mode for aggressive/non-aggressive and/or interactive/non-interactive protocols. Valid values:
private
,shared
,express-shared
. - Unknown
Http stringVersion - How to handle HTTP sessions that do not comply with HTTP 0.9, 1.0, or 1.1. Valid values:
best-effort
,reject
,tunnel
.
- byte
Caching String - Enable/disable byte-caching. Byte caching reduces the amount of traffic by caching file data sent across the WAN and in future serving if from the cache. Valid values:
disable
,enable
. - log
Traffic String - Enable/disable logging. Valid values:
disable
,enable
. - ports List<Double>
- Single port number or port number range for HTTP. Only packets with a destination port number that matches this port number or range are accepted by this profile.
- prefer
Chunking String - Select dynamic or fixed-size data chunking for WAN Optimization. Valid values:
dynamic
,fix
. - protocol
Opt String - Select Protocol specific optimitation or generic TCP optimization. Valid values:
protocol
,tcp
. - secure
Tunnel String - Enable/disable securing the WAN Opt tunnel using SSL. Secure and non-secure tunnels use the same TCP port (7810). Valid values:
disable
,enable
. - ssl String
- Enable/disable SSL/TLS offloading (hardware acceleration) for traffic in this tunnel. Valid values:
disable
,enable
. - ssl
Ports List<Double> - Port on which to expect HTTPS traffic for SSL/TLS offloading.
- status String
- Enable/disable WAN Optimization. Valid values:
disable
,enable
. - tunnel
Non StringHttp - Configure how to process non-HTTP traffic when a profile configured for HTTP traffic accepts a non-HTTP session. Can occur if an application sends non-HTTP traffic using an HTTP destination port. Valid values:
disable
,enable
. - tunnel
Sharing String - Tunnel sharing mode for aggressive/non-aggressive and/or interactive/non-interactive protocols. Valid values:
private
,shared
,express-shared
. - unknown
Http StringVersion - How to handle HTTP sessions that do not comply with HTTP 0.9, 1.0, or 1.1. Valid values:
best-effort
,reject
,tunnel
.
- byte
Caching string - Enable/disable byte-caching. Byte caching reduces the amount of traffic by caching file data sent across the WAN and in future serving if from the cache. Valid values:
disable
,enable
. - log
Traffic string - Enable/disable logging. Valid values:
disable
,enable
. - ports number[]
- Single port number or port number range for HTTP. Only packets with a destination port number that matches this port number or range are accepted by this profile.
- prefer
Chunking string - Select dynamic or fixed-size data chunking for WAN Optimization. Valid values:
dynamic
,fix
. - protocol
Opt string - Select Protocol specific optimitation or generic TCP optimization. Valid values:
protocol
,tcp
. - secure
Tunnel string - Enable/disable securing the WAN Opt tunnel using SSL. Secure and non-secure tunnels use the same TCP port (7810). Valid values:
disable
,enable
. - ssl string
- Enable/disable SSL/TLS offloading (hardware acceleration) for traffic in this tunnel. Valid values:
disable
,enable
. - ssl
Ports number[] - Port on which to expect HTTPS traffic for SSL/TLS offloading.
- status string
- Enable/disable WAN Optimization. Valid values:
disable
,enable
. - tunnel
Non stringHttp - Configure how to process non-HTTP traffic when a profile configured for HTTP traffic accepts a non-HTTP session. Can occur if an application sends non-HTTP traffic using an HTTP destination port. Valid values:
disable
,enable
. - tunnel
Sharing string - Tunnel sharing mode for aggressive/non-aggressive and/or interactive/non-interactive protocols. Valid values:
private
,shared
,express-shared
. - unknown
Http stringVersion - How to handle HTTP sessions that do not comply with HTTP 0.9, 1.0, or 1.1. Valid values:
best-effort
,reject
,tunnel
.
- byte_
caching str - Enable/disable byte-caching. Byte caching reduces the amount of traffic by caching file data sent across the WAN and in future serving if from the cache. Valid values:
disable
,enable
. - log_
traffic str - Enable/disable logging. Valid values:
disable
,enable
. - ports Sequence[float]
- Single port number or port number range for HTTP. Only packets with a destination port number that matches this port number or range are accepted by this profile.
- prefer_
chunking str - Select dynamic or fixed-size data chunking for WAN Optimization. Valid values:
dynamic
,fix
. - protocol_
opt str - Select Protocol specific optimitation or generic TCP optimization. Valid values:
protocol
,tcp
. - secure_
tunnel str - Enable/disable securing the WAN Opt tunnel using SSL. Secure and non-secure tunnels use the same TCP port (7810). Valid values:
disable
,enable
. - ssl str
- Enable/disable SSL/TLS offloading (hardware acceleration) for traffic in this tunnel. Valid values:
disable
,enable
. - ssl_
ports Sequence[float] - Port on which to expect HTTPS traffic for SSL/TLS offloading.
- status str
- Enable/disable WAN Optimization. Valid values:
disable
,enable
. - tunnel_
non_ strhttp - Configure how to process non-HTTP traffic when a profile configured for HTTP traffic accepts a non-HTTP session. Can occur if an application sends non-HTTP traffic using an HTTP destination port. Valid values:
disable
,enable
. - tunnel_
sharing str - Tunnel sharing mode for aggressive/non-aggressive and/or interactive/non-interactive protocols. Valid values:
private
,shared
,express-shared
. - unknown_
http_ strversion - How to handle HTTP sessions that do not comply with HTTP 0.9, 1.0, or 1.1. Valid values:
best-effort
,reject
,tunnel
.
- byte
Caching String - Enable/disable byte-caching. Byte caching reduces the amount of traffic by caching file data sent across the WAN and in future serving if from the cache. Valid values:
disable
,enable
. - log
Traffic String - Enable/disable logging. Valid values:
disable
,enable
. - ports List<Number>
- Single port number or port number range for HTTP. Only packets with a destination port number that matches this port number or range are accepted by this profile.
- prefer
Chunking String - Select dynamic or fixed-size data chunking for WAN Optimization. Valid values:
dynamic
,fix
. - protocol
Opt String - Select Protocol specific optimitation or generic TCP optimization. Valid values:
protocol
,tcp
. - secure
Tunnel String - Enable/disable securing the WAN Opt tunnel using SSL. Secure and non-secure tunnels use the same TCP port (7810). Valid values:
disable
,enable
. - ssl String
- Enable/disable SSL/TLS offloading (hardware acceleration) for traffic in this tunnel. Valid values:
disable
,enable
. - ssl
Ports List<Number> - Port on which to expect HTTPS traffic for SSL/TLS offloading.
- status String
- Enable/disable WAN Optimization. Valid values:
disable
,enable
. - tunnel
Non StringHttp - Configure how to process non-HTTP traffic when a profile configured for HTTP traffic accepts a non-HTTP session. Can occur if an application sends non-HTTP traffic using an HTTP destination port. Valid values:
disable
,enable
. - tunnel
Sharing String - Tunnel sharing mode for aggressive/non-aggressive and/or interactive/non-interactive protocols. Valid values:
private
,shared
,express-shared
. - unknown
Http StringVersion - How to handle HTTP sessions that do not comply with HTTP 0.9, 1.0, or 1.1. Valid values:
best-effort
,reject
,tunnel
.
ObjectWanoptProfileMapi, ObjectWanoptProfileMapiArgs
- Byte
Caching string - Enable/disable byte-caching. Byte caching reduces the amount of traffic by caching file data sent across the WAN and in future serving if from the cache. Valid values:
disable
,enable
. - Log
Traffic string - Enable/disable logging. Valid values:
disable
,enable
. - Ports List<double>
- Single port number or port number range for MAPI. Only packets with a destination port number that matches this port number or range are accepted by this profile.
- Secure
Tunnel string - Enable/disable securing the WAN Opt tunnel using SSL. Secure and non-secure tunnels use the same TCP port (7810). Valid values:
disable
,enable
. - Status string
- Enable/disable WAN Optimization. Valid values:
disable
,enable
. - Tunnel
Sharing string - Tunnel sharing mode for aggressive/non-aggressive and/or interactive/non-interactive protocols. Valid values:
private
,shared
,express-shared
.
- Byte
Caching string - Enable/disable byte-caching. Byte caching reduces the amount of traffic by caching file data sent across the WAN and in future serving if from the cache. Valid values:
disable
,enable
. - Log
Traffic string - Enable/disable logging. Valid values:
disable
,enable
. - Ports []float64
- Single port number or port number range for MAPI. Only packets with a destination port number that matches this port number or range are accepted by this profile.
- Secure
Tunnel string - Enable/disable securing the WAN Opt tunnel using SSL. Secure and non-secure tunnels use the same TCP port (7810). Valid values:
disable
,enable
. - Status string
- Enable/disable WAN Optimization. Valid values:
disable
,enable
. - Tunnel
Sharing string - Tunnel sharing mode for aggressive/non-aggressive and/or interactive/non-interactive protocols. Valid values:
private
,shared
,express-shared
.
- byte
Caching String - Enable/disable byte-caching. Byte caching reduces the amount of traffic by caching file data sent across the WAN and in future serving if from the cache. Valid values:
disable
,enable
. - log
Traffic String - Enable/disable logging. Valid values:
disable
,enable
. - ports List<Double>
- Single port number or port number range for MAPI. Only packets with a destination port number that matches this port number or range are accepted by this profile.
- secure
Tunnel String - Enable/disable securing the WAN Opt tunnel using SSL. Secure and non-secure tunnels use the same TCP port (7810). Valid values:
disable
,enable
. - status String
- Enable/disable WAN Optimization. Valid values:
disable
,enable
. - tunnel
Sharing String - Tunnel sharing mode for aggressive/non-aggressive and/or interactive/non-interactive protocols. Valid values:
private
,shared
,express-shared
.
- byte
Caching string - Enable/disable byte-caching. Byte caching reduces the amount of traffic by caching file data sent across the WAN and in future serving if from the cache. Valid values:
disable
,enable
. - log
Traffic string - Enable/disable logging. Valid values:
disable
,enable
. - ports number[]
- Single port number or port number range for MAPI. Only packets with a destination port number that matches this port number or range are accepted by this profile.
- secure
Tunnel string - Enable/disable securing the WAN Opt tunnel using SSL. Secure and non-secure tunnels use the same TCP port (7810). Valid values:
disable
,enable
. - status string
- Enable/disable WAN Optimization. Valid values:
disable
,enable
. - tunnel
Sharing string - Tunnel sharing mode for aggressive/non-aggressive and/or interactive/non-interactive protocols. Valid values:
private
,shared
,express-shared
.
- byte_
caching str - Enable/disable byte-caching. Byte caching reduces the amount of traffic by caching file data sent across the WAN and in future serving if from the cache. Valid values:
disable
,enable
. - log_
traffic str - Enable/disable logging. Valid values:
disable
,enable
. - ports Sequence[float]
- Single port number or port number range for MAPI. Only packets with a destination port number that matches this port number or range are accepted by this profile.
- secure_
tunnel str - Enable/disable securing the WAN Opt tunnel using SSL. Secure and non-secure tunnels use the same TCP port (7810). Valid values:
disable
,enable
. - status str
- Enable/disable WAN Optimization. Valid values:
disable
,enable
. - tunnel_
sharing str - Tunnel sharing mode for aggressive/non-aggressive and/or interactive/non-interactive protocols. Valid values:
private
,shared
,express-shared
.
- byte
Caching String - Enable/disable byte-caching. Byte caching reduces the amount of traffic by caching file data sent across the WAN and in future serving if from the cache. Valid values:
disable
,enable
. - log
Traffic String - Enable/disable logging. Valid values:
disable
,enable
. - ports List<Number>
- Single port number or port number range for MAPI. Only packets with a destination port number that matches this port number or range are accepted by this profile.
- secure
Tunnel String - Enable/disable securing the WAN Opt tunnel using SSL. Secure and non-secure tunnels use the same TCP port (7810). Valid values:
disable
,enable
. - status String
- Enable/disable WAN Optimization. Valid values:
disable
,enable
. - tunnel
Sharing String - Tunnel sharing mode for aggressive/non-aggressive and/or interactive/non-interactive protocols. Valid values:
private
,shared
,express-shared
.
ObjectWanoptProfileTcp, ObjectWanoptProfileTcpArgs
- Byte
Caching string - Enable/disable byte-caching. Byte caching reduces the amount of traffic by caching file data sent across the WAN and in future serving if from the cache. Valid values:
disable
,enable
. - Byte
Caching stringOpt - Select whether TCP byte-caching uses system memory only or both memory and disk space. Valid values:
mem-only
,mem-disk
. - Log
Traffic string - Enable/disable logging. Valid values:
disable
,enable
. - Port string
- Port numbers or port number ranges for TCP. Only packets with a destination port number that matches this port number or range are accepted by this profile.
- Secure
Tunnel string - Enable/disable securing the WAN Opt tunnel using SSL. Secure and non-secure tunnels use the same TCP port (7810). Valid values:
disable
,enable
. - Ssl string
- Enable/disable SSL/TLS offloading (hardware acceleration) for traffic in this tunnel. Valid values:
disable
,enable
. - Ssl
Ports List<double> - Port numbers or port number ranges on which to expect HTTPS traffic for SSL/TLS offloading.
- Status string
- Enable/disable WAN Optimization. Valid values:
disable
,enable
. - Tunnel
Sharing string - Tunnel sharing mode for aggressive/non-aggressive and/or interactive/non-interactive protocols. Valid values:
private
,shared
,express-shared
.
- Byte
Caching string - Enable/disable byte-caching. Byte caching reduces the amount of traffic by caching file data sent across the WAN and in future serving if from the cache. Valid values:
disable
,enable
. - Byte
Caching stringOpt - Select whether TCP byte-caching uses system memory only or both memory and disk space. Valid values:
mem-only
,mem-disk
. - Log
Traffic string - Enable/disable logging. Valid values:
disable
,enable
. - Port string
- Port numbers or port number ranges for TCP. Only packets with a destination port number that matches this port number or range are accepted by this profile.
- Secure
Tunnel string - Enable/disable securing the WAN Opt tunnel using SSL. Secure and non-secure tunnels use the same TCP port (7810). Valid values:
disable
,enable
. - Ssl string
- Enable/disable SSL/TLS offloading (hardware acceleration) for traffic in this tunnel. Valid values:
disable
,enable
. - Ssl
Ports []float64 - Port numbers or port number ranges on which to expect HTTPS traffic for SSL/TLS offloading.
- Status string
- Enable/disable WAN Optimization. Valid values:
disable
,enable
. - Tunnel
Sharing string - Tunnel sharing mode for aggressive/non-aggressive and/or interactive/non-interactive protocols. Valid values:
private
,shared
,express-shared
.
- byte
Caching String - Enable/disable byte-caching. Byte caching reduces the amount of traffic by caching file data sent across the WAN and in future serving if from the cache. Valid values:
disable
,enable
. - byte
Caching StringOpt - Select whether TCP byte-caching uses system memory only or both memory and disk space. Valid values:
mem-only
,mem-disk
. - log
Traffic String - Enable/disable logging. Valid values:
disable
,enable
. - port String
- Port numbers or port number ranges for TCP. Only packets with a destination port number that matches this port number or range are accepted by this profile.
- secure
Tunnel String - Enable/disable securing the WAN Opt tunnel using SSL. Secure and non-secure tunnels use the same TCP port (7810). Valid values:
disable
,enable
. - ssl String
- Enable/disable SSL/TLS offloading (hardware acceleration) for traffic in this tunnel. Valid values:
disable
,enable
. - ssl
Ports List<Double> - Port numbers or port number ranges on which to expect HTTPS traffic for SSL/TLS offloading.
- status String
- Enable/disable WAN Optimization. Valid values:
disable
,enable
. - tunnel
Sharing String - Tunnel sharing mode for aggressive/non-aggressive and/or interactive/non-interactive protocols. Valid values:
private
,shared
,express-shared
.
- byte
Caching string - Enable/disable byte-caching. Byte caching reduces the amount of traffic by caching file data sent across the WAN and in future serving if from the cache. Valid values:
disable
,enable
. - byte
Caching stringOpt - Select whether TCP byte-caching uses system memory only or both memory and disk space. Valid values:
mem-only
,mem-disk
. - log
Traffic string - Enable/disable logging. Valid values:
disable
,enable
. - port string
- Port numbers or port number ranges for TCP. Only packets with a destination port number that matches this port number or range are accepted by this profile.
- secure
Tunnel string - Enable/disable securing the WAN Opt tunnel using SSL. Secure and non-secure tunnels use the same TCP port (7810). Valid values:
disable
,enable
. - ssl string
- Enable/disable SSL/TLS offloading (hardware acceleration) for traffic in this tunnel. Valid values:
disable
,enable
. - ssl
Ports number[] - Port numbers or port number ranges on which to expect HTTPS traffic for SSL/TLS offloading.
- status string
- Enable/disable WAN Optimization. Valid values:
disable
,enable
. - tunnel
Sharing string - Tunnel sharing mode for aggressive/non-aggressive and/or interactive/non-interactive protocols. Valid values:
private
,shared
,express-shared
.
- byte_
caching str - Enable/disable byte-caching. Byte caching reduces the amount of traffic by caching file data sent across the WAN and in future serving if from the cache. Valid values:
disable
,enable
. - byte_
caching_ stropt - Select whether TCP byte-caching uses system memory only or both memory and disk space. Valid values:
mem-only
,mem-disk
. - log_
traffic str - Enable/disable logging. Valid values:
disable
,enable
. - port str
- Port numbers or port number ranges for TCP. Only packets with a destination port number that matches this port number or range are accepted by this profile.
- secure_
tunnel str - Enable/disable securing the WAN Opt tunnel using SSL. Secure and non-secure tunnels use the same TCP port (7810). Valid values:
disable
,enable
. - ssl str
- Enable/disable SSL/TLS offloading (hardware acceleration) for traffic in this tunnel. Valid values:
disable
,enable
. - ssl_
ports Sequence[float] - Port numbers or port number ranges on which to expect HTTPS traffic for SSL/TLS offloading.
- status str
- Enable/disable WAN Optimization. Valid values:
disable
,enable
. - tunnel_
sharing str - Tunnel sharing mode for aggressive/non-aggressive and/or interactive/non-interactive protocols. Valid values:
private
,shared
,express-shared
.
- byte
Caching String - Enable/disable byte-caching. Byte caching reduces the amount of traffic by caching file data sent across the WAN and in future serving if from the cache. Valid values:
disable
,enable
. - byte
Caching StringOpt - Select whether TCP byte-caching uses system memory only or both memory and disk space. Valid values:
mem-only
,mem-disk
. - log
Traffic String - Enable/disable logging. Valid values:
disable
,enable
. - port String
- Port numbers or port number ranges for TCP. Only packets with a destination port number that matches this port number or range are accepted by this profile.
- secure
Tunnel String - Enable/disable securing the WAN Opt tunnel using SSL. Secure and non-secure tunnels use the same TCP port (7810). Valid values:
disable
,enable
. - ssl String
- Enable/disable SSL/TLS offloading (hardware acceleration) for traffic in this tunnel. Valid values:
disable
,enable
. - ssl
Ports List<Number> - Port numbers or port number ranges on which to expect HTTPS traffic for SSL/TLS offloading.
- status String
- Enable/disable WAN Optimization. Valid values:
disable
,enable
. - tunnel
Sharing String - Tunnel sharing mode for aggressive/non-aggressive and/or interactive/non-interactive protocols. Valid values:
private
,shared
,express-shared
.
Import
ObjectWanopt Profile can be imported using any of these accepted formats:
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectWanoptProfile:ObjectWanoptProfile labelname {{name}}
$ 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.