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.
Implements
IMessage<RevisionTemplate>, IEquatable<RevisionTemplate>, IDeepCloneable<RevisionTemplate>, IBufferMessage, IMessageNamespace
Google.Cloud.Run.V2Assembly
Google.Cloud.Run.V2.dll
Constructors
RevisionTemplate()
public RevisionTemplate()
RevisionTemplate(RevisionTemplate)
public RevisionTemplate(RevisionTemplate other)
Parameter | |
---|---|
Name | Description |
other | RevisionTemplate |
Properties
Annotations
public MapField<string, string> Annotations { get; }
KRM-style annotations for the resource.
Property Value | |
---|---|
Type | Description |
MapField<String, String> |
Containers
public RepeatedField<Container> Containers { get; }
Holds the single container that defines the unit of execution for this Revision.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
String |
EncryptionKeyAsCryptoKeyName
public CryptoKeyName EncryptionKeyAsCryptoKeyName { get; set; }
CryptoKeyName-typed view over the EncryptionKey resource name property.
Property Value | |
---|---|
Type | Description |
CryptoKeyName |
ExecutionEnvironment
public ExecutionEnvironment ExecutionEnvironment { get; set; }
The sandbox environment to host this Revision.
Property Value | |
---|---|
Type | Description |
ExecutionEnvironment |
Labels
public MapField<string, string> Labels { get; }
KRM-style labels for the resource.
Property Value | |
---|---|
Type | Description |
MapField<String, String> |
MaxInstanceRequestConcurrency
public int MaxInstanceRequestConcurrency { get; set; }
Sets the maximum number of requests that each serving instance can receive.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
String |
RevisionAsRevisionName
public RevisionName RevisionAsRevisionName { get; set; }
RevisionName-typed view over the Revision resource name property.
Property Value | |
---|---|
Type | Description |
RevisionName |
Scaling
public RevisionScaling Scaling { get; set; }
Scaling settings for this Revision.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
String |
Timeout
public Duration Timeout { get; set; }
Max allowed time for an instance to respond to a request.
Property Value | |
---|---|
Type | Description |
Duration |
Volumes
public RepeatedField<Volume> Volumes { get; }
A list of Volumes to make available to containers.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
VpcAccess |