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 SourceLatestRevision
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> |
Percent
Percent specifies percent of the traffic to this Revision or Configuration.
Declaration
public readonly int Percent
Field Value
| Type | Description |
|---|---|
| System.Int32 |
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 |