Class PersistenceProfileSslState
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 PersistenceProfileSslState : ResourceArgs
Constructors
View SourcePersistenceProfileSslState()
Declaration
public PersistenceProfileSslState()
Properties
View SourceAppService
Declaration
public Input<string> AppService { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DefaultsFrom
Inherit defaults from parent profile
Declaration
public Input<string> DefaultsFrom { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
MatchAcrossPools
To enable _ disable match across pools with given persistence record
Declaration
public Input<string> MatchAcrossPools { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
MatchAcrossServices
To enable _ disable match across services with given persistence record
Declaration
public Input<string> MatchAcrossServices { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
MatchAcrossVirtuals
To enable _ disable match across services with given persistence record
Declaration
public Input<string> MatchAcrossVirtuals { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Mirror
To enable _ disable
Declaration
public Input<string> Mirror { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Name of the persistence profile
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
OverrideConnLimit
To enable _ disable that pool member connection limits are overridden for persisted clients. Per-virtual connection limits remain hard limits and are not overridden.
Declaration
public Input<string> OverrideConnLimit { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Timeout
Timeout for persistence of the session
Declaration
public Input<int> Timeout { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |