Struct gapi_grpc::google::cloud::aiplatform::v1::DiskSpec[][src]

pub struct DiskSpec {
    pub boot_disk_type: String,
    pub boot_disk_size_gb: i32,
}

Represents the spec of disk options.

Fields

boot_disk_type: String

Type of the boot disk (default is “pd-ssd”). Valid values: “pd-ssd” (Persistent Disk Solid State Drive) or “pd-standard” (Persistent Disk Hard Disk Drive).

boot_disk_size_gb: i32

Size in GB of the boot disk (default is 100GB).

Trait Implementations

impl Clone for DiskSpec[src]

impl Debug for DiskSpec[src]

impl Default for DiskSpec[src]

impl Message for DiskSpec[src]

impl PartialEq<DiskSpec> for DiskSpec[src]

impl StructuralPartialEq for DiskSpec[src]

Auto Trait Implementations

impl RefUnwindSafe for DiskSpec

impl Send for DiskSpec

impl Sync for DiskSpec

impl Unpin for DiskSpec

impl UnwindSafe for DiskSpec

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]