Class ReplicationSchedule

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

public final class ReplicationSchedule extends com.azure.core.util.ExpandableStringEnum<ReplicationSchedule>
Schedule.
  • Field Details

    • ONE_ZEROMINUTELY

      public static final ReplicationSchedule ONE_ZEROMINUTELY
      Static value _10minutely for ReplicationSchedule.
    • HOURLY

      public static final ReplicationSchedule HOURLY
      Static value hourly for ReplicationSchedule.
    • DAILY

      public static final ReplicationSchedule DAILY
      Static value daily for ReplicationSchedule.
  • Constructor Details

    • ReplicationSchedule

      public ReplicationSchedule()
  • Method Details

    • fromString

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

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