DefaultGateway Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. networkcloud. models. DefaultGateway
- com.
- com.
public final class DefaultGateway
extends ExpandableStringEnum<DefaultGateway>
The indicator of whether this is the default gateway. Only one of the attached networks (including the CloudServicesNetwork attachment) for a single machine may be specified as True.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Default |
FALSE
Static value False for Default |
|
static final
Default |
TRUE
Static value True for Default |
Constructor Summary
| Constructor | Description |
|---|---|
| DefaultGateway() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Default |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Default |
fromString(String name)
Creates or finds a Default |
|
static
Collection<Default |
values()
Gets known Default |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
FALSE
public static final DefaultGateway FALSE
Static value False for DefaultGateway.
TRUE
public static final DefaultGateway TRUE
Static value True for DefaultGateway.
Constructor Details
DefaultGateway
@Deprecated
public DefaultGateway()
Deprecated
Creates a new instance of DefaultGateway value.
Method Details
fromString
public static DefaultGateway fromString(String name)
Creates or finds a DefaultGateway from its string representation.
Parameters:
Returns:
values
public static Collection<DefaultGateway> values()
Gets known DefaultGateway values.
Returns: