Class SupportedSecurityOption
java.lang.Object
com.azure.core.util.ExpandableStringEnum<SupportedSecurityOption>
com.azure.resourcemanager.compute.models.SupportedSecurityOption
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class SupportedSecurityOption
extends com.azure.core.util.ExpandableStringEnum<SupportedSecurityOption>
Refers to the security capability of the disk supported to create a Trusted launch or Confidential VM.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SupportedSecurityOptionStatic value TrustedLaunchAndConfidentialVMSupported for SupportedSecurityOption.static final SupportedSecurityOptionStatic value TrustedLaunchSupported for SupportedSecurityOption. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SupportedSecurityOptionfromString(String name) Creates or finds a SupportedSecurityOption from its string representation.static Collection<SupportedSecurityOption> values()Gets known SupportedSecurityOption values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
TRUSTED_LAUNCH_SUPPORTED
Static value TrustedLaunchSupported for SupportedSecurityOption. -
TRUSTED_LAUNCH_AND_CONFIDENTIAL_VMSUPPORTED
Static value TrustedLaunchAndConfidentialVMSupported for SupportedSecurityOption.
-
-
Constructor Details
-
SupportedSecurityOption
Deprecated.Use thefromString(String)factory method.Creates a new instance of SupportedSecurityOption value.
-
-
Method Details
-
fromString
Creates or finds a SupportedSecurityOption from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding SupportedSecurityOption.
-
values
Gets known SupportedSecurityOption values.- Returns:
- known SupportedSecurityOption values.
-
fromString(String)factory method.