Environment Args
data class EnvironmentArgs(val apiProxyType: Output<EnvironmentApiProxyType>? = null, val deploymentType: Output<EnvironmentDeploymentType>? = null, val description: Output<String>? = null, val displayName: Output<String>? = null, val forwardProxyUri: Output<String>? = null, val name: Output<String>? = null, val nodeConfig: Output<GoogleCloudApigeeV1NodeConfigArgs>? = null, val organizationId: Output<String>? = null, val properties: Output<GoogleCloudApigeeV1PropertiesArgs>? = null) : ConvertibleToJava<EnvironmentArgs>
Creates an environment in an organization.
Constructors
Link copied to clipboard
fun EnvironmentArgs(apiProxyType: Output<EnvironmentApiProxyType>? = null, deploymentType: Output<EnvironmentDeploymentType>? = null, description: Output<String>? = null, displayName: Output<String>? = null, forwardProxyUri: Output<String>? = null, name: Output<String>? = null, nodeConfig: Output<GoogleCloudApigeeV1NodeConfigArgs>? = null, organizationId: Output<String>? = null, properties: Output<GoogleCloudApigeeV1PropertiesArgs>? = null)
Functions
Properties
Link copied to clipboard
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
Link copied to clipboard
Link copied to clipboard