Show / Hide Table of Contents

Class ProfileHttp2Args

Inheritance
System.Object
InputArgs
ResourceArgs
ProfileHttp2Args
Inherited Members
ResourceArgs.Empty
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 ProfileHttp2Args : ResourceArgs

Constructors

View Source

ProfileHttp2Args()

Declaration
public ProfileHttp2Args()

Properties

View Source

ActivationModes

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>
View Source

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>
View Source

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>
View Source

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>
View Source

HeaderTableSize

Use the parent Http2 profile

Declaration
public Input<int> HeaderTableSize { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Name

Name of the profile_http2

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.