Enum PatchJobs.WindowsUpdateSettings.Classification (2.3.2)

public enum PatchJobs.WindowsUpdateSettings.Classification extends Enum<PatchJobs.WindowsUpdateSettings.Classification> implements ProtocolMessageEnum

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 enum google.cloud.osconfig.v1.WindowsUpdateSettings.Classification

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CLASSIFICATION_UNSPECIFIED

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

CLASSIFICATION_UNSPECIFIED = 0;

CLASSIFICATION_UNSPECIFIED_VALUE

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

CLASSIFICATION_UNSPECIFIED = 0;

CRITICAL

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

CRITICAL = 1;

CRITICAL_VALUE

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

CRITICAL = 1;

DEFINITION

"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]

DEFINITION = 3;

DEFINITION_VALUE

"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]

DEFINITION = 3;

DRIVER

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

DRIVER = 4;

DRIVER_VALUE

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

DRIVER = 4;

FEATURE_PACK

"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]

FEATURE_PACK = 5;

FEATURE_PACK_VALUE

"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]

FEATURE_PACK = 5;

SECURITY

"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]

SECURITY = 2;

SECURITY_VALUE

"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]

SECURITY = 2;

SERVICE_PACK

"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]

SERVICE_PACK = 6;

SERVICE_PACK_VALUE

"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]

SERVICE_PACK = 6;

TOOL

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

TOOL = 7;

TOOL_VALUE

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

TOOL = 7;

UNRECOGNIZED
UPDATE

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

UPDATE = 9;

UPDATE_ROLLUP

"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]

UPDATE_ROLLUP = 8;

UPDATE_ROLLUP_VALUE

"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]

UPDATE_ROLLUP = 8;

UPDATE_VALUE

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

UPDATE = 9;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()