Show / Hide Table of Contents

Class ContainerSpec

Container Spec.

Inheritance
object
ContainerSpec
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dataflow.v1b3.Data
Assembly: Google.Apis.Dataflow.v1b3.dll
Syntax
public class ContainerSpec : IDirectResponseSchema

Properties

DefaultEnvironment

Default runtime environment for the job.

Declaration
[JsonProperty("defaultEnvironment")]
public virtual FlexTemplateRuntimeEnvironment DefaultEnvironment { get; set; }
Property Value
Type Description
FlexTemplateRuntimeEnvironment

ETag

The ETag of the item.

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

Image

Name of the docker container image. E.g., gcr.io/project/some-image

Declaration
[JsonProperty("image")]
public virtual string Image { get; set; }
Property Value
Type Description
string

ImageRepositoryCertPath

Cloud Storage path to self-signed certificate of private registry.

Declaration
[JsonProperty("imageRepositoryCertPath")]
public virtual string ImageRepositoryCertPath { get; set; }
Property Value
Type Description
string

ImageRepositoryPasswordSecretId

Secret Manager secret id for password to authenticate to private registry.

Declaration
[JsonProperty("imageRepositoryPasswordSecretId")]
public virtual string ImageRepositoryPasswordSecretId { get; set; }
Property Value
Type Description
string

ImageRepositoryUsernameSecretId

Secret Manager secret id for username to authenticate to private registry.

Declaration
[JsonProperty("imageRepositoryUsernameSecretId")]
public virtual string ImageRepositoryUsernameSecretId { get; set; }
Property Value
Type Description
string

Metadata

Metadata describing a template including description and validation rules.

Declaration
[JsonProperty("metadata")]
public virtual TemplateMetadata Metadata { get; set; }
Property Value
Type Description
TemplateMetadata

SdkInfo

Required. SDK info of the Flex Template.

Declaration
[JsonProperty("sdkInfo")]
public virtual SDKInfo SdkInfo { get; set; }
Property Value
Type Description
SDKInfo

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX