Show / Hide Table of Contents

Class EngineSplitTrafficSplitArgs

Inheritance
System.Object
InputArgs
ResourceArgs
EngineSplitTrafficSplitArgs
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.Gcp.AppEngine.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class EngineSplitTrafficSplitArgs : ResourceArgs

Constructors

View Source

EngineSplitTrafficSplitArgs()

Declaration
public EngineSplitTrafficSplitArgs()

Properties

View Source

Allocations

Mapping from version IDs within the service to fractional (0.000, 1] allocations of traffic for that version. Each version can be specified only once, but some versions in the service may not have any traffic allocation. Services that have traffic allocated cannot be deleted until either the service is deleted or their traffic allocation is removed. Allocations must sum to 1. Up to two decimal place precision is supported for IP-based splits and up to three decimal places is supported for cookie-based splits.

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

ShardBy

Mechanism used to determine which version a request is sent to. The traffic selection algorithm will be stable for either type until allocations are changed.

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