CloudServicesNetworkEnableDefaultEgressEndpoints Class

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 CloudServicesNetworkEnableDefaultEgressEndpoints FALSE

Static value False for CloudServicesNetworkEnableDefaultEgressEndpoints.

static final CloudServicesNetworkEnableDefaultEgressEndpoints TRUE

Static value True for CloudServicesNetworkEnableDefaultEgressEndpoints.

Constructor Summary

Constructor Description
CloudServicesNetworkEnableDefaultEgressEndpoints()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of CloudServicesNetworkEnableDefaultEgressEndpoints value.

Method Summary

Modifier and Type Method and Description
static CloudServicesNetworkEnableDefaultEgressEndpoints fromString(String name)

Creates or finds a CloudServicesNetworkEnableDefaultEgressEndpoints from its string representation.

static Collection<CloudServicesNetworkEnableDefaultEgressEndpoints> values()

Gets known CloudServicesNetworkEnableDefaultEgressEndpoints values.

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

Use the fromString(String name) factory method.

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:

name - a name to look for.

Returns:

the corresponding CloudServicesNetworkEnableDefaultEgressEndpoints.

values

public static Collection<CloudServicesNetworkEnableDefaultEgressEndpoints> values()

Gets known CloudServicesNetworkEnableDefaultEgressEndpoints values.

Returns:

known CloudServicesNetworkEnableDefaultEgressEndpoints values.

Applies to