AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 3.5
 
Container for the parameters to the DescribeMountTargets operation. Returns the descriptions of the current mount targets for a file system. The order of mount targets returned in the response is unspecified.

This operation requires permission for the elasticfilesystem:DescribeMountTargets action on the file system FileSystemId.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.ElasticFileSystem.AmazonElasticFileSystemRequest
      Amazon.ElasticFileSystem.Model.DescribeMountTargetsRequest

Namespace: Amazon.ElasticFileSystem.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class DescribeMountTargetsRequest : AmazonElasticFileSystemRequest
         IRequestEvents

The DescribeMountTargetsRequest type exposes the following members

Constructors

NameDescription
Public Method DescribeMountTargetsRequest() Empty constructor used to set properties independently even when a simple constructor is available
Public Method DescribeMountTargetsRequest(string) Instantiates DescribeMountTargetsRequest with the parameterized properties

Properties

NameTypeDescription
Public Property FileSystemId System.String Gets and sets the property FileSystemId.

String. The ID of the file system whose mount targets you want to list.

Public Property Marker System.String Gets and sets the property Marker.

Optional. String. Opaque pagination token returned from a previous DescribeMountTargets operation. If present, it specifies to continue the list from where the previous returning call left off.

Public Property MaxItems System.Int32 Gets and sets the property MaxItems.

Optional. Maximum number of mount targets to return in the response. It must be an integer with a value greater than zero.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5