PingOneGeo

public enum PingOneGeo extends Enum<PingOneGeo>

Enum representing the available regions for connecting to the PingOne data center. Each region corresponds to a specific geographical location.

Entries

Link copied to clipboard

North America region for connecting to the PingOne data center.

Link copied to clipboard

Europe region for connecting to the PingOne data center.

Link copied to clipboard

Canada region for connecting to the PingOne data center.

Link copied to clipboard

Australia region for connecting to the PingOne data center.

Functions

Link copied to clipboard
public final PingOneGeo valueOf(String value)

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard
public final Array<PingOneGeo> values()

Returns an array containing the constants of this enum type, in the order they're declared.