pub struct MacsecKeyRequired {
pub connectivity_association_name_secret_id: String,
pub connectivity_association_key_secret_id: String,
}Expand description
Required fields for MacsecKey
Fields§
§connectivity_association_name_secret_id: StringSecret OCID containing the Connectivity association Key Name (CKN) of this MACsec key.
connectivity_association_key_secret_id: StringSecret OCID containing the Connectivity Association Key (CAK) of this MACsec key.
Auto Trait Implementations§
impl Freeze for MacsecKeyRequired
impl RefUnwindSafe for MacsecKeyRequired
impl Send for MacsecKeyRequired
impl Sync for MacsecKeyRequired
impl Unpin for MacsecKeyRequired
impl UnsafeUnpin for MacsecKeyRequired
impl UnwindSafe for MacsecKeyRequired
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more