Class MabServerType


  • public final class MabServerType
    extends com.azure.core.util.ExpandableStringEnum<MabServerType>
    Defines values for MabServerType.
    • Field Detail

      • INVALID

        public static final MabServerType INVALID
        Static value Invalid for MabServerType.
      • UNKNOWN

        public static final MabServerType UNKNOWN
        Static value Unknown for MabServerType.
      • IAAS_VMCONTAINER

        public static final MabServerType IAAS_VMCONTAINER
        Static value IaasVMContainer for MabServerType.
      • IAAS_VMSERVICE_CONTAINER

        public static final MabServerType IAAS_VMSERVICE_CONTAINER
        Static value IaasVMServiceContainer for MabServerType.
      • DPMCONTAINER

        public static final MabServerType DPMCONTAINER
        Static value DPMContainer for MabServerType.
      • AZURE_BACKUP_SERVER_CONTAINER

        public static final MabServerType AZURE_BACKUP_SERVER_CONTAINER
        Static value AzureBackupServerContainer for MabServerType.
      • MABCONTAINER

        public static final MabServerType MABCONTAINER
        Static value MABContainer for MabServerType.
      • CLUSTER

        public static final MabServerType CLUSTER
        Static value Cluster for MabServerType.
      • AZURE_SQL_CONTAINER

        public static final MabServerType AZURE_SQL_CONTAINER
        Static value AzureSqlContainer for MabServerType.
      • WINDOWS

        public static final MabServerType WINDOWS
        Static value Windows for MabServerType.
      • VCENTER

        public static final MabServerType VCENTER
        Static value VCenter for MabServerType.
      • VMAPP_CONTAINER

        public static final MabServerType VMAPP_CONTAINER
        Static value VMAppContainer for MabServerType.
      • SQLAGWORK_LOAD_CONTAINER

        public static final MabServerType SQLAGWORK_LOAD_CONTAINER
        Static value SQLAGWorkLoadContainer for MabServerType.
      • STORAGE_CONTAINER

        public static final MabServerType STORAGE_CONTAINER
        Static value StorageContainer for MabServerType.
      • GENERIC_CONTAINER

        public static final MabServerType GENERIC_CONTAINER
        Static value GenericContainer for MabServerType.
    • Constructor Detail

      • MabServerType

        public MabServerType()
    • Method Detail

      • fromString

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

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