Show / Hide Table of Contents

Class PoolPersistence

Inheritance
System.Object
PoolPersistence
Inherited Members
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.Outputs
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class PoolPersistence

Fields

View Source

CookieName

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

Declaration
public readonly string CookieName
Field Value
Type Description
System.String
View Source

Type

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

Declaration
public readonly string Type
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.