Struct aws_sdk_storagegateway::operation::disable_gateway::builders::DisableGatewayFluentBuilder
source · pub struct DisableGatewayFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to DisableGateway.
Disables a tape gateway when the gateway is no longer functioning. For example, if your gateway VM is damaged, you can disable the gateway so you can recover virtual tapes.
Use this operation for a tape gateway that is not reachable or not functioning. This operation is only supported in the tape gateway type.
After a gateway is disabled, it cannot be enabled.
Implementations§
source§impl DisableGatewayFluentBuilder
impl DisableGatewayFluentBuilder
sourcepub fn as_input(&self) -> &DisableGatewayInputBuilder
pub fn as_input(&self) -> &DisableGatewayInputBuilder
Access the DisableGateway as a reference.
sourcepub async fn send(
self
) -> Result<DisableGatewayOutput, SdkError<DisableGatewayError, HttpResponse>>
pub async fn send( self ) -> Result<DisableGatewayOutput, SdkError<DisableGatewayError, HttpResponse>>
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 customize(
self
) -> CustomizableOperation<DisableGatewayOutput, DisableGatewayError, Self>
pub fn customize( self ) -> CustomizableOperation<DisableGatewayOutput, DisableGatewayError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn gateway_arn(self, input: impl Into<String>) -> Self
pub fn gateway_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region.
sourcepub fn set_gateway_arn(self, input: Option<String>) -> Self
pub fn set_gateway_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region.
sourcepub fn get_gateway_arn(&self) -> &Option<String>
pub fn get_gateway_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region.
Trait Implementations§
source§impl Clone for DisableGatewayFluentBuilder
impl Clone for DisableGatewayFluentBuilder
source§fn clone(&self) -> DisableGatewayFluentBuilder
fn clone(&self) -> DisableGatewayFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more