Show / Hide Table of Contents

Class InstanceFileSharesArgs

Inheritance
System.Object
InputArgs
ResourceArgs
InstanceFileSharesArgs
Inherited Members
ResourceArgs.Empty
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 Source

InstanceFileSharesArgs()

Declaration
public InstanceFileSharesArgs()

Properties

View Source

CapacityGb

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>
View Source

Name

The name of the fileshare (16 characters or less)

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.