Properties of an OsInfo.
Package
@google-cloud/os-configProperties
architecture
architecture?: (string|null);
OsInfo architecture
Type | Description |
(string|null) |
hostname
hostname?: (string|null);
OsInfo hostname
Type | Description |
(string|null) |
kernelRelease
kernelRelease?: (string|null);
OsInfo kernelRelease
Type | Description |
(string|null) |
kernelVersion
kernelVersion?: (string|null);
OsInfo kernelVersion
Type | Description |
(string|null) |
longName
longName?: (string|null);
OsInfo longName
Type | Description |
(string|null) |
osconfigAgentVersion
osconfigAgentVersion?: (string|null);
OsInfo osconfigAgentVersion
Type | Description |
(string|null) |
shortName
shortName?: (string|null);
OsInfo shortName
Type | Description |
(string|null) |
version
version?: (string|null);
OsInfo version
Type | Description |
(string|null) |