Struct docker_api::api::swarm::models::SwarmSpec [−][src]
pub struct SwarmSpec {
pub name: Option<String>,
pub labels: Option<Labels>,
pub orchestration: Option<Orchestration>,
pub raft: Option<Raft>,
pub dispatcher: Option<Dispatcher>,
pub ca_config: Option<CaConfig>,
pub encryption_config: Option<EncryptionConfig>,
pub task_defaults: Option<TaskDefaults>,
}
This is supported on crate feature
swarm
only.Fields
name: Option<String>
labels: Option<Labels>
orchestration: Option<Orchestration>
raft: Option<Raft>
dispatcher: Option<Dispatcher>
ca_config: Option<CaConfig>
encryption_config: Option<EncryptionConfig>
task_defaults: Option<TaskDefaults>
Trait 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 SwarmSpec
impl UnwindSafe for SwarmSpec
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