VMGuestPatchClassificationLinux Class

public final class VMGuestPatchClassificationLinux
extends ExpandableStringEnum<VMGuestPatchClassificationLinux>

Defines values for VMGuestPatchClassificationLinux.

Field Summary

Modifier and Type Field and Description
static final VMGuestPatchClassificationLinux CRITICAL

Static value Critical for VMGuestPatchClassificationLinux.

static final VMGuestPatchClassificationLinux OTHER

Static value Other for VMGuestPatchClassificationLinux.

static final VMGuestPatchClassificationLinux SECURITY

Static value Security for VMGuestPatchClassificationLinux.

Constructor Summary

Constructor Description
VMGuestPatchClassificationLinux()

Method Summary

Modifier and Type Method and Description
static VMGuestPatchClassificationLinux fromString(String name)

Creates or finds a VMGuestPatchClassificationLinux from its string representation.

static Collection<VMGuestPatchClassificationLinux> values()

Gets known VMGuestPatchClassificationLinux values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

CRITICAL

public static final VMGuestPatchClassificationLinux CRITICAL

Static value Critical for VMGuestPatchClassificationLinux.

OTHER

public static final VMGuestPatchClassificationLinux OTHER

Static value Other for VMGuestPatchClassificationLinux.

SECURITY

public static final VMGuestPatchClassificationLinux SECURITY

Static value Security for VMGuestPatchClassificationLinux.

Constructor Details

VMGuestPatchClassificationLinux

public VMGuestPatchClassificationLinux()

Method Details

fromString

public static VMGuestPatchClassificationLinux fromString(String name)

Creates or finds a VMGuestPatchClassificationLinux from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding VMGuestPatchClassificationLinux.

values

public static Collection<VMGuestPatchClassificationLinux> values()

Gets known VMGuestPatchClassificationLinux values.

Returns:

known VMGuestPatchClassificationLinux values.

Applies to