[][src]Struct flv_api_sc::spu::FlvFetchSpuGroup

pub struct FlvFetchSpuGroup {
    pub name: String,
    pub replicas: u16,
    pub min_id: i32,
    pub rack: Option<String>,
    pub size: String,
    pub resolution: FlvSpuGroupResolution,
    pub reason: Option<String>,
}

Fields

name: Stringreplicas: u16

The number of replicas for the spu group

min_id: i32rack: Option<String>

Rack label, optional parameter used by replica assignment algorithm.

size: String

storage size

resolution: FlvSpuGroupResolution

Status resolution

reason: Option<String>

Reason for Status resolution (if applies)

Trait Implementations

impl Debug for FlvFetchSpuGroup[src]

impl Decoder for FlvFetchSpuGroup[src]

impl Default for FlvFetchSpuGroup[src]

impl Encoder for FlvFetchSpuGroup[src]

impl From<K8Obj<SpuGroupSpec>> for FlvFetchSpuGroup[src]

impl Into<(String, SpuGroupSpec, SpuGroupStatus)> for FlvFetchSpuGroup[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.