Class GetFileSystemsArgs
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 GetFileSystemsArgs : InvokeArgs
Constructors
View SourceGetFileSystemsArgs()
Declaration
public GetFileSystemsArgs()
Properties
View SourceDescriptionRegex
A regex string to filter the results by the :FileSystem description.
Declaration
public string DescriptionRegex { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Ids
A list of FileSystemId.
Declaration
public List<string> Ids { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.String> |
OutputFile
Declaration
public string OutputFile { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ProtocolType
Filter results by a specific ProtocolType.
Declaration
public string ProtocolType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
StorageType
Filter results by a specific StorageType.
Declaration
public string StorageType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |