Show / Hide Table of Contents

Class GetMountTargetsArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetMountTargetsArgs
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 GetMountTargetsArgs : InvokeArgs

Constructors

View Source

GetMountTargetsArgs()

Declaration
public GetMountTargetsArgs()

Properties

View Source

AccessGroupName

Filter results by a specific AccessGroupName.

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

FileSystemId

The ID of the FileSystem that owns the MountTarget.

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

Ids

A list of MountTargetDomain.

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

MountTargetDomain

Filter results by a specific MountTargetDomain.

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

OutputFile

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

Type

Filter results by a specific NetworkType.

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

VpcId

Filter results by a specific VpcId.

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

VswitchId

Filter results by a specific VSwitchId.

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