pub struct UpdateInstanceResponseRequired {
pub etag: String,
pub opc_request_id: String,
pub opc_work_request_id: String,
pub instance: Instance,
}Expand description
Required fields for UpdateInstanceResponse
Fields§
§etag: StringFor optimistic concurrency control. See {@code if-match}.
opc_request_id: StringUnique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
opc_work_request_id: StringThe OCID of the work request. Use GetWorkRequest with this ID to track the status of the request.
instance: InstanceThe returned model.Instance instance.
Auto Trait Implementations§
impl Freeze for UpdateInstanceResponseRequired
impl RefUnwindSafe for UpdateInstanceResponseRequired
impl Send for UpdateInstanceResponseRequired
impl Sync for UpdateInstanceResponseRequired
impl Unpin for UpdateInstanceResponseRequired
impl UnsafeUnpin for UpdateInstanceResponseRequired
impl UnwindSafe for UpdateInstanceResponseRequired
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