Class StandardAppVersionDeploymentFileArgs
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 StandardAppVersionDeploymentFileArgs : ResourceArgs
Constructors
View SourceStandardAppVersionDeploymentFileArgs()
Declaration
public StandardAppVersionDeploymentFileArgs()
Properties
View SourceName
Name of the library. Example "django".
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Sha1Sum
SHA1 checksum of the file
Declaration
public Input<string> Sha1Sum { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SourceUrl
Source URL
Declaration
public Input<string> SourceUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |