Show / Hide Table of Contents

Class WorkerPoolSpec

WorkerPoolSpec holds the desired state of the WorkerPool's template and instance splits.

Inheritance
object
WorkerPoolSpec
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudRun.v1.Data
Assembly: Google.Apis.CloudRun.v1.dll
Syntax
public class WorkerPoolSpec : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

InstanceSplits

Specifies how to distribute instances over a collection of Revisions.

Declaration
[JsonProperty("instanceSplits")]
public virtual IList<InstanceSplit> InstanceSplits { get; set; }
Property Value
Type Description
IList<InstanceSplit>

Template

Holds the latest specification for the Revision to be stamped out.

Declaration
[JsonProperty("template")]
public virtual RevisionTemplate Template { get; set; }
Property Value
Type Description
RevisionTemplate

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX