Class FlexibleAppVersionDeployment
Inheritance
System.Object
FlexibleAppVersionDeployment
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.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class FlexibleAppVersionDeployment
Fields
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 readonly FlexibleAppVersionDeploymentCloudBuildOptions CloudBuildOptions
Field Value
| Type | Description |
|---|---|
| FlexibleAppVersionDeploymentCloudBuildOptions |
Container
The Docker image for the container that runs the version. Structure is documented below.
Declaration
public readonly FlexibleAppVersionDeploymentContainer Container
Field Value
| Type | Description |
|---|---|
| FlexibleAppVersionDeploymentContainer |
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 readonly ImmutableArray<FlexibleAppVersionDeploymentFile> Files
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<FlexibleAppVersionDeploymentFile> |
Zip
Zip File Structure is documented below.
Declaration
public readonly FlexibleAppVersionDeploymentZip Zip
Field Value
| Type | Description |
|---|---|
| FlexibleAppVersionDeploymentZip |