pub struct CreateMacsecKeyRequired {
pub connectivity_association_name_secret_id: String,
pub connectivity_association_key_secret_id: String,
}Expand description
Required fields for CreateMacsecKey
Fields§
§connectivity_association_name_secret_id: StringSecret OCID containing the Connectivity association Key Name (CKN) of this MACsec key.
NOTE: Only the latest secret version will be used.
connectivity_association_key_secret_id: StringSecret OCID containing the Connectivity Association Key (CAK) of this MACsec key.
NOTE: Only the latest secret version will be used.
Auto Trait Implementations§
impl Freeze for CreateMacsecKeyRequired
impl RefUnwindSafe for CreateMacsecKeyRequired
impl Send for CreateMacsecKeyRequired
impl Sync for CreateMacsecKeyRequired
impl Unpin for CreateMacsecKeyRequired
impl UnsafeUnpin for CreateMacsecKeyRequired
impl UnwindSafe for CreateMacsecKeyRequired
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