Show / Hide Table of Contents

Class GetFileSystemsArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetFileSystemsArgs
Inherited Members
InvokeArgs.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 GetFileSystemsArgs : InvokeArgs

Constructors

View Source

GetFileSystemsArgs()

Declaration
public GetFileSystemsArgs()

Properties

View Source

DescriptionRegex

A regex string to filter the results by the :FileSystem description.

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

Ids

A list of FileSystemId.

Declaration
public List<string> Ids { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
View Source

OutputFile

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

ProtocolType

Filter results by a specific ProtocolType.

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

StorageType

Filter results by a specific StorageType.

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