Show / Hide Table of Contents

Class ServiceTemplate

Inheritance
System.Object
ServiceTemplate
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: Pulumi.Gcp.CloudRun.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ServiceTemplate

Fields

View Source

Metadata

Metadata associated with this Service, including name, namespace, labels, and annotations. Structure is documented below.

Declaration
public readonly ServiceTemplateMetadata Metadata
Field Value
Type Description
ServiceTemplateMetadata
View Source

Spec

RevisionSpec holds the desired state of the Revision (from the client). Structure is documented below.

Declaration
public readonly ServiceTemplateSpec Spec
Field Value
Type Description
ServiceTemplateSpec
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.