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