[−][src]Struct rusoto_storagegateway::DescribeCacheOutput
Fields
cache_allocated_in_bytes: Option<i64>
The amount of cache in bytes allocated to the a gateway.
cache_dirty_percentage: Option<f64>
The file share's contribution to the overall percentage of the gateway's cache that has not been persisted to AWS. The sample is taken at the end of the reporting period.
cache_hit_percentage: Option<f64>
Percent of application read operations from the file shares that are served from cache. The sample is taken at the end of the reporting period.
cache_miss_percentage: Option<f64>
Percent of application read operations from the file shares that are not served from cache. The sample is taken at the end of the reporting period.
cache_used_percentage: Option<f64>
Percent use of the gateway's cache storage. This metric applies only to the gateway-cached volume setup. The sample is taken at the end of the reporting period.
disk_ids: Option<Vec<String>>
An array of strings that identify disks that are to be configured as working storage. Each string have a minimum length of 1 and maximum length of 300. You can get the disk IDs from the ListLocalDisks API.
gateway_arn: Option<String>
Trait Implementations
impl PartialEq<DescribeCacheOutput> for DescribeCacheOutput
[src]
fn eq(&self, other: &DescribeCacheOutput) -> bool
[src]
fn ne(&self, other: &DescribeCacheOutput) -> bool
[src]
impl Default for DescribeCacheOutput
[src]
fn default() -> DescribeCacheOutput
[src]
impl Clone for DescribeCacheOutput
[src]
fn clone(&self) -> DescribeCacheOutput
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for DescribeCacheOutput
[src]
impl<'de> Deserialize<'de> for DescribeCacheOutput
[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
Auto Trait Implementations
impl Send for DescribeCacheOutput
impl Sync for DescribeCacheOutput
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
impl<T, U> TryFrom for T where
T: From<U>,
[src]
T: From<U>,
type Error = !
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId
[src]
impl<T> DeserializeOwned for T where
T: Deserialize<'de>,
[src]
T: Deserialize<'de>,
impl<T> Erased for T
impl<T> Same for T
type Output = T
Should always be Self