StorageAutogrow Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. postgresql. models. StorageAutogrow
- com.
- com.
public final class StorageAutogrow
extends ExpandableStringEnum<StorageAutogrow>
Enable Storage Auto Grow.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Storage |
DISABLED
Static value Disabled for Storage |
|
static final
Storage |
ENABLED
Static value Enabled for Storage |
Constructor Summary
| Constructor | Description |
|---|---|
| StorageAutogrow() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Storage |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Storage |
fromString(String name)
Creates or finds a Storage |
|
static
Collection<Storage |
values()
Gets known Storage |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
DISABLED
public static final StorageAutogrow DISABLED
Static value Disabled for StorageAutogrow.
ENABLED
public static final StorageAutogrow ENABLED
Static value Enabled for StorageAutogrow.
Constructor Details
StorageAutogrow
@Deprecated
public StorageAutogrow()
Deprecated
Creates a new instance of StorageAutogrow value.
Method Details
fromString
public static StorageAutogrow fromString(String name)
Creates or finds a StorageAutogrow from its string representation.
Parameters:
Returns:
values
public static Collection<StorageAutogrow> values()
Gets known StorageAutogrow values.
Returns: