type property

String? type
getter/setter pair

EnvironmentType selected for the environment.

Optional. Possible string values are:

  • "ENVIRONMENT_TYPE_UNSPECIFIED" : Environment type not specified.
  • "BASE" : Base environment has limited capacity and capabilities and are usually used when you are getting started with Apigee or while experimenting. Refer to Apigee's public documentation for more details.
  • "INTERMEDIATE" : This is the default type and it supports API management features and higher capacity than Base environment. Refer to Apigee's public documentation for more details.
  • "COMPREHENSIVE" : Comprehensive environment supports advanced capabilites and even higher capacity than Intermediate environment. Refer to Apigee's public documentation for more details.

Implementation

core.String? type;