Struct gapi_grpc::google::cloud::osconfig::v1alpha::inventory::OsInfo[][src]

pub struct OsInfo {
    pub hostname: String,
    pub long_name: String,
    pub short_name: String,
    pub version: String,
    pub architecture: String,
    pub kernel_version: String,
    pub kernel_release: String,
    pub osconfig_agent_version: String,
}

Operating system information for the VM.

Fields

hostname: String

The VM hostname.

long_name: String

The operating system long name. For example ‘Debian GNU/Linux 9’ or ‘Microsoft Window Server 2019 Datacenter’.

short_name: String

The operating system short name. For example, ‘windows’ or ‘debian’.

version: String

The version of the operating system.

architecture: String

The system architecture of the operating system.

kernel_version: String

The kernel version of the operating system.

kernel_release: String

The kernel release of the operating system.

osconfig_agent_version: String

The current version of the OS Config agent running on the VM.

Trait Implementations

impl Clone for OsInfo[src]

impl Debug for OsInfo[src]

impl Default for OsInfo[src]

impl Message for OsInfo[src]

impl PartialEq<OsInfo> for OsInfo[src]

impl StructuralPartialEq for OsInfo[src]

Auto Trait Implementations

impl RefUnwindSafe for OsInfo

impl Send for OsInfo

impl Sync for OsInfo

impl Unpin for OsInfo

impl UnwindSafe for OsInfo

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]