Interface VulnerabilityReport.Vulnerability.ItemOrBuilder (2.4.3)

public static interface VulnerabilityReport.Vulnerability.ItemOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAvailableInventoryItemId()

public abstract String getAvailableInventoryItemId()

Corresponds to the AVAILABLE_PACKAGE inventory item on the VM. If the vulnerability report was not updated after the VM inventory update, these values might not display in VM inventory. If there is no available fix, the field is empty. The inventory_item value specifies the latest SoftwarePackage available to the VM that fixes the vulnerability.

string available_inventory_item_id = 2;

Returns
TypeDescription
String

The availableInventoryItemId.

getAvailableInventoryItemIdBytes()

public abstract ByteString getAvailableInventoryItemIdBytes()

Corresponds to the AVAILABLE_PACKAGE inventory item on the VM. If the vulnerability report was not updated after the VM inventory update, these values might not display in VM inventory. If there is no available fix, the field is empty. The inventory_item value specifies the latest SoftwarePackage available to the VM that fixes the vulnerability.

string available_inventory_item_id = 2;

Returns
TypeDescription
ByteString

The bytes for availableInventoryItemId.

getFixedCpeUri()

public abstract String getFixedCpeUri()

The recommended CPE URI update that contains a fix for this vulnerability.

string fixed_cpe_uri = 3;

Returns
TypeDescription
String

The fixedCpeUri.

getFixedCpeUriBytes()

public abstract ByteString getFixedCpeUriBytes()

The recommended CPE URI update that contains a fix for this vulnerability.

string fixed_cpe_uri = 3;

Returns
TypeDescription
ByteString

The bytes for fixedCpeUri.

getInstalledInventoryItemId()

public abstract String getInstalledInventoryItemId()

Corresponds to the INSTALLED_PACKAGE inventory item on the VM. This field displays the inventory items affected by this vulnerability. If the vulnerability report was not updated after the VM inventory update, these values might not display in VM inventory. For some operating systems, this field might be empty.

string installed_inventory_item_id = 1;

Returns
TypeDescription
String

The installedInventoryItemId.

getInstalledInventoryItemIdBytes()

public abstract ByteString getInstalledInventoryItemIdBytes()

Corresponds to the INSTALLED_PACKAGE inventory item on the VM. This field displays the inventory items affected by this vulnerability. If the vulnerability report was not updated after the VM inventory update, these values might not display in VM inventory. For some operating systems, this field might be empty.

string installed_inventory_item_id = 1;

Returns
TypeDescription
ByteString

The bytes for installedInventoryItemId.

getUpstreamFix()

public abstract String getUpstreamFix()

The upstream OS patch, packages or KB that fixes the vulnerability.

string upstream_fix = 4;

Returns
TypeDescription
String

The upstreamFix.

getUpstreamFixBytes()

public abstract ByteString getUpstreamFixBytes()

The upstream OS patch, packages or KB that fixes the vulnerability.

string upstream_fix = 4;

Returns
TypeDescription
ByteString

The bytes for upstreamFix.