Class ServiceTrafficArgs
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ServiceTrafficArgs : ResourceArgs
Constructors
View SourceServiceTrafficArgs()
Declaration
public ServiceTrafficArgs()
Properties
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 Input<bool> LatestRevision { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
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> |
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> |