ProfileHttp2
f5bigip.ltm.ProfileHttp2 Configures a custom profile_http2 for use by health checks.
For resources should be named with their “full path”. The full path is the combination of the partition + name of the resource. For example /Common/my-pool.
Example Usage
using Pulumi;
using F5BigIP = Pulumi.F5BigIP;
class MyStack : Stack
{
public MyStack()
{
var nyhttp2 = new F5BigIP.Ltm.ProfileHttp2("nyhttp2", new F5BigIP.Ltm.ProfileHttp2Args
{
ActivationModes =
{
"alpn",
"npn",
},
ConcurrentStreamsPerConnection = 10,
ConnectionIdleTimeout = 30,
DefaultsFrom = "/Common/http2",
Name = "/Common/NewYork_http2",
});
}
}
Coming soon!
import pulumi
import pulumi_f5bigip as f5bigip
nyhttp2 = f5bigip.ltm.ProfileHttp2("nyhttp2",
activation_modes=[
"alpn",
"npn",
],
concurrent_streams_per_connection=10,
connection_idle_timeout=30,
defaults_from="/Common/http2",
name="/Common/NewYork_http2")import * as pulumi from "@pulumi/pulumi";
import * as f5bigip from "@pulumi/f5bigip";
const nyhttp2 = new f5bigip.ltm.ProfileHttp2("nyhttp2", {
activationModes: [
"alpn",
"npn",
],
concurrentStreamsPerConnection: 10,
connectionIdleTimeout: 30,
defaultsFrom: "/Common/http2",
name: "/Common/NewYork_http2",
});Create a ProfileHttp2 Resource
new ProfileHttp2(name: string, args: ProfileHttp2Args, opts?: CustomResourceOptions);def ProfileHttp2(resource_name, opts=None, activation_modes=None, concurrent_streams_per_connection=None, connection_idle_timeout=None, defaults_from=None, header_table_size=None, name=None, __props__=None);func NewProfileHttp2(ctx *Context, name string, args ProfileHttp2Args, opts ...ResourceOption) (*ProfileHttp2, error)public ProfileHttp2(string name, ProfileHttp2Args args, CustomResourceOptions? opts = null)- name string
- The unique name of the resource.
- args ProfileHttp2Args
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- opts ResourceOptions
- A bag of options that control this resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args ProfileHttp2Args
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ProfileHttp2Args
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
ProfileHttp2 Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Programming Model docs.
Inputs
The ProfileHttp2 resource accepts the following input properties:
- Name string
Name of the profile_http2
- Activation
Modes List<string> Specifies what will cause an incoming connection to be handled as a HTTP/2 connection. The default values npn and alpn specify that the TLS next-protocol-negotiation and application-layer-protocol-negotiation extensions will be used.
- Concurrent
Streams intPer Connection Specifies how many concurrent requests are allowed to be outstanding on a single HTTP/2 connection.
- Connection
Idle intTimeout Specifies the number of seconds that a connection is idle before the connection is eligible for deletion..
- Defaults
From string Specifies the profile that you want to use as the parent profile. Your new profile inherits all settings and values from the parent profile specified.
- Header
Table intSize Use the parent Http2 profile
- Name string
Name of the profile_http2
- Activation
Modes []string Specifies what will cause an incoming connection to be handled as a HTTP/2 connection. The default values npn and alpn specify that the TLS next-protocol-negotiation and application-layer-protocol-negotiation extensions will be used.
- Concurrent
Streams intPer Connection Specifies how many concurrent requests are allowed to be outstanding on a single HTTP/2 connection.
- Connection
Idle intTimeout Specifies the number of seconds that a connection is idle before the connection is eligible for deletion..
- Defaults
From string Specifies the profile that you want to use as the parent profile. Your new profile inherits all settings and values from the parent profile specified.
- Header
Table intSize Use the parent Http2 profile
- name string
Name of the profile_http2
- activation
Modes string[] Specifies what will cause an incoming connection to be handled as a HTTP/2 connection. The default values npn and alpn specify that the TLS next-protocol-negotiation and application-layer-protocol-negotiation extensions will be used.
- concurrent
Streams numberPer Connection Specifies how many concurrent requests are allowed to be outstanding on a single HTTP/2 connection.
- connection
Idle numberTimeout Specifies the number of seconds that a connection is idle before the connection is eligible for deletion..
- defaults
From string Specifies the profile that you want to use as the parent profile. Your new profile inherits all settings and values from the parent profile specified.
- header
Table numberSize Use the parent Http2 profile
- name str
Name of the profile_http2
- activation_
modes List[str] Specifies what will cause an incoming connection to be handled as a HTTP/2 connection. The default values npn and alpn specify that the TLS next-protocol-negotiation and application-layer-protocol-negotiation extensions will be used.
- concurrent_
streams_ floatper_ connection Specifies how many concurrent requests are allowed to be outstanding on a single HTTP/2 connection.
- connection_
idle_ floattimeout Specifies the number of seconds that a connection is idle before the connection is eligible for deletion..
- defaults_
from str Specifies the profile that you want to use as the parent profile. Your new profile inherits all settings and values from the parent profile specified.
- header_
table_ floatsize Use the parent Http2 profile
Outputs
All input properties are implicitly available as output properties. Additionally, the ProfileHttp2 resource produces the following output properties:
Look up an Existing ProfileHttp2 Resource
Get an existing ProfileHttp2 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?: ProfileHttp2State, opts?: CustomResourceOptions): ProfileHttp2static get(resource_name, id, opts=None, activation_modes=None, concurrent_streams_per_connection=None, connection_idle_timeout=None, defaults_from=None, header_table_size=None, name=None, __props__=None);func GetProfileHttp2(ctx *Context, name string, id IDInput, state *ProfileHttp2State, opts ...ResourceOption) (*ProfileHttp2, error)public static ProfileHttp2 Get(string name, Input<string> id, ProfileHttp2State? state, CustomResourceOptions? opts = null)- 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.
The following state arguments are supported:
- Activation
Modes List<string> Specifies what will cause an incoming connection to be handled as a HTTP/2 connection. The default values npn and alpn specify that the TLS next-protocol-negotiation and application-layer-protocol-negotiation extensions will be used.
- Concurrent
Streams intPer Connection Specifies how many concurrent requests are allowed to be outstanding on a single HTTP/2 connection.
- Connection
Idle intTimeout Specifies the number of seconds that a connection is idle before the connection is eligible for deletion..
- Defaults
From string Specifies the profile that you want to use as the parent profile. Your new profile inherits all settings and values from the parent profile specified.
- Header
Table intSize Use the parent Http2 profile
- Name string
Name of the profile_http2
- Activation
Modes []string Specifies what will cause an incoming connection to be handled as a HTTP/2 connection. The default values npn and alpn specify that the TLS next-protocol-negotiation and application-layer-protocol-negotiation extensions will be used.
- Concurrent
Streams intPer Connection Specifies how many concurrent requests are allowed to be outstanding on a single HTTP/2 connection.
- Connection
Idle intTimeout Specifies the number of seconds that a connection is idle before the connection is eligible for deletion..
- Defaults
From string Specifies the profile that you want to use as the parent profile. Your new profile inherits all settings and values from the parent profile specified.
- Header
Table intSize Use the parent Http2 profile
- Name string
Name of the profile_http2
- activation
Modes string[] Specifies what will cause an incoming connection to be handled as a HTTP/2 connection. The default values npn and alpn specify that the TLS next-protocol-negotiation and application-layer-protocol-negotiation extensions will be used.
- concurrent
Streams numberPer Connection Specifies how many concurrent requests are allowed to be outstanding on a single HTTP/2 connection.
- connection
Idle numberTimeout Specifies the number of seconds that a connection is idle before the connection is eligible for deletion..
- defaults
From string Specifies the profile that you want to use as the parent profile. Your new profile inherits all settings and values from the parent profile specified.
- header
Table numberSize Use the parent Http2 profile
- name string
Name of the profile_http2
- activation_
modes List[str] Specifies what will cause an incoming connection to be handled as a HTTP/2 connection. The default values npn and alpn specify that the TLS next-protocol-negotiation and application-layer-protocol-negotiation extensions will be used.
- concurrent_
streams_ floatper_ connection Specifies how many concurrent requests are allowed to be outstanding on a single HTTP/2 connection.
- connection_
idle_ floattimeout Specifies the number of seconds that a connection is idle before the connection is eligible for deletion..
- defaults_
from str Specifies the profile that you want to use as the parent profile. Your new profile inherits all settings and values from the parent profile specified.
- header_
table_ floatsize Use the parent Http2 profile
- name str
Name of the profile_http2
Package Details
- Repository
- https://github.com/pulumi/pulumi-f5bigip
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
bigipTerraform Provider.