Struct docker_api::api::swarm::models::SwarmInfo [−][src]
pub struct SwarmInfo {
pub id: String,
pub version: ObjectVersion,
pub created_at: DateTime<Utc>,
pub updated_at: DateTime<Utc>,
pub spec: SwarmSpec,
pub tls_info: TlsInfo,
pub root_rotation_in_progress: bool,
pub data_path_port: u32,
pub default_addr_pool: Vec<String>,
pub subnet_size: u32,
pub join_tokens: JoinTokens,
}This is supported on crate feature
swarm only.Fields
id: Stringversion: ObjectVersioncreated_at: DateTime<Utc>updated_at: DateTime<Utc>spec: SwarmSpectls_info: TlsInforoot_rotation_in_progress: booldata_path_port: u32default_addr_pool: Vec<String>subnet_size: u32join_tokens: JoinTokensTrait Implementations
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 RefUnwindSafe for SwarmInfo
impl UnwindSafe for SwarmInfo
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more