C# Class Amazon.ElasticFileSystem.Model.DescribeMountTargetsRequest

Container for the parameters to the DescribeMountTargets operation. Returns the descriptions of all the current mount targets, or a specific mount target, for a file system. When requesting all of the current mount targets, the order of mount targets returned in the response is unspecified.

This operation requires permissions for the elasticfilesystem:DescribeMountTargets action, on either the file system ID that you specify in FileSystemId, or on the file system of the mount target that you specify in MountTargetId.

Inheritance: AmazonElasticFileSystemRequest
Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
DescribeMountTargetsRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

DescribeMountTargetsRequest ( string fileSystemId ) : System

Instantiates DescribeMountTargetsRequest with the parameterized properties

Private Methods

Method Description
IsSetFileSystemId ( ) : bool
IsSetMarker ( ) : bool
IsSetMaxItems ( ) : bool
IsSetMountTargetId ( ) : bool

Method Details

DescribeMountTargetsRequest() public method

Empty constructor used to set properties independently even when a simple constructor is available
public DescribeMountTargetsRequest ( ) : System
return System

DescribeMountTargetsRequest() public method

Instantiates DescribeMountTargetsRequest with the parameterized properties
public DescribeMountTargetsRequest ( string fileSystemId ) : System
fileSystemId string (Optional) ID of the file system whose mount targets you want to list (String). It must be included in your request if MountTargetId is not included.
return System