C# Класс 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.

Наследование: AmazonElasticFileSystemRequest
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
IsSetFileSystemId ( ) : bool
IsSetMarker ( ) : bool
IsSetMaxItems ( ) : bool
IsSetMountTargetId ( ) : bool

Описание методов

DescribeMountTargetsRequest() публичный Метод

Empty constructor used to set properties independently even when a simple constructor is available
public DescribeMountTargetsRequest ( ) : System
Результат System

DescribeMountTargetsRequest() публичный Метод

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.
Результат System