Show / Hide Table of Contents

Class PersistenceProfileSslState

Inheritance
System.Object
InputArgs
ResourceArgs
PersistenceProfileSslState
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 PersistenceProfileSslState : ResourceArgs

Constructors

View Source

PersistenceProfileSslState()

Declaration
public PersistenceProfileSslState()

Properties

View Source

AppService

Declaration
public Input<string> AppService { get; set; }
Property Value
Type Description
Input<System.String>
View Source

DefaultsFrom

Inherit defaults from parent profile

Declaration
public Input<string> DefaultsFrom { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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

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

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

Mirror

To enable _ disable

Declaration
public Input<string> Mirror { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Name

Name of the persistence profile

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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

Timeout

Timeout for persistence of the session

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