Google Cloud OsConfig V1 Client - Class Classification (1.0.5)

Reference documentation and code samples for the Google Cloud OsConfig V1 Client class Classification.

Microsoft Windows update classifications as defined in [1] https://support.microsoft.com/en-us/help/824684/description-of-the-standard-terminology-that-is-used-to-describe-micro

Protobuf type google.cloud.osconfig.v1.WindowsUpdateSettings.Classification

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

CLASSIFICATION_UNSPECIFIED

Value: 0

Invalid. If classifications are included, they must be specified.

Generated from protobuf enum CLASSIFICATION_UNSPECIFIED = 0;

CRITICAL

Value: 1

"A widely released fix for a specific problem that addresses a critical, non-security-related bug." [1]

Generated from protobuf enum CRITICAL = 1;

SECURITY

Value: 2

"A widely released fix for a product-specific, security-related vulnerability. Security vulnerabilities are rated by their severity. The severity rating is indicated in the Microsoft security bulletin as critical, important, moderate, or low." [1]

Generated from protobuf enum SECURITY = 2;

DEFINITION

Value: 3

"A widely released and frequent software update that contains additions to a product's definition database. Definition databases are often used to detect objects that have specific attributes, such as malicious code, phishing websites, or junk mail." [1]

Generated from protobuf enum DEFINITION = 3;

DRIVER

Value: 4

"Software that controls the input and output of a device." [1]

Generated from protobuf enum DRIVER = 4;

FEATURE_PACK

Value: 5

"New product functionality that is first distributed outside the context of a product release and that is typically included in the next full product release." [1]

Generated from protobuf enum FEATURE_PACK = 5;

SERVICE_PACK

Value: 6

"A tested, cumulative set of all hotfixes, security updates, critical updates, and updates. Additionally, service packs may contain additional fixes for problems that are found internally since the release of the product. Service packs my also contain a limited number of customer-requested design changes or features." [1]

Generated from protobuf enum SERVICE_PACK = 6;

TOOL

Value: 7

"A utility or feature that helps complete a task or set of tasks." [1]

Generated from protobuf enum TOOL = 7;

UPDATE_ROLLUP

Value: 8

"A tested, cumulative set of hotfixes, security updates, critical updates, and updates that are packaged together for easy deployment. A rollup generally targets a specific area, such as security, or a component of a product, such as Internet Information Services (IIS)." [1]

Generated from protobuf enum UPDATE_ROLLUP = 8;

UPDATE

Value: 9

"A widely released fix for a specific problem. An update addresses a noncritical, non-security-related bug." [1]

Generated from protobuf enum UPDATE = 9;