f5bigip.FastTcpApp
Explore with Pulumi AI
f5bigip.FastTcpApp
This resource will create and manage FAST TCP applications on BIG-IP from provided JSON declaration.
Create FastTcpApp Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new FastTcpApp(name: string, args: FastTcpAppArgs, opts?: CustomResourceOptions);
@overload
def FastTcpApp(resource_name: str,
args: FastTcpAppArgs,
opts: Optional[ResourceOptions] = None)
@overload
def FastTcpApp(resource_name: str,
opts: Optional[ResourceOptions] = None,
application: Optional[str] = None,
tenant: Optional[str] = None,
monitor: Optional[FastTcpAppMonitorArgs] = None,
existing_snat_pool: Optional[str] = None,
fallback_persistence: Optional[str] = None,
load_balancing_mode: Optional[str] = None,
existing_pool: Optional[str] = None,
persistence_profile: Optional[str] = None,
persistence_type: Optional[str] = None,
pool_members: Optional[Sequence[FastTcpAppPoolMemberArgs]] = None,
slow_ramp_time: Optional[int] = None,
snat_pool_addresses: Optional[Sequence[str]] = None,
existing_monitor: Optional[str] = None,
virtual_server: Optional[FastTcpAppVirtualServerArgs] = None)
func NewFastTcpApp(ctx *Context, name string, args FastTcpAppArgs, opts ...ResourceOption) (*FastTcpApp, error)
public FastTcpApp(string name, FastTcpAppArgs args, CustomResourceOptions? opts = null)
public FastTcpApp(String name, FastTcpAppArgs args)
public FastTcpApp(String name, FastTcpAppArgs args, CustomResourceOptions options)
type: f5bigip:FastTcpApp
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 FastTcpAppArgs
- 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 FastTcpAppArgs
- 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 FastTcpAppArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args FastTcpAppArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args FastTcpAppArgs
- 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 fastTcpAppResource = new F5BigIP.FastTcpApp("fastTcpAppResource", new()
{
Application = "string",
Tenant = "string",
Monitor = new F5BigIP.Inputs.FastTcpAppMonitorArgs
{
Interval = 0,
},
ExistingSnatPool = "string",
FallbackPersistence = "string",
LoadBalancingMode = "string",
ExistingPool = "string",
PersistenceProfile = "string",
PersistenceType = "string",
PoolMembers = new[]
{
new F5BigIP.Inputs.FastTcpAppPoolMemberArgs
{
Addresses = new[]
{
"string",
},
ConnectionLimit = 0,
Port = 0,
PriorityGroup = 0,
ShareNodes = false,
},
},
SlowRampTime = 0,
SnatPoolAddresses = new[]
{
"string",
},
ExistingMonitor = "string",
VirtualServer = new F5BigIP.Inputs.FastTcpAppVirtualServerArgs
{
Ip = "string",
Port = 0,
},
});
example, err := f5bigip.NewFastTcpApp(ctx, "fastTcpAppResource", &f5bigip.FastTcpAppArgs{
Application: pulumi.String("string"),
Tenant: pulumi.String("string"),
Monitor: &f5bigip.FastTcpAppMonitorArgs{
Interval: pulumi.Int(0),
},
ExistingSnatPool: pulumi.String("string"),
FallbackPersistence: pulumi.String("string"),
LoadBalancingMode: pulumi.String("string"),
ExistingPool: pulumi.String("string"),
PersistenceProfile: pulumi.String("string"),
PersistenceType: pulumi.String("string"),
PoolMembers: f5bigip.FastTcpAppPoolMemberArray{
&f5bigip.FastTcpAppPoolMemberArgs{
Addresses: pulumi.StringArray{
pulumi.String("string"),
},
ConnectionLimit: pulumi.Int(0),
Port: pulumi.Int(0),
PriorityGroup: pulumi.Int(0),
ShareNodes: pulumi.Bool(false),
},
},
SlowRampTime: pulumi.Int(0),
SnatPoolAddresses: pulumi.StringArray{
pulumi.String("string"),
},
ExistingMonitor: pulumi.String("string"),
VirtualServer: &f5bigip.FastTcpAppVirtualServerArgs{
Ip: pulumi.String("string"),
Port: pulumi.Int(0),
},
})
var fastTcpAppResource = new FastTcpApp("fastTcpAppResource", FastTcpAppArgs.builder()
.application("string")
.tenant("string")
.monitor(FastTcpAppMonitorArgs.builder()
.interval(0)
.build())
.existingSnatPool("string")
.fallbackPersistence("string")
.loadBalancingMode("string")
.existingPool("string")
.persistenceProfile("string")
.persistenceType("string")
.poolMembers(FastTcpAppPoolMemberArgs.builder()
.addresses("string")
.connectionLimit(0)
.port(0)
.priorityGroup(0)
.shareNodes(false)
.build())
.slowRampTime(0)
.snatPoolAddresses("string")
.existingMonitor("string")
.virtualServer(FastTcpAppVirtualServerArgs.builder()
.ip("string")
.port(0)
.build())
.build());
fast_tcp_app_resource = f5bigip.FastTcpApp("fastTcpAppResource",
application="string",
tenant="string",
monitor=f5bigip.FastTcpAppMonitorArgs(
interval=0,
),
existing_snat_pool="string",
fallback_persistence="string",
load_balancing_mode="string",
existing_pool="string",
persistence_profile="string",
persistence_type="string",
pool_members=[f5bigip.FastTcpAppPoolMemberArgs(
addresses=["string"],
connection_limit=0,
port=0,
priority_group=0,
share_nodes=False,
)],
slow_ramp_time=0,
snat_pool_addresses=["string"],
existing_monitor="string",
virtual_server=f5bigip.FastTcpAppVirtualServerArgs(
ip="string",
port=0,
))
const fastTcpAppResource = new f5bigip.FastTcpApp("fastTcpAppResource", {
application: "string",
tenant: "string",
monitor: {
interval: 0,
},
existingSnatPool: "string",
fallbackPersistence: "string",
loadBalancingMode: "string",
existingPool: "string",
persistenceProfile: "string",
persistenceType: "string",
poolMembers: [{
addresses: ["string"],
connectionLimit: 0,
port: 0,
priorityGroup: 0,
shareNodes: false,
}],
slowRampTime: 0,
snatPoolAddresses: ["string"],
existingMonitor: "string",
virtualServer: {
ip: "string",
port: 0,
},
});
type: f5bigip:FastTcpApp
properties:
application: string
existingMonitor: string
existingPool: string
existingSnatPool: string
fallbackPersistence: string
loadBalancingMode: string
monitor:
interval: 0
persistenceProfile: string
persistenceType: string
poolMembers:
- addresses:
- string
connectionLimit: 0
port: 0
priorityGroup: 0
shareNodes: false
slowRampTime: 0
snatPoolAddresses:
- string
tenant: string
virtualServer:
ip: string
port: 0
FastTcpApp 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 FastTcpApp resource accepts the following input properties:
- Application string
- Name of the FAST TCP application.
- Tenant string
- Name of the FAST TCP application tenant.
- Existing
Monitor string - Name of an existing BIG-IP HTTPS pool monitor. Monitors are used to determine the health of the application on each server.
- Existing
Pool string - Name of an existing BIG-IP pool.
- Existing
Snat stringPool - Name of an existing BIG-IP SNAT pool.
- Fallback
Persistence string - Type of fallback persistence record to be created for each new client connection.
- Load
Balancing stringMode - A
load balancing method
is an algorithm that the BIG-IP system uses to select a pool member for processing a request. F5 recommends the Least Connections load balancing method - Monitor
Pulumi.
F5Big IP. Inputs. Fast Tcp App Monitor monitor
block takes input for FAST-Generated Pool Monitor. See Pool Monitor below for more details.- Persistence
Profile string - Name of an existing BIG-IP persistence profile to be used.
- Persistence
Type string - Type of persistence profile to be created. Using this option will enable use of FAST generated persistence profiles.
- Pool
Members List<Pulumi.F5Big IP. Inputs. Fast Tcp App Pool Member> pool_members
block takes input for FAST-Generated Pool. See Pool Members below for more details.- Slow
Ramp intTime - Slow ramp temporarily throttles the number of connections to a new pool member. The recommended value is 300 seconds
- Snat
Pool List<string>Addresses - List of address to be used for FAST-Generated SNAT Pool.
- Virtual
Server Pulumi.F5Big IP. Inputs. Fast Tcp App Virtual Server virtual_server
block will provideip
andport
options to be used for virtual server. See virtual server below for more details.
- Application string
- Name of the FAST TCP application.
- Tenant string
- Name of the FAST TCP application tenant.
- Existing
Monitor string - Name of an existing BIG-IP HTTPS pool monitor. Monitors are used to determine the health of the application on each server.
- Existing
Pool string - Name of an existing BIG-IP pool.
- Existing
Snat stringPool - Name of an existing BIG-IP SNAT pool.
- Fallback
Persistence string - Type of fallback persistence record to be created for each new client connection.
- Load
Balancing stringMode - A
load balancing method
is an algorithm that the BIG-IP system uses to select a pool member for processing a request. F5 recommends the Least Connections load balancing method - Monitor
Fast
Tcp App Monitor Args monitor
block takes input for FAST-Generated Pool Monitor. See Pool Monitor below for more details.- Persistence
Profile string - Name of an existing BIG-IP persistence profile to be used.
- Persistence
Type string - Type of persistence profile to be created. Using this option will enable use of FAST generated persistence profiles.
- Pool
Members []FastTcp App Pool Member Args pool_members
block takes input for FAST-Generated Pool. See Pool Members below for more details.- Slow
Ramp intTime - Slow ramp temporarily throttles the number of connections to a new pool member. The recommended value is 300 seconds
- Snat
Pool []stringAddresses - List of address to be used for FAST-Generated SNAT Pool.
- Virtual
Server FastTcp App Virtual Server Args virtual_server
block will provideip
andport
options to be used for virtual server. See virtual server below for more details.
- application String
- Name of the FAST TCP application.
- tenant String
- Name of the FAST TCP application tenant.
- existing
Monitor String - Name of an existing BIG-IP HTTPS pool monitor. Monitors are used to determine the health of the application on each server.
- existing
Pool String - Name of an existing BIG-IP pool.
- existing
Snat StringPool - Name of an existing BIG-IP SNAT pool.
- fallback
Persistence String - Type of fallback persistence record to be created for each new client connection.
- load
Balancing StringMode - A
load balancing method
is an algorithm that the BIG-IP system uses to select a pool member for processing a request. F5 recommends the Least Connections load balancing method - monitor
Fast
Tcp App Monitor monitor
block takes input for FAST-Generated Pool Monitor. See Pool Monitor below for more details.- persistence
Profile String - Name of an existing BIG-IP persistence profile to be used.
- persistence
Type String - Type of persistence profile to be created. Using this option will enable use of FAST generated persistence profiles.
- pool
Members List<FastTcp App Pool Member> pool_members
block takes input for FAST-Generated Pool. See Pool Members below for more details.- slow
Ramp IntegerTime - Slow ramp temporarily throttles the number of connections to a new pool member. The recommended value is 300 seconds
- snat
Pool List<String>Addresses - List of address to be used for FAST-Generated SNAT Pool.
- virtual
Server FastTcp App Virtual Server virtual_server
block will provideip
andport
options to be used for virtual server. See virtual server below for more details.
- application string
- Name of the FAST TCP application.
- tenant string
- Name of the FAST TCP application tenant.
- existing
Monitor string - Name of an existing BIG-IP HTTPS pool monitor. Monitors are used to determine the health of the application on each server.
- existing
Pool string - Name of an existing BIG-IP pool.
- existing
Snat stringPool - Name of an existing BIG-IP SNAT pool.
- fallback
Persistence string - Type of fallback persistence record to be created for each new client connection.
- load
Balancing stringMode - A
load balancing method
is an algorithm that the BIG-IP system uses to select a pool member for processing a request. F5 recommends the Least Connections load balancing method - monitor
Fast
Tcp App Monitor monitor
block takes input for FAST-Generated Pool Monitor. See Pool Monitor below for more details.- persistence
Profile string - Name of an existing BIG-IP persistence profile to be used.
- persistence
Type string - Type of persistence profile to be created. Using this option will enable use of FAST generated persistence profiles.
- pool
Members FastTcp App Pool Member[] pool_members
block takes input for FAST-Generated Pool. See Pool Members below for more details.- slow
Ramp numberTime - Slow ramp temporarily throttles the number of connections to a new pool member. The recommended value is 300 seconds
- snat
Pool string[]Addresses - List of address to be used for FAST-Generated SNAT Pool.
- virtual
Server FastTcp App Virtual Server virtual_server
block will provideip
andport
options to be used for virtual server. See virtual server below for more details.
- application str
- Name of the FAST TCP application.
- tenant str
- Name of the FAST TCP application tenant.
- existing_
monitor str - Name of an existing BIG-IP HTTPS pool monitor. Monitors are used to determine the health of the application on each server.
- existing_
pool str - Name of an existing BIG-IP pool.
- existing_
snat_ strpool - Name of an existing BIG-IP SNAT pool.
- fallback_
persistence str - Type of fallback persistence record to be created for each new client connection.
- load_
balancing_ strmode - A
load balancing method
is an algorithm that the BIG-IP system uses to select a pool member for processing a request. F5 recommends the Least Connections load balancing method - monitor
Fast
Tcp App Monitor Args monitor
block takes input for FAST-Generated Pool Monitor. See Pool Monitor below for more details.- persistence_
profile str - Name of an existing BIG-IP persistence profile to be used.
- persistence_
type str - Type of persistence profile to be created. Using this option will enable use of FAST generated persistence profiles.
- pool_
members Sequence[FastTcp App Pool Member Args] pool_members
block takes input for FAST-Generated Pool. See Pool Members below for more details.- slow_
ramp_ inttime - Slow ramp temporarily throttles the number of connections to a new pool member. The recommended value is 300 seconds
- snat_
pool_ Sequence[str]addresses - List of address to be used for FAST-Generated SNAT Pool.
- virtual_
server FastTcp App Virtual Server Args virtual_server
block will provideip
andport
options to be used for virtual server. See virtual server below for more details.
- application String
- Name of the FAST TCP application.
- tenant String
- Name of the FAST TCP application tenant.
- existing
Monitor String - Name of an existing BIG-IP HTTPS pool monitor. Monitors are used to determine the health of the application on each server.
- existing
Pool String - Name of an existing BIG-IP pool.
- existing
Snat StringPool - Name of an existing BIG-IP SNAT pool.
- fallback
Persistence String - Type of fallback persistence record to be created for each new client connection.
- load
Balancing StringMode - A
load balancing method
is an algorithm that the BIG-IP system uses to select a pool member for processing a request. F5 recommends the Least Connections load balancing method - monitor Property Map
monitor
block takes input for FAST-Generated Pool Monitor. See Pool Monitor below for more details.- persistence
Profile String - Name of an existing BIG-IP persistence profile to be used.
- persistence
Type String - Type of persistence profile to be created. Using this option will enable use of FAST generated persistence profiles.
- pool
Members List<Property Map> pool_members
block takes input for FAST-Generated Pool. See Pool Members below for more details.- slow
Ramp NumberTime - Slow ramp temporarily throttles the number of connections to a new pool member. The recommended value is 300 seconds
- snat
Pool List<String>Addresses - List of address to be used for FAST-Generated SNAT Pool.
- virtual
Server Property Map virtual_server
block will provideip
andport
options to be used for virtual server. See virtual server below for more details.
Outputs
All input properties are implicitly available as output properties. Additionally, the FastTcpApp resource produces the following output properties:
- Fast
Tcp stringJson - Json payload for FAST TCP application.
- Id string
- The provider-assigned unique ID for this managed resource.
- Fast
Tcp stringJson - Json payload for FAST TCP application.
- Id string
- The provider-assigned unique ID for this managed resource.
- fast
Tcp StringJson - Json payload for FAST TCP application.
- id String
- The provider-assigned unique ID for this managed resource.
- fast
Tcp stringJson - Json payload for FAST TCP application.
- id string
- The provider-assigned unique ID for this managed resource.
- fast_
tcp_ strjson - Json payload for FAST TCP application.
- id str
- The provider-assigned unique ID for this managed resource.
- fast
Tcp StringJson - Json payload for FAST TCP application.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing FastTcpApp Resource
Get an existing FastTcpApp 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?: FastTcpAppState, opts?: CustomResourceOptions): FastTcpApp
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
application: Optional[str] = None,
existing_monitor: Optional[str] = None,
existing_pool: Optional[str] = None,
existing_snat_pool: Optional[str] = None,
fallback_persistence: Optional[str] = None,
fast_tcp_json: Optional[str] = None,
load_balancing_mode: Optional[str] = None,
monitor: Optional[FastTcpAppMonitorArgs] = None,
persistence_profile: Optional[str] = None,
persistence_type: Optional[str] = None,
pool_members: Optional[Sequence[FastTcpAppPoolMemberArgs]] = None,
slow_ramp_time: Optional[int] = None,
snat_pool_addresses: Optional[Sequence[str]] = None,
tenant: Optional[str] = None,
virtual_server: Optional[FastTcpAppVirtualServerArgs] = None) -> FastTcpApp
func GetFastTcpApp(ctx *Context, name string, id IDInput, state *FastTcpAppState, opts ...ResourceOption) (*FastTcpApp, error)
public static FastTcpApp Get(string name, Input<string> id, FastTcpAppState? state, CustomResourceOptions? opts = null)
public static FastTcpApp get(String name, Output<String> id, FastTcpAppState 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.
- Application string
- Name of the FAST TCP application.
- Existing
Monitor string - Name of an existing BIG-IP HTTPS pool monitor. Monitors are used to determine the health of the application on each server.
- Existing
Pool string - Name of an existing BIG-IP pool.
- Existing
Snat stringPool - Name of an existing BIG-IP SNAT pool.
- Fallback
Persistence string - Type of fallback persistence record to be created for each new client connection.
- Fast
Tcp stringJson - Json payload for FAST TCP application.
- Load
Balancing stringMode - A
load balancing method
is an algorithm that the BIG-IP system uses to select a pool member for processing a request. F5 recommends the Least Connections load balancing method - Monitor
Pulumi.
F5Big IP. Inputs. Fast Tcp App Monitor monitor
block takes input for FAST-Generated Pool Monitor. See Pool Monitor below for more details.- Persistence
Profile string - Name of an existing BIG-IP persistence profile to be used.
- Persistence
Type string - Type of persistence profile to be created. Using this option will enable use of FAST generated persistence profiles.
- Pool
Members List<Pulumi.F5Big IP. Inputs. Fast Tcp App Pool Member> pool_members
block takes input for FAST-Generated Pool. See Pool Members below for more details.- Slow
Ramp intTime - Slow ramp temporarily throttles the number of connections to a new pool member. The recommended value is 300 seconds
- Snat
Pool List<string>Addresses - List of address to be used for FAST-Generated SNAT Pool.
- Tenant string
- Name of the FAST TCP application tenant.
- Virtual
Server Pulumi.F5Big IP. Inputs. Fast Tcp App Virtual Server virtual_server
block will provideip
andport
options to be used for virtual server. See virtual server below for more details.
- Application string
- Name of the FAST TCP application.
- Existing
Monitor string - Name of an existing BIG-IP HTTPS pool monitor. Monitors are used to determine the health of the application on each server.
- Existing
Pool string - Name of an existing BIG-IP pool.
- Existing
Snat stringPool - Name of an existing BIG-IP SNAT pool.
- Fallback
Persistence string - Type of fallback persistence record to be created for each new client connection.
- Fast
Tcp stringJson - Json payload for FAST TCP application.
- Load
Balancing stringMode - A
load balancing method
is an algorithm that the BIG-IP system uses to select a pool member for processing a request. F5 recommends the Least Connections load balancing method - Monitor
Fast
Tcp App Monitor Args monitor
block takes input for FAST-Generated Pool Monitor. See Pool Monitor below for more details.- Persistence
Profile string - Name of an existing BIG-IP persistence profile to be used.
- Persistence
Type string - Type of persistence profile to be created. Using this option will enable use of FAST generated persistence profiles.
- Pool
Members []FastTcp App Pool Member Args pool_members
block takes input for FAST-Generated Pool. See Pool Members below for more details.- Slow
Ramp intTime - Slow ramp temporarily throttles the number of connections to a new pool member. The recommended value is 300 seconds
- Snat
Pool []stringAddresses - List of address to be used for FAST-Generated SNAT Pool.
- Tenant string
- Name of the FAST TCP application tenant.
- Virtual
Server FastTcp App Virtual Server Args virtual_server
block will provideip
andport
options to be used for virtual server. See virtual server below for more details.
- application String
- Name of the FAST TCP application.
- existing
Monitor String - Name of an existing BIG-IP HTTPS pool monitor. Monitors are used to determine the health of the application on each server.
- existing
Pool String - Name of an existing BIG-IP pool.
- existing
Snat StringPool - Name of an existing BIG-IP SNAT pool.
- fallback
Persistence String - Type of fallback persistence record to be created for each new client connection.
- fast
Tcp StringJson - Json payload for FAST TCP application.
- load
Balancing StringMode - A
load balancing method
is an algorithm that the BIG-IP system uses to select a pool member for processing a request. F5 recommends the Least Connections load balancing method - monitor
Fast
Tcp App Monitor monitor
block takes input for FAST-Generated Pool Monitor. See Pool Monitor below for more details.- persistence
Profile String - Name of an existing BIG-IP persistence profile to be used.
- persistence
Type String - Type of persistence profile to be created. Using this option will enable use of FAST generated persistence profiles.
- pool
Members List<FastTcp App Pool Member> pool_members
block takes input for FAST-Generated Pool. See Pool Members below for more details.- slow
Ramp IntegerTime - Slow ramp temporarily throttles the number of connections to a new pool member. The recommended value is 300 seconds
- snat
Pool List<String>Addresses - List of address to be used for FAST-Generated SNAT Pool.
- tenant String
- Name of the FAST TCP application tenant.
- virtual
Server FastTcp App Virtual Server virtual_server
block will provideip
andport
options to be used for virtual server. See virtual server below for more details.
- application string
- Name of the FAST TCP application.
- existing
Monitor string - Name of an existing BIG-IP HTTPS pool monitor. Monitors are used to determine the health of the application on each server.
- existing
Pool string - Name of an existing BIG-IP pool.
- existing
Snat stringPool - Name of an existing BIG-IP SNAT pool.
- fallback
Persistence string - Type of fallback persistence record to be created for each new client connection.
- fast
Tcp stringJson - Json payload for FAST TCP application.
- load
Balancing stringMode - A
load balancing method
is an algorithm that the BIG-IP system uses to select a pool member for processing a request. F5 recommends the Least Connections load balancing method - monitor
Fast
Tcp App Monitor monitor
block takes input for FAST-Generated Pool Monitor. See Pool Monitor below for more details.- persistence
Profile string - Name of an existing BIG-IP persistence profile to be used.
- persistence
Type string - Type of persistence profile to be created. Using this option will enable use of FAST generated persistence profiles.
- pool
Members FastTcp App Pool Member[] pool_members
block takes input for FAST-Generated Pool. See Pool Members below for more details.- slow
Ramp numberTime - Slow ramp temporarily throttles the number of connections to a new pool member. The recommended value is 300 seconds
- snat
Pool string[]Addresses - List of address to be used for FAST-Generated SNAT Pool.
- tenant string
- Name of the FAST TCP application tenant.
- virtual
Server FastTcp App Virtual Server virtual_server
block will provideip
andport
options to be used for virtual server. See virtual server below for more details.
- application str
- Name of the FAST TCP application.
- existing_
monitor str - Name of an existing BIG-IP HTTPS pool monitor. Monitors are used to determine the health of the application on each server.
- existing_
pool str - Name of an existing BIG-IP pool.
- existing_
snat_ strpool - Name of an existing BIG-IP SNAT pool.
- fallback_
persistence str - Type of fallback persistence record to be created for each new client connection.
- fast_
tcp_ strjson - Json payload for FAST TCP application.
- load_
balancing_ strmode - A
load balancing method
is an algorithm that the BIG-IP system uses to select a pool member for processing a request. F5 recommends the Least Connections load balancing method - monitor
Fast
Tcp App Monitor Args monitor
block takes input for FAST-Generated Pool Monitor. See Pool Monitor below for more details.- persistence_
profile str - Name of an existing BIG-IP persistence profile to be used.
- persistence_
type str - Type of persistence profile to be created. Using this option will enable use of FAST generated persistence profiles.
- pool_
members Sequence[FastTcp App Pool Member Args] pool_members
block takes input for FAST-Generated Pool. See Pool Members below for more details.- slow_
ramp_ inttime - Slow ramp temporarily throttles the number of connections to a new pool member. The recommended value is 300 seconds
- snat_
pool_ Sequence[str]addresses - List of address to be used for FAST-Generated SNAT Pool.
- tenant str
- Name of the FAST TCP application tenant.
- virtual_
server FastTcp App Virtual Server Args virtual_server
block will provideip
andport
options to be used for virtual server. See virtual server below for more details.
- application String
- Name of the FAST TCP application.
- existing
Monitor String - Name of an existing BIG-IP HTTPS pool monitor. Monitors are used to determine the health of the application on each server.
- existing
Pool String - Name of an existing BIG-IP pool.
- existing
Snat StringPool - Name of an existing BIG-IP SNAT pool.
- fallback
Persistence String - Type of fallback persistence record to be created for each new client connection.
- fast
Tcp StringJson - Json payload for FAST TCP application.
- load
Balancing StringMode - A
load balancing method
is an algorithm that the BIG-IP system uses to select a pool member for processing a request. F5 recommends the Least Connections load balancing method - monitor Property Map
monitor
block takes input for FAST-Generated Pool Monitor. See Pool Monitor below for more details.- persistence
Profile String - Name of an existing BIG-IP persistence profile to be used.
- persistence
Type String - Type of persistence profile to be created. Using this option will enable use of FAST generated persistence profiles.
- pool
Members List<Property Map> pool_members
block takes input for FAST-Generated Pool. See Pool Members below for more details.- slow
Ramp NumberTime - Slow ramp temporarily throttles the number of connections to a new pool member. The recommended value is 300 seconds
- snat
Pool List<String>Addresses - List of address to be used for FAST-Generated SNAT Pool.
- tenant String
- Name of the FAST TCP application tenant.
- virtual
Server Property Map virtual_server
block will provideip
andport
options to be used for virtual server. See virtual server below for more details.
Supporting Types
FastTcpAppMonitor, FastTcpAppMonitorArgs
- Interval int
- Set the time between health checks,in seconds for FAST-Generated Pool Monitor.
- Interval int
- Set the time between health checks,in seconds for FAST-Generated Pool Monitor.
- interval Integer
- Set the time between health checks,in seconds for FAST-Generated Pool Monitor.
- interval number
- Set the time between health checks,in seconds for FAST-Generated Pool Monitor.
- interval int
- Set the time between health checks,in seconds for FAST-Generated Pool Monitor.
- interval Number
- Set the time between health checks,in seconds for FAST-Generated Pool Monitor.
FastTcpAppPoolMember, FastTcpAppPoolMemberArgs
- Addresses List<string>
- List of server address to be used for FAST-Generated Pool.
- Connection
Limit int - connectionLimit value to be used for FAST-Generated Pool.
- Port int
- port number of serviceport to be used for FAST-Generated Pool.
- Priority
Group int - priorityGroup value to be used for FAST-Generated Pool.
- bool
- shareNodes value to be used for FAST-Generated Pool.
- Addresses []string
- List of server address to be used for FAST-Generated Pool.
- Connection
Limit int - connectionLimit value to be used for FAST-Generated Pool.
- Port int
- port number of serviceport to be used for FAST-Generated Pool.
- Priority
Group int - priorityGroup value to be used for FAST-Generated Pool.
- bool
- shareNodes value to be used for FAST-Generated Pool.
- addresses List<String>
- List of server address to be used for FAST-Generated Pool.
- connection
Limit Integer - connectionLimit value to be used for FAST-Generated Pool.
- port Integer
- port number of serviceport to be used for FAST-Generated Pool.
- priority
Group Integer - priorityGroup value to be used for FAST-Generated Pool.
- Boolean
- shareNodes value to be used for FAST-Generated Pool.
- addresses string[]
- List of server address to be used for FAST-Generated Pool.
- connection
Limit number - connectionLimit value to be used for FAST-Generated Pool.
- port number
- port number of serviceport to be used for FAST-Generated Pool.
- priority
Group number - priorityGroup value to be used for FAST-Generated Pool.
- boolean
- shareNodes value to be used for FAST-Generated Pool.
- addresses Sequence[str]
- List of server address to be used for FAST-Generated Pool.
- connection_
limit int - connectionLimit value to be used for FAST-Generated Pool.
- port int
- port number of serviceport to be used for FAST-Generated Pool.
- priority_
group int - priorityGroup value to be used for FAST-Generated Pool.
- bool
- shareNodes value to be used for FAST-Generated Pool.
- addresses List<String>
- List of server address to be used for FAST-Generated Pool.
- connection
Limit Number - connectionLimit value to be used for FAST-Generated Pool.
- port Number
- port number of serviceport to be used for FAST-Generated Pool.
- priority
Group Number - priorityGroup value to be used for FAST-Generated Pool.
- Boolean
- shareNodes value to be used for FAST-Generated Pool.
FastTcpAppVirtualServer, FastTcpAppVirtualServerArgs
Package Details
- Repository
- f5 BIG-IP pulumi/pulumi-f5bigip
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
bigip
Terraform Provider.