Show / Hide Table of Contents

Class FlexibleAppVersionDeploymentGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
FlexibleAppVersionDeploymentGetArgs
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 FlexibleAppVersionDeploymentGetArgs : ResourceArgs

Constructors

View Source

FlexibleAppVersionDeploymentGetArgs()

Declaration
public FlexibleAppVersionDeploymentGetArgs()

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<FlexibleAppVersionDeploymentCloudBuildOptionsGetArgs> CloudBuildOptions { get; set; }
Property Value
Type Description
Input<FlexibleAppVersionDeploymentCloudBuildOptionsGetArgs>
View Source

Container

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

Declaration
public Input<FlexibleAppVersionDeploymentContainerGetArgs> Container { get; set; }
Property Value
Type Description
Input<FlexibleAppVersionDeploymentContainerGetArgs>
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<FlexibleAppVersionDeploymentFileGetArgs> Files { get; set; }
Property Value
Type Description
InputList<FlexibleAppVersionDeploymentFileGetArgs>
View Source

Zip

Zip File Structure is documented below.

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