Class EndpointType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<EndpointType>
com.azure.resourcemanager.netapp.models.EndpointType

public final class EndpointType extends com.azure.core.util.ExpandableStringEnum<EndpointType>
Indicates whether the local volume is the source or destination for the Volume Replication.
  • Field Details

    • SRC

      public static final EndpointType SRC
      Static value src for EndpointType.
    • DST

      public static final EndpointType DST
      Static value dst for EndpointType.
  • Constructor Details

    • EndpointType

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

    • fromString

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

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