f5bigip logo
f5 BIG-IP v3.11.0, Mar 21 23

f5bigip.FastHttpsApp

Explore with Pulumi AI

f5bigip.FastHttpsApp This resource will create and manage FAST HTTPS applications on BIG-IP

FAST documentation

Example Usage

using System.Collections.Generic;
using Pulumi;
using F5BigIP = Pulumi.F5BigIP;

return await Deployment.RunAsync(() => 
{
    var fastHttpsApp = new F5BigIP.FastHttpsApp("fastHttpsApp", new()
    {
        Application = "fasthttpsapp",
        Tenant = "fasthttpstenant",
        VirtualServer = new F5BigIP.Inputs.FastHttpsAppVirtualServerArgs
        {
            Ip = "10.30.40.44",
            Port = 443,
        },
    });

});
package main

import (
	"github.com/pulumi/pulumi-f5bigip/sdk/v3/go/f5bigip"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := f5bigip.NewFastHttpsApp(ctx, "fastHttpsApp", &f5bigip.FastHttpsAppArgs{
			Application: pulumi.String("fasthttpsapp"),
			Tenant:      pulumi.String("fasthttpstenant"),
			VirtualServer: &f5bigip.FastHttpsAppVirtualServerArgs{
				Ip:   pulumi.String("10.30.40.44"),
				Port: pulumi.Int(443),
			},
		})
		if err != nil {
			return err
		}
		return nil
	})
}
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.f5bigip.FastHttpsApp;
import com.pulumi.f5bigip.FastHttpsAppArgs;
import com.pulumi.f5bigip.inputs.FastHttpsAppVirtualServerArgs;
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 fastHttpsApp = new FastHttpsApp("fastHttpsApp", FastHttpsAppArgs.builder()        
            .application("fasthttpsapp")
            .tenant("fasthttpstenant")
            .virtualServer(FastHttpsAppVirtualServerArgs.builder()
                .ip("10.30.40.44")
                .port(443)
                .build())
            .build());

    }
}
import pulumi
import pulumi_f5bigip as f5bigip

fast_https_app = f5bigip.FastHttpsApp("fastHttpsApp",
    application="fasthttpsapp",
    tenant="fasthttpstenant",
    virtual_server=f5bigip.FastHttpsAppVirtualServerArgs(
        ip="10.30.40.44",
        port=443,
    ))
import * as pulumi from "@pulumi/pulumi";
import * as f5bigip from "@pulumi/f5bigip";

const fastHttpsApp = new f5bigip.FastHttpsApp("fastHttpsApp", {
    application: "fasthttpsapp",
    tenant: "fasthttpstenant",
    virtualServer: {
        ip: "10.30.40.44",
        port: 443,
    },
});
resources:
  fastHttpsApp:
    type: f5bigip:FastHttpsApp
    properties:
      application: fasthttpsapp
      tenant: fasthttpstenant
      virtualServer:
        ip: 10.30.40.44
        port: 443

Create FastHttpsApp Resource

new FastHttpsApp(name: string, args: FastHttpsAppArgs, opts?: CustomResourceOptions);
@overload
def FastHttpsApp(resource_name: str,
                 opts: Optional[ResourceOptions] = None,
                 application: Optional[str] = None,
                 endpoint_ltm_policies: Optional[Sequence[str]] = None,
                 existing_monitor: Optional[str] = None,
                 existing_pool: Optional[str] = None,
                 existing_snat_pool: Optional[str] = None,
                 existing_tls_client_profile: Optional[str] = None,
                 existing_tls_server_profile: Optional[str] = None,
                 existing_waf_security_policy: Optional[str] = None,
                 load_balancing_mode: Optional[str] = None,
                 monitor: Optional[FastHttpsAppMonitorArgs] = None,
                 pool_members: Optional[Sequence[FastHttpsAppPoolMemberArgs]] = None,
                 security_log_profiles: Optional[Sequence[str]] = None,
                 service_discoveries: Optional[Sequence[FastHttpsAppServiceDiscoveryArgs]] = None,
                 slow_ramp_time: Optional[int] = None,
                 snat_pool_addresses: Optional[Sequence[str]] = None,
                 tenant: Optional[str] = None,
                 tls_client_profile: Optional[FastHttpsAppTlsClientProfileArgs] = None,
                 tls_server_profile: Optional[FastHttpsAppTlsServerProfileArgs] = None,
                 virtual_server: Optional[FastHttpsAppVirtualServerArgs] = None,
                 waf_security_policy: Optional[FastHttpsAppWafSecurityPolicyArgs] = None)
@overload
def FastHttpsApp(resource_name: str,
                 args: FastHttpsAppArgs,
                 opts: Optional[ResourceOptions] = None)
func NewFastHttpsApp(ctx *Context, name string, args FastHttpsAppArgs, opts ...ResourceOption) (*FastHttpsApp, error)
public FastHttpsApp(string name, FastHttpsAppArgs args, CustomResourceOptions? opts = null)
public FastHttpsApp(String name, FastHttpsAppArgs args)
public FastHttpsApp(String name, FastHttpsAppArgs args, CustomResourceOptions options)
type: f5bigip:FastHttpsApp
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

name string
The unique name of the resource.
args FastHttpsAppArgs
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 FastHttpsAppArgs
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 FastHttpsAppArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args FastHttpsAppArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name String
The unique name of the resource.
args FastHttpsAppArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

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

Application string

Name of the FAST HTTPS application.

Tenant string

Name of the FAST HTTPS application tenant.

EndpointLtmPolicies List<string>

List of LTM Policies to be applied FAST HTTPS Application.

ExistingMonitor string

Name of an existing BIG-IP HTTPS pool monitor. Monitors are used to determine the health of the application on each server.

ExistingPool string

Name of an existing BIG-IP pool.

ExistingSnatPool string

Name of an existing BIG-IP SNAT pool.

ExistingTlsClientProfile string

Name of an existing TLS client profile.

ExistingTlsServerProfile string

Name of an existing TLS server profile.

ExistingWafSecurityPolicy string

Name of an existing WAF Security policy.

LoadBalancingMode string

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.F5BigIP.Inputs.FastHttpsAppMonitorArgs

monitor block takes input for FAST-Generated Pool Monitor. See Pool Monitor below for more details.

PoolMembers List<Pulumi.F5BigIP.Inputs.FastHttpsAppPoolMemberArgs>

pool_members block takes input for FAST-Generated Pool. See Pool Members below for more details.

SecurityLogProfiles List<string>

List of security log profiles to be used for FAST application

ServiceDiscoveries List<Pulumi.F5BigIP.Inputs.FastHttpsAppServiceDiscoveryArgs>

service_discovery block to Automatically Discover Pool Members with Service Discovery. See Service Discovery below for more details.

SlowRampTime int

Slow ramp temporarily throttles the number of connections to a new pool member. The recommended value is 300 seconds

SnatPoolAddresses List<string>

List of address to be used for FAST-Generated SNAT Pool.

TlsClientProfile Pulumi.F5BigIP.Inputs.FastHttpsAppTlsClientProfileArgs

tls_client_profile block takes input for FAST-Generated TLS client Profile. See TLS Client Profile below for more details.

TlsServerProfile Pulumi.F5BigIP.Inputs.FastHttpsAppTlsServerProfileArgs

tls_server_profile block takes input for FAST-Generated TLS Server Profile. See TLS Server Profile below for more details.

VirtualServer Pulumi.F5BigIP.Inputs.FastHttpsAppVirtualServerArgs

virtual_server block will provide ip and port options to be used for virtual server. See virtual server below for more details.

WafSecurityPolicy Pulumi.F5BigIP.Inputs.FastHttpsAppWafSecurityPolicyArgs

waf_security_policy block takes input for FAST-Generated WAF Security Policy. See WAF Security Policy below for more details.

Application string

Name of the FAST HTTPS application.

Tenant string

Name of the FAST HTTPS application tenant.

EndpointLtmPolicies []string

List of LTM Policies to be applied FAST HTTPS Application.

ExistingMonitor string

Name of an existing BIG-IP HTTPS pool monitor. Monitors are used to determine the health of the application on each server.

ExistingPool string

Name of an existing BIG-IP pool.

ExistingSnatPool string

Name of an existing BIG-IP SNAT pool.

ExistingTlsClientProfile string

Name of an existing TLS client profile.

ExistingTlsServerProfile string

Name of an existing TLS server profile.

ExistingWafSecurityPolicy string

Name of an existing WAF Security policy.

LoadBalancingMode string

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 FastHttpsAppMonitorArgs

monitor block takes input for FAST-Generated Pool Monitor. See Pool Monitor below for more details.

PoolMembers []FastHttpsAppPoolMemberArgs

pool_members block takes input for FAST-Generated Pool. See Pool Members below for more details.

SecurityLogProfiles []string

List of security log profiles to be used for FAST application

ServiceDiscoveries []FastHttpsAppServiceDiscoveryArgs

service_discovery block to Automatically Discover Pool Members with Service Discovery. See Service Discovery below for more details.

SlowRampTime int

Slow ramp temporarily throttles the number of connections to a new pool member. The recommended value is 300 seconds

SnatPoolAddresses []string

List of address to be used for FAST-Generated SNAT Pool.

TlsClientProfile FastHttpsAppTlsClientProfileArgs

tls_client_profile block takes input for FAST-Generated TLS client Profile. See TLS Client Profile below for more details.

TlsServerProfile FastHttpsAppTlsServerProfileArgs

tls_server_profile block takes input for FAST-Generated TLS Server Profile. See TLS Server Profile below for more details.

VirtualServer FastHttpsAppVirtualServerArgs

virtual_server block will provide ip and port options to be used for virtual server. See virtual server below for more details.

WafSecurityPolicy FastHttpsAppWafSecurityPolicyArgs

waf_security_policy block takes input for FAST-Generated WAF Security Policy. See WAF Security Policy below for more details.

application String

Name of the FAST HTTPS application.

tenant String

Name of the FAST HTTPS application tenant.

endpointLtmPolicies List<String>

List of LTM Policies to be applied FAST HTTPS Application.

existingMonitor String

Name of an existing BIG-IP HTTPS pool monitor. Monitors are used to determine the health of the application on each server.

existingPool String

Name of an existing BIG-IP pool.

existingSnatPool String

Name of an existing BIG-IP SNAT pool.

existingTlsClientProfile String

Name of an existing TLS client profile.

existingTlsServerProfile String

Name of an existing TLS server profile.

existingWafSecurityPolicy String

Name of an existing WAF Security policy.

loadBalancingMode String

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 FastHttpsAppMonitorArgs

monitor block takes input for FAST-Generated Pool Monitor. See Pool Monitor below for more details.

poolMembers List<FastHttpsAppPoolMemberArgs>

pool_members block takes input for FAST-Generated Pool. See Pool Members below for more details.

securityLogProfiles List<String>

List of security log profiles to be used for FAST application

serviceDiscoveries List<FastHttpsAppServiceDiscoveryArgs>

service_discovery block to Automatically Discover Pool Members with Service Discovery. See Service Discovery below for more details.

slowRampTime Integer

Slow ramp temporarily throttles the number of connections to a new pool member. The recommended value is 300 seconds

snatPoolAddresses List<String>

List of address to be used for FAST-Generated SNAT Pool.

tlsClientProfile FastHttpsAppTlsClientProfileArgs

tls_client_profile block takes input for FAST-Generated TLS client Profile. See TLS Client Profile below for more details.

tlsServerProfile FastHttpsAppTlsServerProfileArgs

tls_server_profile block takes input for FAST-Generated TLS Server Profile. See TLS Server Profile below for more details.

virtualServer FastHttpsAppVirtualServerArgs

virtual_server block will provide ip and port options to be used for virtual server. See virtual server below for more details.

wafSecurityPolicy FastHttpsAppWafSecurityPolicyArgs

waf_security_policy block takes input for FAST-Generated WAF Security Policy. See WAF Security Policy below for more details.

application string

Name of the FAST HTTPS application.

tenant string

Name of the FAST HTTPS application tenant.

endpointLtmPolicies string[]

List of LTM Policies to be applied FAST HTTPS Application.

existingMonitor string

Name of an existing BIG-IP HTTPS pool monitor. Monitors are used to determine the health of the application on each server.

existingPool string

Name of an existing BIG-IP pool.

existingSnatPool string

Name of an existing BIG-IP SNAT pool.

existingTlsClientProfile string

Name of an existing TLS client profile.

existingTlsServerProfile string

Name of an existing TLS server profile.

existingWafSecurityPolicy string

Name of an existing WAF Security policy.

loadBalancingMode string

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 FastHttpsAppMonitorArgs

monitor block takes input for FAST-Generated Pool Monitor. See Pool Monitor below for more details.

poolMembers FastHttpsAppPoolMemberArgs[]

pool_members block takes input for FAST-Generated Pool. See Pool Members below for more details.

securityLogProfiles string[]

List of security log profiles to be used for FAST application

serviceDiscoveries FastHttpsAppServiceDiscoveryArgs[]

service_discovery block to Automatically Discover Pool Members with Service Discovery. See Service Discovery below for more details.

slowRampTime number

Slow ramp temporarily throttles the number of connections to a new pool member. The recommended value is 300 seconds

snatPoolAddresses string[]

List of address to be used for FAST-Generated SNAT Pool.

tlsClientProfile FastHttpsAppTlsClientProfileArgs

tls_client_profile block takes input for FAST-Generated TLS client Profile. See TLS Client Profile below for more details.

tlsServerProfile FastHttpsAppTlsServerProfileArgs

tls_server_profile block takes input for FAST-Generated TLS Server Profile. See TLS Server Profile below for more details.

virtualServer FastHttpsAppVirtualServerArgs

virtual_server block will provide ip and port options to be used for virtual server. See virtual server below for more details.

wafSecurityPolicy FastHttpsAppWafSecurityPolicyArgs

waf_security_policy block takes input for FAST-Generated WAF Security Policy. See WAF Security Policy below for more details.

application str

Name of the FAST HTTPS application.

tenant str

Name of the FAST HTTPS application tenant.

endpoint_ltm_policies Sequence[str]

List of LTM Policies to be applied FAST HTTPS 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_pool str

Name of an existing BIG-IP SNAT pool.

existing_tls_client_profile str

Name of an existing TLS client profile.

existing_tls_server_profile str

Name of an existing TLS server profile.

existing_waf_security_policy str

Name of an existing WAF Security policy.

load_balancing_mode str

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 FastHttpsAppMonitorArgs

monitor block takes input for FAST-Generated Pool Monitor. See Pool Monitor below for more details.

pool_members Sequence[FastHttpsAppPoolMemberArgs]

pool_members block takes input for FAST-Generated Pool. See Pool Members below for more details.

security_log_profiles Sequence[str]

List of security log profiles to be used for FAST application

service_discoveries Sequence[FastHttpsAppServiceDiscoveryArgs]

service_discovery block to Automatically Discover Pool Members with Service Discovery. See Service Discovery below for more details.

slow_ramp_time int

Slow ramp temporarily throttles the number of connections to a new pool member. The recommended value is 300 seconds

snat_pool_addresses Sequence[str]

List of address to be used for FAST-Generated SNAT Pool.

tls_client_profile FastHttpsAppTlsClientProfileArgs

tls_client_profile block takes input for FAST-Generated TLS client Profile. See TLS Client Profile below for more details.

tls_server_profile FastHttpsAppTlsServerProfileArgs

tls_server_profile block takes input for FAST-Generated TLS Server Profile. See TLS Server Profile below for more details.

virtual_server FastHttpsAppVirtualServerArgs

virtual_server block will provide ip and port options to be used for virtual server. See virtual server below for more details.

waf_security_policy FastHttpsAppWafSecurityPolicyArgs

waf_security_policy block takes input for FAST-Generated WAF Security Policy. See WAF Security Policy below for more details.

application String

Name of the FAST HTTPS application.

tenant String

Name of the FAST HTTPS application tenant.

endpointLtmPolicies List<String>

List of LTM Policies to be applied FAST HTTPS Application.

existingMonitor String

Name of an existing BIG-IP HTTPS pool monitor. Monitors are used to determine the health of the application on each server.

existingPool String

Name of an existing BIG-IP pool.

existingSnatPool String

Name of an existing BIG-IP SNAT pool.

existingTlsClientProfile String

Name of an existing TLS client profile.

existingTlsServerProfile String

Name of an existing TLS server profile.

existingWafSecurityPolicy String

Name of an existing WAF Security policy.

loadBalancingMode String

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.

poolMembers List<Property Map>

pool_members block takes input for FAST-Generated Pool. See Pool Members below for more details.

securityLogProfiles List<String>

List of security log profiles to be used for FAST application

serviceDiscoveries List<Property Map>

service_discovery block to Automatically Discover Pool Members with Service Discovery. See Service Discovery below for more details.

slowRampTime Number

Slow ramp temporarily throttles the number of connections to a new pool member. The recommended value is 300 seconds

snatPoolAddresses List<String>

List of address to be used for FAST-Generated SNAT Pool.

tlsClientProfile Property Map

tls_client_profile block takes input for FAST-Generated TLS client Profile. See TLS Client Profile below for more details.

tlsServerProfile Property Map

tls_server_profile block takes input for FAST-Generated TLS Server Profile. See TLS Server Profile below for more details.

virtualServer Property Map

virtual_server block will provide ip and port options to be used for virtual server. See virtual server below for more details.

wafSecurityPolicy Property Map

waf_security_policy block takes input for FAST-Generated WAF Security Policy. See WAF Security Policy below for more details.

Outputs

All input properties are implicitly available as output properties. Additionally, the FastHttpsApp resource produces the following output properties:

FastHttpsJson string

Json payload for FAST HTTPS application.

Id string

The provider-assigned unique ID for this managed resource.

FastHttpsJson string

Json payload for FAST HTTPS application.

Id string

The provider-assigned unique ID for this managed resource.

fastHttpsJson String

Json payload for FAST HTTPS application.

id String

The provider-assigned unique ID for this managed resource.

fastHttpsJson string

Json payload for FAST HTTPS application.

id string

The provider-assigned unique ID for this managed resource.

fast_https_json str

Json payload for FAST HTTPS application.

id str

The provider-assigned unique ID for this managed resource.

fastHttpsJson String

Json payload for FAST HTTPS application.

id String

The provider-assigned unique ID for this managed resource.

Look up Existing FastHttpsApp Resource

Get an existing FastHttpsApp 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?: FastHttpsAppState, opts?: CustomResourceOptions): FastHttpsApp
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        application: Optional[str] = None,
        endpoint_ltm_policies: Optional[Sequence[str]] = None,
        existing_monitor: Optional[str] = None,
        existing_pool: Optional[str] = None,
        existing_snat_pool: Optional[str] = None,
        existing_tls_client_profile: Optional[str] = None,
        existing_tls_server_profile: Optional[str] = None,
        existing_waf_security_policy: Optional[str] = None,
        fast_https_json: Optional[str] = None,
        load_balancing_mode: Optional[str] = None,
        monitor: Optional[FastHttpsAppMonitorArgs] = None,
        pool_members: Optional[Sequence[FastHttpsAppPoolMemberArgs]] = None,
        security_log_profiles: Optional[Sequence[str]] = None,
        service_discoveries: Optional[Sequence[FastHttpsAppServiceDiscoveryArgs]] = None,
        slow_ramp_time: Optional[int] = None,
        snat_pool_addresses: Optional[Sequence[str]] = None,
        tenant: Optional[str] = None,
        tls_client_profile: Optional[FastHttpsAppTlsClientProfileArgs] = None,
        tls_server_profile: Optional[FastHttpsAppTlsServerProfileArgs] = None,
        virtual_server: Optional[FastHttpsAppVirtualServerArgs] = None,
        waf_security_policy: Optional[FastHttpsAppWafSecurityPolicyArgs] = None) -> FastHttpsApp
func GetFastHttpsApp(ctx *Context, name string, id IDInput, state *FastHttpsAppState, opts ...ResourceOption) (*FastHttpsApp, error)
public static FastHttpsApp Get(string name, Input<string> id, FastHttpsAppState? state, CustomResourceOptions? opts = null)
public static FastHttpsApp get(String name, Output<String> id, FastHttpsAppState 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.
The following state arguments are supported:
Application string

Name of the FAST HTTPS application.

EndpointLtmPolicies List<string>

List of LTM Policies to be applied FAST HTTPS Application.

ExistingMonitor string

Name of an existing BIG-IP HTTPS pool monitor. Monitors are used to determine the health of the application on each server.

ExistingPool string

Name of an existing BIG-IP pool.

ExistingSnatPool string

Name of an existing BIG-IP SNAT pool.

ExistingTlsClientProfile string

Name of an existing TLS client profile.

ExistingTlsServerProfile string

Name of an existing TLS server profile.

ExistingWafSecurityPolicy string

Name of an existing WAF Security policy.

FastHttpsJson string

Json payload for FAST HTTPS application.

LoadBalancingMode string

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.F5BigIP.Inputs.FastHttpsAppMonitorArgs

monitor block takes input for FAST-Generated Pool Monitor. See Pool Monitor below for more details.

PoolMembers List<Pulumi.F5BigIP.Inputs.FastHttpsAppPoolMemberArgs>

pool_members block takes input for FAST-Generated Pool. See Pool Members below for more details.

SecurityLogProfiles List<string>

List of security log profiles to be used for FAST application

ServiceDiscoveries List<Pulumi.F5BigIP.Inputs.FastHttpsAppServiceDiscoveryArgs>

service_discovery block to Automatically Discover Pool Members with Service Discovery. See Service Discovery below for more details.

SlowRampTime int

Slow ramp temporarily throttles the number of connections to a new pool member. The recommended value is 300 seconds

SnatPoolAddresses List<string>

List of address to be used for FAST-Generated SNAT Pool.

Tenant string

Name of the FAST HTTPS application tenant.

TlsClientProfile Pulumi.F5BigIP.Inputs.FastHttpsAppTlsClientProfileArgs

tls_client_profile block takes input for FAST-Generated TLS client Profile. See TLS Client Profile below for more details.

TlsServerProfile Pulumi.F5BigIP.Inputs.FastHttpsAppTlsServerProfileArgs

tls_server_profile block takes input for FAST-Generated TLS Server Profile. See TLS Server Profile below for more details.

VirtualServer Pulumi.F5BigIP.Inputs.FastHttpsAppVirtualServerArgs

virtual_server block will provide ip and port options to be used for virtual server. See virtual server below for more details.

WafSecurityPolicy Pulumi.F5BigIP.Inputs.FastHttpsAppWafSecurityPolicyArgs

waf_security_policy block takes input for FAST-Generated WAF Security Policy. See WAF Security Policy below for more details.

Application string

Name of the FAST HTTPS application.

EndpointLtmPolicies []string

List of LTM Policies to be applied FAST HTTPS Application.

ExistingMonitor string

Name of an existing BIG-IP HTTPS pool monitor. Monitors are used to determine the health of the application on each server.

ExistingPool string

Name of an existing BIG-IP pool.

ExistingSnatPool string

Name of an existing BIG-IP SNAT pool.

ExistingTlsClientProfile string

Name of an existing TLS client profile.

ExistingTlsServerProfile string

Name of an existing TLS server profile.

ExistingWafSecurityPolicy string

Name of an existing WAF Security policy.

FastHttpsJson string

Json payload for FAST HTTPS application.

LoadBalancingMode string

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 FastHttpsAppMonitorArgs

monitor block takes input for FAST-Generated Pool Monitor. See Pool Monitor below for more details.

PoolMembers []FastHttpsAppPoolMemberArgs

pool_members block takes input for FAST-Generated Pool. See Pool Members below for more details.

SecurityLogProfiles []string

List of security log profiles to be used for FAST application

ServiceDiscoveries []FastHttpsAppServiceDiscoveryArgs

service_discovery block to Automatically Discover Pool Members with Service Discovery. See Service Discovery below for more details.

SlowRampTime int

Slow ramp temporarily throttles the number of connections to a new pool member. The recommended value is 300 seconds

SnatPoolAddresses []string

List of address to be used for FAST-Generated SNAT Pool.

Tenant string

Name of the FAST HTTPS application tenant.

TlsClientProfile FastHttpsAppTlsClientProfileArgs

tls_client_profile block takes input for FAST-Generated TLS client Profile. See TLS Client Profile below for more details.

TlsServerProfile FastHttpsAppTlsServerProfileArgs

tls_server_profile block takes input for FAST-Generated TLS Server Profile. See TLS Server Profile below for more details.

VirtualServer FastHttpsAppVirtualServerArgs

virtual_server block will provide ip and port options to be used for virtual server. See virtual server below for more details.

WafSecurityPolicy FastHttpsAppWafSecurityPolicyArgs

waf_security_policy block takes input for FAST-Generated WAF Security Policy. See WAF Security Policy below for more details.

application String

Name of the FAST HTTPS application.

endpointLtmPolicies List<String>

List of LTM Policies to be applied FAST HTTPS Application.

existingMonitor String

Name of an existing BIG-IP HTTPS pool monitor. Monitors are used to determine the health of the application on each server.

existingPool String

Name of an existing BIG-IP pool.

existingSnatPool String

Name of an existing BIG-IP SNAT pool.

existingTlsClientProfile String

Name of an existing TLS client profile.

existingTlsServerProfile String

Name of an existing TLS server profile.

existingWafSecurityPolicy String

Name of an existing WAF Security policy.

fastHttpsJson String

Json payload for FAST HTTPS application.

loadBalancingMode String

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 FastHttpsAppMonitorArgs

monitor block takes input for FAST-Generated Pool Monitor. See Pool Monitor below for more details.

poolMembers List<FastHttpsAppPoolMemberArgs>

pool_members block takes input for FAST-Generated Pool. See Pool Members below for more details.

securityLogProfiles List<String>

List of security log profiles to be used for FAST application

serviceDiscoveries List<FastHttpsAppServiceDiscoveryArgs>

service_discovery block to Automatically Discover Pool Members with Service Discovery. See Service Discovery below for more details.

slowRampTime Integer

Slow ramp temporarily throttles the number of connections to a new pool member. The recommended value is 300 seconds

snatPoolAddresses List<String>

List of address to be used for FAST-Generated SNAT Pool.

tenant String

Name of the FAST HTTPS application tenant.

tlsClientProfile FastHttpsAppTlsClientProfileArgs

tls_client_profile block takes input for FAST-Generated TLS client Profile. See TLS Client Profile below for more details.

tlsServerProfile FastHttpsAppTlsServerProfileArgs

tls_server_profile block takes input for FAST-Generated TLS Server Profile. See TLS Server Profile below for more details.

virtualServer FastHttpsAppVirtualServerArgs

virtual_server block will provide ip and port options to be used for virtual server. See virtual server below for more details.

wafSecurityPolicy FastHttpsAppWafSecurityPolicyArgs

waf_security_policy block takes input for FAST-Generated WAF Security Policy. See WAF Security Policy below for more details.

application string

Name of the FAST HTTPS application.

endpointLtmPolicies string[]

List of LTM Policies to be applied FAST HTTPS Application.

existingMonitor string

Name of an existing BIG-IP HTTPS pool monitor. Monitors are used to determine the health of the application on each server.

existingPool string

Name of an existing BIG-IP pool.

existingSnatPool string

Name of an existing BIG-IP SNAT pool.

existingTlsClientProfile string

Name of an existing TLS client profile.

existingTlsServerProfile string

Name of an existing TLS server profile.

existingWafSecurityPolicy string

Name of an existing WAF Security policy.

fastHttpsJson string

Json payload for FAST HTTPS application.

loadBalancingMode string

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 FastHttpsAppMonitorArgs

monitor block takes input for FAST-Generated Pool Monitor. See Pool Monitor below for more details.

poolMembers FastHttpsAppPoolMemberArgs[]

pool_members block takes input for FAST-Generated Pool. See Pool Members below for more details.

securityLogProfiles string[]

List of security log profiles to be used for FAST application

serviceDiscoveries FastHttpsAppServiceDiscoveryArgs[]

service_discovery block to Automatically Discover Pool Members with Service Discovery. See Service Discovery below for more details.

slowRampTime number

Slow ramp temporarily throttles the number of connections to a new pool member. The recommended value is 300 seconds

snatPoolAddresses string[]

List of address to be used for FAST-Generated SNAT Pool.

tenant string

Name of the FAST HTTPS application tenant.

tlsClientProfile FastHttpsAppTlsClientProfileArgs

tls_client_profile block takes input for FAST-Generated TLS client Profile. See TLS Client Profile below for more details.

tlsServerProfile FastHttpsAppTlsServerProfileArgs

tls_server_profile block takes input for FAST-Generated TLS Server Profile. See TLS Server Profile below for more details.

virtualServer FastHttpsAppVirtualServerArgs

virtual_server block will provide ip and port options to be used for virtual server. See virtual server below for more details.

wafSecurityPolicy FastHttpsAppWafSecurityPolicyArgs

waf_security_policy block takes input for FAST-Generated WAF Security Policy. See WAF Security Policy below for more details.

application str

Name of the FAST HTTPS application.

endpoint_ltm_policies Sequence[str]

List of LTM Policies to be applied FAST HTTPS 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_pool str

Name of an existing BIG-IP SNAT pool.

existing_tls_client_profile str

Name of an existing TLS client profile.

existing_tls_server_profile str

Name of an existing TLS server profile.

existing_waf_security_policy str

Name of an existing WAF Security policy.

fast_https_json str

Json payload for FAST HTTPS application.

load_balancing_mode str

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 FastHttpsAppMonitorArgs

monitor block takes input for FAST-Generated Pool Monitor. See Pool Monitor below for more details.

pool_members Sequence[FastHttpsAppPoolMemberArgs]

pool_members block takes input for FAST-Generated Pool. See Pool Members below for more details.

security_log_profiles Sequence[str]

List of security log profiles to be used for FAST application

service_discoveries Sequence[FastHttpsAppServiceDiscoveryArgs]

service_discovery block to Automatically Discover Pool Members with Service Discovery. See Service Discovery below for more details.

slow_ramp_time int

Slow ramp temporarily throttles the number of connections to a new pool member. The recommended value is 300 seconds

snat_pool_addresses Sequence[str]

List of address to be used for FAST-Generated SNAT Pool.

tenant str

Name of the FAST HTTPS application tenant.

tls_client_profile FastHttpsAppTlsClientProfileArgs

tls_client_profile block takes input for FAST-Generated TLS client Profile. See TLS Client Profile below for more details.

tls_server_profile FastHttpsAppTlsServerProfileArgs

tls_server_profile block takes input for FAST-Generated TLS Server Profile. See TLS Server Profile below for more details.

virtual_server FastHttpsAppVirtualServerArgs

virtual_server block will provide ip and port options to be used for virtual server. See virtual server below for more details.

waf_security_policy FastHttpsAppWafSecurityPolicyArgs

waf_security_policy block takes input for FAST-Generated WAF Security Policy. See WAF Security Policy below for more details.

application String

Name of the FAST HTTPS application.

endpointLtmPolicies List<String>

List of LTM Policies to be applied FAST HTTPS Application.

existingMonitor String

Name of an existing BIG-IP HTTPS pool monitor. Monitors are used to determine the health of the application on each server.

existingPool String

Name of an existing BIG-IP pool.

existingSnatPool String

Name of an existing BIG-IP SNAT pool.

existingTlsClientProfile String

Name of an existing TLS client profile.

existingTlsServerProfile String

Name of an existing TLS server profile.

existingWafSecurityPolicy String

Name of an existing WAF Security policy.

fastHttpsJson String

Json payload for FAST HTTPS application.

loadBalancingMode String

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.

poolMembers List<Property Map>

pool_members block takes input for FAST-Generated Pool. See Pool Members below for more details.

securityLogProfiles List<String>

List of security log profiles to be used for FAST application

serviceDiscoveries List<Property Map>

service_discovery block to Automatically Discover Pool Members with Service Discovery. See Service Discovery below for more details.

slowRampTime Number

Slow ramp temporarily throttles the number of connections to a new pool member. The recommended value is 300 seconds

snatPoolAddresses List<String>

List of address to be used for FAST-Generated SNAT Pool.

tenant String

Name of the FAST HTTPS application tenant.

tlsClientProfile Property Map

tls_client_profile block takes input for FAST-Generated TLS client Profile. See TLS Client Profile below for more details.

tlsServerProfile Property Map

tls_server_profile block takes input for FAST-Generated TLS Server Profile. See TLS Server Profile below for more details.

virtualServer Property Map

virtual_server block will provide ip and port options to be used for virtual server. See virtual server below for more details.

wafSecurityPolicy Property Map

waf_security_policy block takes input for FAST-Generated WAF Security Policy. See WAF Security Policy below for more details.

Supporting Types

FastHttpsAppMonitor

Interval int

Set the time between health checks,in seconds for FAST-Generated Pool Monitor.

MonitorAuth bool

set true if the servers require login credentials for web access on FAST-Generated Pool Monitor. default is false.

Password string

password for web access on FAST-Generated Pool Monitor.

Response string

The presence of this string anywhere in the HTTP response implies availability.

SendString string

Specify data to be sent during each health check for FAST-Generated Pool Monitor.

Username string

username for web access on FAST-Generated Pool Monitor.

Interval int

Set the time between health checks,in seconds for FAST-Generated Pool Monitor.

MonitorAuth bool

set true if the servers require login credentials for web access on FAST-Generated Pool Monitor. default is false.

Password string

password for web access on FAST-Generated Pool Monitor.

Response string

The presence of this string anywhere in the HTTP response implies availability.

SendString string

Specify data to be sent during each health check for FAST-Generated Pool Monitor.

Username string

username for web access on FAST-Generated Pool Monitor.

interval Integer

Set the time between health checks,in seconds for FAST-Generated Pool Monitor.

monitorAuth Boolean

set true if the servers require login credentials for web access on FAST-Generated Pool Monitor. default is false.

password String

password for web access on FAST-Generated Pool Monitor.

response String

The presence of this string anywhere in the HTTP response implies availability.

sendString String

Specify data to be sent during each health check for FAST-Generated Pool Monitor.

username String

username for web access on FAST-Generated Pool Monitor.

interval number

Set the time between health checks,in seconds for FAST-Generated Pool Monitor.

monitorAuth boolean

set true if the servers require login credentials for web access on FAST-Generated Pool Monitor. default is false.

password string

password for web access on FAST-Generated Pool Monitor.

response string

The presence of this string anywhere in the HTTP response implies availability.

sendString string

Specify data to be sent during each health check for FAST-Generated Pool Monitor.

username string

username for web access on FAST-Generated Pool Monitor.

interval int

Set the time between health checks,in seconds for FAST-Generated Pool Monitor.

monitor_auth bool

set true if the servers require login credentials for web access on FAST-Generated Pool Monitor. default is false.

password str

password for web access on FAST-Generated Pool Monitor.

response str

The presence of this string anywhere in the HTTP response implies availability.

send_string str

Specify data to be sent during each health check for FAST-Generated Pool Monitor.

username str

username for web access on FAST-Generated Pool Monitor.

interval Number

Set the time between health checks,in seconds for FAST-Generated Pool Monitor.

monitorAuth Boolean

set true if the servers require login credentials for web access on FAST-Generated Pool Monitor. default is false.

password String

password for web access on FAST-Generated Pool Monitor.

response String

The presence of this string anywhere in the HTTP response implies availability.

sendString String

Specify data to be sent during each health check for FAST-Generated Pool Monitor.

username String

username for web access on FAST-Generated Pool Monitor.

FastHttpsAppPoolMember

Addresses List<string>

List of server address to be used for FAST-Generated Pool.

ConnectionLimit int

connectionLimit value to be used for FAST-Generated Pool.

Port int

port number of serviceport to be used for FAST-Generated Pool.

PriorityGroup int

priorityGroup value to be used for FAST-Generated Pool.

ShareNodes bool

shareNodes value to be used for FAST-Generated Pool.

Addresses []string

List of server address to be used for FAST-Generated Pool.

ConnectionLimit int

connectionLimit value to be used for FAST-Generated Pool.

Port int

port number of serviceport to be used for FAST-Generated Pool.

PriorityGroup int

priorityGroup value to be used for FAST-Generated Pool.

ShareNodes bool

shareNodes value to be used for FAST-Generated Pool.

addresses List<String>

List of server address to be used for FAST-Generated Pool.

connectionLimit Integer

connectionLimit value to be used for FAST-Generated Pool.

port Integer

port number of serviceport to be used for FAST-Generated Pool.

priorityGroup Integer

priorityGroup value to be used for FAST-Generated Pool.

shareNodes Boolean

shareNodes value to be used for FAST-Generated Pool.

addresses string[]

List of server address to be used for FAST-Generated Pool.

connectionLimit number

connectionLimit value to be used for FAST-Generated Pool.

port number

port number of serviceport to be used for FAST-Generated Pool.

priorityGroup number

priorityGroup value to be used for FAST-Generated Pool.

shareNodes 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.

share_nodes bool

shareNodes value to be used for FAST-Generated Pool.

addresses List<String>

List of server address to be used for FAST-Generated Pool.

connectionLimit Number

connectionLimit value to be used for FAST-Generated Pool.

port Number

port number of serviceport to be used for FAST-Generated Pool.

priorityGroup Number

priorityGroup value to be used for FAST-Generated Pool.

shareNodes Boolean

shareNodes value to be used for FAST-Generated Pool.

FastHttpsAppServiceDiscovery

SdPort int

port number of serviceport to be used for FAST-Generated Pool.

SdType string

service discovery account type, options [aws,azure,gce]

SdAddressRealm string

Specifies whether to look for public or private IP addresses. Default :private

SdAwsAccessKey string

Information for discovering AWS nodes that are not in the same region as your BIG-IP.

SdAwsRegion string

Empty string (default) means region in which ADC is running.

SdAwsSecretAccessKey string

Will be stored in the declaration as an encrypted string.

SdAwsTagKey string

The tag key associated with the node to add to this pool.

SdAwsTagVal string

The tag value associated with the node to add to this pool.

SdAzureDirectoryId string

Azure Active Directory ID (AKA tenant ID).

SdAzureResourceGroup string

Azure Resource Group name.

SdAzureResourceId string

ID of resource to find nodes by.

SdAzureSubscriptionId string

Azure subscription ID.

SdAzureTagKey string

The tag key associated with the node to add to this pool.

SdAzureTagVal string

The tag value associated with the node to add to this pool.

SdGceRegion string

Empty string (default) means region in which ADC is running.

SdGceTagKey string

The tag key associated with the node to add to this pool

SdGceTagVal string

The tag value associated with the node to add to this pool.

SdUndetectableAction string

Action to take when node cannot be detected. Default remove.

SdPort int

port number of serviceport to be used for FAST-Generated Pool.

SdType string

service discovery account type, options [aws,azure,gce]

SdAddressRealm string

Specifies whether to look for public or private IP addresses. Default :private

SdAwsAccessKey string

Information for discovering AWS nodes that are not in the same region as your BIG-IP.

SdAwsRegion string

Empty string (default) means region in which ADC is running.

SdAwsSecretAccessKey string

Will be stored in the declaration as an encrypted string.

SdAwsTagKey string

The tag key associated with the node to add to this pool.

SdAwsTagVal string

The tag value associated with the node to add to this pool.

SdAzureDirectoryId string

Azure Active Directory ID (AKA tenant ID).

SdAzureResourceGroup string

Azure Resource Group name.

SdAzureResourceId string

ID of resource to find nodes by.

SdAzureSubscriptionId string

Azure subscription ID.

SdAzureTagKey string

The tag key associated with the node to add to this pool.

SdAzureTagVal string

The tag value associated with the node to add to this pool.

SdGceRegion string

Empty string (default) means region in which ADC is running.

SdGceTagKey string

The tag key associated with the node to add to this pool

SdGceTagVal string

The tag value associated with the node to add to this pool.

SdUndetectableAction string

Action to take when node cannot be detected. Default remove.

sdPort Integer

port number of serviceport to be used for FAST-Generated Pool.

sdType String

service discovery account type, options [aws,azure,gce]

sdAddressRealm String

Specifies whether to look for public or private IP addresses. Default :private

sdAwsAccessKey String

Information for discovering AWS nodes that are not in the same region as your BIG-IP.

sdAwsRegion String

Empty string (default) means region in which ADC is running.

sdAwsSecretAccessKey String

Will be stored in the declaration as an encrypted string.

sdAwsTagKey String

The tag key associated with the node to add to this pool.

sdAwsTagVal String

The tag value associated with the node to add to this pool.

sdAzureDirectoryId String

Azure Active Directory ID (AKA tenant ID).

sdAzureResourceGroup String

Azure Resource Group name.

sdAzureResourceId String

ID of resource to find nodes by.

sdAzureSubscriptionId String

Azure subscription ID.

sdAzureTagKey String

The tag key associated with the node to add to this pool.

sdAzureTagVal String

The tag value associated with the node to add to this pool.

sdGceRegion String

Empty string (default) means region in which ADC is running.

sdGceTagKey String

The tag key associated with the node to add to this pool

sdGceTagVal String

The tag value associated with the node to add to this pool.

sdUndetectableAction String

Action to take when node cannot be detected. Default remove.

sdPort number

port number of serviceport to be used for FAST-Generated Pool.

sdType string

service discovery account type, options [aws,azure,gce]

sdAddressRealm string

Specifies whether to look for public or private IP addresses. Default :private

sdAwsAccessKey string

Information for discovering AWS nodes that are not in the same region as your BIG-IP.

sdAwsRegion string

Empty string (default) means region in which ADC is running.

sdAwsSecretAccessKey string

Will be stored in the declaration as an encrypted string.

sdAwsTagKey string

The tag key associated with the node to add to this pool.

sdAwsTagVal string

The tag value associated with the node to add to this pool.

sdAzureDirectoryId string

Azure Active Directory ID (AKA tenant ID).

sdAzureResourceGroup string

Azure Resource Group name.

sdAzureResourceId string

ID of resource to find nodes by.

sdAzureSubscriptionId string

Azure subscription ID.

sdAzureTagKey string

The tag key associated with the node to add to this pool.

sdAzureTagVal string

The tag value associated with the node to add to this pool.

sdGceRegion string

Empty string (default) means region in which ADC is running.

sdGceTagKey string

The tag key associated with the node to add to this pool

sdGceTagVal string

The tag value associated with the node to add to this pool.

sdUndetectableAction string

Action to take when node cannot be detected. Default remove.

sd_port int

port number of serviceport to be used for FAST-Generated Pool.

sd_type str

service discovery account type, options [aws,azure,gce]

sd_address_realm str

Specifies whether to look for public or private IP addresses. Default :private

sd_aws_access_key str

Information for discovering AWS nodes that are not in the same region as your BIG-IP.

sd_aws_region str

Empty string (default) means region in which ADC is running.

sd_aws_secret_access_key str

Will be stored in the declaration as an encrypted string.

sd_aws_tag_key str

The tag key associated with the node to add to this pool.

sd_aws_tag_val str

The tag value associated with the node to add to this pool.

sd_azure_directory_id str

Azure Active Directory ID (AKA tenant ID).

sd_azure_resource_group str

Azure Resource Group name.

sd_azure_resource_id str

ID of resource to find nodes by.

sd_azure_subscription_id str

Azure subscription ID.

sd_azure_tag_key str

The tag key associated with the node to add to this pool.

sd_azure_tag_val str

The tag value associated with the node to add to this pool.

sd_gce_region str

Empty string (default) means region in which ADC is running.

sd_gce_tag_key str

The tag key associated with the node to add to this pool

sd_gce_tag_val str

The tag value associated with the node to add to this pool.

sd_undetectable_action str

Action to take when node cannot be detected. Default remove.

sdPort Number

port number of serviceport to be used for FAST-Generated Pool.

sdType String

service discovery account type, options [aws,azure,gce]

sdAddressRealm String

Specifies whether to look for public or private IP addresses. Default :private

sdAwsAccessKey String

Information for discovering AWS nodes that are not in the same region as your BIG-IP.

sdAwsRegion String

Empty string (default) means region in which ADC is running.

sdAwsSecretAccessKey String

Will be stored in the declaration as an encrypted string.

sdAwsTagKey String

The tag key associated with the node to add to this pool.

sdAwsTagVal String

The tag value associated with the node to add to this pool.

sdAzureDirectoryId String

Azure Active Directory ID (AKA tenant ID).

sdAzureResourceGroup String

Azure Resource Group name.

sdAzureResourceId String

ID of resource to find nodes by.

sdAzureSubscriptionId String

Azure subscription ID.

sdAzureTagKey String

The tag key associated with the node to add to this pool.

sdAzureTagVal String

The tag value associated with the node to add to this pool.

sdGceRegion String

Empty string (default) means region in which ADC is running.

sdGceTagKey String

The tag key associated with the node to add to this pool

sdGceTagVal String

The tag value associated with the node to add to this pool.

sdUndetectableAction String

Action to take when node cannot be detected. Default remove.

FastHttpsAppTlsClientProfile

TlsCertName string

Name of existing BIG-IP SSL certificate to be used for FAST-Generated TLS Server Profile.

TlsKeyName string

Name of existing BIG-IP SSL Key to be used for FAST-Generated TLS Server Profile.

TlsCertName string

Name of existing BIG-IP SSL certificate to be used for FAST-Generated TLS Server Profile.

TlsKeyName string

Name of existing BIG-IP SSL Key to be used for FAST-Generated TLS Server Profile.

tlsCertName String

Name of existing BIG-IP SSL certificate to be used for FAST-Generated TLS Server Profile.

tlsKeyName String

Name of existing BIG-IP SSL Key to be used for FAST-Generated TLS Server Profile.

tlsCertName string

Name of existing BIG-IP SSL certificate to be used for FAST-Generated TLS Server Profile.

tlsKeyName string

Name of existing BIG-IP SSL Key to be used for FAST-Generated TLS Server Profile.

tls_cert_name str

Name of existing BIG-IP SSL certificate to be used for FAST-Generated TLS Server Profile.

tls_key_name str

Name of existing BIG-IP SSL Key to be used for FAST-Generated TLS Server Profile.

tlsCertName String

Name of existing BIG-IP SSL certificate to be used for FAST-Generated TLS Server Profile.

tlsKeyName String

Name of existing BIG-IP SSL Key to be used for FAST-Generated TLS Server Profile.

FastHttpsAppTlsServerProfile

TlsCertName string

Name of existing BIG-IP SSL certificate to be used for FAST-Generated TLS Server Profile.

TlsKeyName string

Name of existing BIG-IP SSL Key to be used for FAST-Generated TLS Server Profile.

TlsCertName string

Name of existing BIG-IP SSL certificate to be used for FAST-Generated TLS Server Profile.

TlsKeyName string

Name of existing BIG-IP SSL Key to be used for FAST-Generated TLS Server Profile.

tlsCertName String

Name of existing BIG-IP SSL certificate to be used for FAST-Generated TLS Server Profile.

tlsKeyName String

Name of existing BIG-IP SSL Key to be used for FAST-Generated TLS Server Profile.

tlsCertName string

Name of existing BIG-IP SSL certificate to be used for FAST-Generated TLS Server Profile.

tlsKeyName string

Name of existing BIG-IP SSL Key to be used for FAST-Generated TLS Server Profile.

tls_cert_name str

Name of existing BIG-IP SSL certificate to be used for FAST-Generated TLS Server Profile.

tls_key_name str

Name of existing BIG-IP SSL Key to be used for FAST-Generated TLS Server Profile.

tlsCertName String

Name of existing BIG-IP SSL certificate to be used for FAST-Generated TLS Server Profile.

tlsKeyName String

Name of existing BIG-IP SSL Key to be used for FAST-Generated TLS Server Profile.

FastHttpsAppVirtualServer

Ip string

IP4/IPv6 address to be used for virtual server ex: 10.1.1.1

Port int

Port number to used for accessing virtual server/application

Ip string

IP4/IPv6 address to be used for virtual server ex: 10.1.1.1

Port int

Port number to used for accessing virtual server/application

ip String

IP4/IPv6 address to be used for virtual server ex: 10.1.1.1

port Integer

Port number to used for accessing virtual server/application

ip string

IP4/IPv6 address to be used for virtual server ex: 10.1.1.1

port number

Port number to used for accessing virtual server/application

ip str

IP4/IPv6 address to be used for virtual server ex: 10.1.1.1

port int

Port number to used for accessing virtual server/application

ip String

IP4/IPv6 address to be used for virtual server ex: 10.1.1.1

port Number

Port number to used for accessing virtual server/application

FastHttpsAppWafSecurityPolicy

Enable bool

Setting true will enable FAST to create WAF Security Policy.

Enable bool

Setting true will enable FAST to create WAF Security Policy.

enable Boolean

Setting true will enable FAST to create WAF Security Policy.

enable boolean

Setting true will enable FAST to create WAF Security Policy.

enable bool

Setting true will enable FAST to create WAF Security Policy.

enable Boolean

Setting true will enable FAST to create WAF Security Policy.

Package Details

Repository
f5 BIG-IP pulumi/pulumi-f5bigip
License
Apache-2.0
Notes

This Pulumi package is based on the bigip Terraform Provider.