#[non_exhaustive]pub struct ReservedNodeConfigurationOption { /* private fields */ }
Expand description
Details for a reserved-node exchange. Examples include the node type for a reserved node, the price for a node, the node's state, and other details.
Implementations§
source§impl ReservedNodeConfigurationOption
impl ReservedNodeConfigurationOption
sourcepub fn source_reserved_node(&self) -> Option<&ReservedNode>
pub fn source_reserved_node(&self) -> Option<&ReservedNode>
Describes a reserved node. You can call the DescribeReservedNodeOfferings
API to obtain the available reserved node offerings.
sourcepub fn target_reserved_node_count(&self) -> i32
pub fn target_reserved_node_count(&self) -> i32
The target reserved-node count.
sourcepub fn target_reserved_node_offering(&self) -> Option<&ReservedNodeOffering>
pub fn target_reserved_node_offering(&self) -> Option<&ReservedNodeOffering>
Describes a reserved node offering.
source§impl ReservedNodeConfigurationOption
impl ReservedNodeConfigurationOption
sourcepub fn builder() -> ReservedNodeConfigurationOptionBuilder
pub fn builder() -> ReservedNodeConfigurationOptionBuilder
Creates a new builder-style object to manufacture ReservedNodeConfigurationOption
.
Trait Implementations§
source§impl Clone for ReservedNodeConfigurationOption
impl Clone for ReservedNodeConfigurationOption
source§fn clone(&self) -> ReservedNodeConfigurationOption
fn clone(&self) -> ReservedNodeConfigurationOption
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<ReservedNodeConfigurationOption> for ReservedNodeConfigurationOption
impl PartialEq<ReservedNodeConfigurationOption> for ReservedNodeConfigurationOption
source§fn eq(&self, other: &ReservedNodeConfigurationOption) -> bool
fn eq(&self, other: &ReservedNodeConfigurationOption) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.