pub struct GetOutput {Show 24 fields
pub application: Option<Application>,
pub autoscale_status: Option<AutoscaleStatusGetOutputAutoscaleStatus>,
pub crush_rule: Option<String>,
pub fast_read: bool,
pub hashpspool: bool,
pub id: i64,
pub min_size: Option<MinSizeInt>,
pub name: NameStr,
pub nodeep_scrub: bool,
pub nodelete: bool,
pub nopgchange: bool,
pub noscrub: bool,
pub nosizechange: bool,
pub pg_autoscale_mode: Option<PgAutoscaleMode>,
pub pg_num: Option<PgNumInt>,
pub pg_num_min: Option<PgNumMinInt>,
pub pgp_num: i64,
pub size: Option<SizeInt>,
pub statistics: Option<StatisticsGetOutputStatistics>,
pub target_size: Option<TargetSizeStr>,
pub target_size_ratio: Option<f64>,
pub use_gmt_hitset: bool,
pub write_fadvise_dontneed: bool,
pub additional_properties: HashMap<String, Value>,
}Fields§
§application: Option<Application>The application of the pool.
autoscale_status: Option<AutoscaleStatusGetOutputAutoscaleStatus>§crush_rule: Option<String>The rule to use for mapping object placement in the cluster.
fast_read: bool§hashpspool: bool§id: i64§min_size: Option<MinSizeInt>Minimum number of replicas per object
name: NameStrThe name of the pool. It must be unique.
nodeep_scrub: bool§nodelete: bool§nopgchange: bool§noscrub: bool§nosizechange: bool§pg_autoscale_mode: Option<PgAutoscaleMode>The automatic PG scaling mode of the pool.
pg_num: Option<PgNumInt>Number of placement groups.
pg_num_min: Option<PgNumMinInt>Minimal number of placement groups.
pgp_num: i64§size: Option<SizeInt>Number of replicas per object
statistics: Option<StatisticsGetOutputStatistics>§target_size: Option<TargetSizeStr>The estimated target size of the pool for the PG autoscaler.
target_size_ratio: Option<f64>The estimated target ratio of the pool for the PG autoscaler.
use_gmt_hitset: bool§write_fadvise_dontneed: bool§additional_properties: HashMap<String, Value>Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for GetOutput
impl<'de> Deserialize<'de> for GetOutput
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for GetOutput
impl RefUnwindSafe for GetOutput
impl Send for GetOutput
impl Sync for GetOutput
impl Unpin for GetOutput
impl UnsafeUnpin for GetOutput
impl UnwindSafe for GetOutput
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more