Struct gapi_grpc::google::cloud::osconfig::v1alpha::VulnerabilityReport[][src]

pub struct VulnerabilityReport {
    pub name: String,
    pub vulnerabilities: Vec<Vulnerability>,
    pub update_time: Option<Timestamp>,
}

This API resource represents the vulnerability report for a specified Compute Engine virtual machine (VM) instance at a given point in time.

For more information, see Vulnerability reports.

Fields

name: String

Output only. The vulnerabilityReport API resource name.

Format: projects/{project_number}/locations/{location}/instances/{instance_id}/vulnerabilityReport

vulnerabilities: Vec<Vulnerability>

Output only. List of vulnerabilities affecting the VM.

update_time: Option<Timestamp>

Output only. The timestamp for when the last vulnerability report was generated for the VM.

Trait Implementations

impl Clone for VulnerabilityReport[src]

impl Debug for VulnerabilityReport[src]

impl Default for VulnerabilityReport[src]

impl Message for VulnerabilityReport[src]

impl PartialEq<VulnerabilityReport> for VulnerabilityReport[src]

impl StructuralPartialEq for VulnerabilityReport[src]

Auto Trait Implementations

impl RefUnwindSafe for VulnerabilityReport

impl Send for VulnerabilityReport

impl Sync for VulnerabilityReport

impl Unpin for VulnerabilityReport

impl UnwindSafe for VulnerabilityReport

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]