Struct aws_sdk_databasemigration::input::RebootReplicationInstanceInput [−][src]
#[non_exhaustive]pub struct RebootReplicationInstanceInput {
pub replication_instance_arn: Option<String>,
pub force_failover: Option<bool>,
pub force_planned_failover: Option<bool>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.replication_instance_arn: Option<String>
The Amazon Resource Name (ARN) of the replication instance.
force_failover: Option<bool>
If this parameter is true
, the reboot is conducted through a Multi-AZ
failover. If the instance isn't configured for Multi-AZ, then you can't specify
true
. ( --force-planned-failover
and --force-failover
can't both be set to true
.)
force_planned_failover: Option<bool>
If this parameter is true
, the reboot is conducted through a planned Multi-AZ failover
where resources are released and cleaned up prior to conducting the failover.
If the instance isn''t configured for Multi-AZ, then you can't specify true
.
( --force-planned-failover
and --force-failover
can't both be set to true
.)
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<RebootReplicationInstance, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<RebootReplicationInstance, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<RebootReplicationInstance
>
Creates a new builder-style object to manufacture RebootReplicationInstanceInput
The Amazon Resource Name (ARN) of the replication instance.
If this parameter is true
, the reboot is conducted through a Multi-AZ
failover. If the instance isn't configured for Multi-AZ, then you can't specify
true
. ( --force-planned-failover
and --force-failover
can't both be set to true
.)
If this parameter is true
, the reboot is conducted through a planned Multi-AZ failover
where resources are released and cleaned up prior to conducting the failover.
If the instance isn''t configured for Multi-AZ, then you can't specify true
.
( --force-planned-failover
and --force-failover
can't both be set to true
.)
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for RebootReplicationInstanceInput
impl Sync for RebootReplicationInstanceInput
impl Unpin for RebootReplicationInstanceInput
impl UnwindSafe for RebootReplicationInstanceInput
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