CloudServicesNetworkEnableDefaultEgressEndpoints Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. networkcloud. models. CloudServicesNetworkEnableDefaultEgressEndpoints
- com.
- com.
public final class CloudServicesNetworkEnableDefaultEgressEndpoints
extends ExpandableStringEnum<CloudServicesNetworkEnableDefaultEgressEndpoints>
The indicator of whether the platform default endpoints are allowed for the egress traffic.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Cloud |
FALSE
Static value False for Cloud |
|
static final
Cloud |
TRUE
Static value True for Cloud |
Constructor Summary
| Constructor | Description |
|---|---|
| CloudServicesNetworkEnableDefaultEgressEndpoints() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Cloud |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Cloud |
fromString(String name)
Creates or finds a Cloud |
|
static
Collection<Cloud |
values()
Gets known Cloud |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
FALSE
public static final CloudServicesNetworkEnableDefaultEgressEndpoints FALSE
Static value False for CloudServicesNetworkEnableDefaultEgressEndpoints.
TRUE
public static final CloudServicesNetworkEnableDefaultEgressEndpoints TRUE
Static value True for CloudServicesNetworkEnableDefaultEgressEndpoints.
Constructor Details
CloudServicesNetworkEnableDefaultEgressEndpoints
@Deprecated
public CloudServicesNetworkEnableDefaultEgressEndpoints()
Deprecated
Creates a new instance of CloudServicesNetworkEnableDefaultEgressEndpoints value.
Method Details
fromString
public static CloudServicesNetworkEnableDefaultEgressEndpoints fromString(String name)
Creates or finds a CloudServicesNetworkEnableDefaultEgressEndpoints from its string representation.
Parameters:
Returns:
values
public static Collection<CloudServicesNetworkEnableDefaultEgressEndpoints> values()
Gets known CloudServicesNetworkEnableDefaultEgressEndpoints values.
Returns: