Show / Hide Table of Contents

Class RegionBackendServiceConsistentHashHttpCookie

Inheritance
System.Object
RegionBackendServiceConsistentHashHttpCookie
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 RegionBackendServiceConsistentHashHttpCookie

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 RegionBackendServiceConsistentHashHttpCookieTtl Ttl
Field Value
Type Description
RegionBackendServiceConsistentHashHttpCookieTtl
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.