pub struct DescribeVirtualInterfaces { /* private fields */ }Expand description
Fluent builder constructing a request to DescribeVirtualInterfaces.
Displays all virtual interfaces for an Amazon Web Services account. Virtual interfaces deleted fewer than 15 minutes before you make the request are also returned. If you specify a connection ID, only the virtual interfaces associated with the connection are returned. If you specify a virtual interface ID, then only a single virtual interface is returned.
A virtual interface (VLAN) transmits the traffic between the Direct Connect location and the customer network.
Implementations
sourceimpl DescribeVirtualInterfaces
impl DescribeVirtualInterfaces
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<DescribeVirtualInterfaces, AwsResponseRetryClassifier>, SdkError<DescribeVirtualInterfacesError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<DescribeVirtualInterfaces, AwsResponseRetryClassifier>, SdkError<DescribeVirtualInterfacesError>>
Consume this builder, creating a customizable operation that can be modified before being sent. The operation’s inner http::Request can be modified as well.
sourcepub async fn send(
self
) -> Result<DescribeVirtualInterfacesOutput, SdkError<DescribeVirtualInterfacesError>>
pub async fn send(
self
) -> Result<DescribeVirtualInterfacesOutput, SdkError<DescribeVirtualInterfacesError>>
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.
sourcepub fn connection_id(self, input: impl Into<String>) -> Self
pub fn connection_id(self, input: impl Into<String>) -> Self
The ID of the connection.
sourcepub fn set_connection_id(self, input: Option<String>) -> Self
pub fn set_connection_id(self, input: Option<String>) -> Self
The ID of the connection.
sourcepub fn virtual_interface_id(self, input: impl Into<String>) -> Self
pub fn virtual_interface_id(self, input: impl Into<String>) -> Self
The ID of the virtual interface.
sourcepub fn set_virtual_interface_id(self, input: Option<String>) -> Self
pub fn set_virtual_interface_id(self, input: Option<String>) -> Self
The ID of the virtual interface.
Trait Implementations
sourceimpl Clone for DescribeVirtualInterfaces
impl Clone for DescribeVirtualInterfaces
sourcefn clone(&self) -> DescribeVirtualInterfaces
fn clone(&self) -> DescribeVirtualInterfaces
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more