Show / Hide Table of Contents

Class ServiceSpec

ServiceSpec holds the desired state of the Route (from the client), which is used to manipulate the underlying Route and Configuration(s).

Inheritance
object
ServiceSpec
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 ServiceSpec : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

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

Traffic

Specifies how to distribute traffic over a collection of Knative Revisions and Configurations to the Service's main URL.

Declaration
[JsonProperty("traffic")]
public virtual IList<TrafficTarget> Traffic { get; set; }
Property Value
Type Description
IList<TrafficTarget>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX