#[non_exhaustive]pub struct RebootReplicationInstanceInput { /* private fields */ }
Implementations§
source§impl RebootReplicationInstanceInput
impl RebootReplicationInstanceInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<RebootReplicationInstance, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<RebootReplicationInstance, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<RebootReplicationInstance
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RebootReplicationInstanceInput
.
source§impl RebootReplicationInstanceInput
impl RebootReplicationInstanceInput
sourcepub fn replication_instance_arn(&self) -> Option<&str>
pub fn replication_instance_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the replication instance.
sourcepub fn force_failover(&self) -> Option<bool>
pub fn force_failover(&self) -> 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
.)
sourcepub fn force_planned_failover(&self) -> Option<bool>
pub fn force_planned_failover(&self) -> 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
.)
Trait Implementations§
source§impl Clone for RebootReplicationInstanceInput
impl Clone for RebootReplicationInstanceInput
source§fn clone(&self) -> RebootReplicationInstanceInput
fn clone(&self) -> RebootReplicationInstanceInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq<RebootReplicationInstanceInput> for RebootReplicationInstanceInput
impl PartialEq<RebootReplicationInstanceInput> for RebootReplicationInstanceInput
source§fn eq(&self, other: &RebootReplicationInstanceInput) -> bool
fn eq(&self, other: &RebootReplicationInstanceInput) -> bool
self
and other
values to be equal, and is used
by ==
.