Show / Hide Table of Contents

Class PersistenceProfileDstAddr

Inheritance
System.Object
Resource
CustomResource
PersistenceProfileDstAddr
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 PersistenceProfileDstAddr : CustomResource

Constructors

View Source

PersistenceProfileDstAddr(String, PersistenceProfileDstAddrArgs, CustomResourceOptions)

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

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

The unique name of the resource

PersistenceProfileDstAddrArgs 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

HashAlgorithm

Specify the hash algorithm

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

Mask

Identify a range of source IP addresses to manage together as a single source address affinity persistent connection when connecting to the pool. Must be a valid IPv4 or IPv6 mask.

Declaration
public Output<string> Mask { 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>, PersistenceProfileDstAddrState, CustomResourceOptions)

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

Declaration
public static PersistenceProfileDstAddr Get(string name, Input<string> id, PersistenceProfileDstAddrState 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.

PersistenceProfileDstAddrState state

Any extra arguments used during the lookup.

CustomResourceOptions options

A bag of options that control this resource's behavior

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