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 Summary

    Fields
    Modifier and Type
    Field
    Description
    static final EndpointType
    Static value dst for EndpointType.
    static final EndpointType
    Static value src for EndpointType.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates or finds a EndpointType from its string representation.
    Gets known EndpointType 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

    • 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

      public EndpointType()
  • 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.