Class InstanceFileSharesArgs
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.Filestore.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class InstanceFileSharesArgs : ResourceArgs
Constructors
View SourceInstanceFileSharesArgs()
Declaration
public InstanceFileSharesArgs()
Properties
View SourceCapacityGb
File share capacity in GiB. This must be at least 1024 GiB for the standard tier, or 2560 GiB for the premium tier.
Declaration
public Input<int> CapacityGb { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Name
The name of the fileshare (16 characters or less)
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |