C# 클래스 Amazon.EC2.Model.DescribeVolumesRequest

Container for the parameters to the DescribeVolumes operation. Describes the specified EBS volumes.

If you are describing a long list of volumes, you can paginate the output to make the list more manageable. The MaxResults parameter sets the maximum number of results returned in a single page. If the list of results exceeds your MaxResults value, then that number of results is returned along with a NextToken value that can be passed to a subsequent DescribeVolumes request to retrieve the remaining results.

For more information about EBS volumes, see Amazon EBS Volumes in the Amazon Elastic Compute Cloud User Guide.

상속: AmazonEC2Request
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
DescribeVolumesRequest ( ) : System

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

DescribeVolumesRequest ( List volumeIds ) : System

Instantiates DescribeVolumesRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetFilters ( ) : bool
IsSetMaxResults ( ) : bool
IsSetNextToken ( ) : bool
IsSetVolumeIds ( ) : bool

메소드 상세

DescribeVolumesRequest() 공개 메소드

Empty constructor used to set properties independently even when a simple constructor is available
public DescribeVolumesRequest ( ) : System
리턴 System

DescribeVolumesRequest() 공개 메소드

Instantiates DescribeVolumesRequest with the parameterized properties
public DescribeVolumesRequest ( List volumeIds ) : System
volumeIds List One or more volume IDs.
리턴 System