EnvironmentDeploymentType

enum EnvironmentDeploymentType : Enum<EnvironmentDeploymentType> , ConvertibleToJava<EnvironmentDeploymentType>

Optional. Deployment type supported by the environment. The deployment type can be set when creating the environment and cannot be changed. When you enable archive deployment, you will be prevented from performing a /apigee/docs/api-platform/local-development/overview#prevented-actions within the environment, including: * Managing the deployment of API proxy or shared flow revisions * Creating, updating, or deleting resource files * Creating, updating, or deleting target servers

Entries

Link copied to clipboard

Deployment type not specified.

Link copied to clipboard

Proxy deployment enables you to develop and deploy API proxies using Apigee on Google Cloud. This cannot currently be combined with the CONFIGURABLE API proxy type.

Link copied to clipboard

Archive deployment enables you to develop API proxies locally then deploy an archive of your API proxy configuration to an environment in Apigee on Google Cloud. You will be prevented from performing a /apigee/docs/api-platform/local-development/overview#prevented-actions within the environment.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): EnvironmentDeploymentType
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: EnvironmentDeploymentType
Link copied to clipboard
Link copied to clipboard