Class FlexibleAppVersionDeploymentArgs
Inherited Members
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 SourceFlexibleAppVersionDeploymentArgs()
Declaration
public FlexibleAppVersionDeploymentArgs()
Properties
View SourceCloudBuildOptions
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> |
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> |
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> |
Zip
Zip File Structure is documented below.
Declaration
public Input<FlexibleAppVersionDeploymentZipArgs> Zip { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<FlexibleAppVersionDeploymentZipArgs> |