forked from Azure/azure-sdk-for-java
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generated from 32e702f1f44f7e0aad7ef2c61207ca6a705ad30f
- Loading branch information
SDK Automation
committed
Sep 10, 2020
1 parent
3d9d990
commit f762b27
Showing
11 changed files
with
176 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
44 changes: 44 additions & 0 deletions
44
...01/src/main/java/com/microsoft/azure/management/netapp/v2020_02_01/PatchServiceLevel.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
/** | ||
* Copyright (c) Microsoft Corporation. All rights reserved. | ||
* Licensed under the MIT License. See License.txt in the project root for | ||
* license information. | ||
* | ||
* Code generated by Microsoft (R) AutoRest Code Generator. | ||
*/ | ||
|
||
package com.microsoft.azure.management.netapp.v2020_02_01; | ||
|
||
import java.util.Collection; | ||
import com.fasterxml.jackson.annotation.JsonCreator; | ||
import com.microsoft.rest.ExpandableStringEnum; | ||
|
||
/** | ||
* Defines values for PatchServiceLevel. | ||
*/ | ||
public final class PatchServiceLevel extends ExpandableStringEnum<PatchServiceLevel> { | ||
/** Static value Standard for PatchServiceLevel. */ | ||
public static final PatchServiceLevel STANDARD = fromString("Standard"); | ||
|
||
/** Static value Premium for PatchServiceLevel. */ | ||
public static final PatchServiceLevel PREMIUM = fromString("Premium"); | ||
|
||
/** Static value Ultra for PatchServiceLevel. */ | ||
public static final PatchServiceLevel ULTRA = fromString("Ultra"); | ||
|
||
/** | ||
* Creates or finds a PatchServiceLevel from its string representation. | ||
* @param name a name to look for | ||
* @return the corresponding PatchServiceLevel | ||
*/ | ||
@JsonCreator | ||
public static PatchServiceLevel fromString(String name) { | ||
return fromString(name, PatchServiceLevel.class); | ||
} | ||
|
||
/** | ||
* @return known PatchServiceLevel values | ||
*/ | ||
public static Collection<PatchServiceLevel> values() { | ||
return values(PatchServiceLevel.class); | ||
} | ||
} |
44 changes: 44 additions & 0 deletions
44
..._01/src/main/java/com/microsoft/azure/management/netapp/v2020_02_01/PoolServiceLevel.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
/** | ||
* Copyright (c) Microsoft Corporation. All rights reserved. | ||
* Licensed under the MIT License. See License.txt in the project root for | ||
* license information. | ||
* | ||
* Code generated by Microsoft (R) AutoRest Code Generator. | ||
*/ | ||
|
||
package com.microsoft.azure.management.netapp.v2020_02_01; | ||
|
||
import java.util.Collection; | ||
import com.fasterxml.jackson.annotation.JsonCreator; | ||
import com.microsoft.rest.ExpandableStringEnum; | ||
|
||
/** | ||
* Defines values for PoolServiceLevel. | ||
*/ | ||
public final class PoolServiceLevel extends ExpandableStringEnum<PoolServiceLevel> { | ||
/** Static value Standard for PoolServiceLevel. */ | ||
public static final PoolServiceLevel STANDARD = fromString("Standard"); | ||
|
||
/** Static value Premium for PoolServiceLevel. */ | ||
public static final PoolServiceLevel PREMIUM = fromString("Premium"); | ||
|
||
/** Static value Ultra for PoolServiceLevel. */ | ||
public static final PoolServiceLevel ULTRA = fromString("Ultra"); | ||
|
||
/** | ||
* Creates or finds a PoolServiceLevel from its string representation. | ||
* @param name a name to look for | ||
* @return the corresponding PoolServiceLevel | ||
*/ | ||
@JsonCreator | ||
public static PoolServiceLevel fromString(String name) { | ||
return fromString(name, PoolServiceLevel.class); | ||
} | ||
|
||
/** | ||
* @return known PoolServiceLevel values | ||
*/ | ||
public static Collection<PoolServiceLevel> values() { | ||
return values(PoolServiceLevel.class); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
44 changes: 44 additions & 0 deletions
44
...1/src/main/java/com/microsoft/azure/management/netapp/v2020_02_01/VolumeServiceLevel.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
/** | ||
* Copyright (c) Microsoft Corporation. All rights reserved. | ||
* Licensed under the MIT License. See License.txt in the project root for | ||
* license information. | ||
* | ||
* Code generated by Microsoft (R) AutoRest Code Generator. | ||
*/ | ||
|
||
package com.microsoft.azure.management.netapp.v2020_02_01; | ||
|
||
import java.util.Collection; | ||
import com.fasterxml.jackson.annotation.JsonCreator; | ||
import com.microsoft.rest.ExpandableStringEnum; | ||
|
||
/** | ||
* Defines values for VolumeServiceLevel. | ||
*/ | ||
public final class VolumeServiceLevel extends ExpandableStringEnum<VolumeServiceLevel> { | ||
/** Static value Standard for VolumeServiceLevel. */ | ||
public static final VolumeServiceLevel STANDARD = fromString("Standard"); | ||
|
||
/** Static value Premium for VolumeServiceLevel. */ | ||
public static final VolumeServiceLevel PREMIUM = fromString("Premium"); | ||
|
||
/** Static value Ultra for VolumeServiceLevel. */ | ||
public static final VolumeServiceLevel ULTRA = fromString("Ultra"); | ||
|
||
/** | ||
* Creates or finds a VolumeServiceLevel from its string representation. | ||
* @param name a name to look for | ||
* @return the corresponding VolumeServiceLevel | ||
*/ | ||
@JsonCreator | ||
public static VolumeServiceLevel fromString(String name) { | ||
return fromString(name, VolumeServiceLevel.class); | ||
} | ||
|
||
/** | ||
* @return known VolumeServiceLevel values | ||
*/ | ||
public static Collection<VolumeServiceLevel> values() { | ||
return values(VolumeServiceLevel.class); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.