Class FlexibleAppVersionResourcesArgs
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 FlexibleAppVersionResourcesArgs : ResourceArgs
Constructors
View SourceFlexibleAppVersionResourcesArgs()
Declaration
public FlexibleAppVersionResourcesArgs()
Properties
View SourceCpu
Number of CPU cores needed.
Declaration
public Input<int> Cpu { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
DiskGb
Disk size (GB) needed.
Declaration
public Input<int> DiskGb { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
MemoryGb
Memory (GB) needed.
Declaration
public Input<double> MemoryGb { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Double> |
Volumes
List of ports, or port pairs, to forward from the virtual machine to the application container. Structure is documented below.
Declaration
public InputList<FlexibleAppVersionResourcesVolumeArgs> Volumes { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<FlexibleAppVersionResourcesVolumeArgs> |