Struct google_api_proto::google::cloud::notebooks::v1::RuntimeShieldedInstanceConfig
source · pub struct RuntimeShieldedInstanceConfig {
pub enable_secure_boot: bool,
pub enable_vtpm: bool,
pub enable_integrity_monitoring: bool,
}
Expand description
A set of Shielded Instance options. Check Images using supported Shielded VM features. Not all combinations are valid.
Fields§
§enable_secure_boot: bool
Defines whether the instance has Secure Boot enabled.
Secure Boot helps ensure that the system only runs authentic software by verifying the digital signature of all boot components, and halting the boot process if signature verification fails. Disabled by default.
enable_vtpm: bool
Defines whether the instance has the vTPM enabled. Enabled by default.
enable_integrity_monitoring: bool
Defines whether the instance has integrity monitoring enabled.
Enables monitoring and attestation of the boot integrity of the instance. The attestation is performed against the integrity policy baseline. This baseline is initially derived from the implicitly trusted boot image when the instance is created. Enabled by default.
Trait Implementations§
source§impl Clone for RuntimeShieldedInstanceConfig
impl Clone for RuntimeShieldedInstanceConfig
source§fn clone(&self) -> RuntimeShieldedInstanceConfig
fn clone(&self) -> RuntimeShieldedInstanceConfig
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Message for RuntimeShieldedInstanceConfig
impl Message for RuntimeShieldedInstanceConfig
source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
source§fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
. Read moresource§fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
.source§impl PartialEq for RuntimeShieldedInstanceConfig
impl PartialEq for RuntimeShieldedInstanceConfig
source§fn eq(&self, other: &RuntimeShieldedInstanceConfig) -> bool
fn eq(&self, other: &RuntimeShieldedInstanceConfig) -> bool
self
and other
values to be equal, and is used
by ==
.impl Copy for RuntimeShieldedInstanceConfig
impl StructuralPartialEq for RuntimeShieldedInstanceConfig
Auto Trait Implementations§
impl Freeze for RuntimeShieldedInstanceConfig
impl RefUnwindSafe for RuntimeShieldedInstanceConfig
impl Send for RuntimeShieldedInstanceConfig
impl Sync for RuntimeShieldedInstanceConfig
impl Unpin for RuntimeShieldedInstanceConfig
impl UnwindSafe for RuntimeShieldedInstanceConfig
Blanket Implementations§
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
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
T
in a tonic::Request