#[non_exhaustive]pub struct ElasticsearchClusterConfigStatus { /* private fields */ }
Expand description
Specifies the configuration status for the specified Elasticsearch domain.
Implementations§
source§impl ElasticsearchClusterConfigStatus
impl ElasticsearchClusterConfigStatus
sourcepub fn options(&self) -> Option<&ElasticsearchClusterConfig>
pub fn options(&self) -> Option<&ElasticsearchClusterConfig>
Specifies the cluster configuration for the specified Elasticsearch domain.
sourcepub fn status(&self) -> Option<&OptionStatus>
pub fn status(&self) -> Option<&OptionStatus>
Specifies the status of the configuration for the specified Elasticsearch domain.
source§impl ElasticsearchClusterConfigStatus
impl ElasticsearchClusterConfigStatus
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ElasticsearchClusterConfigStatus
.
Trait Implementations§
source§impl Clone for ElasticsearchClusterConfigStatus
impl Clone for ElasticsearchClusterConfigStatus
source§fn clone(&self) -> ElasticsearchClusterConfigStatus
fn clone(&self) -> ElasticsearchClusterConfigStatus
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 PartialEq<ElasticsearchClusterConfigStatus> for ElasticsearchClusterConfigStatus
impl PartialEq<ElasticsearchClusterConfigStatus> for ElasticsearchClusterConfigStatus
source§fn eq(&self, other: &ElasticsearchClusterConfigStatus) -> bool
fn eq(&self, other: &ElasticsearchClusterConfigStatus) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.