pub struct LaunchInstanceDetailsRequired {
pub availability_domain: String,
pub compartment_id: String,
}Expand description
Required fields for LaunchInstanceDetails
Fields§
§availability_domain: StringThe availability domain of the instance.
Example: {@code Uocm:PHX-AD-1}
compartment_id: StringThe OCID of the compartment.
Auto Trait Implementations§
impl Freeze for LaunchInstanceDetailsRequired
impl RefUnwindSafe for LaunchInstanceDetailsRequired
impl Send for LaunchInstanceDetailsRequired
impl Sync for LaunchInstanceDetailsRequired
impl Unpin for LaunchInstanceDetailsRequired
impl UnsafeUnpin for LaunchInstanceDetailsRequired
impl UnwindSafe for LaunchInstanceDetailsRequired
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