Struct gapi_grpc::google::cloud::osconfig::v1::inventory::OsInfo [−][src]
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][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
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][+]
U: From<T>,
impl<T> IntoRequest<T> for T
[src][+]
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,