Class GetMountTargetsArgs
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 GetMountTargetsArgs : InvokeArgs
Constructors
View SourceGetMountTargetsArgs()
Declaration
public GetMountTargetsArgs()
Properties
View SourceAccessGroupName
Filter results by a specific AccessGroupName.
Declaration
public string AccessGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
FileSystemId
The ID of the FileSystem that owns the MountTarget.
Declaration
public string FileSystemId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Ids
A list of MountTargetDomain.
Declaration
public List<string> Ids { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.String> |
MountTargetDomain
Filter results by a specific MountTargetDomain.
Declaration
public string MountTargetDomain { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
OutputFile
Declaration
public string OutputFile { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Type
Filter results by a specific NetworkType.
Declaration
public string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
VpcId
Filter results by a specific VpcId.
Declaration
public string VpcId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
VswitchId
Filter results by a specific VSwitchId.
Declaration
public string VswitchId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |