Show / Hide Table of Contents

Class PersistenceProfileSsl

Inheritance
System.Object
Resource
CustomResource
PersistenceProfileSsl
Inherited Members
CustomResource.Id
Resource.GetResourceType()
Resource.GetResourceName()
Resource.Urn
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 class PersistenceProfileSsl : CustomResource

Constructors

View Source

PersistenceProfileSsl(String, PersistenceProfileSslArgs, CustomResourceOptions)

Create a PersistenceProfileSsl resource with the given unique name, arguments, and options.

Declaration
public PersistenceProfileSsl(string name, PersistenceProfileSslArgs args, CustomResourceOptions options = null)
Parameters
Type Name Description
System.String name

The unique name of the resource

PersistenceProfileSslArgs args

The arguments used to populate this resource's properties

CustomResourceOptions options

A bag of options that control this resource's behavior

Properties

View Source

AppService

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

DefaultsFrom

Inherit defaults from parent profile

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

MatchAcrossPools

To enable _ disable match across pools with given persistence record

Declaration
public Output<string> MatchAcrossPools { get; }
Property Value
Type Description
Output<System.String>
View Source

MatchAcrossServices

To enable _ disable match across services with given persistence record

Declaration
public Output<string> MatchAcrossServices { get; }
Property Value
Type Description
Output<System.String>
View Source

MatchAcrossVirtuals

To enable _ disable match across services with given persistence record

Declaration
public Output<string> MatchAcrossVirtuals { get; }
Property Value
Type Description
Output<System.String>
View Source

Mirror

To enable _ disable

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

Name

Name of the persistence profile

Declaration
public Output<string> Name { get; }
Property Value
Type Description
Output<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 Output<string> OverrideConnLimit { get; }
Property Value
Type Description
Output<System.String>
View Source

Timeout

Timeout for persistence of the session

Declaration
public Output<int?> Timeout { get; }
Property Value
Type Description
Output<System.Nullable<System.Int32>>

Methods

View Source

Get(String, Input<String>, PersistenceProfileSslState, CustomResourceOptions)

Get an existing PersistenceProfileSsl resource's state with the given name, ID, and optional extra properties used to qualify the lookup.

Declaration
public static PersistenceProfileSsl Get(string name, Input<string> id, PersistenceProfileSslState state = null, CustomResourceOptions options = null)
Parameters
Type Name Description
System.String name

The unique name of the resulting resource.

Input<System.String> id

The unique provider ID of the resource to lookup.

PersistenceProfileSslState state

Any extra arguments used during the lookup.

CustomResourceOptions options

A bag of options that control this resource's behavior

Returns
Type Description
PersistenceProfileSsl
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.