Show / Hide Table of Contents

Class BackendServiceConsistentHashHttpCookie

Inheritance
System.Object
BackendServiceConsistentHashHttpCookie
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.Gcp.Compute.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class BackendServiceConsistentHashHttpCookie

Fields

View Source

Name

Name of the cookie.

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

Path

Path to set for the cookie.

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

Ttl

Lifetime of the cookie. Structure is documented below.

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