pub enum AccountTypes {
Redfish,
SNMP,
OEM,
HostConsole,
ManagerConsole,
IPMI,
KVMIP,
VirtualMedia,
WebUI,
}
Variants§
Redfish
This value shall indicate the account is allowed to access Redfish services. If the version of the ManagerAccount resource is lower than the schema version when another enumeration value in this list was added, the implementation may include that functionality as part of the Redfish
value.
SNMP
This value shall indicate the account is allowed to access SNMP services.
OEM
This value shall indicate the account is allowed to access the services listed in the OEMAccountTypes property.
HostConsole
This value shall indicate the account is allowed to access the host console. Added in version v1_7_0.
ManagerConsole
This value shall indicate the account is allowed to access the manager console. Added in version v1_7_0.
IPMI
This value shall indicate the account is allowed to access the Intelligent Platform Management Interface service. Added in version v1_7_0.
KVMIP
This value shall indicate the account is allowed to access the Keyboard-Video-Mouse over IP session service. Added in version v1_7_0.
VirtualMedia
This value shall indicate the account is allowed to control virtual media. Added in version v1_7_0.
WebUI
This value shall indicate the account is allowed to access the web interface. Added in version v1_7_0.
Trait Implementations§
Source§impl Clone for AccountTypes
impl Clone for AccountTypes
Source§fn clone(&self) -> AccountTypes
fn clone(&self) -> AccountTypes
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
source
. Read more