Skip to content

Commit

Permalink
Generated from 864a65f46c624c77cc30bc65cb168befd72a50cf
Browse files Browse the repository at this point in the history
  • Loading branch information
SDK Automation committed Oct 13, 2020
1 parent ba2412c commit 9eca14d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 13 deletions.
6 changes: 3 additions & 3 deletions sdk/netapp/mgmt-v2019_11_01/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-arm-parent</artifactId>
<version>1.3.0</version>
<relativePath>../../parents/azure-arm-parent/pom.xml</relativePath>
<version>1.1.0</version>
<relativePath>../../../pom.management.xml</relativePath>
</parent>
<artifactId>azure-mgmt-netapp</artifactId>
<version>1.0.0-beta-2</version>
<version>1.0.0-beta</version>
<packaging>jar</packaging>
<name>Microsoft Azure SDK for NetApp Management</name>
<description>This package contains Microsoft NetApp Management SDK.</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ public class ReplicationObject {
private EndpointType endpointType;

/**
* Schedule. Possible values include: '_10minutely', 'hourly', 'daily',
* 'weekly', 'monthly'.
* Schedule. Possible values include: '_10minutely', 'hourly', 'daily'.
*/
@JsonProperty(value = "replicationSchedule", required = true)
private ReplicationSchedule replicationSchedule;
Expand Down Expand Up @@ -87,7 +86,7 @@ public ReplicationObject withEndpointType(EndpointType endpointType) {
}

/**
* Get schedule. Possible values include: '_10minutely', 'hourly', 'daily', 'weekly', 'monthly'.
* Get schedule. Possible values include: '_10minutely', 'hourly', 'daily'.
*
* @return the replicationSchedule value
*/
Expand All @@ -96,7 +95,7 @@ public ReplicationSchedule replicationSchedule() {
}

/**
* Set schedule. Possible values include: '_10minutely', 'hourly', 'daily', 'weekly', 'monthly'.
* Set schedule. Possible values include: '_10minutely', 'hourly', 'daily'.
*
* @param replicationSchedule the replicationSchedule value to set
* @return the ReplicationObject object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@ public final class ReplicationSchedule extends ExpandableStringEnum<ReplicationS
/** Static value daily for ReplicationSchedule. */
public static final ReplicationSchedule DAILY = fromString("daily");

/** Static value weekly for ReplicationSchedule. */
public static final ReplicationSchedule WEEKLY = fromString("weekly");

/** Static value monthly for ReplicationSchedule. */
public static final ReplicationSchedule MONTHLY = fromString("monthly");

/**
* Creates or finds a ReplicationSchedule from its string representation.
* @param name a name to look for
Expand Down

0 comments on commit 9eca14d

Please sign in to comment.