Struct google_api_proto::google::cloud::notebooks::v2::ShieldedInstanceConfig
source · pub struct ShieldedInstanceConfig {
pub enable_secure_boot: bool,
pub enable_vtpm: bool,
pub enable_integrity_monitoring: bool,
}
Expand description
A set of Shielded Instance options. See Images using supported Shielded VM features. Not all combinations are valid.
Fields§
§enable_secure_boot: bool
Optional. Defines whether the VM 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
Optional. Defines whether the VM instance has the vTPM enabled. Enabled by default.
enable_integrity_monitoring: bool
Optional. Defines whether the VM instance has integrity monitoring enabled.
Enables monitoring and attestation of the boot integrity of the VM instance. The attestation is performed against the integrity policy baseline. This baseline is initially derived from the implicitly trusted boot image when the VM instance is created. Enabled by default.
Trait Implementations§
source§impl Clone for ShieldedInstanceConfig
impl Clone for ShieldedInstanceConfig
source§fn clone(&self) -> ShieldedInstanceConfig
fn clone(&self) -> ShieldedInstanceConfig
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for ShieldedInstanceConfig
impl Debug for ShieldedInstanceConfig
source§impl Default for ShieldedInstanceConfig
impl Default for ShieldedInstanceConfig
source§impl Message for ShieldedInstanceConfig
impl Message for ShieldedInstanceConfig
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 ShieldedInstanceConfig
impl PartialEq for ShieldedInstanceConfig
source§fn eq(&self, other: &ShieldedInstanceConfig) -> bool
fn eq(&self, other: &ShieldedInstanceConfig) -> bool
self
and other
values to be equal, and is used
by ==
.impl Copy for ShieldedInstanceConfig
impl StructuralPartialEq for ShieldedInstanceConfig
Auto Trait Implementations§
impl Freeze for ShieldedInstanceConfig
impl RefUnwindSafe for ShieldedInstanceConfig
impl Send for ShieldedInstanceConfig
impl Sync for ShieldedInstanceConfig
impl Unpin for ShieldedInstanceConfig
impl UnwindSafe for ShieldedInstanceConfig
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