public sealed class InstanceSplitStatus : IMessage<InstanceSplitStatus>, IEquatable<InstanceSplitStatus>, IDeepCloneable<InstanceSplitStatus>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Run Admin v2 API class InstanceSplitStatus.
Represents the observed state of a single InstanceSplit
entry.
Implements
IMessageInstanceSplitStatus, IEquatableInstanceSplitStatus, IDeepCloneableInstanceSplitStatus, IBufferMessage, IMessageNamespace
Google.Cloud.Run.V2Assembly
Google.Cloud.Run.V2.dll
Constructors
InstanceSplitStatus()
public InstanceSplitStatus()
InstanceSplitStatus(InstanceSplitStatus)
public InstanceSplitStatus(InstanceSplitStatus other)
Parameter | |
---|---|
Name | Description |
other |
InstanceSplitStatus |
Properties
Percent
public int Percent { get; set; }
Specifies percent of the instance split to this Revision.
Property Value | |
---|---|
Type | Description |
int |
Revision
public string Revision { get; set; }
Revision to which this instance split is assigned.
Property Value | |
---|---|
Type | Description |
string |
RevisionAsRevisionName
public RevisionName RevisionAsRevisionName { get; set; }
RevisionName-typed view over the Revision resource name property.
Property Value | |
---|---|
Type | Description |
RevisionName |
Type
public InstanceSplitAllocationType Type { get; set; }
The allocation type for this instance split.
Property Value | |
---|---|
Type | Description |
InstanceSplitAllocationType |