public sealed class TrafficTargetStatus : IMessage<TrafficTargetStatus>, IEquatable<TrafficTargetStatus>, IDeepCloneable<TrafficTargetStatus>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Run Admin v2 API class TrafficTargetStatus.
Represents the observed state of a single TrafficTarget
entry.
Implements
IMessage<TrafficTargetStatus>, IEquatable<TrafficTargetStatus>, IDeepCloneable<TrafficTargetStatus>, IBufferMessage, IMessageNamespace
Google.Cloud.Run.V2Assembly
Google.Cloud.Run.V2.dll
Constructors
TrafficTargetStatus()
public TrafficTargetStatus()
TrafficTargetStatus(TrafficTargetStatus)
public TrafficTargetStatus(TrafficTargetStatus other)
Name | Description |
other | TrafficTargetStatus |
Properties
Percent
public int Percent { get; set; }
Specifies percent of the traffic to this Revision.
Type | Description |
Int32 |
Revision
public string Revision { get; set; }
Revision to which this traffic is sent.
Type | Description |
String |
RevisionAsRevisionName
public RevisionName RevisionAsRevisionName { get; set; }
RevisionName-typed view over the Revision resource name property.
Type | Description |
RevisionName |
Tag
public string Tag { get; set; }
Indicates the string used in the URI to exclusively reference this target.
Type | Description |
String |
Type
public TrafficTargetAllocationType Type { get; set; }
The allocation type for this traffic target.
Type | Description |
TrafficTargetAllocationType |
Uri
public string Uri { get; set; }
Displays the target URI.
Type | Description |
String |