#[non_exhaustive]pub struct AdvancedOptionsStatus { /* private fields */ }Expand description
Status of the advanced options for the specified Elasticsearch domain. Currently, the following advanced options are available:
- Option to allow references to indices in an HTTP request body. Must be 
falsewhen configuring access to individual sub-resources. By default, the value istrue. See Configuration Advanced Options for more information. - Option to specify the percentage of heap space that is allocated to field data. By default, this setting is unbounded.
 
For more information, see Configuring Advanced Options.
Implementations§
source§impl AdvancedOptionsStatus
 
impl AdvancedOptionsStatus
sourcepub fn builder() -> AdvancedOptionsStatusBuilder
 
pub fn builder() -> AdvancedOptionsStatusBuilder
Creates a new builder-style object to manufacture AdvancedOptionsStatus.
Trait Implementations§
source§impl Clone for AdvancedOptionsStatus
 
impl Clone for AdvancedOptionsStatus
source§fn clone(&self) -> AdvancedOptionsStatus
 
fn clone(&self) -> AdvancedOptionsStatus
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 AdvancedOptionsStatus
 
impl Debug for AdvancedOptionsStatus
source§impl PartialEq<AdvancedOptionsStatus> for AdvancedOptionsStatus
 
impl PartialEq<AdvancedOptionsStatus> for AdvancedOptionsStatus
source§fn eq(&self, other: &AdvancedOptionsStatus) -> bool
 
fn eq(&self, other: &AdvancedOptionsStatus) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.