Show / Hide Table of Contents

Class InstanceTemplateSpec

InstanceTemplateSpec describes the data an instance should have when created from a template.

Inheritance
System.Object
InstanceTemplateSpec
Implements
IDirectResponseSchema
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: Google.Apis.CloudRun.v1alpha1.Data
Assembly: Google.Apis.CloudRun.v1alpha1.dll
Syntax
public class InstanceTemplateSpec : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Spec

Optional. Specification of the desired behavior of the instance. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status +optional

Declaration
[JsonProperty("spec")]
public virtual InstanceSpec Spec { get; set; }
Property Value
Type Description
InstanceSpec

Implements

IDirectResponseSchema
In This Article
Back to top