Show / Hide Table of Contents

Class PoolPersistenceArgs

Inheritance
System.Object
InputArgs
ResourceArgs
PoolPersistenceArgs
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.OpenStack.LoadBalancer.Inputs
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class PoolPersistenceArgs : ResourceArgs

Constructors

View Source

PoolPersistenceArgs()

Declaration
public PoolPersistenceArgs()

Properties

View Source

CookieName

The name of the cookie if persistence mode is set appropriately. Required if type = APP_COOKIE.

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

Type

The type of persistence mode. The current specification supports SOURCE_IP, HTTP_COOKIE, and APP_COOKIE.

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