Class FileSystemState
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.AliCloud.Nas
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class FileSystemState : ResourceArgs
Constructors
View SourceFileSystemState()
Declaration
public FileSystemState()
Properties
View SourceDescription
The File System description.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |