EnvironmentApiProxyType

enum EnvironmentApiProxyType : Enum<EnvironmentApiProxyType> , ConvertibleToJava<EnvironmentApiProxyType>

Optional. API Proxy type supported by the environment. The type can be set when creating the Environment and cannot be changed.

Entries

Link copied to clipboard

API proxy type not specified.

Link copied to clipboard

Programmable API Proxies enable you to develop APIs with highly flexible behavior using bundled policy configuration and one or more programming languages to describe complex sequential and/or conditional flows of logic.

Link copied to clipboard

Configurable API Proxies enable you to develop efficient APIs using simple configuration while complex execution control flow logic is handled by Apigee. This type only works with the ARCHIVE deployment type and cannot be combined with the PROXY deployment type.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): EnvironmentApiProxyType
Link copied to clipboard

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

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

Properties

Link copied to clipboard
val javaValue: EnvironmentApiProxyType
Link copied to clipboard
Link copied to clipboard