Struct aws_sdk_fsx::client::fluent_builders::DescribeStorageVirtualMachines [−][src]
pub struct DescribeStorageVirtualMachines<C = DynConnector, M = AwsMiddleware, R = Standard> { /* fields omitted */ }Expand description
Fluent builder constructing a request to DescribeStorageVirtualMachines.
Describes one or more Amazon FSx for NetApp ONTAP storage virtual machines (SVMs).
Implementations
impl<C, M, R> DescribeStorageVirtualMachines<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> DescribeStorageVirtualMachines<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<DescribeStorageVirtualMachinesOutput, SdkError<DescribeStorageVirtualMachinesError>> where
R::Policy: SmithyRetryPolicy<DescribeStorageVirtualMachinesInputOperationOutputAlias, DescribeStorageVirtualMachinesOutput, DescribeStorageVirtualMachinesError, DescribeStorageVirtualMachinesInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<DescribeStorageVirtualMachinesOutput, SdkError<DescribeStorageVirtualMachinesError>> where
R::Policy: SmithyRetryPolicy<DescribeStorageVirtualMachinesInputOperationOutputAlias, DescribeStorageVirtualMachinesOutput, DescribeStorageVirtualMachinesError, DescribeStorageVirtualMachinesInputOperationRetryAlias>,
Sends the request and returns the response.
If an error occurs, an SdkError will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
Appends an item to StorageVirtualMachineIds.
To override the contents of this collection use set_storage_virtual_machine_ids.
Enter the ID of one or more SVMs that you want to view.
Enter the ID of one or more SVMs that you want to view.
Appends an item to Filters.
To override the contents of this collection use set_filters.
Enter a filter name:value pair to view a select set of SVMs.
Enter a filter name:value pair to view a select set of SVMs.
The maximum number of resources to return in the response. This value must be an integer greater than zero.
The maximum number of resources to return in the response. This value must be an integer greater than zero.
(Optional) Opaque pagination token returned from a previous operation (String). If
present, this token indicates from what point you can continue processing the request, where
the previous NextToken value left off.
(Optional) Opaque pagination token returned from a previous operation (String). If
present, this token indicates from what point you can continue processing the request, where
the previous NextToken value left off.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !RefUnwindSafe for DescribeStorageVirtualMachines<C, M, R>
impl<C, M, R> Send for DescribeStorageVirtualMachines<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for DescribeStorageVirtualMachines<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for DescribeStorageVirtualMachines<C, M, R>
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !UnwindSafe for DescribeStorageVirtualMachines<C, M, R>
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more