Struct gapi_grpc::google::cloud::dataproc::v1::ShieldedInstanceConfig[][src]

pub struct ShieldedInstanceConfig {
    pub enable_secure_boot: bool,
    pub enable_vtpm: bool,
    pub enable_integrity_monitoring: bool,
}

Shielded Instance Config for clusters using Compute Engine Shielded VMs.

Fields

enable_secure_boot: bool

Optional. Defines whether instances have Secure Boot enabled.

enable_vtpm: bool

Optional. Defines whether instances have the vTPM enabled.

enable_integrity_monitoring: bool

Optional. Defines whether instances have integrity monitoring enabled.

Trait Implementations

impl Clone for ShieldedInstanceConfig[src]

impl Debug for ShieldedInstanceConfig[src]

impl Default for ShieldedInstanceConfig[src]

impl Message for ShieldedInstanceConfig[src]

impl PartialEq<ShieldedInstanceConfig> for ShieldedInstanceConfig[src]

impl StructuralPartialEq for ShieldedInstanceConfig[src]

Auto Trait Implementations

impl RefUnwindSafe for ShieldedInstanceConfig

impl Send for ShieldedInstanceConfig

impl Sync for ShieldedInstanceConfig

impl Unpin for ShieldedInstanceConfig

impl UnwindSafe for ShieldedInstanceConfig

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]