pub struct IPSecConnectionRequired {
pub compartment_id: String,
pub cpe_id: String,
pub drg_id: String,
pub id: String,
pub lifecycle_state: IPSecConnectionLifecycleState,
}Expand description
Required fields for IPSecConnection
Fields§
§compartment_id: StringThe OCID of the compartment containing the IPSec connection.
cpe_id: StringThe OCID of the {@link Cpe} object.
drg_id: StringThe OCID of the DRG.
id: StringThe IPSec connection’s Oracle ID (OCID).
lifecycle_state: IPSecConnectionLifecycleStateThe IPSec connection’s current state.
Auto Trait Implementations§
impl Freeze for IPSecConnectionRequired
impl RefUnwindSafe for IPSecConnectionRequired
impl Send for IPSecConnectionRequired
impl Sync for IPSecConnectionRequired
impl Unpin for IPSecConnectionRequired
impl UnsafeUnpin for IPSecConnectionRequired
impl UnwindSafe for IPSecConnectionRequired
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