Class SecurityTypes
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<SecurityTypes>
-
- com.azure.resourcemanager.compute.models.SecurityTypes
-
public final class SecurityTypes extends com.azure.core.util.ExpandableStringEnum<SecurityTypes>
Defines values for SecurityTypes.
-
-
Field Summary
Fields Modifier and Type Field Description static SecurityTypesCONFIDENTIAL_VMStatic value ConfidentialVM for SecurityTypes.static SecurityTypesTRUSTED_LAUNCHStatic value TrustedLaunch for SecurityTypes.
-
Constructor Summary
Constructors Constructor Description SecurityTypes()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SecurityTypesfromString(String name)Creates or finds a SecurityTypes from its string representation.static Collection<SecurityTypes>values()
-
-
-
Field Detail
-
TRUSTED_LAUNCH
public static final SecurityTypes TRUSTED_LAUNCH
Static value TrustedLaunch for SecurityTypes.
-
CONFIDENTIAL_VM
public static final SecurityTypes CONFIDENTIAL_VM
Static value ConfidentialVM for SecurityTypes.
-
-
Method Detail
-
fromString
public static SecurityTypes fromString(String name)
Creates or finds a SecurityTypes from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding SecurityTypes.
-
values
public static Collection<SecurityTypes> values()
- Returns:
- known SecurityTypes values.
-
-