Struct redfish_codegen::models::connection::v1_1_0::GenZConnectionKey
source · pub struct GenZConnectionKey {
pub access_key: Option<String>,
pub r_key_domain_checking_enabled: Option<bool>,
pub r_key_read_only_key: Option<String>,
pub r_key_read_write_key: Option<String>,
}
Expand description
The Gen-Z-specific permission key information for a connection.
Fields§
§access_key: Option<String>
The Access Key for this connection.
r_key_domain_checking_enabled: Option<bool>
Indicates whether Region Key domain checking is enabled for this connection.
r_key_read_only_key: Option<String>
The read-only Region Key for this connection.
r_key_read_write_key: Option<String>
The read-write Region Key for this connection.
Trait Implementations§
source§impl Clone for GenZConnectionKey
impl Clone for GenZConnectionKey
source§fn clone(&self) -> GenZConnectionKey
fn clone(&self) -> GenZConnectionKey
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 GenZConnectionKey
impl Debug for GenZConnectionKey
source§impl Default for GenZConnectionKey
impl Default for GenZConnectionKey
source§fn default() -> GenZConnectionKey
fn default() -> GenZConnectionKey
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for GenZConnectionKey
impl<'de> Deserialize<'de> for GenZConnectionKey
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