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 Details

    • TRUSTED_LAUNCH_SUPPORTED

      public static final SupportedSecurityOption TRUSTED_LAUNCH_SUPPORTED
      Static value TrustedLaunchSupported for SupportedSecurityOption.
    • TRUSTED_LAUNCH_AND_CONFIDENTIAL_VMSUPPORTED

      public static final SupportedSecurityOption TRUSTED_LAUNCH_AND_CONFIDENTIAL_VMSUPPORTED
      Static value TrustedLaunchAndConfidentialVMSupported for SupportedSecurityOption.
  • Constructor Details

    • SupportedSecurityOption

      @Deprecated public SupportedSecurityOption()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of SupportedSecurityOption value.
  • Method Details

    • fromString

      public static SupportedSecurityOption fromString(String name)
      Creates or finds a SupportedSecurityOption from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding SupportedSecurityOption.
    • values

      public static Collection<SupportedSecurityOption> values()
      Gets known SupportedSecurityOption values.
      Returns:
      known SupportedSecurityOption values.