Class FlexibleAppVersionResourcesVolumeGetArgs
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 FlexibleAppVersionResourcesVolumeGetArgs : ResourceArgs
Constructors
View SourceFlexibleAppVersionResourcesVolumeGetArgs()
Declaration
public FlexibleAppVersionResourcesVolumeGetArgs()
Properties
View SourceName
Full Serverless VPC Access Connector name e.g. /projects/my-project/locations/us-central1/connectors/c1.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SizeGb
Volume size in gigabytes.
Declaration
public Input<int> SizeGb { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
VolumeType
Underlying volume type, e.g. 'tmpfs'.
Declaration
public Input<string> VolumeType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |