java.lang.Object
com.azure.core.util.ExpandableStringEnum<Provider>
com.azure.resourcemanager.resourceconnector.models.Provider

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

    Fields
    Modifier and Type
    Field
    Description
    static final Provider
    Static value HCI for Provider.
    static final Provider
    Static value KubeVirt for Provider.
    static final Provider
    Static value OpenStack for Provider.
    static final Provider
    Static value SCVMM for Provider.
    static final Provider
    Static value VMWare for Provider.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static Provider
    Creates or finds a Provider from its string representation.
    Gets known Provider values.

    Methods inherited from class com.azure.core.util.ExpandableStringEnum

    equals, fromString, hashCode, toString, values

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • VMWARE

      public static final Provider VMWARE
      Static value VMWare for Provider.
    • HCI

      public static final Provider HCI
      Static value HCI for Provider.
    • SCVMM

      public static final Provider SCVMM
      Static value SCVMM for Provider.
    • KUBE_VIRT

      public static final Provider KUBE_VIRT
      Static value KubeVirt for Provider.
    • OPEN_STACK

      public static final Provider OPEN_STACK
      Static value OpenStack for Provider.
  • Constructor Details

    • Provider

      public Provider()
  • Method Details

    • fromString

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

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