Show / Hide Table of Contents

Class ServiceTemplateArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ServiceTemplateArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ServiceTemplateArgs : ResourceArgs

Constructors

View Source

ServiceTemplateArgs()

Declaration
public ServiceTemplateArgs()

Properties

View Source

Metadata

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

Declaration
public Input<ServiceTemplateMetadataArgs> Metadata { get; set; }
Property Value
Type Description
Input<ServiceTemplateMetadataArgs>
View Source

Spec

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

Declaration
public Input<ServiceTemplateSpecArgs> Spec { get; set; }
Property Value
Type Description
Input<ServiceTemplateSpecArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.