Interface VulnerabilityReport.Vulnerability.ItemOrBuilder (2.54.0)

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
Type Description
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
Type Description
ByteString

The bytes for availableInventoryItemId.