Struct aws_sdk_opensearch::model::AdditionalLimit [−][src]
#[non_exhaustive]pub struct AdditionalLimit {
pub limit_name: Option<String>,
pub limit_values: Option<Vec<String>>,
}
Expand description
List of limits that are specific to a given InstanceType and for each of its
InstanceRole
.
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.limit_name: Option<String>
Additional limit is specific to a given InstanceType and for each of its
InstanceRole
etc.
Attributes and their details:
- MaximumNumberOfDataNodesSupported This attribute is present on the master node only to specify how much data nodes up to which given
- MaximumNumberOfDataNodesWithoutMasterNode This attribute is present on data node only to specify how much data nodes of given
ESPartitionInstanceType
can support as master node.
ESPartitionInstanceType
up to which you don't need any master nodes to govern them.
limit_values: Option<Vec<String>>
Value for a given
AdditionalLimit$LimitName
.
Implementations
Additional limit is specific to a given InstanceType and for each of its
InstanceRole
etc.
Attributes and their details:
- MaximumNumberOfDataNodesSupported This attribute is present on the master node only to specify how much data nodes up to which given
- MaximumNumberOfDataNodesWithoutMasterNode This attribute is present on data node only to specify how much data nodes of given
ESPartitionInstanceType
can support as master node.
ESPartitionInstanceType
up to which you don't need any master nodes to govern them.
Value for a given
AdditionalLimit$LimitName
.
Creates a new builder-style object to manufacture AdditionalLimit
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 RefUnwindSafe for AdditionalLimit
impl Send for AdditionalLimit
impl Sync for AdditionalLimit
impl Unpin for AdditionalLimit
impl UnwindSafe for AdditionalLimit
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