Class VMGuestPatchRebootSetting
java.lang.Object
com.azure.core.util.ExpandableStringEnum<VMGuestPatchRebootSetting>
com.azure.resourcemanager.connectedvmware.models.VMGuestPatchRebootSetting
public final class VMGuestPatchRebootSetting
extends com.azure.core.util.ExpandableStringEnum<VMGuestPatchRebootSetting>
Defines values for VMGuestPatchRebootSetting.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final VMGuestPatchRebootSetting
Static value Always for VMGuestPatchRebootSetting.static final VMGuestPatchRebootSetting
Static value IfRequired for VMGuestPatchRebootSetting.static final VMGuestPatchRebootSetting
Static value Never for VMGuestPatchRebootSetting. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic VMGuestPatchRebootSetting
fromString
(String name) Creates or finds a VMGuestPatchRebootSetting from its string representation.static Collection<VMGuestPatchRebootSetting>
values()
Gets known VMGuestPatchRebootSetting values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
IF_REQUIRED
Static value IfRequired for VMGuestPatchRebootSetting. -
NEVER
Static value Never for VMGuestPatchRebootSetting. -
ALWAYS
Static value Always for VMGuestPatchRebootSetting.
-
-
Constructor Details
-
VMGuestPatchRebootSetting
public VMGuestPatchRebootSetting()
-
-
Method Details
-
fromString
Creates or finds a VMGuestPatchRebootSetting from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding VMGuestPatchRebootSetting.
-
values
Gets known VMGuestPatchRebootSetting values.- Returns:
- known VMGuestPatchRebootSetting values.
-