Show / Hide Table of Contents

Class ServiceTrafficArgs

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

Constructors

View Source

ServiceTrafficArgs()

Declaration
public ServiceTrafficArgs()

Properties

View Source

LatestRevision

LatestRevision may be optionally provided to indicate that the latest ready Revision of the Configuration should be used for this traffic target. When provided LatestRevision must be true if RevisionName is empty; it must be false when RevisionName is non-empty.

Declaration
public Input<bool> LatestRevision { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Percent

Percent specifies percent of the traffic to this Revision or Configuration.

Declaration
public Input<int> Percent { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

RevisionName

RevisionName of a specific revision to which to send this portion of traffic.

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