Struct aws_sdk_elasticsearch::model::AdditionalLimit
source · #[non_exhaustive]pub struct AdditionalLimit { /* private fields */ }
Expand description
List of limits that are specific to a given InstanceType and for each of it's
. InstanceRole
Implementations§
source§impl AdditionalLimit
impl AdditionalLimit
sourcepub fn limit_name(&self) -> Option<&str>
pub fn limit_name(&self) -> Option<&str>
Name of Additional Limit is specific to a given InstanceType and for each of it's
etc. InstanceRole
Attributes and their details:
- MaximumNumberOfDataNodesSupported This attribute will be present in Master node only to specify how much data nodes upto which given
- MaximumNumberOfDataNodesWithoutMasterNode This attribute will be present in Data node only to specify how much data nodes of given
ESPartitionInstanceType
can support as master node.
ESPartitionInstanceType
upto which you don't need any master nodes to govern them.
sourcepub fn limit_values(&self) -> Option<&[String]>
pub fn limit_values(&self) -> Option<&[String]>
Value for given
. AdditionalLimit$LimitName
source§impl AdditionalLimit
impl AdditionalLimit
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AdditionalLimit
.
Trait Implementations§
source§impl Clone for AdditionalLimit
impl Clone for AdditionalLimit
source§fn clone(&self) -> AdditionalLimit
fn clone(&self) -> AdditionalLimit
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for AdditionalLimit
impl Debug for AdditionalLimit
source§impl PartialEq<AdditionalLimit> for AdditionalLimit
impl PartialEq<AdditionalLimit> for AdditionalLimit
source§fn eq(&self, other: &AdditionalLimit) -> bool
fn eq(&self, other: &AdditionalLimit) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.