Struct gapi_grpc::google::cloud::lifesciences::v2beta::ExistingDisk[][src]

pub struct ExistingDisk {
    pub disk: String,
}

Configuration for an existing disk to be attached to the VM.

Fields

disk: String

If disk contains slashes, the Cloud Life Sciences API assumes that it is a complete URL for the disk. If disk does not contain slashes, the Cloud Life Sciences API assumes that the disk is a zonal disk and a URL will be generated of the form zones/<zone>/disks/<disk>, where <zone> is the zone in which the instance is allocated. The disk must be ext4 formatted.

If all Mount references to this disk have the read_only flag set to true, the disk will be attached in read-only mode and can be shared with other instances. Otherwise, the disk will be available for writing but cannot be shared.

Trait Implementations

impl Clone for ExistingDisk[src]

impl Debug for ExistingDisk[src]

impl Default for ExistingDisk[src]

impl Message for ExistingDisk[src]

impl PartialEq<ExistingDisk> for ExistingDisk[src]

impl StructuralPartialEq for ExistingDisk[src]

Auto Trait Implementations

impl RefUnwindSafe for ExistingDisk

impl Send for ExistingDisk

impl Sync for ExistingDisk

impl Unpin for ExistingDisk

impl UnwindSafe for ExistingDisk

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]