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
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
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