public static interface GuestPolicies.Assignment.OsTypeOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getOsArchitecture()
public abstract String getOsArchitecture()Targets VM instances with OS Inventory enabled and having the following OS architecture.
string os_architecture = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The osArchitecture. |
getOsArchitectureBytes()
public abstract ByteString getOsArchitectureBytes()Targets VM instances with OS Inventory enabled and having the following OS architecture.
string os_architecture = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for osArchitecture. |
getOsShortName()
public abstract String getOsShortName()Targets VM instances with OS Inventory enabled and having the following OS short name, for example "debian" or "windows".
string os_short_name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The osShortName. |
getOsShortNameBytes()
public abstract ByteString getOsShortNameBytes()Targets VM instances with OS Inventory enabled and having the following OS short name, for example "debian" or "windows".
string os_short_name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for osShortName. |
getOsVersion()
public abstract String getOsVersion()Targets VM instances with OS Inventory enabled and having the following following OS version.
string os_version = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The osVersion. |
getOsVersionBytes()
public abstract ByteString getOsVersionBytes()Targets VM instances with OS Inventory enabled and having the following following OS version.
string os_version = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for osVersion. |