Show / Hide Table of Contents

Class FileSystemState

Inheritance
System.Object
InputArgs
ResourceArgs
FileSystemState
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.AliCloud.Nas
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class FileSystemState : ResourceArgs

Constructors

View Source

FileSystemState()

Declaration
public FileSystemState()

Properties

View Source

Description

The File System description.

Declaration
public Input<string> Description { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ProtocolType

The Protocol Type of a File System. Valid values: NFS and SMB.

Declaration
public Input<string> ProtocolType { get; set; }
Property Value
Type Description
Input<System.String>
View Source

StorageType

The Storage Type of a File System. Valid values: Capacity and Performance.

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