Show / Hide Table of Contents

Class ServiceTraffic

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

Fields

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 readonly bool? LatestRevision
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

Percent

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

Declaration
public readonly int Percent
Field Value
Type Description
System.Int32
View Source

RevisionName

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

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