[−][src]Struct rusoto_elasticache::IncreaseReplicaCountMessage
Fields
apply_immediately: bool
If True
, the number of replica nodes is increased immediately. ApplyImmediately=False
is not currently supported.
new_replica_count: Option<i64>
The number of read replica nodes you want at the completion of this operation. For Redis (cluster mode disabled) replication groups, this is the number of replica nodes in the replication group. For Redis (cluster mode enabled) replication groups, this is the number of replica nodes in each of the replication group's node groups.
replica_configuration: Option<Vec<ConfigureShard>>
A list of ConfigureShard
objects that can be used to configure each shard in a Redis (cluster mode enabled) replication group. The ConfigureShard
has three members: NewReplicaCount
, NodeGroupId
, and PreferredAvailabilityZones
.
replication_group_id: String
The id of the replication group to which you want to add replica nodes.
Trait Implementations
impl PartialEq<IncreaseReplicaCountMessage> for IncreaseReplicaCountMessage
[src]
fn eq(&self, other: &IncreaseReplicaCountMessage) -> bool
[src]
fn ne(&self, other: &IncreaseReplicaCountMessage) -> bool
[src]
impl Default for IncreaseReplicaCountMessage
[src]
impl Clone for IncreaseReplicaCountMessage
[src]
fn clone(&self) -> IncreaseReplicaCountMessage
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for IncreaseReplicaCountMessage
[src]
Auto Trait Implementations
impl Send for IncreaseReplicaCountMessage
impl Sync for IncreaseReplicaCountMessage
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
impl<T, U> TryFrom for T where
T: From<U>,
[src]
T: From<U>,
type Error = !
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId
[src]
impl<T> Erased for T
impl<T> Same for T
type Output = T
Should always be Self