IsGlobal Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. network. models. IsGlobal
- com.
- com.
public final class IsGlobal
extends ExpandableStringEnum<IsGlobal>
Flag if global mesh is supported.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Is |
FALSE
False. |
|
static final
Is |
TRUE
True. |
Constructor Summary
| Constructor | Description |
|---|---|
| IsGlobal() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Is |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Is |
fromString(String name)
Creates or finds a Is |
|
static
Collection<Is |
values()
Gets known Is |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
FALSE
public static final IsGlobal FALSE
False.
TRUE
public static final IsGlobal TRUE
True.
Constructor Details
IsGlobal
@Deprecated
public IsGlobal()
Deprecated
Creates a new instance of IsGlobal value.
Method Details
fromString
public static IsGlobal fromString(String name)
Creates or finds a IsGlobal from its string representation.
Parameters:
Returns:
values
public static Collection<IsGlobal> values()
Gets known IsGlobal values.
Returns: