Struct redfish_codegen::models::manager::v1_17_0::CommandShell
source · pub struct CommandShell {
pub connect_types_supported: Option<Vec<CommandConnectTypesSupported>>,
pub max_concurrent_sessions: Option<i64>,
pub service_enabled: Option<bool>,
}
Expand description
The information about a command shell service that this manager provides.
Fields§
§connect_types_supported: Option<Vec<CommandConnectTypesSupported>>
This property enumerates the command shell connection types that the implementation allows.
max_concurrent_sessions: Option<i64>
The maximum number of service sessions, regardless of protocol, that this manager can support.
service_enabled: Option<bool>
An indication of whether the service is enabled for this manager.
Trait Implementations§
source§impl Clone for CommandShell
impl Clone for CommandShell
source§fn clone(&self) -> CommandShell
fn clone(&self) -> CommandShell
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for CommandShell
impl Debug for CommandShell
source§impl Default for CommandShell
impl Default for CommandShell
source§fn default() -> CommandShell
fn default() -> CommandShell
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for CommandShell
impl<'de> Deserialize<'de> for CommandShell
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