DeleteFromHost Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. scvmm. models. DeleteFromHost
- com.
- com.
public final class DeleteFromHost
extends ExpandableStringEnum<DeleteFromHost>
Defines values for DeleteFromHost.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Delete |
FALSE
Static value false for Delete |
|
static final
Delete |
TRUE
Static value true for Delete |
Constructor Summary
| Constructor | Description |
|---|---|
| DeleteFromHost() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Delete |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Delete |
fromString(String name)
Creates or finds a Delete |
|
static
Collection<Delete |
values()
Gets known Delete |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
FALSE
public static final DeleteFromHost FALSE
Static value false for DeleteFromHost.
TRUE
public static final DeleteFromHost TRUE
Static value true for DeleteFromHost.
Constructor Details
DeleteFromHost
@Deprecated
public DeleteFromHost()
Deprecated
Creates a new instance of DeleteFromHost value.
Method Details
fromString
public static DeleteFromHost fromString(String name)
Creates or finds a DeleteFromHost from its string representation.
Parameters:
Returns:
values
public static Collection<DeleteFromHost> values()
Gets known DeleteFromHost values.
Returns: