Class PersistenceProfileSrcAddr
Inherited Members
Namespace: Pulumi.F5BigIP.Ltm
Assembly: Pulumi.F5BigIP.dll
Syntax
public class PersistenceProfileSrcAddr : CustomResource
Constructors
View SourcePersistenceProfileSrcAddr(String, PersistenceProfileSrcAddrArgs, CustomResourceOptions)
Create a PersistenceProfileSrcAddr resource with the given unique name, arguments, and options.
Declaration
public PersistenceProfileSrcAddr(string name, PersistenceProfileSrcAddrArgs args, CustomResourceOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The unique name of the resource |
| PersistenceProfileSrcAddrArgs | args | The arguments used to populate this resource's properties |
| CustomResourceOptions | options | A bag of options that control this resource's behavior |
Properties
View SourceAppService
Declaration
public Output<string> AppService { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
DefaultsFrom
Inherit defaults from parent profile
Declaration
public Output<string> DefaultsFrom { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
HashAlgorithm
Specify the hash algorithm
Declaration
public Output<string> HashAlgorithm { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
MapProxies
To enable _ disable directs all to the same single pool member
Declaration
public Output<string> MapProxies { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
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> |
MatchAcrossPools
To enable _ disable match across pools with given persistence record
Declaration
public Output<string> MatchAcrossPools { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
MatchAcrossServices
To enable _ disable match across services with given persistence record
Declaration
public Output<string> MatchAcrossServices { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
MatchAcrossVirtuals
To enable _ disable match across services with given persistence record
Declaration
public Output<string> MatchAcrossVirtuals { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Mirror
To enable _ disable
Declaration
public Output<string> Mirror { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Name
Name of the persistence profile
Declaration
public Output<string> Name { get; }
Property Value
| Type | Description |
|---|---|
| Output<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 Output<string> OverrideConnLimit { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Timeout
Timeout for persistence of the session
Declaration
public Output<int?> Timeout { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Nullable<System.Int32>> |
Methods
View SourceGet(String, Input<String>, PersistenceProfileSrcAddrState, CustomResourceOptions)
Get an existing PersistenceProfileSrcAddr resource's state with the given name, ID, and optional extra properties used to qualify the lookup.
Declaration
public static PersistenceProfileSrcAddr Get(string name, Input<string> id, PersistenceProfileSrcAddrState 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. |
| PersistenceProfileSrcAddrState | state | Any extra arguments used during the lookup. |
| CustomResourceOptions | options | A bag of options that control this resource's behavior |
Returns
| Type | Description |
|---|---|
| PersistenceProfileSrcAddr |