Class ProfileHttp2State
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.F5BigIP.Ltm
Assembly: Pulumi.F5BigIP.dll
Syntax
public sealed class ProfileHttp2State : ResourceArgs
Constructors
View SourceProfileHttp2State()
Declaration
public ProfileHttp2State()
Properties
View SourceActivationModes
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.
Declaration
public InputList<string> ActivationModes { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
ConcurrentStreamsPerConnection
Specifies how many concurrent requests are allowed to be outstanding on a single HTTP/2 connection.
Declaration
public Input<int> ConcurrentStreamsPerConnection { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
ConnectionIdleTimeout
Specifies the number of seconds that a connection is idle before the connection is eligible for deletion..
Declaration
public Input<int> ConnectionIdleTimeout { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
DefaultsFrom
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.
Declaration
public Input<string> DefaultsFrom { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
HeaderTableSize
Use the parent Http2 profile
Declaration
public Input<int> HeaderTableSize { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Name
Name of the profile_http2
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |