Class RevisionTemplate (1.0.0-beta02)

public sealed class RevisionTemplate : IMessage<RevisionTemplate>, IEquatable<RevisionTemplate>, IDeepCloneable<RevisionTemplate>, IBufferMessage, IMessage

RevisionTemplate describes the data a revision should have when created from a template.

Inheritance

Object > RevisionTemplate

Namespace

Google.Cloud.Run.V2

Assembly

Google.Cloud.Run.V2.dll

Constructors

RevisionTemplate()

public RevisionTemplate()

RevisionTemplate(RevisionTemplate)

public RevisionTemplate(RevisionTemplate other)
Parameter
NameDescription
otherRevisionTemplate

Properties

Annotations

public MapField<string, string> Annotations { get; }

KRM-style annotations for the resource.

Property Value
TypeDescription
MapField<String, String>

Containers

public RepeatedField<Container> Containers { get; }

Holds the single container that defines the unit of execution for this Revision.

Property Value
TypeDescription
RepeatedField<Container>

EncryptionKey

public string EncryptionKey { get; set; }

A reference to a customer managed encryption key (CMEK) to use to encrypt this container image. For more information, go to https://cloud.google.com/run/docs/securing/using-cmek

Property Value
TypeDescription
String

EncryptionKeyAsCryptoKeyName

public CryptoKeyName EncryptionKeyAsCryptoKeyName { get; set; }

CryptoKeyName-typed view over the EncryptionKey resource name property.

Property Value
TypeDescription
CryptoKeyName

ExecutionEnvironment

public ExecutionEnvironment ExecutionEnvironment { get; set; }

The sandbox environment to host this Revision.

Property Value
TypeDescription
ExecutionEnvironment

Labels

public MapField<string, string> Labels { get; }

KRM-style labels for the resource.

Property Value
TypeDescription
MapField<String, String>

MaxInstanceRequestConcurrency

public int MaxInstanceRequestConcurrency { get; set; }

Sets the maximum number of requests that each serving instance can receive.

Property Value
TypeDescription
Int32

Revision

public string Revision { get; set; }

The unique name for the revision. If this field is omitted, it will be automatically generated based on the Service name.

Property Value
TypeDescription
String

RevisionAsRevisionName

public RevisionName RevisionAsRevisionName { get; set; }

RevisionName-typed view over the Revision resource name property.

Property Value
TypeDescription
RevisionName

Scaling

public RevisionScaling Scaling { get; set; }

Scaling settings for this Revision.

Property Value
TypeDescription
RevisionScaling

ServiceAccount

public string ServiceAccount { get; set; }

Email address of the IAM service account associated with the revision of the service. The service account represents the identity of the running revision, and determines what permissions the revision has. If not provided, the revision will use the project's default service account.

Property Value
TypeDescription
String

Timeout

public Duration Timeout { get; set; }

Max allowed time for an instance to respond to a request.

Property Value
TypeDescription
Duration

Volumes

public RepeatedField<Volume> Volumes { get; }

A list of Volumes to make available to containers.

Property Value
TypeDescription
RepeatedField<Volume>

VpcAccess

public VpcAccess VpcAccess { get; set; }

VPC Access configuration to use for this Revision. For more information, visit https://cloud.google.com/run/docs/configuring/connecting-vpc.

Property Value
TypeDescription
VpcAccess