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
Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
IsSetFileSystemId ( ) : bool
IsSetMarker ( ) : bool
IsSetMaxItems ( ) : bool
IsSetMountTargetId ( ) : bool

Method Details

DescribeMountTargetsRequest() public méthode

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

DescribeMountTargetsRequest() public méthode

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.
Résultat System