Show / Hide Table of Contents

Class FlexibleAppVersionDeploymentArgs

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

Constructors

View Source

FlexibleAppVersionDeploymentArgs()

Declaration
public FlexibleAppVersionDeploymentArgs()

Properties

View Source

CloudBuildOptions

Options for the build operations performed as a part of the version deployment. Only applicable when creating a version using source code directly. Structure is documented below.

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

Container

The Docker image for the container that runs the version. Structure is documented below.

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

Files

Manifest of the files stored in Google Cloud Storage that are included as part of this version. All files must be readable using the credentials supplied with this call. Structure is documented below.

Declaration
public InputList<FlexibleAppVersionDeploymentFileArgs> Files { get; set; }
Property Value
Type Description
InputList<FlexibleAppVersionDeploymentFileArgs>
View Source

Zip

Zip File Structure is documented below.

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