Show / Hide Table of Contents

Class InstanceFileShares

Inheritance
System.Object
InstanceFileShares
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.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class InstanceFileShares

Fields

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 readonly int CapacityGb
Field Value
Type Description
System.Int32
View Source

Name

The name of the fileshare (16 characters or less)

Declaration
public readonly string Name
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.