Show / Hide Table of Contents

Class InstanceFileSharesGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
InstanceFileSharesGetArgs
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 InstanceFileSharesGetArgs : ResourceArgs

Constructors

View Source

InstanceFileSharesGetArgs()

Declaration
public InstanceFileSharesGetArgs()

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.