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
Показать файл Открыть проект Примеры использования класса

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

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