Interface Inventory.OsInfoOrBuilder (2.4.3)

public static interface Inventory.OsInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getArchitecture()

public abstract String getArchitecture()

The system architecture of the operating system.

string architecture = 5;

Returns
TypeDescription
String

The architecture.

getArchitectureBytes()

public abstract ByteString getArchitectureBytes()

The system architecture of the operating system.

string architecture = 5;

Returns
TypeDescription
ByteString

The bytes for architecture.

getHostname()

public abstract String getHostname()

The VM hostname.

string hostname = 9;

Returns
TypeDescription
String

The hostname.

getHostnameBytes()

public abstract ByteString getHostnameBytes()

The VM hostname.

string hostname = 9;

Returns
TypeDescription
ByteString

The bytes for hostname.

getKernelRelease()

public abstract String getKernelRelease()

The kernel release of the operating system.

string kernel_release = 7;

Returns
TypeDescription
String

The kernelRelease.

getKernelReleaseBytes()

public abstract ByteString getKernelReleaseBytes()

The kernel release of the operating system.

string kernel_release = 7;

Returns
TypeDescription
ByteString

The bytes for kernelRelease.

getKernelVersion()

public abstract String getKernelVersion()

The kernel version of the operating system.

string kernel_version = 6;

Returns
TypeDescription
String

The kernelVersion.

getKernelVersionBytes()

public abstract ByteString getKernelVersionBytes()

The kernel version of the operating system.

string kernel_version = 6;

Returns
TypeDescription
ByteString

The bytes for kernelVersion.

getLongName()

public abstract String getLongName()

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

string long_name = 2;

Returns
TypeDescription
String

The longName.

getLongNameBytes()

public abstract ByteString getLongNameBytes()

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

string long_name = 2;

Returns
TypeDescription
ByteString

The bytes for longName.

getOsconfigAgentVersion()

public abstract String getOsconfigAgentVersion()

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

string osconfig_agent_version = 8;

Returns
TypeDescription
String

The osconfigAgentVersion.

getOsconfigAgentVersionBytes()

public abstract ByteString getOsconfigAgentVersionBytes()

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

string osconfig_agent_version = 8;

Returns
TypeDescription
ByteString

The bytes for osconfigAgentVersion.

getShortName()

public abstract String getShortName()

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

string short_name = 3;

Returns
TypeDescription
String

The shortName.

getShortNameBytes()

public abstract ByteString getShortNameBytes()

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

string short_name = 3;

Returns
TypeDescription
ByteString

The bytes for shortName.

getVersion()

public abstract String getVersion()

The version of the operating system.

string version = 4;

Returns
TypeDescription
String

The version.

getVersionBytes()

public abstract ByteString getVersionBytes()

The version of the operating system.

string version = 4;

Returns
TypeDescription
ByteString

The bytes for version.